body {
	font-family: helvetica, arial, verdana, sans-serif;
	background-color: #ffffff;
	color: #000000;
}

#container{
	position:absolute;
	top:0px;
	left: 50%;
	width:780px;
	margin-left: -390px;
	color: #333333; 
	background-color:#DEFCBE;
}

#banner{
	width: 780px;
	height: 151px;
}

/*Tab Navigation*/

#nav ul{
	margin-left:0px;
   
	margin-top:0px;
	height:50px;
	padding:0;
	overflow:hidden;
	width:780px;
	list-style:none;
	margin-bottom:-8px;
	
}

#nav ul li{
	float:left;
	padding: 0px;
	overflow:hidden;
}

#nav ul li a{
	float:left; 
	display:block;
	background-color: #067666;
	color: #E5E5D4;
	width: 122px;
	height: 15px;
	text-align:center;
	font-size: 9pt;
	padding: 5px;
	padding-bottom: 10px;
	text-decoration: none;
	overflow:hidden;
	letter-spacing:2px;
}

.current{
	display:inline;
	background-color: #DEFCBE;
	color: #6A706D;
	width: 120px;
	height: 50px;
	text-align:center;
	font-size: 9pt;
	padding: 0px;
	padding-bottom: 10px;
	list-style-type:none;
	overflow:hidden;
	line-height:275%;
	letter-spacing:2px;
	 
}

#nav a:visited{
	text-decoration: none;	
}

#nav a:hover{
	font-weight:bold;
	text-decoration: underline;
}


	
/*Generic content*/

#content{
	margin-top:-20px;
	margin-left: 90px;
	margin-right: 75px;
}

#header{
 	margin-top:-20px;
 }

h1{
	font-family: inherit;
	font-size: 16px;
	color:#067666;
	background-color:inherit;
	line-height:150%;
	padding-top:15px;
	font-weight:bold;
}	

h2{
	font-family: inherit;
	font-size: 13px;
	color:#067666;
	background-color:inherit;
	line-height:100%;
	font-weight:bold;
	padding-top:20px;
	}


h3{
	font-family:inherit;
	font-size: 12px;
	color: #666666;
	background-color:inherit;
	line-height:150%;
}
	
p{ 
	font-family:inherit;
	font-size: 12px;
	line-height: 150%;
	text-align:left;
}

a:link{
	text-decoration:underline;
	color:#cc3333;
	background-color:inherit;
}

a:visited{
	color:inherit;
	background-color:inherit;
}

ul li{
	list-style-type:none;
	font-size: 12px;
	line-height:200%;
}

/*Home Page*/

#maininfo{
	width:350px;
	display:inline;
	float:left;
	margin-right:45px;
	margin-top:10px;
	}

#locationmap{
	float:left;
	display:inline;
	margin-top:30px;
}

#maininfo2{
	margin-bottom:40px;
	clear:both;
	}
	

/*Facilities Page*/

#base{
	display:inline;
	float:left;
	width: 290px;
	margin-right:70px;
}

#fhouse{
	display:inline;
	float:left;
	margin-top:20px;
}
	
#other{
	clear:left;
	display:inline;
	float:left;
	width:200px;
	margin-right:45px;
}

#other ul li{
	list-style-type:circle;
	}
	
#othermap{
	float:left;
	display:inline;
	margin-top:25px;
	margin-bottom:40px;
	}

.caption{
	margin-top:-3px;
	margin-left:70px;
	color:#cc3333;
	background-color:inherit;
	font-weight:normal;
	}


/*Services Page*/

#services ul li{
	font-weight:normal;
	list-style-type:circle;
	}

#services{
	margin-bottom:40px;
	margin-left:40px;
	margin-right:50px;
	margin-top:0px;
	}


/*Team Page*/

#team{
	margin-bottom:40px;
	width:600px;
	}
	
	
/*Contact Page*/

#maincontact{
	display:inline;
	float:left;
	margin-top:30px;
	margin-right:60px;
	}
	
#maincontact p, #contactdetailsright p{
	line-height:50%;
}

 #contactdetailsright{
 	display:inline;
 	float:left;
 	margin-bottom:40px;
	margin-top:10px;
 }


/*Links Page*/

#linklistleft{
	float:left;
	display:inline;
	margin-right:15px;
	margin-left:60px;
	margin-top:20px;
	}
	
#linklistright{
	float:left;
	display:inline;
	margin-bottom:40px;
	margin-top:20px;
	}


/*Footer*/

.footer{
	clear:left;
	font-size: 11px;
	color: #666666;
	background-color: #ffffff;
	width:780px;
	padding-top:3px;
	margin-bottom: 0px;
	text-align:center;
	border:1px solid #666666;
	border-bottom-color:#ffffff;
	border-right-color:#ffffff;
	border-left-color:#ffffff;
}

.footer a{
	background-color:#ffffff;
	color:#cc3333;
}

.endnote{
	text-align:center;
	font-size:9px;
	color:#afeeee;
	background-color:#ffffff;
}