/**********************
	HOME SPECIFIC STYLES
***********************/
div#contentWrap.home {
	width: 977px;
	margin: 15px 0 0 0;
	height: 100%;
	background:#fff;
}



div#billboardHolder {
	height: 307px;
	position: relative;
	width:974px;
	background:#fff;
	border:3px solid #fff;
}


div#billboard2 {
}
div#billboardLeft {
	width:434px;
	height:307px;
	background-image:url(../images/homeBannerLeftBG.jpg);
	float:left;
}
div#billboardLeftContent {
	margin:40px 35px 0;
}
div#billboardLeftContent h2 {
	margin:0 0 15px 0;
	font-weight:bold;
	color:#464646;
}

div#contentLeft.home h1 {margin-left:30px;}


div#billboardLeftContent p {
	color:#fff;
	text-align:justify;
	margin:0 0 10px 0;
	font-weight: bold;
	line-height: 17px;
}
div#billboardRight {
	float:right;
	height:307px;
	width:536px;
	background-color:#123;
}
div#contentLeft.home {
	float: left;
	width: 440px;
	text-align:justify;
}
div#contentRight.home {
	float: right;
	width: 530px;
	background: #FFFFFF;
	height: auto;
	text-align:justify;
}
div#contentLeft.home h1 {
	padding: 0 0 0px 0;
	color: #9abb50;
	font-weight:bold;
}
div#contentRight.home h1 {
	padding: 0 0 5px 10px;
        margin: -18px 0 0 0;
	color: #8a7a67;
	font-weight:bold;
}
div#pageTitleWrap.home h1 {
/*	margin: -18px 0 0 0;
	padding: 0; */
}

div#newsevent ul {border-top:1px solid #9abb50}

div#newsevent ul li {
	background-image:none;
	padding:0;
	margin:0;
	font-weight:normal;
	border-bottom:2px solid #fff;
	background-color:#ebf1dc;
	padding:15px;
}
div#newsevent ul li:hover {
	background-color:#e8e4e1;
}

