@import url('carousel.css');



/*Styles Only Pertinent to the Homepage*/



	
#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:rgba(0, 0, 0, .05 );
	padding:14px 14px 20px 14px;
	}


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

	}

#home #lead .right {
	width:375px;
	margin: 10px 20px 0 0;

	}



/*Features and Carousel*/

#carousel {
	height:175px;
	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;
	}
	
#home #content {
	float:left;
	width: 600px;
	}

#home {
	padding:0 13px 25px 13px;
	}

.whitebox h3 a, .whitebox h3 a:visited {
	color:#FFF;
	}



/*Middle Column*/


	
	
/*rightbar*/

			
#rightbar { 	
	width:300px;
	float:right;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0 );
	padding: 10px 0  0;
	margin:4px 0 0 0;
	}

#rightbar li {
	list-style:none;
	padding:5px 0;
	
}

#rightbar li a, #rightbar li a:visited {
	color:#9CD6F3;
	}

#rightbar li a:hover, #rightbar li a:active {
	color:#9CD6F3;
	text-decoration:none
	}
	
.whitebox {
width: 300px;
height: auto;
background:none repeat scroll 0 0 rgb(0, 51, 102); /* The Fallback */
background:none repeat scroll 0 0 rgba(0, 0, 0, .15);
padding-top:9px;
margin-bottom: 12px;

	}
	
#home #F .whitebox {
	margin-bottom:13px;
	}

.catnews a, .catnews a:visited {
	color: #fff;

	}	

.catnews p {
	font-size:1.1em;
	line-height:150%;
	margin:0;
	color: #fff;
	padding-left: 8px;
	padding-top: 4px;
	
	}
		
.catnews img {
	float:left;
	margin:3px 11px 7px 1px;
	padding-top: 4px;
	padding-left: 8px;
	}

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

	}

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

