/* 

COLORS:

#006600 GREEN
#99D099 MINT
#CDE9CD LIGHT MINT

*/

/********** BASICS **********/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 10px auto 10px;
	background: #FFF url("images/scales.gif") repeat top left;
	line-height: 150%;
}

img {
	border: none;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	color: #006600;
	margin: 0px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

p {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

.disclaimer {
	color: #666;
	text-align: justify;
	margin-top: 5px;
}

td.left {
	background:#FFF;
}

td.right {
	background:#FFF;
}

img.photo {
	float:left;
	margin-right: 10px;
}  

/********** LEFT NAV **********/

#body ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#body li {
}

#body ul a {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background: #edfded url("images/nav-button-bg.gif");
	width: 171px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 0px;
	text-indent: 5px;
}

/********** CONTENT **********/

.border {
	width: 895px;
	margin: 0px auto;
}

#wrapper {
	width: 895px;
	margin: 0px auto;
	background: #FFF url("images/bo-tidewater-virginia.gif") repeat-y top left; /* green vertical lines on L&R */
}

#header {
	background: url("images/header.jpg") no-repeat top left;
	width: 887px;
	margin: 0px auto;
	margin-bottom: 2px;
	text-align: left;
}

#feature {
	background: url("images/feature.jpg") no-repeat top left;
	width: 887px;
	height: 100px;
	margin: 0px auto;
	margin-bottom: 2px;
	text-align: left;
}

#nav {
	width: 887px;
	margin: 0px auto;
	margin-bottom: 2px;
}

#body {
	background: #edfded;
	width: 887px;
	margin: 0px auto;
	margin-bottom: 2px;
}

#profile {
	width: 700px;
	margin: 0px auto;
	margin-bottom: 20px;
}

#divider {
	border-bottom: 1px solid #006600;
	width: 700px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	width: 887px;
	margin: 0px auto;
	font-size: 10px;
	color: #000;
	background-color: #edfded;
}

td.homepageBULLETS{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}

div#homepageCONTENT{
margin:0px;
border: 1px solid #006600;
margin-top:5px;
margin-bottom:5px;
margin-left:0px;
margin-right:5px;
background:#edfded;
width: 700px;
height: auto;
}

div#homepageCONTENTHGHT{
margin:0px;
border: 1px solid #006600;
margin-top:5px;
margin-bottom:5px;
margin-left:0px;
margin-right:5px;
background:#edfded;
width: 700px;
height: 615px;
}

div#homepageCONTENT2{
margin:0px;
border: 1px solid #006600;
margin-left:5px;
margin-right:5px;
background:#fff;
height: 150px;
}


div#homepageCONTENT2 h2{
margin:0px;
border-bottom: 1px solid #006600;
margin-left:0px;
background:#edfded;
height: 20px;
}