@charset "utf-8";
/* CSS Document */

a:link {text-decoration:underline; color:blue;}
a:visited {text-decoration:underline; color: purple;}
a:active {text-decoration:underline; color:red;}
a:hover {text-decoration: underline; color: red;}

h1, h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.bred {
	color: #CC0000;
	font-weight: bold;
}

html, body {
	background-color:#FFFFFF;
	background-attachment:fixed 0 0;
	background-position:top center;
	background-repeat:repeat;
	margin: 0; 
	padding: 0;
	text-align: left;  
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:30px;
}

img {  
	border-style: none;
}


#wrapper { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#globalOverlay {
	background-image:url(../img/globalOverlay.jpg); 
	background-attachment:fixed 0 0;
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0; 
	padding: 0;
	height:1600px; 
	border:0 solid #000000;
	text-align: left;  
}


.globalMasthead { 
	background-image:url(../img/globalMasthead.jpg); 
	background-repeat:no-repeat; 
	background-attachment:fixed 0 0;
	height:125px;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image 				
	is used in the #header instead of text, you may want to remove the padding. 
*/
}

.mainNav {
	background-color:#663300;
	padding:0px;
	width:960px;
	height:45px;
	border:0;
	margin:0;
	padding:0;
}

.rightNavBar {
	position: absolute;
	float: right; 
	width: 275px;
	height:auto; !important
	background: transparent none repeat scroll 0 0; 
	margin-left:680px;
	padding-top:5px;
	margin-top:5px;
}

#mainContainer {
	width:960px;
	height:auto; !important
	border:0 solid #000000;
	padding-top:5px;
	margin-top:5px;
	float: left;
}

.mainRotater {
	width:685px;
	height:auto; !important
	margin:0;
	padding:0;
}

.mainContent {
	width:650px;
	height:auto; !important
	margin:0;
	padding-right:20px;
	padding-left:20px;
}


.left {
	float:left;
}

.right {
	float:right;
}


#leaderBoard {
	background:transparent none repeat scroll 0 0;
	height:110px;
	width:900px;
	text-align:center;
}

#footerNavContainer {
	margin: 0; 
	padding: 0;
	width:960px;
	height:300px;
	margin-top: 250px;
	margin-bottom: 70px;
	background-image:url(../img/globalFooterBackground.png);  
	background-repeat:no-repeat;
}



.footerNav { 
	padding-top: 80px;
	padding-bottom: 10px;
	padding-right:180px;
	padding-left:180px;
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:15px;
} 

#footerNav p {
	margin-top: 0px;  
}

table.footerNavTable {
	width:700px;
	table-layout:fixed;
		        	
}

table.footerNavTable.td {
	padding:0px;
	margin:0px;
	border: none;
}
	
.footerNavHeaderFAQ {
	width:588px;
	height:159px;
	border:0;
	background-image:url(../../images/footerNavHeaderFAQ.jpg);  
	background-repeat:no-repeat;
}

.footerNavHeaderPrivacy {
	width:588px;
	height:159px;
	border:0;
	background-image:url(../../images/footerNavHeaderPrivacy.jpg);  
	background-repeat:no-repeat;
}

.footerNavHeaderSitemap {
	width:588px;
	height:159px;
	border:0;
	background-image:url(../../images/footerNavHeaderSitemap.jpg);  
	background-repeat:no-repeat;
}

.footerNavHeaderTerms{
	width:588px;
	height:159px;
	border:0;
	background-image:url(../../images/footerNavHeaderTerms.jpg);  
	background-repeat:no-repeat;
}

.footerNavHeaderContact {
	width:588px;
	height:159px;
	border:0;
	background-image:url(../../images/footerNavHeaderContact.jpg);  
	background-repeat:no-repeat;
}

.footerNavHeaderAbout {
	width:588px;
	height:159px;
	border:0;
	background-image:url(../../images/footerNavHeaderAbout.jpg);  
	background-repeat:no-repeat;
}



.contentBackgroundBoxAlt {
	background-image:url(../../images/contentBackground.jpg);
	background-repeat:repeat;
	width:588px;
	height:700px;
	text-align:left;
}


img.floatLeft { 
    float: left; 
    margin: 8px; 
	margin-bottom: 400px;
}


.sitemapLinks {
	font: 1em Arial, Helvetica, sans-serif;
	padding: 10px 20px 20px 102px;
	line-height:24px;
}


#corusFooter {
	color: #006666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height: 175%;
	padding-top: 30px;
	border: #708222 1x solid;
	text-align:center;
	list-style-type:none;
	}
	
#corusTitle{
	color: #006666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
}

#corusFooter a:link {
	color: #006666;
	}
	
#corusFooter a {
	margin: 0 5px;
	}

#corus-logo {
	padding: 5px 5px 10px 5px;
	}