@import url('carousel.css');



/*Styles Only Pertinent to the Homepage*/


#upper {
    padding:0px 0px 15px 0px;
	}
	
#recent {
	width:260px;
	background: url(../images/bg_recent.jpg) no-repeat top right;
	float:right;
	padding:13px 15px 8px 15px;
	}

#recent ul {
	margin-top:-5px;
	}
	
#recent li {
	border-bottom:1px solid #62b1d8;
	list-style:none;
	padding:7px 0 7px 15px;
	background:url(../images/icon_page_home.gif) no-repeat 0 9px;
	}

#recent a, #recent a:visited {
	color:#ecf7ff;
	font-weight:bold;
	font-size:1em;
	}
				
#home .stripes {
	background:url(../images/bg_stripe.gif);
	padding:14px 14px 20px 14px;
	}


#home #lead .left {
	width:200px;
	}

#home #lead .right {
	width:285px;
	}


/*Features and Carousel*/

#carousel {
	height:151px;
	background:#e7e8df url(../images/bg_carousel.jpg) repeat-x;
	}

#carousel li {
	float:left;
	padding:0 15px;
	}

#carousel li img {
	border:3px solid #FFF;
	display:block;
	margin-bottom:6px
	}
	
#carousel a, #carousel a:visited {
	float:left;
	color:#585b41;
	}

#carousel a:hover, #carousel a:active {
	color:#828569;
	}
	
/*Middle Column*/


#home #content {
	float:left;
	width:545px;
	padding:10px 0px 50px 25px;
	background:#FFF;
	border-left: 1px dotted #285D8E;
	}

#home #content.fullwidth {
	width:auto;
	float:none;
	padding:12px;
	}
	
#home #sidebar {
	width: 250px;
	float:left;
	padding:0 25px 50px 0px;
	background:#FFF;
	}


.whitebox {
	background:#FFF;
	padding:0px 13px;
	}
	
	

.catnews p {
	font-size:1.1em;
	line-height:150%;
	margin:0;
	}
		
.catnews img {
	float:left;
	margin:3px 11px 7px 1px;
	border:1px solid #516f80;
	padding:1px;
	}

.catnews .catnewsMainStory {
	margin-top:15px;
	}
	
.headlines {	
	padding:0px 12px;
	}

.headlines li {
	padding:2px 0;
	list-style:none;
	}	
	
#home .commentcount {
	font-size:0.8em;
	font-weight:normal;
	margin-left:2px;
	}	
	
	
/*Rightbar*/

			
#rightbar { 	
	width:195px;
	float:right;
	}
	
#rightbar h3.widgettitle{ 	
    color: #EC8026;
	}

#rightbar li {
	list-style:none;
	padding:2px 0;
	border-bottom:1px solid #e7e8df;
}
	
.videoWidget {
    width: 295px;
    float: right;
    padding: 0px 10px;
    margin-right: 13px;
    border-left: 1px solid #E7E8DF;
    border-right: 1px solid #E7E8DF;
    
}

.s {
    font-size: 12px;
    text-align: right;
    margin:0px;
    padding: 0px;
    color: #EE8228;
}
.s a {
    color: #EE8228;
}

.i {
    margin:0px;
    padding: 0px;
    line-height: 15px;

}

.f {
    visibility: hidden;
}
