@import url("/css/whitespace.css");
@import url("/css/forms.css");
@import url("/css/news.css");
@import url("/css/newswire.css");
@import url("/css/faq.css");

html, body {	height: 100%;}
body {
	background: #013C4D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	behavior: url(/css/csshover.htc);
}
a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
#container {
	width: 800px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	background: #03536C url(../images/contentbg.jpg) 0 100% no-repeat;
}
#header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 243px;
	margin: 0;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 243px;
	text-decoration: none;
}
#column {
	float: left;
	padding: 5px 20px 5px 5px;
	width: 177px;
}
#navigation {
	margin: 0;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}
#navigation li {
	margin: 0;
	position: relative;
	_height: 1px;
	min-height: 1px;
}
#navigation li.onhover a.ie {
	padding-bottom: 0px;
}
#navigation li:hover {	background: #105D71;}
#navigation li a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	_height: 1px;
	min-height: 1px;
}
#navigation li a:hover {
	background: #105D71;
}
#navigation ul {
	display: none;
}
#navigation li:hover ul {
	display: block;
	position: absolute;
	width: 180px;
	left: 177px;
	top: 0;
	background: #105D71;
	list-style: none;
	margin: 0;
	padding: 3px;
}
#navigation li:hover ul li a:hover {
	background: #02546C;
}
#newswire {
	background: #1C657B;
	border: 3px solid #034C62;
	padding: 9px 5px 5px;
}
#newswire h2.heading {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px;
}
.scroller {
	padding-left: 10px;
}
#content {
	width: 408px;
	float: left;
	padding: 5px 3px 5px 0;
}
#title {
	margin: 0 0 5px;
	background: url(../images/heading.jpg) 0 50% no-repeat;
	font-size: 24px;
	font-style: italic;
	padding: 0 0 10px 10px;
}
#extras {
	width: 184px;
	float: left;
	padding: 9px 0;
}
#searchbox {
	background: #1C657B;
	border: 3px solid #034C62;
	padding: 9px 5px 15px;
	float: none;
	width: auto;
}
#searchbox h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px;
}
#searchbox label {
	width: auto;
	display: block;
	float: none;
	padding: 0 0 4px 12px;
	font-size: 10px;
}
#searchbox input {
	width: 150px;
	margin: 2px 0 2px 12px;
}
#searchbox #submit {
	width: auto;
	margin: 5px auto 0;
	display: block;
}
#clear {
	height: 50px;
}
#footer {
	background: url(../images/footer.gif) 0 0 repeat-x;
	height: 44px;
	margin: -49px auto 0;
	padding: 5px 5px 0;
	width: 790px;
	color: #4F4F4F;
	text-align: center;
}
#footer p {
	margin: 0 0 5px;
}
#footer a {	color: #4F4F4F; text-decoration: none;}
#footer a:hover {	text-decoration: underline;}
p#byline {
	font-size: 10px;
	margin: 0;
}
