/* HOME STYLES */
body {
	/*background: url(/images/home/grey_line_bg.gif) top left;*/
}

.homesidebg {
	
}
.homeheaderbg {
	background-image: url(/images/home/header_bg.gif);
	background-repeat: repeat-x;
}
.taglinebg {
	background-image: url(/images/home/tagline_back.gif);
}
.tagline {
	color: #ccc3c3;
	font-weight: bold;
	font-size: 11px;
}
.homemain {
	color: #ffffff;
}
.homemain a img{
	border:0;
}
.homeeventbar {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #5a443b;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	height: 20px;
}
.homeevent {
	color: #ffffff;
	font-size: 11px;
}

.homeeventarea {
	background: url(/images/home/upcoming_events_bg.gif) top left no-repeat;
	height: 284px;
	width: 230px;
}

.hometenways {
	margin: 0;
	padding-left: 9px;
	text-align: left;
}


.hometenwayslink:link, .hometenwayslink:visited, .hometenwayslink:active {
	color: #2c2c2a;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.hometenwayslink:hover {
	text-decoration: underline;
}

.eventlink:link, .eventlink:visited, .eventlink:active{
	color:#3E3F53;
	}
			
.navTitle{
	color:#3E3F53;
}

#upcoming_events_home {
	position: relative;
	padding-top:50px;
	background: #ffffff url('/images/home/home_header_upcoming_events.jpg') no-repeat left top;
}

.home_banner{
	left:-40px;
	position:absolute;
	top:-7px;
}

#latest_video_home {
	position: relative;
	background: #ffffff url('/images/home/home_latest_video_bg.jpg') no-repeat left top;
	height:142px;
	width:230px;
	text-decoration:none;
}

#latest_video_home  #latest_video_container{
	padding:49px 30px 10px 86px;
}

#latest_video_home  #video_date{
	color:#7F7F7F;
	font-size:10px;
	display:block;
	text-decoration:none;
}

#latest_video_home  #video_title{
	color:#9F6111;
	display:block;
	font-weight:bold;
	text-decoration:none;
}

#latest_video_home  #video_title:hover{
	text-decoration:underline;
}




