/* Standard serif stylesheet - USNX */
* {	padding:0;	margin:0;}
html, body {	height: 100%;}
h1, h2, h3, h4, h5, h6 {	color: #003875;	font-weight: bold;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin: 10px 0;}
li, dd, blockquote {	margin-left: 40px;}
fieldset {	padding:10px;}
h1 {	font-size: 160%;}
h2 {	font-size: 150%;}
h3 {	font-size: 140%;}
h4 {	font-size: 130%;}
h5 {	font-size: 120%;}
h6 {	font-size: 110%;}
a:link, a:visited {	color: #003875;	text-decoration: underline;}
a:hover, a:active {	color: #F0B310;	text-decoration: none;}
hr.clearing {	margin: 0;	height: 1px;	visibility: hidden;	clear: both;}
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003875;
	background: #D1E0F1;
	text-align: center;
	behavior: url(/css/csshover.htc);
}
#container {
	text-align: left;
	width: 790px;
	margin: 0 auto;
	background: #FDF9DA;
	position: relative;
}
h1#header {
	height: 258px;
	background: url(../images/header.jpg) 0 0 no-repeat;
	margin: 0;
	text-indent: -1234em;
}
/* Content */
h2#heading {
	margin: 0 -26px 10px;
	background: url(../images/contenttop.gif) 0 0 no-repeat;
	min-height: 5px;
	_height: 5px;
	_position: relative;
	padding: 15px 25px 10px;
}
#content {
	min-height: 25em;
	_height: 25em;
	margin: 0 8px 10px 185px;
	border: 1px solid #F0B310;
	border-top-width: 0;
	background: #FFF;
	padding: 0 25px 20px;
}
/* For the Homepage */
#home {
	float: left;
	width: 340px;
	margin: -20px 0 0;
}
#news {
	float: right;
	width: 180px;
	margin: -20px 0 0;
	font-size: 12px;
}
#news * {
	color: #000;
}
#news h3.date {
	margin-bottom: 0px;
}
#news p {
	margin-top: 0px;
}
/* Main Navigation */
ul#mainnav {
	position: absolute;
	left: 0;
	top: 258px;
	width: 185px;
	margin: 0;
	padding: 0;
	background: #FDF9DA;
	list-style: none;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	_height: 1px;
}
#mainnav li {
	background: url(../images/menu.gif) 0 100% no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	_height: 1px;
}
#mainnav li a {
	text-decoration: none;
	display: block;
	padding: 5px 0 6px 21px;
}
#mainnav li ul {
	display: none;
}
#mainnav li:hover ul {
	display: block;
	list-style: none;
	position: absolute;
	left: 180px;
	top: 0;
	padding: 0;
	margin: 0;
	width: 200px;
	background: #FDF9DA;
	border: 1px solid #F1B310;
	border-top-width: 0;
	font-size: 12px;
	_height: 1px;
}
#mainnav li li {
	background: none;
	border-top: 1px solid #F1B310;
	_height: 1px;
}
#mainnav li li a {
	padding: 3px 5px 3px 10px;
}
/* Quick Links (top) */
#quicklinks {
	position: absolute;
	top: 0;
	right: 0;
	background: #000 url(../images/topmenu.jpg) 0 0 repeat-y;
	margin: 0;
	padding: 0 10px 0 35px;
	list-style: none;
}
#quicklinks li {
	margin: 0;
	padding: 0 5px;
	display: inline;
	line-height: 19px;
	vertical-align: middle;
}
#quicklinks li a {
	color: #FFF;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-decoration: none;
}
/* Current Weather */
#current_weather {
	position: absolute;
	left: 605px;
	top: 24px;
	width: 180px;
	color: #000;
	text-align: right;
	font-size: 11px;
	line-height: 1.2;
}
#current_weather .temp {
	float: right;
	width: 120px;
}
#current_weather img {
	float: left;
}
#current_weather .current, 
#current_weather .humidity {
	margin-left: 60px;
	color: #333;
}
/* Keyword Search Form (top) */
form#search {
	position: absolute;
	top: 88px;
	left: 605px;
	margin: 0;
}
#search label {
	float: none;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 12px;
	width: auto;
	display: block;
	margin: 0;
	_margin: 0 0 -2px;
	padding: 0;
}
#search input#words {
	margin: 1px 0 -1px;
	_margin: 1px 0 -2px;
	width: 143px;
	border: 1px solid #F1B310;
}
#search input {
	margin: 0 0 0 83px;
}
/* Footer */
#footer {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 11px;
}
#footer a {
	color: #333;
	text-decoration: none;
}
/* Generic Form Styling */
option {
	padding-right: 10px;
}

form label {
	display: block;
	margin: 2px 0;
	float: left;
	clear: left;
	width: 130px;
	height: 14px;
}
form input, 
form textarea,
form select  {
	clear: right;
	display: block;
	margin: 2px 0 2px 140px;
	font-size: 12px;
}

form input {
	padding: 2px 3px;
}
form textarea {
	padding: 2px 3px;
	width: 300px;
	height: 120px;
}
form select {
}
form input.button {
	margin-left: 0;
	margin: 5px 0;
	border: 1px solid #000;
	background: #FFF;
	color: #000;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 14px;
	width: 100px;
	text-align: center;
}
form input#pay_authorize_submit {
	width: 200px;
}
table {
	border-collapse: collapse;
	background: #FFF;
	margin-right: -200px;
	_position: relative;
}
th {
	font-size: 10px;
	border: 1px solid #F0B310;
	padding: 3px 1px;
	color: #06387F;
	background: #FDF9DA;
	vertical-align: bottom;
}
td {
	font-size: 10px;
	border: 1px solid #F0B310;
	padding: 3px 1px;
}
.odd td {
	background: #FFFDEF;
}
td.numeric {
	text-align: right;
}
ul#account_menu {
	list-style: none;
	text-align: right;
	padding: 3px 5px;
	border-bottom: 1px solid #F1B310;
	margin: 0 0 20px;
}
#account_menu li {
	margin: 0 0 0 20px;
	display: inline;
}
#account_menu a {
	text-decoration: none;
}
td.account_name {
	font-size: 14px;
	font-weight: bold;
}
/* FAQ / Jobs */
h4.listfaq {
	font-size: 12px;
	margin: 5px 0;
}
.listfaq a {
	text-decoration: none;
}
.faqview .title,
.jobview .title,
.newsview .title {
	font-size: 16px;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #F0B310;
}
a.backto {
	display: block;
	text-align: right;
	margin: 10px 0;
	text-decoration: none;
	padding: 1px 0;
	border-top: 1px solid #F0B310;
}
h4.joblisting,
h4.newslisting {
	margin-bottom: 5px;
	font-size: 14px;
}
.joblisting a,
.newslisting a {
	text-decoration: none;
}
h6.date {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: normal;
}
.newswire a {
	text-decoration: none;
	font-size: 12px;
}
.newswire em {
	display: block;
	font-style: normal;
}
#employee_notice, #employee_notice a {
	color: red;
}
#extrahome {
	padding-top: 30px;
}
span.note {
margin: -19px 0 3px 25em;
display: block;
font-size: 12px;
font-style: italic;

}
