/*Styles Only Pertinent to the Homepage*/


#upper {
	background: #3399cc url(../images/bg_nodata.gif) bottom repeat-x;
	padding:8px 12px 2px 0;
	}
	
#recent {
	width:280px;
	background: url(../images/bg_recent.gif) no-repeat top right;
	float:right;
	padding:1px 8px 6px 6px;
	}

#recent ul {
	margin-top:-6px;
	}
	
#recent li {
	border-bottom:2px solid #62b1d8;
	list-style:none;
	padding:7px 0 7px 14px;
	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:5px 14px 0px 14px;
	}



/*Features and Carousel*/

#carousel {
	height:120px;
font-size:0.8em;
	background:#ffffff;
	margin-bottom:0px;
	}

#carousel li {
	border-right:1px solid #ffffff;
	float:left;
	padding:0 28px;
	}

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

#carousel a:hover, #carousel a:active {
	color:#828569;
	}
	
#home #content {
	float:left;
	width:490px;
	}

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



/*Middle Column*/

.whitebox, #home #sidebar {
	border-top:0px solid #ffffff;
	background:#FFF;
	padding:9px;
	color:#000000;
	}

#home #content .whitebox {
	margin-bottom:2px;
	}

.catnews a, .catnews a:visited {
	color:#22222d;
	}	
	
.catnews img {
	float:left;
	margin:5px 16px 18px 1px;
	border:1px solid #253f6d;
	padding:1px;
	}
	
.headlines {	
	padding:12px;
	}

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

			
#ads { 	
	width:214px;
	float:right;
	}

#ads img {
	margin-bottom:12px;
	}		
	

