/* Framework */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(/images/bg.gif);
	color: #000;
}
#site {
	width: 960px;
	margin: auto;
	text-align: left;
	background-color: #d3c1a9;
	background-image: url(/images/site-bg.gif);
		
}
#site fieldset {
	border: 0px solid #000;
}
#framework {
	width: 960px;
	background-image: url(/images/framework-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Ads */
 #leaderboard {
     height: 102px;
     width: 960px;
     float: left;
     background-color: #d3c1a9;
     text-align: center;
     background-position: 100px center;
     background-repeat: no-repeat;
     background-image: url(/images/advertisement-black.gif);   
}
#leaderboard .containerPadding {
     padding: 5px 0px 0px 3px;
}
#leaderboardLabel {
     display: none;
     
}


#skyscraper {
	width: 165px;
	height: 600px;
	padding-top: 2px;
	float: right;
	clear:both;
}
#skyscraperLabel {
    margin: 0px 0px 0px 5px;
}

#skyscraperAd {
	width: 165px;    
	clear:both; 
	padding: 0px 1px 0px 4px;
}
#banner {}

/* Cube AD */
#cubeAd { 
	margin: 15px 0px 2px 10px;   
	float: right;  
}
#cubeAd h3{ 
	display: none;
}

#contentMiddle #cubeAd {
	clear: both;
	margin: 15px 0px 5px 7px;   
	float: none;  
}

/* CCB */
#ccb {
	clear: both;
	text-align: center;
	width: 960px;
	height: 27px;
	background:#d3c1a9;
}
#ccb p {
	display: none;
}
#ccb h3 {
	display: none;
}
#ccb ul {
	text-align: center;
	display: block;
} 
#ccb ul li {
	margin-left: 10px;
	padding: 5px 5px;
	border-left: 1px dashed #999;
	list-style: none;
	display: inline;
}
#ccb ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#ccb ul li a {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	 line-height: 27px;
	 
}
#ccb ul li a:hover {
	color: #000;
}
#ccb moduleFooter {
	clear: both;
	
}
/* Header */
#header {
	height: 97px;
	width: 742px;
	float: left;    
}
#header h1 {
	float: left;    
    }
#headerBottomGroup .moduleHeaderGroup {
	height: 2px;
	background:#d3c1a9;
	 clear:both;
}

/* Content */

#contentColumns {}
#contentEnclose {
	width: 795px;
	float: left;
	
}
#contentMiddle {
	width: 638px;
	float: right;
	padding: 0px 12px 5px 12px;
	border-top: 2px solid #d3c1a9;
	background-color:#fff;
	   
}
#contentLeft {
	width: 157px;
	float: left;
	border-top: 2px solid #d3c1a9;    
	 
}
#contentRight {
	width: 165px;
	float: right;
	border-top: 2px solid #d3c1a9;    

}

/* START FireFox Adjustments to Fix IE Box Model Bug */

		
html>body #contentMiddle {
	width: 614px;
}

/* END FireFox Adjustments to Fix IE Box Model Bug */

#contentBottom {
	clear: both;
}
.storySeparator {}

/* Quadrants */
#quadrantTop {}
#quadrantA {
	float: left;
	width: 50%;
}
#quadrantB {
	float: left;
	width: 50%;
}
#quadrantTopFooter {
	clear: both;
}
html>body #quadrantTopFooter {
	clear: both;
	height:1px;
}
#quadrantBottom {
	clear: both;
	height: 1px;
}
#quadrantC {
	float: left;
	width: 50%;
}
#quadrantD {
	float: left;
	width: 50%;
}
#quadrantBottomFooter {
	clear: both;
}

/* Footer */
#footer {
	background-color: #d3c1a9;
}
#footerTop {
	height: 10px;
}
#footerBottom {
	height: 20px;
	clear: both;
}
#siteIndex {
	display: none;
}
#siteIndex fieldset {
	border: 0px solid #000;
}
#siteIndex legend {
	display: none;
}
#siteIndex select {
	background:#ccc0a8;
	font-size:10px;
	font-family:Verdana,sans-serif;
	color:#ff6633;
	display: none;
}

#copyright {
	font-family:arial,sans-serif;
	font-size: 9px;
	color:#333333;
	clear:both;
	text-transform: uppercase; 
	text-align:center;
}
#copyright a {
	color:#333333;
	text-decoration: none;    
}
#copyright a:hover {
	color:#ff6633;
}
#copyright .privacyPolicy {
	color:#333333;
	text-decoration: none;  
}

