@import url('carousel.css');


ul.tabs {
	margin:0px; padding:0px;
}

ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color:#FFF;
	color:#333333;
	padding:5px 5px 5px 5px;
	text-decoration:none;
	font-size:11px;
	font-family: "Century Gothic";
	text-transform:uppercase;
	border:1px solid #ffdcbd;
}
ul.tabs li a:hover {
	background-color:#FFF;
	border-color:#2f343a;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #ffdcbd;
	border-bottom: 1px solid #ffffff;
}

.content {
	background-color:#ffffff;
	width: 255px;
	height: 240px;
	padding:5px 5px 5px 5px;
	margin-top: 5px;
	border:1px solid #ffdcbd;
}

#content_2, #content_3 { display:none; }

/*Styles Only Pertinent to the Homepage*/


#upper {
	background: #FFF ;/*url(../images/bg_upper.jpg) bottom repeat-x;*/
	padding:0px 15px 10px 15px;
	}
	
#recent {
	width:260px;
	height: 270px;
	background: #FFF;
	float:left;
	padding: 5px;
	}

.contentAboutUs {
	padding:15px 0px 0px 15px;
	border: 1px solid #ffdcbd;
}

.contentAboutUs img {
	float:left;
	padding:5px;
}

/*#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; /*url(../images/bg_stripe.gif);)*/
	padding:14px 14px 20px 14px;
	}

/*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:300px;
	}

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

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



/*Middle Column*/

.whitebox {
	width: 300px;
	border:0px solid #e0e0db;
	background:#FFF;
	padding: 5px 5px 5px 0px;
	}
	
.whiteboxIdeas {
	width: 277px;
	border:0px solid #e0e0db;
	background:#FFF;
	padding: 5px 5px 5px 0px;
	}
	
#home #content .whitebox {
	margin-bottom:13px;
	}
	
.catnews-title a, .catnews-title a:visited {
	font-family: Verdana, "Century Gothic", Arial;
	font-size: 22px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	color: #d07e34;
}

.catnews-title a:hover {
	color: #d07e34;
}

.catnews a, .catnews a:visited {
	color:#d07e34;
	}	

.catnews p {
	font-size:1.1em;
	line-height:150%;
	margin:0;
	}
		
.catnews img {
	float:left;
	margin:3px 11px 7px 1px;
	border:1px solid #516f80;
	padding:1px;
	}

.catnews .catnewsMainStory1 {
	padding-left:5px;
	background: url(../images/bg_stripe3.gif);
}
	
.catnews .catnewsMainStory {
	padding:5px 0px 0px 5px;
	margin-top:5px;
	}
	
.catnews .catnewsMainStory a{
	font-family: Verdana, "Century Gothic", Arial;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: #d07e34;
}

.catnewsMainStoryExcerpt {
	font-size: 11px;
}

.contentAboutUsExcerpt {
	font-size: 11px;
}

.contentAboutUsExcerpt a{
	color: #333333;
	font-weight: bold;
}

.contentAboutUsExcerpt a:hover{
	color: #d07e34;
}

.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;
	}	
	
	
/*Rightbar*/

			
#rightbar { 	
	width:165px;
	float:right;
	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
	}
