@import url('carousel.css');



/*Styles Only Pertinent to the Homepage*/
.bigger {
    font-size: 16px;
}

#upper {
	background: #ffffff;
	padding:10px 19px 0px 0px;
	border-bottom: 1px solid #E9E9E9;
	}
	
#recent {
	width:240px;
	float:right;
	padding:13px 15px 8px 15px;
	}
	
#recent li {
	list-style:none;
	padding:5px 0;
	border-bottom:1px solid #e7e8df;
}

#recent li a, #recent li a:visited {
	color:#737373;
	}

#recent li a:hover, #recent li a:active {
	color:#000;
	text-decoration:none
	}

#home #lead {
    width: 660px;
    padding: 0px;
}



				
#home .stripes {
	padding:0px 14px 20px 14px;
	}

.leadBox {
	padding: 10px;
}
#home #lead .left {
	width:220px;
	}

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


/*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;
	}
	
#home #content {
	float:left;
	width:660px;
	}

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

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



/*Middle Column*/

.whitebox {
	background:#FFF;
	padding:0 20px 0 0;
	width: 200px;
	float: left;
	}
	
#home #content .whitebox {
	margin-bottom:13px;
	}

.catnews a, .catnews a:visited {
	color:#22222d;
	}	

.catnews p {
	font-size:1.1em;
	line-height:150%;
	margin:0;
	}
		
.catnews img {
	float:left;

	}

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

.catnews .catnewsMainStory h4{
	width:425px;
	clear: both;
	}
	
.headlines {	

	}

.headlines li {
    width: 400px;
	padding:5px 0;
	border-bottom:1px solid #e7e8df;	list-style-type: none;
	}	
.headlines li a, .headlines li a:visited {
	color:#737373;
	}

.headlines li a:hover, .headlines li a:active {
	color:#000;
	text-decoration:none
	}
	
#home .commentcount {
	font-size:0.8em;
	font-weight:normal;
	margin-left:2px;
	}	
	
	
/*Rightbar*/

			
#rightbar { 	
	width:240px;
	float:right;
	background:#FFF;
	padding:10px;	
	}

#rightbar li {
	list-style:none;
	padding:5px 0;
	border-bottom:1px solid #e7e8df;
}

#rightbar li a, #rightbar li a:visited {
	color:#737373;
	}

#rightbar li a:hover, #rightbar li a:active {
	color:#000;
	text-decoration:none
	}
