@import url(nav.css);

/* HTML TAG REDEFINITIONS */

body {
	margin:0 0 36px 0;

	background-color:#c3c4c5;
	background-image:url(../images/bg/bg_gradient.gif);
	background-position:top left;
	background-repeat:repeat-x;
	
	text-align:center;
}

body, td {
	font-family:"Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size:12px;
	line-height:17px;
}

img {
	border:none;
}

img.right {
	position:relative;
	float:right;
	clear:none;
	
	margin:0 0 8px 24px;
}

h1 {
	color:#FF1100;
	font-size:19px;
	font-weight:bold;
}

h2 {
	margin:24px 0 4px 0;
	
	color:#3DA4BB;
	font-size:14px;
}

h3 {
	margin:0 0 0 0;
	
	color:#3DA4BB;
	font-size:12px;
}

h4 {
	margin:0 0;

	color:#3DA4BB;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

h5 {
	margin:0 0;

	color:#3DA4BB;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}

h6 {
	margin:0 0;

	color:#3DA4BB;
	font-size:12px;
	font-weight:normal;
	font-variant:small-caps;
	text-transform:lowercase;
}

a {
	color:#FF4800;
	text-decoration:none;
}

a:hover {
	background-color:#FFDED1;
}

th {
	text-align:left;
}

SMALL {
color:#A9ABAC;
font-size:10px;
font-weight:bold;
}

.txtBox {
	background-color:#FFFFFF;
	color:#000000;
	border: solid 1px #c3c4c5;
}

/* GLOBAL GENERIC STYLES */
.note {
	color:#525759;
}
	
	/* ALTERNATING TABLE ROW STYLES */
	tr.d0 {
		/* no special formatting */
	}
	
	tr.d1 {
		background-color:#F5F5F5;
	}

/* BANNER STYLES */
#banner {
	position:relative;
	z-index:100;
	
	width:100%;
	background-color:#DC0C05;
	background-image:url(../images/bg/banner-red.gif);
	background-position:top left;
	background-repeat:repeat-y;
	
	text-align:center;
}

#banner #topStrip {
	width:100%;
	height:20px;
	
	background-color:#F1F2F2;
}

#banner #topStrip a {
	position:relative;
	left:416px;
	z-index:500;
}

#bannerPlayer {
	display:none;
	position:absolute; /* this is required, or the banner layout breaks in IE */
}

#bannerGraphics {
	position:relative;
	width:750px;
	margin:0 auto;
	z-index:1000;
}


/* MAJOR LAYOUT DIVS */
#main {
	position:relative;
	z-index:0;
	width:750px;
	margin:0 auto;
	padding:18px 0 0 0;
		
	background-color:white;
	
	text-align:left;
}

#sideBar_01, #sideBar_02 {
	position:absolute;
	right:-189px;
	width:173px;
	top:92px;
	/*height:193px;*/
	
	background-color:#cccecf;
	
	vertical-align:middle;
}

#sideBar_02 {
	top:227px;
	height:156px;
}

#sideBar_03 {
	position:absolute;
	right:-189px;
	width:173px;
	top:92px;
}

#leftColumn {
	position:absolute;
	left:16px;
}

/* styles for the side navigation are in the "nav.css" file imported into this one */


#links { /* see the #sideNav section for link (<a>) styles */
	position:relative;
	clear:both;
	width:187px;
	
	font-size:11px;
}

#links p {
	margin:0 0 24px 0;
}

#links p img {
	display:block;
	margin:0 0 4px 0;
}

#content {
	position:relative;
	top:-2px;
	margin:0 0 0 244px;
	width:467px;
	min-height:424px; /* holds div open in case the content is too short */
	
	text-align:left;
}

* html #content {
	height:424px; /* equivalent for "min-height" in the #content descriptor above, but for IE */
}

/* CONTENT AREA STYLES */
#content div {
	position:relative;
}

#content div h1 {
	position:relative;
	padding-top:16px;
	
	background-image:url(../images/bg/divider_gradient.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


#content p {
	margin:0 0 8px 0;
}

#content img.lead-in {
	margin:0 0 16px 0;
}

#content ul, #content ol {
	margin:0 0 8px 16px;
	padding:0 0;
}

#content ol {
	margin-left:28px;
}

* html #content ol {
	margin-left:30px;
}

#content ul li, #content ol li {
	margin:0 0;
}

#content a {
	white-space:nowrap;
}

#content #breadcrumbs {
	margin:0 0 16px 0;
	
	font-size:11px;
}

#content #breadcrumbs, #content #breadcrumbs a {
	color:#A9ABAC;
}

#content #breadcrumbs a:hover {
	background-color:#E0E1E1;
}

#content table {
	border:none;
}

#content table td {
	padding:0 4px 4px 0;
	
	vertical-align:top;
}

#content table.grid {
	width:100%;
}

#content table.listing {
	width:100%;
	margin:24px 0 auto 0;
	
	border-top:solid 1px #D4D5D5;
	border-left:solid 1px #D4D5D5;
	border-collapse:separate;
}

#content table.listing th, #content table.listing td { /* + overrides to td and th, below */
	padding:4px 4px;
	
	border-top:solid 1px white;
	border-right:solid 1px #D4D5D5;
	border-bottom:solid 1px #D4D5D5;
	border-left:solid 1px white;
	
	text-align:left;
	vertical-align:top;
}

#content table.listing th {
	height:18px;
	
	background-color:#D9DED1;
	background-image:url(../images/bg/table_header_gradient.gif);
	background-position:top left;
	background-repeat:repeat-x;
	
	color:#3DA4BB;
	font-size:9px;
	line-height:12px;
}

* html #content table.listing th { /* for IE */
	height:12px;
}

#content table.listing td {	
	font-size:10px;
	line-height:14px;
}

#content table.listing h2 {
	margin:0 0;
	
	font-size:10px;
	line-height:14px;
}

#content table.listing p {
	margin-bottom:0;
}

#content table.nospace {
	margin:0 0 32px 0;
}

/* FOOTER STYLES (INCLUDING SPONSOR LOGOS AREA) */
#main div#logos {
	margin:24px 0 0 244px;
	padding:24px 0 0 0;
	width:467px;
	
	background-image:url(../images/bg/divider_gradient.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#main div#logos img {
	margin:0 24px 0 0;
	vertical-align:top;
}

#main div#footer {
	position:relative;
	clear:both;
	top:28px;
	width:467px;
	margin:0 0 0 244px;
	padding:8px 0 0 0;
	
	background-color:#c3c4c5;
	
	color:white;
	font-size:9px;
	text-align:left;
}

#main div#footer a {
	color:white;
}

#main div#footer a:hover {
	background-color:#c3c4c5;
}

