
	html, body		 { 	margin: 0;
						padding: 0;
						border: 0;
					}

		body 		{	background-color: #00426e;
					margin-top: 25px;
						font-size: 100%;
						
						color: #000;
						font-family: Verdana, Arial, Verdana, sans-serif;
						
					}
					
		#container	{		border: 3px  solid #add136;
						width: 780px;
						margin: 0 auto 0 auto;
						padding: 0px;
						text-align: left;
						background-color: #ffffff;
					}


#header {
width: 100%;
height: 150px;
background-image: url(images/HeaderSteve4.gif);

}

#navcontainer {
width: 100%;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
height: 40px;
text-align: center;
}

#navlist {
margin: 0 auto;
height: 40px;
background-color: transparent;

}


ul#navlist
{
margin-left: 0;
padding-left: 0;
/* white-space: nowrap; */
height: 40px;
font-family: Tahoma;

font-size: 1em;
}

#navlist li
{
display: inline;
list-style-type: none;
line-height: 40px;
}

#navlist li a { 
line-height: 40px;
padding: 0px 20px; }

#navlist li a:link, #navlist li a:visited
{
color: #fff;
line-height: 40px;
text-decoration: none;
background-color: transparent;
}

#navlist a:hover
{
color: #fff;
background-image: url(images/bg_hover.jpg);
background-repeat: repeat-x;
text-decoration: none;
line-height: 40px;
}

#navlist li a#current {
background-image: url(images/bg_active.jpg);
color: #000000;
}

#content {
background-color: white;
margin: 0;
padding: 20px 70px 20px;
font-size: .9em;

}

#content p, ul {line-height: 1.5;}
#content ul li {margin-bottom: 1em;
		color: #67a321;
		}


#content ul li span {color: #000000;}

#content ul.servicelist 	{line-height: 1.0;}

#content ul.servicelist li a {color: #000000;
			font-weight: bold;
			text-decoration: none;}

#content ul.servicelist li a:hover {color: #67a321;}

#content p.return {font-size: .75em;
			color: #67a321;
			text-align: center;
			
			}
			
#content p.return a, a:visited {text-decoration: none;
			color: #67a321;}

#content p.return a:hover {text-decoration: underline;}

/* #content p.link a, a:visited {text-decoration: none;
				color: #67a321;}
#content p.link a:hover {text-decoration: underline;} */


h1 {	color: #67a321;
	font-size: 1.4em;
	font-family: Georgia;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
 }



h2	{	color: #67a321;
	font-size: 1.1em;
	font-family: Georgia; 
	font-weight: bold;
	text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
}

h2.subtitle {   margin-top: 30px;
		margin-bottom: 10px;
		text-align: left;}

img	{padding: 0px 20px 20px;}

img.floatRight {float: right;}


#bottomNav	{
		font-size: .8em;
		text-align: center;
		font-family: Verdana, sans-serif;
		font-weight: bold;
		margin: 50px auto 15px auto;
		
		}
		
#bottomNav a {	
		color: #67a321;
		font-weight: bold;
		text-decoration: none;
		}

#bottomNav a.currentpage {color: #000;}

#bottomNav a:hover {
		color: #000;
		}









#footer {
width: 100%;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
height: 39px;

padding-top: 1px;

text-align: center;
font-size: .7em;
color: #fff;
}



#footer a {color: #ffffff;
		text-decoration: none;
		}
		
#footer a:hover {color: #000;}

.italic {font-style: italic;}
.indent {padding-left: 40px;
		padding-right: 40px;
	}

