@import url('carousel.css');



/*Styles Only Pertinent to the Homepage*/


#upper {
	background-color: #f1f2f4;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#recent {
	width:314px;
	float:right;
	background-image: url(../images/bg_recent.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	}

#recent ul {
	margin-top:-5px;
	}
	
#recent li {
	list-style:none;
	padding:7px 0 7px 15px;
	background:url(../images/icon_page_home.gif) no-repeat 0 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCFD3;
	}

#recent a, #recent a:visited {
	color:#424242;
	font-weight:bold;
	font-size:1em;
	}
				
#home .stripes {
	padding:0px;
	background-color: #f1f2f4;
	}


#home #lead .left {
	width:470px;
	}

#home #lead .right {
	width:430px;
	}
	
#home #lead h3 {
	font-size:3em;
	}


/*Features and Carousel*/

#carousel {
	background-position: 0%;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
	}

#carousel li {
	float:left;
	}

#carousel li img {
	display:block;
	margin-bottom:6px;
	}
	
#carousel a, #carousel a:visited {
	float:left;
	color:#024282;
	}

#carousel a:hover, #carousel a:active {
	color:#024282;
	}
	
#home #content {
	float:left;
	width:490px;
	padding:10px;
	}

#home #sidebar {
	padding: 10px;
	}

.whitebox h3 a, .whitebox h3 a:visited {
	color:#ffffff;
	}



/*Middle Column*/

.whitebox {
	background:#FFF;
	}
	
#home #content .whitebox {
	margin-bottom: 15px;
	}

.catnews a, .catnews a:visited {
	color:#000000;
	}	

.catnews p {
	font-size:1.1em;
	line-height:150%;
	margin:0;
	}
	
		
.catnews img {
	float:left;
	padding:0px;
	margin-top: 5px;
	margin-right: 11px;
	margin-bottom: 7px;
	margin-left: 0px;
	}

.catnews .catnewsMainStory {
	margin: 10px;
	}
	
	
#home .commentcount {
	font-size:0.8em;
	font-weight:normal;
	margin-left:2px;
	}	
	
	
/*Rightbar*/

			
#rightbar { 	
	width:165px;
	float:left;
	border-top:1px solid #e0e0db;
	background:#FFF;
	padding:0 13px 13px 13px;	
	}

#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
	}
