/* layout divs */
#headerimage, #nav{
	margin-left:160px;
}
#headerimage{
	text-align: right;
	background-color:#FF9933;
	background-image:url(../images/headerimage.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:85px;
}
#nav{	
	background-color:#FF9933;
	border-top: 1px solid #FFF;	
	padding: 0;
	height:18px;
}
.subnav{
	display:none;
	position:relative;
	left:9px;
	_top:2px;/* IE position fix */
}
#nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	_width:550px;/* IE min-width workaround */
	min-width:550px;
}
#nav .subnav ul{
	position:absolute;
	/* width needs to be fixed to maximum */
	width:800px
}
#nav li{
	display:block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:20px;
}
#nav .subnav li{
	height:auto;
	font-size: 11px;
	margin:0;
	padding:0 2px;
}

#nav li.active .subnav, #nav li:hover .subnav{
	display:block;
}
#nav a {
	color: #FFF;
	margin-right:10px;
	padding-left:12px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../images/navarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav .subnav a {
	color:#000099;
	margin-right:12px;
	font-weight:bold;
	text-transform:lowercase;
	background-image: none;
	padding-left:0;
}
#nav .subnav li.last a{
	margin:0;
	padding:0;
}

#nav .subnav a:hover {
	color:#FF9933;	
}
#leftcol {
	float:left;
	clear:left;
	left: 0px;
	top: 0px;
}
#image{
	padding: 10px 0 5px;
}
#image img{
	border: 1px none #000;
}
#quicklinks {
	width:200px;
	padding-top:39px;
	position:absolute;
}
#titleimage {
	text-align:right; 
	width:150px; 
	padding-left:212px; 
	padding-top: 5px
}
#rightcol {
	margin-left: 390px;	
}
#content {
	padding: 0 20px 0 0px;
	_height: 310px;/* IE min-height workaround */
	min-height: 310px;
}
#header {
	border-bottom: 1px solid #FF9933;
	margin-bottom: 20px;
	padding-bottom: 20px;	
	overflow:hidden;/* Prevent horizontal scrollbars from subnavnav in firefox */
}
#footer {
	border-top: 1px solid #FF9933;
	margin-top: 20px;
	padding-top: 5px;
	background-image:url(../images/footerbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
#footerlinks {
	margin-top: 25px;
	color: #FF9933;
}

/* text styles */
body {
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	margin:12px 25px 5px 25px;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	background-position: 25px 12px;
}

h1, h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FF9933;
	margin:0px 0 10px;
	padding-top: 10px;
}
p, ul {
	margin:0 0 10px 0;
}
h2 {
	font-size: 15px;
}
h3 {
	color:#999999;
	margin:0 0 5px 0;
	font-size: 14px;
}
h4 {
	margin:0;
	font-size: 12px;
}
ul {
	padding:0;
}
li {
	margin: 0 0 0 1em;
	padding: 0;
}
form{
margin:0;
}
table.formtable {
	margin:0 0 16px 0;
}
table.formtable td {
	padding:2px 4px 2px 0;
}
.style2 {
	color: #FF9933
}
.warn, .error {
	padding-left: 5px;
	color:#CC0000;
	font-size:10px;
	font-weight:bold;
}

a {
	color: #000099;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}
#footerlinks a {
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
