@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: 65%;
}
.home-right {
	float: right;
	width: 35%;
	}
	
.home-blog {
width: 100%;
height: 100px;
margin-bottom: 5px;
}

.home-blog .left {
float:left;
width: 150px;
height: 100%;
}
.home-blog .left li{
width: 100%;
padding: 5px;
background: #DDDDFF;
cursor:pointer;
margin-bottom: 5px;
text-align: right;
font-weight: bold;
}
.home-blog .left li:hover{
background: #BBBBFF;
}
.home-blog .left li.current{
background: #9999FF;
}
.home-blog .right{
width: 480px;
float:right;
background: #9999FF;
height: 100px;
padding: 0px 10px;
}
.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: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.home-featured   p  {
	text-align: left;
}




.motto {
	text-align: center;
}