﻿#homeContent{
	/*background-image: url('home_feature1.jpg');
	background-repeat: no-repeat;*/
 	width: 770px;
	margin: 0;
	padding: 0;
	float: left;
	padding-bottom: 10px;
	}

#homeContent h1{
	display: none;
	}

	
#events_home{
	clear: left;
	width: 350px;
	float: left;
	height: 100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 25px;
	}
	
#news_home{
	width: 350px;
	float: left;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
	}
	
#events_home h2, #news_home h2{
	color: #666666;
	}
	
#events_home .groupheader, #news_home .groupheader{
	font-family: Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #38265d;
	}
	
	
#events_home .link-item a:link, #events_home .link-item a:visited, #news_home .link-item a:link, #news_home .link-item a:visited{
	background-color: white;
	color: #666666;
	font-weight: normal;
	display: block;
	font-size: 13px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 15px;
	border: none;
	text-decoration: none;
	}
	
#events_home .link-item a:hover, #news_home .link-item a:hover {
	color: #000066;
	text-decoration: underline;
	}
	
