@charset "UTF-8";
/* CSS Document */


body {
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-image:url(../images/contact.jpg);
	/*background-position:120% 0%;*/
	background-repeat:no-repeat;
	background-attachment:fixed;
	/*background-image:url(../images/about.jpg);*/
	background-position:bottom;
	height:100%;
}

* { 
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal; 
	font-family: Helvetica, Arial, sans-serif;
	background-color: transparent;
}

#container {
	width:780px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-460px;
	margin-top:0px;
	/*background-image:url(../images/containerbg.png);*/
	padding: 0 0px 0 0px;
	}
	
#header {
	width:780px;
	height:80px;
	margin-bottom:120px;
}

#text {
	width:780px;
}

#left {
	width:23%;
	height:auto;
	float:left;
}

#content {
	float:right;
	width:70%;
	height:100%;
}

#footerlow {
	clear:both;
	width:780px;
	height:auto;
	/*padding-top:180px;*/
	/*padding-bottom:10px;*/
	color:#333;
	font-size:13px;
	bottom:10px;
	position:fixed;
}

.backbutton {
	float:right;
	font-size:13px;
	color:#000;
}

.backbutton a:hover {
	font-size:13px;
	text-decoration:none;
}

.backbutton {
	float:right;
	font-size:13px;
}

h1 {
	font-size:28px;
	font-weight:100;
	color:#000;
	margin-bottom:20px;
}

h2 {
	font-size:20px;
	font-weight:100;
	color:#000;
	margin:30px 0 10px 0;
}

h3 {
	font-size:28px;
	font-weight:100;
	color:#000;
	margin-bottom:5px;
}

h4 {
	font-size:20px;
	font-weight:100;
	color:#000;
	margin-bottom:20px;
}

h5 {
	font-size:12px;
	font-weight:100;
	color:#333;
	margin-bottom:20px;
	font-style:italic;
}

h6 {
	font-size:18px;
	font-weight:100;
	color:#333;
}

p {
	font-size:14px;
	line-height:150%;
	color:#000;
}


a {
	color:#08844a;
	text-decoration:none;
	outline: none;
}

a:hover {
	color:#08844a;
	text-decoration:underline;
}

a:visited {
	color:#08844a;
	text-decoration:none;
}

.logo {
	width:100px;
	height:100px;
	margin-right:40px;
	margin-top:20px;
	float:left;
}
a#logo {
	display: block;
	width: 100px;
	height: 100px;
	background: url(../images/logo100x100a.gif) 0 0 no-repeat;
	}
a#logo span {
	display:none;
	}

/*      MAIN MENU   */
.mainmenu {
	margin: 0;
	padding: 0;
}

.mainmenu li {
	margin: 0;
	padding:0;
	float: left;
	list-style-type: none;
	text-align: center;
	font-size: 18px;
}

.mainmenu li a {
	padding: 70px 15px 25px 15px;
	display: block;
	position: relative; /* for IE6 */
	color: #08844a;
	text-decoration: none;
}

.mainmenu li a:hover {
	color: #fff;
	background-color:#34c757;
}
.mainmenu li a.active {
	color: #fff;
	background-color:#2bb34b;
}

/* ClearFix */

.mainmenu {
	_height: 1px;
	min-height: 1px;
}

.mainmenu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/*      SUB MENU   */
.submenu{
	width: 100%;
	font-size:16px;
}
.submenu ul{
	text-align:left;
	list-style-type: none;
	_zoom: 1;
	overflow: hidden;
}
.submenu li{
	line-height:180%;
	border-top: 1px dotted #999;
	margin-top: -1px;
    padding: 5px;
}
.submenu a{
	text-decoration:none;
	color: #000;
}
.submenu a:hover{
	color: #08844a;
	text-decoration:none;
}
.submenu a:active{
	color: #08844a;
}
.submenu li a.active, 
.submenu li a.active:hover {
	color: #08844a;
}

/*      SUBSUB MENU   */
.subsubmenu{
	width: 100%;
	font-size:16px;
	padding-left:20px;
}
.subsubmenu ul{
	text-align:left;
	list-style-type: none;
}
.subsubmenu li{
	line-height:180%;
}
.subsubmenu a{
	text-decoration:none;
	color: #000;
}
.subsubmenu a:hover{
	color: #08844a;
	text-decoration:none;
}
.subsubmenu a:active{
	color: #08844a;
}
.subsubmenu li a.active, 
.subsubmenu li a.active:hover {
	color: #08844a;
}

/*      TEAM   */
.team{
	width: 100%;
	font-size:14px;
	color:#000;
	padding-left:30px;
}
.team ul{
	text-align:left;
	list-style-type: none;
}
.team li{
	line-height:200%;
}
.team a{
	text-decoration:none;
	color:#08844a;
}
.team a:hover{
	color:#08844a;
	text-decoration:underline;
}
.team a:active{
	color:#08844a;
}
.team li a.active, 
.team li a.active:hover {
	color:#08844a;
}

/*      BULLET   */
.bullet{
	width: 90%;
	font-size:14px;
	color:#000;
	padding-left:30px;
}
.bullet ul{
	text-align:left;
	list-style-type:square;
}
.bullet li{
	padding:20px 0 0 0;
	line-height:150%;
}


/*      ICON PHONE   */
.icon_phone{
	font-size:14px;
	color:#000;
	padding-left:0px;
}
.icon_phone ul{
	text-align:left;
	padding-left: 25px;
	background:url(../images/icon_phone.gif) no-repeat 1px;
	list-style-type:none;
}
.icon_phone li{
	line-height:160%;
}

/*      ICON FAX   */
.icon_fax{
	font-size:14px;
	color:#000;
	padding-left:0px;
}
.icon_fax ul{
	text-align:left;
	padding-left: 25px;
	background:url(../images/icon_fax.gif) no-repeat 1px;
	list-style-type:none;
}
.icon_fax li{
	line-height:160%;
}


/*      CONTACT US BUTTON   */
.contact{
	width: 100%;
	font-size:16px;
}
.contact ul{
	text-align:left;
	list-style-type: none;
}
.contact li{
	line-height:180%;
	background-color:#ccc;
    padding: 2px 2px 2px 50px;
}
.contact a{
	text-decoration:none;
	color: #fff;
}
.contact a:hover{
	color:#F33;
	text-decoration:none;
}
.contact a:active{
	color: #fff;
}
.contact li a.active, 
.contact li a.active:hover {
	color: #fff;
}