body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	background-color: #FFF;
	background-image: url('../images/dgren063.jpg');
}

#header {
	width: 800px;
	height: 371px;
	background: url(../images/banner2.jpg) no-repeat top left;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

#wrap2 {
	width: 800px;
	margin: 0 auto;
	position: relative;
/*	background-color: #F2FCF3;*/
/*	background-color: #F2FAF0;*/
	background-color: #E6F7E7;
}
#left {
	width: 170px;
	padding-left: 10px;
	float: left;
	background-color: #E6F7E7;
}
#content {
	float: right;
	width: 580px;
	background-color: #E6F7E7;
	margin-top: -144px;
	padding-right: 15px;
}

#nav {
	width: 100px;
	height: 104px;
	position: absolute;
	top: 223px;
	left: 5px;
}

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

#nav a.home:link, #nav a.home:visited {
	display: block;
	background-image: url('../images/nav_home.jpg');
	background-position: top left;
	width: 100px;
	height: 23px;
	line-height: 23px;
}
#nav a.home:hover {
	background-position: bottom left;
}

#nav a.about:link, #nav a.about:visited {
	display: block;
	background-image: url('../images/nav_about.jpg');
	background-position: top left;
	width: 100px;
	height: 20px;
	line-height: 20px;
}
#nav a.about:hover {
	background-position: bottom left;
}

#nav a.services:link, #nav a.services:visited {
	display: block;
	background-image: url('../images/nav_services.jpg');
	background-position: top left;
	width: 100px;
	height: 20px;
	line-height: 20px;
}
#nav a.services:hover {
	background-position: bottom left;
}

#nav a.links:link, #nav a.links:visited {
	display: block;
	background-image: url('../images/nav_links.jpg');
	background-position: top left;
	width: 100px;
	height: 20px;
	line-height: 20px;
}
#nav a.links:hover {
	background-position: bottom left;
}

#nav a.contact:link, #nav a.contact:visited {
	display: block;
	background-image: url('../images/nav_contact.jpg');
	background-position: top left;
	width: 100px;
	height: 21px;
	line-height: 21px;
}
#nav a.contact:hover {
	background-position: bottom left;
}

img.logo {
	border: 1px solid #ccc;
}
img.logo5 {
	float: left;
	width: 90px;
	margin-left: 39px;
	margin-top: 20px;
	border: 1px solid #ccc;
}


#footer {
	background-color: #E6F7E7;
	text-align: right;
	width: 800px;
	margin: 0 auto;
	color: #999;
	padding-bottom: 2px;
	clear: both;
	text-align: center;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #016C0E;
}

h2 {
	font-size: 10px;
	font-weight: bold;
	color: #D0AD67;
}

h3 {
	font-size: 10px;
	font-weight: bold;
	color: #069;
}

a {
	color: #690;
	text-decoration: none;
}

a:hover {
	color: #666;
	background-color: #EEE;
}

img.services_choices{
	padding: 0;
	float:right;
	margin-top: 20px;
	margin-bottom: 300px;
	border: 1px solid #CCC;
}
div#disclaimer {
	width: 650px;
	margin: auto;
}
p.disclaimer {
	font-size: 10px;
	text-align: justify;
}
span.hide {
	display: none;
}