@import url('carousel.css');



/*Styles Only Pertinent to the Homepage*/


#upper {
	background: #3399cc url(../images/bg_upper.jpg) bottom repeat-x;
	padding:15px;
	
	}
	
.bigger {
    font-size: 125%;

}

#home h1 {
    color: #ffffff;
    }
    
#recent {
	width:300px;
	float:left;
	}

#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: #fff;
	padding:0;
	}

#home #lead  {
	width:510px;
	padding: 100px 0 0 50px;

	}


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

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


/*Features and Carousel*/

#carousel {
	height:200px;
		background: #ffffff;
	}

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

	}

#carousel li img {
	display:block;
	}
	
#carousel a, #carousel a:visited {
	float:left;
	}

#carousel a:hover, #carousel a:active {

	}
	
#home #content {
	float:left;
	width:590px;
	}

#home #sidebar {
	padding:0 13px 10px 13px;
	background: none;
	}

.whitebox h3 a, .whitebox h3 a:visited {
color: #262261;
font-size: 15px;
	}



/*Middle Column*/

.whitebox {
	padding:0;
	}
	
#home #content .whitebox {
	margin-bottom:10px;
	}

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

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

.catnewsMainStory {
	margin:15px 15px 0 0;
	float: left;
	width: 280px;
	}
	
.headlines {	
	padding:12px;
	margin-top: 20px;
	visibility: hidden;
	}

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

			
#rightbar { 	
	width:200px;
	float:right;
    background: #fff;
	padding:0 10px;
	margin: 15px 0px;	
	}
	
#rightbar h3.widgettitle {
    font-size: 17px;
    text-align: center;
}

#rightbar p {
    font-size: 12px;
    text-align: justify;
}
#rightbar li {
	list-style:none;
	padding:5px 0;
}

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

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

