/* CSS Document */
body {
	background-color: #D7D7D7;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
/******************/
a:link {
	color: #C68C3A;
}
a:visited {
	color: #C68C3A;
}
a:hover {
	color: #A57330;
}
a:active {
	color: #C68C3A;
}
a.important:link {
	color: #333333;
	text-decoration: none;
}
a.important:visited {
	color: #333333;
	text-decoration: none;
}
a.important:hover{
	color: #333333;
	text-decoration: none;
}
a.important:active {
	color: #333333;
	text-decoration: none;
}

/******************/
h1 {
	position: absolute;
	bottom: 12px;
	left: 20px;
	width: 600px;
	font-size: 10px;
	color:#999999;
}
h2 {
	font-size: 13px;
	color: #C78D3B;
}
/******************/
.center {
	width: 900px;
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin: 0 auto;

}
.top {
	height: 155px;
	width: 900px;
}
.linkbar {
	height: 25px;
	width: 900px;
	background-image: url(../images/linkbaroff_r1_c18.jpg);
}
.content {
	height: auto;
	width: auto;
}
.case {
	width: 962px;
	margin: 0 auto;
	background-image: url(../images/bgcase.jpg);
}
.contentleft {
	float: left;
	width: 263px;
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 9px;
	height: auto;
}
.contentright {
	float: left;
	height: auto;
	width: 500px;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 9px;
}
.contentone {
	float: left;
	width: 862px;
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	height: auto;
}
.cleft {
	margin-bottom: 16px;
	height: auto;
}
.cright {
	margin-bottom: 16px;
	height: auto;
}
.left {
	height: auto;
}
.headerleft {
	width: 248px;
	border-top: 6px solid #E5E5E5;
	border-bottom: 3px solid #ACACAC;
	height: auto;
	margin-bottom: 10px;
}
.headerright {
	width: 600px;
	border-top: 6px solid #E5E5E5;
	border-bottom: 3px solid #ACACAC;
	height: auto;
	margin-bottom: 10px;
}
.headerone{
	width: 862px;
	border-top: 6px solid #E5E5E5;
	border-bottom: 3px solid #ACACAC;
	height: auto;
	margin-bottom: 10px;
}
.right {
	height: auto;
}
.bottom {
	background-image: url(../images/bgbottom.jpg);
	height: 81px;
	padding-left: 18px;
	padding-top: 9px;
	clear: left;
}
.sitemap:link {
	color: #333333;
	font-weight: bold;
}
.sitemap:visited {
	color: #333333;
	font-weight: bold;
}
.sitemap:hover {
	color: #333333;
	font-weight: bold;
}
.sitemap:active {
	color: #333333;
	font-weight: bold;
}
.imgwrap {
	margin-right: 6px;
	margin-bottom: 6px;
}
.pest {
	position: absolute; 
	left: -2232px; 
	top: -685px;
}
/************************************/
ul#nav {
	width: 885px;
	height: 21px;
	background-image: url(../images/bg-navBar.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
	padding-left: 15px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 3px 15px 5px 0px;
}
#nav a:hover {
	color: #666666;
}
#nav li { /* all list items */
	float: left;
	/* width: 110px; width needed or else Opera goes nuts */ 
	border-left: 1px solid #C7C7C7;
	padding-left: 15px;
	position: relative;
}
#nav li.last {
	border-right: 1px solid #C7C7C7;
}
#nav li li { /* all list items */
	border-left: none;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #ededed;
	width: 110px;
	border: 1px solid #C7C7C7;
	border-top: none;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
}

/************************************/
/******************/
.clear {
	clear: both;
}
