@charset "utf-8";
/* CSS Document */
/* CSS for CHS Homepage */

/* Web Design is (c) Elliott Brooks and Jumpify Web Design 2009 */
/* http://jumpify.co.uk */

/* ===================================================== */

/* Left and Right content areas */

.home-left {
	float: left;
	width: 400px;
}
.home-right {
	float: right;
	width: 150px;
	}
	
.thumbnail{
margin: 0px 6px;
}
.home-blog {
width: 500px;
height: 150px;
margin-bottom: 5px;
color: #fff !important;
}

.home-blog .left {
float:left;
width: 100px;
height: 100%;
}
.home-sidebar .thumbnail{
margin: 5px 0px;
}
.home-blog .left li{
height: 20px;
padding: 0px 5px;
background:url('/images/homeblog-tabs.png');
cursor:pointer;
margin-bottom: 5px;
font-weight: bold;
overflow:hidden;
font-size: 12px;
}
.home-blog .left li:hover{
background:url('/images/homeblog-tabs-hover.png');
}
.home-blog .left li.current{
background:url('/images/homeblog-tabs-selected.png');
}
.home-blog .right{
width: 380px;
float:right;
background: url('/images/homeblog-bg.png');
height: 140px;
padding: 5px 10px;
margin-top:3px;
}
.home-blog .right .hidden{
display: none;
}
.home-blog .right p, .home-blog .right h2{
margin:0px; padding:0px;
margin-bottom: 5px;
}
/* Featured Content Area */

.home-featured {
	clear: both;
	width: 660px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.home-featured   p  {
	text-align: left;
}

.motto {
	text-align: center;
	background: url('../images/motto-bg.jpg') no-repeat center center;
	height: 32px;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	padding-top: 8px;
}
