#HOME_H2
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.HOME_HeadingContainer
{
	height: 427px;
	overflow:hidden;
	width: 100%;
	background: url(/images/homeHeader_bg.png) repeat-x;
}
.HOME_logo
{
}

.HOME_Content
{
	text-align: left;
	margin-left: 30px;
}

.HOME_WidgetBoxContainer
{
	float: left;
	width: 306px;
	height: 217px;
	background-color: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
}
.HOME_WidgetBoxContainerRight
{
	float: left;
	width: 306px;
	height: 217px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.HOME_WidgetBox
{
	margin: 4px;
	position:relative;
	overflow: hidden;
}
.HOME_widgetImage
{
	width: 298px;
	height: 159px;
}

.HOME_widgetImageOverlay
{
	background:#00321e;
	width:298px;
	position:absolute;
	height:159px; 
	opacity:0;
	-moz-opacity:0;	
}

.HOME_widgetNavOverlay
{
	opacity:0;
	-moz-opacity:0;	
	width:298px;
	position:absolute;
	height:178px; 

}


.HOME_widgetNavOverlayBoxLeft
{
	 width:130px;
	 margin-left: 10px;
	 margin-top: 5px;
	 float:left;
}

.HOME_widgetNavOverlayBoxRight
{
	 width:130px;
	 margin-right: 10px;
	 margin-top: 5px;
	 float:right;
}

.HOME_widgetNavUL {
	margin:0px;
	margin-top:5px;
	padding-left:0px;
	color:#ffffff;
	list-style:none;
}

.HOME_widgetLink
{
	width: 298px;
	height:50px;
	/*background-image: url('/images/widget_link.png');
	background-repeat: no-repeat;*/
	overflow:hidden;
	text-align: left;
}
/*.HOME_widgetLinkInner
{
	padding: 13px 0px 0px 20px;
}
.HOME_widgetLink a, .HOME_widgetLink a:visited, .HOME_widgetLink a:active
{
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
.HOME_widgetLink a:hover
{
	text-decoration: underline;
}*/

.HOME_WidgetBoxContainerMedium
{
	float: left;
	width: 622px;
	height: 117px;
	background-color: #FFFFFF;
	/*background-image: url('/images/widget_intro_bg.png');
	background-repeat: no-repeat;
	*/
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.HOME_WidgetBoxContainerSmallRight
{
	float: left;
	width: 306px;
	height: 117px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.HOME_WidgetBoxInner
{
	padding: 10px;
	text-align: left;
}
.HOME_newsDate
{
	color: #00824e;
	font-style: italic;
}
.HOME_newsSummary
{
	
}
.HOME_newsSummary a, .HOME_newsSummary a:active, .HOME_newsSummary a:visited
{
	color: #00824e;
	font-weight: bold;
	text-decoration: none;
}
.HOME_newsSummary a:hover
{
	text-decoration: underline;
}

.HOME_boxLinks:link, .HOME_boxLinks:visited, .HOME_boxLinks:active
{
	color: #b7fbe0;
	font-weight: bold;
	text-decoration: none;
}

.HOME_boxLinks:hover
{
	text-decoration: underline;
}

.spinner {
	position: absolute;
	opacity: 1;
	z-index: 998;
	background: #00663D;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background:#00663D url(/images/loadingSpinner.gif) no-repeat;
	width: 32px;
	height: 32px;
	margin: 0 auto;
}

	
