/* -------------------- CSS Reset --------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {	outline: 0; }
ins {	text-decoration: none; }
del {	text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------- General Settings --------------------- */
body { 
	margin: 0; 
	padding: 0; 
	font: 10pt Arial, Helvetica, sans-serif, Verdana; 
	color: #ffffff; 
	text-align: center; 	
	background-color: #333333;
	background-image: url(../media/fade_top.jpg);
	background-repeat: repeat-x;
 }

h1, h2, h3  { 
	margin: 0;
	padding: 0;
}

h1 {
	color: #000000; 
	font-size: 2.1em;
}

h2 {
	color: #000000; 
	font-size: 1.1em;
}

h3 {
	color: #056839;
	font-size: 2em;
	font-weight: bold;
	background-color: #ffffff;
	padding-top: 55px;
}

a { font-weight: bold; }
a:link { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:active { color: #ffffff; }
a:hover { color: #ffffff; text-decoration: underline; }

a.disabled, a.disabled:visited { color: #666666; text-decoration: none; cursor: default; }
a.alt, a.alt:visited { color: #000000; }
a.alt_disabled , a.alt_disabled:visited { color: #ffe202; text-decoration: none; cursor: default; }

/* -------------------- Page Elements --------------------- */
#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	background-color: transparent;
	background-image: url(../media/fade_960.png);
	background-repeat: repeat-y;
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='media/fade_960.png');
}

#head {
	width: 880px;
	margin: 0 20px 0 20px;
	padding: 20px;
	
	min-height:47px;
	height:auto !important;
	height:47px;

	background: #000000 url(../media/logo.jpg) no-repeat top left;
}

#search {
	width: 250px;
	height: 45px;
	text-align: right;
	float: right;
}

#search input {
	margin: 0 0 0 5px;
}

#search div {
	padding: 5px 0 0 0;
}

#nav {
	width: 880px;
	margin: 0 20px 0 20px;
	
	min-height:30px;
	height:auto !important;
	height:30px;
	
	padding: 0 20px 0 20px;
	xbackground-color: #cccccc;
	background: #cccccc url(../media/nav_bg.gif) repeat-x;
	border-bottom: 4px solid #ffe202;
}

#nav li {
	font-size: 1em;
	float: left;
}

#nav li a {
	display: block;
	width: 95px;
	height: 24px;
	padding: 6px 0 0 0px;
	color: #000000;
}

#nav li a:hover {
	text-decoration: none;
	background: #ffe202 url(../media/nav_tab_bg.gif) no-repeat;
}

#nav a.selected {
	background: #ffe202 url(../media/nav_tab_bg.gif) no-repeat;
}

#nav a.disabled {
	color: #999999;
}

#nav a.disabled:hover {
	text-decoration: none;
	background: none;
}

#content {
	min-height:400px;
	height:auto !important;
	height:400px;
	
	overflow:auto;	/* Fix lack of FF container expanding with floats inside */
	_height: 1%;	/* IE readjust to compensate */
	
	width: 920px;
	margin: 0 auto 0 auto;
	background-color: #000000;
	text-align: left;
}

.band {
	background: url(../media/band_sm.gif) repeat-x;
}

#col {
	width: 587px;
	float: left;
	padding: 20px;
}

#col .title {
	padding: 0 0 20px 0;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
}

#col_nav {
	min-height:400px;
	height:auto !important;
	height:400px;

	overflow:auto;	/* Fix lack of FF container expanding with floats inside */
	_height: 1%;	/* IE readjust to compensate */

	width: 211px;
	float: right;
	background-color: #000000;
	border: 1px solid #ffe202;
	margin: 20px 20px 0 20px;
	_margin: 20px 10px 0 10px;
	padding: 20px;
}

#signin {
	height: 85px;
	width: 300px;
	padding: 30px;
	border: 1px solid #333333;
}

#signin label {
	display: block;
	width: 90px;
	float: left;
	text-align: right;
	padding: 0 5px 0 0;
	margin-bottom: 13px;
}

#signin input {
	float: left;
	margin-bottom: 10px;
}

#banners .floater {
	display: block;
	float: left;
}

#banners iframe {
	width: 600px;
	height: 320px;
}

#promos {
	clear: both;
	height: 230px;
	background: #000000 url(../media/band.gif) repeat-x;
	padding: 30px 0 0 20px;
	_padding: 30px 0 0 0;
}

#promos .promo {
	position: relative;
	height: 190px;
	width: 251px;
	background-color: #000000;
	border: 1px solid #ffe202;
	float: left;
	margin: 0 20px 0 20px;
}

#promos .cover {
	position: absolute;
	top: 0;
	left: 0;
	height: 170px;
	width: 231px;
	padding: 10px;
}

#copyright {
	clear: both;
	height: 25px;
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
	background-color: #000000;
	border-bottom:  1px solid #303030;
}

#footer {
	height: 21px;
	width: 960px;
	margin: 0 auto 0 auto;
	background-color: transparent;
	background-image: url(../media/fade_960_foot.png);
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='media/fade_960_foot.png');
}

.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #ffe202;
}

.emphasis {
	font-size: 1.2em;
	font-weight: bold;
}

.hr_wrap {
	width: 100%;
	clear: both;
	float: left;
	_width: auto;
	_clear: none;
	_float: none;
}

hr.sep {
	height: 1px;
	padding: 0;
	margin: 10px 0 10px 0;
	clear: both;
	border: none;
	border-top: 1px solid #333333;
}

ul.bullets li {
	list-style: square;
	margin-left: 40px;
}

ul.bullets_sm li {
	list-style: circle;
	margin-left: 30px;
}

.emphasis_small {
	font-size: 1em;
	font-weight: bold;
}

/* Overrides */
.margin_left_20 { margin-left: 20px; }
.clear { clear: both; }
.block { display: block; }
.bold { font-weight: bold; }
.float_left { float: left; }
.float_right { float: right; }
.text_left { text-align: left; }
.text_right { text-align: right; }
