@charset "utf-8";
/* CSS Document */

#mainContent { 
	margin: 0 0 0 195px; 
} 


#homeContainer {
		background: url(images/background.gif) repeat-y;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	color:#ff9600;
}
#HomeTop {
	background-color:#FFF;
	border-top:10px #dcdcdc solid;
	border-bottom: 7px #dcdcdc solid;
	width:735px;
	height: 157px;

	

	}
#HomeHeader {
	width: 325px;
	float:left;
	padding:10px 20px 0 20px;
	
}

#HomeIntro {
	padding:10px 0 0 10px ;
	float:left;
	width:340px;
	font-size:12px;
	line-height:16px;
}

#HighlightItems {
	
}

.HighlightItem {
	width: 180px;
	float:left;
	margin-right:5px;
	background-color:#FFFFFF;
	height: 340px;

}
.HighlightItemHeading {
	height: 40px;
}

.HighlightItemHeading.Yellow {
	background-image:url(images/yellowHead.gif);
}

.HighlightItemHeading.Red {
	background-image:url(images/RedHead.gif);
}

.HighlightItemHeading.Green {
	background-image:url(images/GreenHead.gif);
}

.HighlightItemHeading h3 {
	margin:0;
	font-size:13px;
	color:#000;
	padding: 5px 0 0 5px;
	}

.HighlightItem.Last {
	margin:0;

}

.HighlightItemContent {
	padding: 0 10px 5px 10px;
	font-size:12px;
	line-height:16px;
}

.HighlightItemContent ul {
	padding:0;
	margin: 0;
	list-style:none;


}

.HighlightItemContent li {
	background:url(images/homeBullet.gif) no-repeat 0 8px;
	padding: 0 0 3px 10px;
}

.HighlightItem img {
	margin: 0;
	padding:0;
}

#News {
	height: 77px;
	background:url(images/BlueNews.gif) repeat-x;
	width: 735px;
	border-top: #dcdcdc solid 7px;
	color:#FFFFFF; 
	border-bottom: #dcdcdc solid 1px;
}

#NewsContent {
	padding: 10px 0 0 10px;
	font-size:14px;
	}
#NewsContent a, #NewsContent a:visited {
	color: #0000a0;
	}


#News h3{
	color:#FFFFFF; 
	padding:0;
	margin:0;
}

#News p{
	color:#FFFFFF; 
	padding:0;
	margin:0;
}


#LatestBox {
	width: 735px;
	border-bottom:#dcdcdc solid 10px;
	border-top:#dcdcdc solid 7px;
	font-size:14px;
	}
#LatestBox p {
	font-size:12px;
	}

#LatestNews {
	width:244px;
	float:left;
	border-right:#dcdcdc solid 1px;
	background-color:#fff;
		height:115px;
	}
#LatestEvents {
	width:244px;
	float:left;
	border-right:#dcdcdc solid 1px;
	background-color:#fff;
	height:115px;
	}
#LatestNewsletter {
	width:244px;
	float:left;
	background-color:#fff;
	height:115px;
	}

	
#LatestNewsHeader {
	height:35px;
	background:url(images/BlueHead.gif)
	}
#LatestNewsHeader a, #LatestNewsHeader a:visited{
	color:#fff;
	}
	
#LatestEventsHeader {
	height:35px;
	background:url(images/BlueHead2.gif)
	}

#LatestEventsHeader a, #LatestEventsHeader a:visited{
	color:#fff;
	}
	
#LatestNewsletterHeader {
	height:35px;
	background:url(images/BlueHead.gif)
	}
#LatestNewsletterHeader a, #LatestNewsletterHeader a:visited{
	color:#fff;
	}
	
#LatestBox h4 {
	margin:0;
	padding: 4px 0 0 4px;
	float:left;
	
}


#LatestBox .text {
	padding: 0 10px 5px 10px;
	}
	
#LatestBox h5, #LatestBox p {
	padding: 0;
	margin:0;
	}
	
#LatestBox img {
	float:left;
	margin:0;
	}