@charset "utf-8";
/* CSS Document */

/*general */

body {
	margin:0; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFF; 
	font-size:13px;}

h2 {
	font-weight:lighter; 
	color:#85CA9C} /*What we do text and header texts*/
	
h3 {
	font-weight:lighter; 
	color:#85CA9C} /*Contact text and header texts*/

.largertext {
	font-size:17px;}

.medtext {
	font-size:15px; 
	font-weight:bolder; 
	line-height:25px;}

ul {
	line-height:20px;}

a {
	text-decoration:none; 
	color:#FFF;}
	
img {
	border:none;}

td {
	vertical-align:text-top;
	}
	
.listtext {
	font-size:15px;
	line-height:25px;}

.contactline {line-height:23px;}

.green {
	color:#85CA9C;
	line-height:23px;
	width:275px;}
	
.imgborder {border:thin solid #CCC; padding:10px;}

.smallh2 {font-size:16px;}

#marginhr {margin-bottom:40px;}
	
/*general */
	
/*	navigation and header*/

#navcontainer ul {
	padding:0px;
	margin:0px;
	border:0px;
	float: right;
	width: 600px;
	}
	
#navcontainer ul li { 
	display: inline;
	padding:0px;
	margin:0px;
	border:0px;}

#logonav {
	width:1000px;
	margin-right:auto;
	margin-left:auto;} /*container for both logo and nav*/
	
#header {
	width:100%; 
	height:131px; 
	background-image:url(images/bgheader.gif); 
	background-repeat:repeat-x;}

#logo {
	margin-top:30px; 
	margin-left:40px;}
	
/*	navigation and header*/

/*banner*/

#banner 
	{width:100%; 
	height:169px; 
	background-image:url(images/bgbanner2.jpg); 
	background-repeat:no-repeat;
	background-color:#FFF;
	background-position:center;}
	
/*banner*/

/*main content*/


#content {
	width:100%; 
	height:auto; 
	background-image:url(images/bgcontent.gif);
	background-color:#171F2B;
	background-repeat:repeat-x;
	padding-bottom:40px;}

#floatcontainer {
	width:970px; 
	padding:40px 15px 0 15px;
	margin-right:auto;
	margin-left:auto;}

#leftfloat {
	float:left;
	margin-left:40px;
	width:475px;}
	
#rightfloat{
	float:right; 
	width:312px;
	margin-right:40px;}
	
.clear {
	clear:both;}
	
/*facilities 	*/
	
.leftfac {
	float:left; 
	width:500px; 
	padding-top:20px; 
	padding-bottom:20px;}

.rightfac {
	float:right; 
	width:450px; 
	padding-top:20px;  
	padding-bottom:20px;}
	
/*facilities 	*/
	
/*main content*/

#footer {
	width:100%; 
	height:48px; 
	font-size:11px; 
	text-align:center; 
	line-height:19px; 
	padding-top:20px;
	background-image:url(images/bgfooter.jpg);
	background-repeat:repeat-x;}
