/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th
{
	margin:  0;
	padding : 0;
}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }



/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }


*{
	padding: 		0;
	margin: 		0 0 0 0;
}


/* main page styles  */
		
body {
	width:780px;
	text-align : left;
	margin-right: auto;
	margin-left: auto;
	background-color: #89b3a8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body a{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* wrapper/container div  */
		
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;

}
		
/* hedaer  */

	#header {
	background-color: #FFFFFF;
	height: 120px;
	padding-left: 15px;
	padding-top: 5px;
	}
		
	#addressbox {
	padding: 15px 25px 0px;
	float: none;
	display: block;
	margin: 0px;
	clear: none;
	height: 350px;
	background-color: #FFFFFF;
	position: relative;
}

/* google maps  */		
		
	#map {
	background-color: #FFFFFF;
	border: 1px solid #999999;

		}	
	
		#map2 {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-right: 15px;	
		}	
	
		
div#popup {
	background:#EFEFEF;
	border:1px solid #999999;
	margin:0px;
	padding:7px;
	width:180px;
	text-align: left;
}
		
/* home page green intro section with logo bg  */	

	#sidebar-a {
	float: left;
    margin: 0;
    height: 247px;
	background-image: url(../graphics/introbg.gif);
	background-repeat: no-repeat;
	width: 430px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
				}
				
	#sidebar-a p{
	color: #FFFFFF;
	font-size: 15px;
	line-height: 20px;
	}	
	
	#sidebar-a a{
	color: #FFFFFF;
	font-size: 16px;
			}	
			
/* home page photo box */		
				
		#introbox {
			margin-left: ;
	height: 257px;
	width: 300px;
	float: right;
	background-color: #006337;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
		
/* main content area - text */	

		#maincontent {
			margin-top: ;
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-right: 45px;
	padding-bottom: 15px;
	width: 710px;
	clear: both;
		}
		
/* footer */	

		#footer {
	clear: both;
			margin-top: ;
	background-color: #D9FFD0;
	height: 25px;
	width: 780px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		}
		
		
		#footer li {
	line-height:150%;
	text-align:center;
	font-size:0.95em;
	display:inline;
}

#footer li a {
	color:#006337;
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
		
/* main navigation */		
		

#navcontainer2 ul
{
	background-color: #003300;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0;
	overflow: hidden;
}

#navcontainer2 ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navcontainer2 ul li a
{
	background-color: #003300;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	margin: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
	padding-top: 9px;
	padding-right: 18px;
	padding-bottom: 9px;
	padding-left: 18px;
}

#navcontainer2 ul li a:hover
{
background-color: #0F7502;
color: #fff;
}

/* sub navigation - staff, services etc */	

#subnav
{
	background-color: #006337;
	color: #fff;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-left: -25px;
	margin-right: -45px;
}

/* pages where there is no subnav - green strip */	

#strip
{
	background-color: #006337;
	color: #fff;
	text-align: left;
	margin-left: -25px;
	margin-right: -45px;
	height: 8px;
}

/* standard text links */	



A:link	{
	text-decoration:underline;
	font-weight: normal;
	color: #003399;
}
A:visited	{ text-decoration:underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #785389}
A:hover	{ text-decoration:underline; font-weight: normal; color: #000000}
A:active	{
	text-decoration:underline;
	color: #003399;

}


/* misc text styles */	

p	{
	line-height: 19px;
	padding-top: 8px;
	padding-bottom: 8px;	
}


.testimonials {
	font-size: 12px;
	font-style: italic;
	color: #333333;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	width: 690px;
}

.tabletext {
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	
}

h1, h2 {
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1	{
	
	font-size: 36px;
	color: #006337;

	padding-top: 12px;	
}


h2	{
	
	font-size: 22px;
	color: #009470;
    padding-top: 7px;
	padding-bottom: 5px;
	
	
}

.navmain:link	{
	text-decoration: underline;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.navmain:visited	{
	text-decoration: underline;
	background: transparent;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
} 
.navmain:hover	{
	text-decoration: underline;
	font-size: 15px;
	font-weight: normal;
	color: #CEE6D2;
	margin: 0px;
	padding: 0px;
} 
.navmain:active	{
	text-decoration: underline;
	background: transparent;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	
}

.subnav:link	{
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 18px;
}
.subnav:visited	{
	text-decoration: none;
	background: transparent;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
} 

.subnav:hover	{
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
} 

.subnav:active	{
	text-decoration: none;
	background: transparent;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 18px;	
}


/* home text image replacement - shows image over text */

#intro {
	width:188px;
	height:32px;
	position:relative;
	font-size: 9px;
	margin-bottom: 2px;
}

#intro span {
	position:absolute;
	width:100%;
	height:100%;
	background-image: url(../graphics/welcome2.gif);
	background-repeat: no-repeat;
}

/* contact page table */

#contact{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* copyright base */

#base{
	text-align: center;	
	margin-left: 20px;
	margin-right: 20px;
}

#base p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A5A56;
	position: relative;
	margin-top: -5px;	
	line-height:12px
}

#base a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A5A56;	
	
}

/* content lists */

#content-list
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 19px;
}

#content-list li 
{
	
	list-style-type: none;
}

/* Main navigation "active tabs" - shows the page you are on */

body#home-page ul#navlist2 li#home a {
	background-color: #006337;
	color: #FFFFFF;
	}
	
body#staff-page ul#navlist2 li#staff a {
    background-color: #006337;
	color: #FFFFFF;	
	}
	
body#services-page ul#navlist2 li#services a {
    background-color: #006337;
	color: #FFFFFF;	
	}
	
body#compliments-page ul#navlist2 li#compliments a {
    background-color: #006337;
	color: #FFFFFF;	
	}
	
body#contact-page ul#navlist2 li#contact a {
    background-color: #006337;
	color: #FFFFFF;	
	}
