/* CSS Document */
body {
	font: .8em/1.8em verdana, arial, sans-serif;
	background-color:#003300;
	margin-left: auto;
	margin-right: auto;
	width:800px;
}
#content {
border-bottom: 2px solid #003300;
   
    padding: 10px 0px 0px 0px;
	background-color:#003300;
	width:800px;
}
#content h1 {
	font-size: 1.2em;
	color: #000;
	background-color: transparent;
}
ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-left: 40px; /*this is where the nav bar starts distance from left side */
	padding-bottom: 24px;

    font: bold 11px verdana, arial, sans-serif;
}
ul#tabnav li {
	float: left;
	height: 21px; /*this is the height of the tab*/
	background-color: #003300;
	color: #FFFFFF;
	margin: 2px 2px 2px 2px;
	border:#fff solid 0px 0px 1px 0px;
	
	
	}
	
	{
	/*border:#99cc33 thick; this puts a border on the bottom long bar*/
}
ul#tabnav a:link, ul#tabnav a:visited {
	display: inline;
	color: #fff; 
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
	padding-bottom:6px;
}
ul#tabnav a:hover {
	background-color: #AFDD6A;
	color:#000;
	height:11px;


}
body#home li.home, body#treatments li.treatments, body#find li.find, body#team li.team, body#contact li.contact,  {
	border-bottom: 1px solid #003300;
	color: #000000;
	background-color: #003300;
}
body#home li.home a:link, body#home li.home a:visited,
body#treatments li.treatments a:link, body#treatments li.treatments a:visited,
body#find li.find a:link, body#find li.find a:visited,
body#team li.team a:link, body#team li.team a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited 
 {
	color: #fff;
	background-color: #003300; /*this changes the background colour of the first tab*/
}


