/*Styles Only Pertinent to the Homepage*/


#upper {
	background:#c6ae78;
/*	background: #3399cc url(../images/bg_upper.jpg) bottom repeat-x; */
/*	padding:14px 19px 15px 0; */
	}
	
#recent {
	width:255px;
/*	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 #502113;
	list-style:none;
	padding:7px 0 7px 15px;
	background:url(../images/icon_page_home.png) no-repeat 0 9px;
	}

#recent a, #recent a:visited {
	color:#502113;
	font-weight:bold;
	font-size:1em;
	}
				
#home .stripes {
/*	background:url(../images/bg_stripe.gif); 
	padding:14px 14px 20px 14px; */
	background: #c6ae78;
	padding:2px;
	margin-top:5px;
	}



/*Features and Carousel*/

#carousel {
/*	height:151px; */
	background:#8a6b3f; /*  url(../images/bg_carousel.jpg) repeat-x; */
	margin-bottom:0px; 
	padding-bottom:10px;
	border-bottom: 10px solid #502113;
	}

#carousel li {
	border-right:1px solid #C6AE78;
	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:ghostwhite;
	}

#carousel a:hover, #carousel a:active {
/*	color:#828569; */
	color:#FFF;
	text-decoration:underline;
	}
	
#carousel .carousel_header a {
        float:none;
        font: 1.0em Arial, Helvetica, sans-serif;
        font-weight:bold;
        color:#FFF;
        }

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

.whitebox h3 a, .whitebox h3 a:visited {
	color:floralwhite;
	}



/*Middle Column*/

.whitebox, #home #sidebar {
/*	border-top:1px solid #e0e0db; */
	background:floralwhite;
	padding:10px;
/*	color:#737373; */
	color: darkslategray;
	}

#home #content .whitebox {
	margin-bottom:2px;
	border: 1px solid #502113;
	background:#fffaf0;
	}

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

.catnews img {
	float:left;
	margin:3px 11px 7px 1px;
	border:1px solid #516f80;
	padding:1px;
	}
	
.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;
	}	
	
	
/*Ads*/

			
#ads { 	
	width:190px;
	float:right;
	border: 1px solid #502113;
	}

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