@import url("nav.css");

 * {
	margin:0;
 	padding:0;
 	}

 html, body{
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
 	} 
 
 body{
	background-color: #753d00;
	background-image: url(../images/choc_background.jpg);
	background-repeat: repeat-x;
 	} 
 
/*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| Common Page Layout |||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
 
 #pageWidth{ 
    width:100%;
 	} 
 
 #headerWrapper{
 	padding-top:1px;
	height:195px;
	width:100%;
	margin-right: auto;
 	} 
 
 #header{
	width:760px;
 	} 

 #wrapper{
 	width:760px; 
 	text-align:left;   
	margin-right:auto;  
 	} 
 
 .pcopy {
 	padding:16px;
 	}
 
 .pcopy p {
 	margin:12px 0;
 	}
	
.pcopy a {
	color: #fce2b8;
	text-decoration:underline;
 	
 	}

 .pcopy h3 {
	font-size: 1em;
	color: #fcf8f1;
 	margin:12px 0;
	}

 .pcopy h4 {
	font-size: .8em;
	color: #fcf8f1;
 	margin:12px 0;
	}
	
 .pcopy .leadp {
	font-size:.8em;	
 	}
 
 .pcopy table {
 	width:100%;
 	}

 .pcopy table caption {	
	
	padding:3px;
	font-size: .8em;
	text-align:left;
	color: #fcf8f1;
	}
 
 .heat caption {	
	background-color: #00853e;
	}
 
 .points caption {	
	background-color: #bf2b38;
	}
 
 .pcopy table td {	
	padding:3px;
	font-size: .76em;
	color: #fce2b8;
	}
 
 .pcopy table th {	
	padding:3px;
	font-size: .75em;
	color: #fcf8f1;
	}
 
#imgSideNav .announce h3 { padding:0 0 0 6px; font-weight:normal; }
 
 #imgSideNav p {
	padding:6px;
 	}
 
 #imgSideNav .announce {
 	margin:1px 0;
	padding:6px 0;
	border-bottom: 0px solid #a01722;
	border-left: 6px solid #a01722;
	background: url(../images/choc_transbkgrnd.gif);	
 	}
	
 #imgSideNav .announce p {
	
 	}
	
 #imgSideNav .announce p a {
 	padding: 1px 0;
	font-size: 1em;
	line-height: 18px;
	color: #fce2b8;
	text-decoration:none;
 	}
	
 #imgSideNav .announce p a:hover {
	border-bottom: 1px dotted #fce2b8;
 	}
	
 #imgSideNav .announce img {
	float:right;
	margin:0 6px;
	font-size: 0;
	line-height: 0;
 	}
 
 .promoh {
	background-color: #bf2c38;
	}
 
  .promoh img{
	margin:6px;
	}
 
 .announce {
	margin-bottom: 6px;
	padding-bottom: 8px;
	clear:both
 	}
 
  .announcel {
  	float:left;
	width:186px;
	margin-bottom: 6px;
	padding-bottom: 8px;
 	}
	
	.announcer {
	float:right;
	width:186px;
	margin-bottom: 6px;
	padding-bottom: 8px;
 	
 	}

 
 /*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| Common Graphics and Branding |||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
 
 img {
 	border:0;
 	font-size:0px;
	line-height:0px;
 	}
 
 .imgfltr {
 	float:right;
	margin:6px 0 6px 12px;
	}
 
 .imgfltl {
	float:left;
	margin:6px 12px 6px 0; 
 	}
 
 #logo{
	width:409px;
	margin-top: 45px;
 	} 
 
 .bigImgWrap {
	position: absolute;
	left: 461px;
	top: 198px;
	width: 498px;
	height: 263px;
 	}
	
 .bigImgWrap2 {
	position: absolute;
	left: 461px;
	top: 486px;
	width: 498px;
	height: 263px;
 	}
 
 .bigImgBorder {
	height: 263px;
	width: 27px;
	float: left;
 	}
 
 .bigImage {
	height: 263px;
	width: 469px;
	float: left;
	font-size: 0; line-height: 0;
	margin-bottom:3px;
 	}

 /*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| Common Text Control |||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
 
 .broadcast{
	color: #fcf8f1;
	font-weight: bold;
 }
 
 .airdate{
	color: #fcf8f1;
 }
 
 .caption{
	font-size: 0.65em;
	color: #fce2b8;
	clear: both;
	margin-top: 3px;
	margin-left: 28px;
 }
 
 .subHead {
	position: absolute;
	left: 144px;
	top: 160px; 
 	}
 
 h2 {
	font-size: 1.2em;
	color: #fce2b8;
 	}
 
 h3 {
	font-size: .9em;
	color: #fcf8f1;
	margin-bottom: 8px;
 	}
 
 h4 {
	font-size: 0.76em;
	color: #fcf8f1;
 	}
	
 h5 {
	font-size: 0.76em;
	color: #fcf8f1;
 	}
 
 p {
 	font-size: .7em;
	line-height: 18px;
	color: #fce2b8;
 	}
	
 
 /*|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| De Hacks |||||||||||||||||||||||||||||||||||||||||||||||||||||||*/
 
/*Hacks*/
.clearfix:after { 
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden; 
} 
.clearfix {display:inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 

