html{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form{
	padding: 0;
	margin: 0;
}
img{
	border: 0;
}


div.wrapper{
	width: 980px;
	margin: 0 auto;
	background-color: #ffffff;
	min-height: 100%;
	position: relative;
}
* html div.wrapper{
	height: 100%;
}
#content{
	padding: 121px 12px 144px 12px;
}
#content2{
	padding: 151px 12px 144px 12px;
	float: right;
	width: 804px;
}
#leftnav{
	float: left;
	width: 152px;
	padding: 151px 0 130px 0;
}
.absheader{
	position: absolute;
	top: 0;
	height: 106px;
	width: 980px;
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.absheader2{
	position: absolute;
	top: 0;
	height: 136px;
	width: 980px;
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
	background-position: right top;	
}
h3.tagline{
	width: 202px;
	height: 37px;
	margin: 0;
	background-image: url(../images/tagline.gif);
	position: absolute;
	top: 17px;
	left: 336px;
	text-indent: -30000px;
	overflow: hidden;
}
h1.logo{
	float: left;
	margin: 0;
}
h1.logo a{
	display: block;
	width: 198px;
	height: 75px;
	text-indent: -3000px;
	overflow: hidden;
	background-image: url(../images/logo.png);
}
#topnav{
	position: absolute;
	top: 75px;
	left: 0;
	background-color: #EBEBEB;
	font-family: Century Gothic;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#topnav a{
	text-decoration: none;
	color: #9D3B1E;
	line-height: 30px;
}
#topnav a:hover{
	text-decoration: underline;
}
#topnav li{
	float: left;
	padding: 0 6px;
	text-align: center;
}
#topnav1{
	width: 95px;
}
#topnav2{
	width: 110px;
}
#topnav3{
	width: 120px;
}
#topnav4{
	width: 105px;
}
#topnav5{
	width: 140px
}
#topnav6{
	width: 115px;
}
#topnav7{
	width: 120px;
}
#topnav8{
	width: 79px
}
#topnav_2{
	position: absolute;
	top: 105px;
	left: 0;
	background-color: #bac831;
	font-family: Century Gothic;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;	
}
#topnav_2 li{
	float: left;
	padding: 0 6px;
	text-align: center;
}
#topnav_2 a{
	color: #ffffff;
	line-height: 30px;
	text-decoration: none;
}
#topnav_2 a:hover{
	text-decoration: underline;
}
#topnav_21{
	width: 85px;
}
#topnav_22{
	width: 165px;
}
#topnav_23{
	width: 184px;
}
#topnav_24{
	width: 165px;
}
#topnav_25{
	width: 196px;
}
#topnav_26{
	width: 113px;
}
.absfooter{
	text-align: center;
	color: #669900;
	font-family: Century Gothic;
	font-size: 13px;
	padding: 0 0 6px 0;
	clear: both;
	position: absolute;
	bottom: 0;
	width: 980px;
}
.absfooter a{
	display: block;
	width: 980px;
	height: 75px;
	background-image: url(../images/footerbg.gif);
	text-indent: -3000px;
	overflow: hidden;
	margin: 0 0 6px 0;
}
.absfooter .copyright{
	color: #9d3b1e;
	text-align: center;
	font-family: Century Gothic;
}
#nav{
	list-style: none;
	margin: 0;
	padding: 0 0 0 6px;
}
#nav ul{
	margin: 0;
	padding: 6px 0;
	list-style: none;
}
#nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}
#nav li.main a{
	color: #E16B25;
	font-weight: bold;
	line-height: 17px;
}
#nav li.level1 a{
	color: #000000;
	font-weight: bold;
	line-height: 26px;
}
#nav li.level1 a:hover, #nav li.level2 a:hover{
	color: #E16B25;
}
#nav li.level2{
	padding-left: 10px;
}
#nav li.level2 a{
	color: #000000;
	line-height: 14px;
	font-size: 13px;
	font-weight: normal;
}
form#search{
	margin: 0 0 12px 6px;
	padding: 0;
	position: relative;
}
form#search fieldset{
	border: 0;
	padding: 0;
	margin: 0;
}
form#search legend{
	display: none;
}
#search-text{
	width: 105px;
	padding: 1px 2px;
}
#search-submit{
	padding: 0;
	margin: 0;
	position: absolute;
	top: -1px;
	left: 114px;
}
.req{
	color: #FF0000;
}
/* Styles for login box */
#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
}
#loginbox{
	position: absolute;
	z-index: 101;
	background-color: #d4d0c8;
	border-top: 1px solid #d4d0c8;
	border-left: 1px solid #d4d0c8;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	width: 587px;
	left: 50%;
	top: 250px;
	margin-left: -294px;
}
#loginbox .loginboxinner{
	border-top: 1px solid #ffffff;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #ffffff;
	padding: 1px;
}
#loginbox .loginboxinner h5{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 14px;
	line-height: 18px;
	background-color: #a6caf0;
	background-image: url(../images/bgh5.png);
	background-repeat: repeat-y;
	padding-left: 2px;
	position: relative;
}
#loginbox a{
	color: #0000ff;
}
#loginbox .loginboxinner h5 a{
	position: absolute;
	width: 16px;
	height: 14px;
	background-image: url(../images/close1.gif);
	text-indent: -3000px;
	overflow: hidden;
	top: 2px;
	right: 2px;
}
#loginbox .loginboxinner table{
	margin: 0 15px 12px;
	width: 554px;
}
#loginbox .loginboxinner table .loginbox-td1{
	text-align: right;
	white-space: nowrap;
	width: 10%;
}
#loginbox .loginboxinner table input.txt{
	width: 440px;
}
#loginbox .loginboxinner table .loginbox-td1at{
	background-image: url(../images/attention.png);
	background-repeat: no-repeat;
	height: 28px;
}
#loginbox .loginboxinner table td{
	vertical-align: middle;
}

#loginbox .ss_reqbox{
	margin: 0 0 0 0;
	border: 1px solid #d4d0c8;
}
/* start breadcrumbs styles */
ul.breadcrumbs{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ul.breadcrumbs a{
	font-weight: bold;
	color: #E16B25;
}
ul.breadcrumbs li{
	display: inline;
	background-image: url(../images/breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: 100% 5px;
	padding-right: 11px;
	padding-left: 5px;
}
ul.breadcrumbs li.first{
	padding-left: 0;
}
ul.breadcrumbs li.last{
	background: none;
}
/* end breadcrumbs styles */


