@charset "utf-8";
body {
	background-color: #A6A996;
	background-image: url(../images/bg_skinpattern.jpg);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #f98c18;
}
a:hover {
	color: #99A166;
}

#container {
	width: 800px;
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 18px;
	background-image: url(../images/bg_container.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
}
#toparea {
	background-color: #FFFFFF;
}
#floatlogo {
	z-index:9
}
#navareas {
	float: right;
	background-color:#FFFFFF;
}

#mainnav {
	text-align: right;
	margin-right: 2px;
}
#mainnav table {
}
#mainnav td {
	background-image: url(../images/nav_tab_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}




#mainnav a {
	font-size: 11px;
	font-weight: bold;
	line-height: 26px;
	color: #000000;
	text-decoration: none;
}
#mainnav a:hover {
	color: #F1F8F1;
}

#utilinav {
	z-index:8
	position:relative;
	margin-top:-154px;
	text-align: right;
	padding-top: 15px;
	height: 141px;
	padding-right: 30px;
}
#utilinav a {
	color: #333333;
	text-decoration: none;
}
#utilinav a:hover {
	color: #F98C18;
}

#guts {
	width: 770px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFFFFF;
}
#leftcol {
	float: left;
	width: 215px;
	padding-right: 15px;
	padding-bottom: 25px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #ADB09D;
	margin-bottom: 35px;
}
#rightcol {
	float: right;
	width: 524px;
	padding-bottom: 25px;
	font-size: 13px;
}
#rightcol ul {
	margin: 0px;
	padding: 0px;
}
#rightcol li {
	padding-bottom: 6px;
	padding-left: 22px;
	list-style-type: none;
	background-image: url(../images/bullet_orange_fang.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}



#servnav ul {
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	list-style-type : none;
}
#servnav ul li {
	list-style-type: none;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#servnav li a {
	background-image: url(../images/bullet_orange_fang.gif);
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B2B5A2;
	background-repeat: no-repeat;
	background-position: 2px 6px;
	display: block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style: italic;
	width: 190px;
}
#servnav a:hover {
	color: #F98C18;
	background-color: #F3F5F1;
}
#footer {
	font-size: 11px;
	color: #fffcee;
	line-height: 8px;
	text-align: center;
}
h2 {
	font-size: 16px;
	text-align: center;
}
h1 {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #F98C18;
	margin-top: 0px;
}

#rexfact {
	background-image: url(../images/rexfact_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 524px;
	padding-top: 55px;
	font-size: 12px;
}
#rexfact p {
	margin-right: 25px;
	margin-left: 98px;
	padding-top: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.caption {
	font-size: 12px;
	font-style: italic;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.forms {
	border: 1px solid #E8E9E2;
}
.forms th {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9AC99;
	background-color: #98A162;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", tahoma;
	background-image: url(../images/bg_tablehead.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.forms td {
	border: 1px solid #E8E9E2;
}
#bannerad {
	background-image: url(../images/banner_bg.gif);
	background-position: left bottom;
	width: 209px;
	text-align: center;
	padding-bottom: 15px;
}
#bannerad p {
	font-size: 12px;
	line-height: 14px;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
}


