/*******************************************************************************************************
***************** PUBLIC MARINE INDEXPAGE LAYOUT *******************************************************
*******************************************************************************************************/
.HiLoContainer {
	position: absolute;
	display:inline;
	left: 269px;
	top: -32px;
	width:144px;
	height:51px;
	text-align:right;
	font-size:16px;
}
.SynopsisContainer {
	position: absolute;
	left: 158px;
	top: 16px;
	text-align: justify;
	width: 360px;
	height:165px;
}
.TodaysForecastContainer {
	/*margin:2px;*/
	position: absolute;
	display:block;
	left: -9px;
	top: 7px;
	height: 270px;
	width: 165px;
	/*background-image:url(../images/ButtonsAndBackgrounds/_todayTest.png)*/
}
.TodaysForecastContainerInner {
	position:relative;
	height:67px;
}
.FourDayForecastContainer {
	position: absolute;
	left: 158px;
	top: 207px;
	height:135px;
	width:408px;
}
.FourDayForecastContainerInner {
	position:relative; 
	float:left; 
	width:98px; 
	text-align:left; 
	height:135px; 
	/*background-image:url(../images/ButtonsAndBackgrounds/_FourDayTest.gif);*/
}
/*******************************************************************************************************/
