@charset "UTF-8";
/* CSS Document */
.twoColFixLtHdr #header { 
	background: #fff url(img/bcc-headBG.jpg) no-repeat; 
	padding: 0 ;  
	height: 153px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 202px; 
	background: url(img/bcc-navTopBG.jpg) top no-repeat; 
	padding: 15px 0 0 0;
	margin:0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 202px; 
	padding: 0 ; 
	background: url(img/bcc-contentBG.jpg) left top no-repeat;
	_background: url(img/bcc-contentBG.jpg) -3px 0 no-repeat;
} 
.twoColFixLtHdr #mainContent .home { 
	margin: 0 ; 
	padding:120px 0 0 0 ; 
} 
.twoColFixLtHdr #mainContent div.featured  { 
	margin: 0 40px;
	padding: 0; 
	border: solid 2px #006666;
	background: url(img/bcc-featureBG.jpg) bottom left no-repeat;
} 
.twoColFixLtHdr #mainContent div.featuretop  { 
	margin: 10px 40px 0 40px   ;
	padding: 0; 
	background: #cc9933;
	width: 250px;
	height:10px;
} 
.twoColFixLtHdr #mainContent .featured h3 { 
	margin: 0  ;
	padding:3px 12px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	color:#fff;
	background:#006666;
} 
.twoColFixLtHdr #mainContent .featured h4 { 
	margin: 0  ;
	padding:10px 12px 0 12px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: bold;
	color:#006666;
} 
.twoColFixLtHdr #mainContent .featured p { 
	margin: 0  ;
	padding: 0 12px 5px 12px; 
	font-size: 1.2em;
	line-height:1.5em;
} 
.twoColFixLtHdr #mainContent .featured img { 
	margin: 0 10px 5px 0  ;
	padding: 5px; 
	border: solid 1px #ccc;
	background:#fff;
	float:left;
} 

