@charset "utf-8";
/* CSS Document */

body {
	
	background-color: #7FA176;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
	
a:link {
	white-space: nowrap; /*prevents line breaks in links*/
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px #000000;
}

a:hover {
	color: #7FA176; 
	text-decoration: none;
	border-bottom: 1px #CCCCCC;
}

a:visited {
	color: #7FA176;
	text-decoration: none;
	border-bottom: 1 px #666666;
}

.img {
	border: 0px;
	display: block;
	border-bottom: none;
	text-decoration: none;
	vertical-align: bottom;
	padding-bottom: 0;
	margin-left: 15px;
}

.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	margin-left: 45px;
}

.columntext {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
}

.footertxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #FFFFFF;
	font-weight: normal;
}

.smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	line-height: 12pt;
}

.testimonial {
	vertical-align: bottom;
	margin-left: 150px;
}

.logo {
	margin-left: 100px;
}

.contact {
	margin-left: 50px;
}


div#outer {    
	width: 900px;  
	background-color:#FFFFFF;    
	margin-top: -15px;    
	margin-bottom: 0px;    
	margin-left: auto;    
	margin-right: auto;    
	padding: 0px;  	  
}

div#header {   
	background-image: url(assets/mid.gif);
	background-repeat: repeat-y; 
	background-color: #FFFFFF;
	width: 100%;
	height: 140px;
	padding: 0px;  
	margin-left: 0px;    
	text-align: center;
}

div#nav {  
	background-image: url(assets/nav.gif); 
	background-repeat: no-repeat; 
	width: 100%;
	height: 62px;    
	padding: 0px;    
	margin: 0px;    
	float: left;
}

div#main {   
	background-image: url(assets/mid.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y; 
	width: 100%;
	height: auto;
	margin-left: 0px;    
	margin-top: 0px;    
	padding: 0px;
	float: left;
}

div#footer {  
	background-image: url(assets/footer.gif);  
	background-repeat: no-repeat;
	background-color: #7FA176;
	width: 100%;
	height: 75px;
	padding-bottom: 0px;
	padding-top: 8px;    
	margin: 0px;    
	float: left;	
	text-align: center;
}

div#content-wrapper {
 	width: 80%;
  	height: 47px;
  	margin-left: 100px;
	margin-top: 15px;
  	padding: 0px;
  	/*overflow: hidden; */ 
}
	
div#apDivBody {
	margin-left: 50px;
	width:500px;
	height: 100%;
	z-index:3;
	left: 92px;
	top: 210px;
	float: left;
}

div#apDivColumn {
	width: 290px;
	height: inherit;
	z-index:1;
	top: 210px;
	left: 694px;
	float: right;
	margin-right: 50px;
	text-align: center;
	line-height: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
}

div#apHeadColumn {
	width: 250px;
	height: inherit;
	z-index:1;
	margin-top: -80px;
	left: 680px;
	float: right;
	margin-right: 70px;
	text-align: left;
	line-height: 16px;
	padding-bottom: 0px;
}



