body {
	margin: 0px;
	padding: 0px;
	background-color: #009900;
	background-image: url(images/bgslice.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.floatright {
	float: right;
}
.floatcenter {
	text-align: center;
	float: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006600;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
h3 {
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	float: left;
}
a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #009900;
}

a:hover{
	color: #00CC00;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
}

.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	line-height: 22px;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: lighter;
	color: #009900;
	text-align: right;
}
.style4 {
	color: #009900;
	font-weight: bold;
	font-size: 14px;
}
.style5 {color: #FF0000
}
.style6 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.style7 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #009900;
}
.style8 {font-size: 14px
}
#wrapper {
	background-color: #FFFFFF;
	height: 100%;
	width: 1024px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header_wrapper {
	display: block;
	height: 171px;
	width: 1024px;
	overflow: hidden;
}
#logo {
	background-image: url(images/avantilogo.jpg);
	display: block;
	float: left;
	height: 171px;
	width: 280px;
}
#header_text {
	float: left;
	height: 171px;
	width: 384px;
	background-image: url(images/avantihomeandmold.jpg);
}
#flash_area {
	float: left;
	height: 171px;
	width: 360px;
}
#nav_wrapper {
	height: 47px;
	width: 1024px;
	display: block;
	background-image: url(images/navslice.jpg);
	background-repeat: repeat-x;
}
#nav_table {
	height: 46px;
	width: 1024px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	font-variant: normal;
	text-align: center;
	text-transform: uppercase;
}
#telephone {
	float: left;
	height: 31px;
	width: 277px;
	padding-top: 15px;
	overflow: hidden;
}
#home {
	width: 83px;
	clear: both;
}
#aboutus   {
	width: 83px;
	clear: both;
}
#homeinspection {
	width: 103px;
	clear: both;
}
#moldinspection {
	width: 99px;
	clear: both;
}
#infaredimaging {
	width: 75px;
	clear: both;
}
#realestate {
	width: 105px;
	clear: both;
}
#requestaninspection {
	width: 104px;
	overflow: hidden;
	clear: both;
}
#contactus {
	width: 90px;
	clear: both;
}
#content_wrapper {
	display: block;
	height: auto;
	width: 1024px;
	background-image: url(images/sidebarslice.jpg);
	background-position: left;
	background-repeat: repeat-y;
	overflow: hidden;
	background-color: #FFFFFF;
}
#sidebar {
	height: auto;
	width: 277px;
	float: left;
}
#testamonial_area {
	display: block;
	height: auto;
	width: 216px;
	padding: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009900;
	font-weight: bold;
	overflow: hidden;
}
#content_area {
	background-image: url(images/shadow_img.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	width: 686px;
	background-color: #FFFFFF;
	float: left;
	padding: 30px;
	overflow: auto;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

#nav a:link, a:visited {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	color: #009900;
	line-height: 26px;
}
#nav li ul a:hover{
	color: #FFFFFF;
	background-color: #009900;
	width: 100%;
}

#nav li li a:hover{ /* all list items */
	float: left;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li li{ /* second-level lists */
	float: left;
	width: 20em;
	text-indent: 5px;
}

#nav li ul { /* second-level list container */
	position: absolute;
	background: white;
	width: 20em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #00CC00;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
