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

img {
	margin: 5px;
}

html, body {	height: 100%;}
html {
	background: #2b3137 url(../images/bg.jpg) 50% 0 repeat;
}
body {
	background: url(../images/stripe.jpg) 0 97px repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #b8c2c9;
	font-size: 12px;
}
a:link, a:visited {
	color: #FFD3AF;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
#container {
	margin: 0 auto;
	width: 780px;
	min-height: 100%;
	position: relative;
}
#header {
	margin: 0;
	background: url(../images/header.jpg) 0 0 no-repeat;
	height: 336px;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 120px;
	width: 180px;
	text-decoration: none;
}
#navigation {
	position: absolute;
	left: 572px;
	top: 138px;
	width: 171px;
	height: 188px;
	margin: 0;
	list-style: none;
}
#navigation li {
	margin: 0 0 12px;
	background: url(../images/arrows.gif) 0 -100px no-repeat;
}
#navigation li a {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #afb2b5;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 0 20px;
	font-weight: bold;
}
#navigation li a:hover {
	color: #ff7e07;
	background: url(../images/arrows.gif) 0 0 no-repeat;
}
#content {
	float: left;
	width: 450px;
	padding: 20px 0 10px 35px;
}
#title {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
#column {
	margin: 10px 36px 10px 513px;
	padding: 0 0 10px;
	background: #21282E url(../images/column.jpg) 0 0 repeat;
}
#newswire {
	padding: 10px 25px 25px;
}
#newswire h2.heading {
	margin: 0 0 10px;
	padding-bottom: 15px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #4a5e72;
}
#moreinfo img {
	border-width: 0;
	margin: 0;
}

#newslettersignup {
	float: none;
	width: auto;
	text-align: right;
	padding: 10px;
	vertical-align: middle;
	margin: 0;
}
#newslettersignup h6 {
	text-align: left;
	font-weight: normal;
	margin: 0 0 8px;
}
#newslettersignup label {
	width: 50px;
	text-align: left;
	clear: none;
	vertical-align: middle;
}
#newslettersignup input {
	vertical-align: middle;
	clear: none;
	width: 140px;
	background: #505b65;
	color: #EFEFEF;
	border-width: 0;
	padding: 1px;
}
#newslettersignup button {
	border: 1px solid #b8c2c9;
	color: #b8c2c9;
	padding: 2px;
	background: #000;
}
#newslettersignup div {
	clear: right;
}
#clear {	height: 70px;}
#footer {
	background: #1e252a;
	text-align: center;
	padding: 10px 0 0;
	height: 50px;
	margin: -60px 0 0;
	color: #b8c2c9;
	position: relative;
}
#footer a {
	color: #b8c2c9;
	text-decoration: none;
}
#footer a;hover {	text-decoration: underline;}
#links {
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 14px;
}
#footer #byline {
	font-size: 10px;
	text-align: right;
	margin: 10px auto 0;
	width: 706px;
}
#byline em {
	text-decoration: underline;
	font-style: normal;
}

/* Scroller */

#newswire .scroller {
	height: 170px;
	position: relative;
	overflow: hidden;
}
#newswire .scroller * {
	margin: 0 0 5px;
	font-size: 12px;
}
#newswire a {
	color: #b8c2c9;
	text-decoration: none;
}
#newswire a:hover {
	text-decoration: underline;
}
#pscroller1 {
	height: 150px;
}

dl#faqview {
	border-top: 1px solid #777;
}
#faqview dd.readmore {
	padding: 0 0 5px;
	margin: 5px 0;
	border-bottom: 1px solid #777;
}
