
#wrapper_home {
		position: relative;
		float:left;
		width: 800px;
	 	background: url('/assets/img/layout/home_wrapper_bg.gif');
	  	background-repeat: repeat-y;
}

.callout {
		position: relative;
		float: left;
		width: 211px;
		background-color: #81b733;
		border-bottom: 1px solid #FFFFFF;
}

.callout p {
		margin-top: 46px;
		margin-left: 68px;
		font-family: Arial;
		font-weight: bold;
		line-height: 12px;
		font-size: 14px;
		color: #ffffff;

}

.callout a:visited, .callout a:active, .callout a:link, .callout a:hover {
			color: #ffffff;
			text-decoration: underline;
			font-family: Arial;
			font-weight: bold;
			line-height: 12px;
			font-size: 12px;
}

.weather {
		position: relative;
		float: left;
		width: 211px;
		height: 92px;
		background: url('/assets/img/home_callout_img/weather_bg.gif');
		background-repeat:no-repeat;
		font-family: Arial;
}
	.weather_title {
		text-align:center;
		font-weight: bold;
		padding-top: 10px;
		
	}
	.weather_icon {
		font-size: 9px;
		padding-left:25px;
		float:left;
		text-align:center;
	}
	.weather_center {
		text-align:center;
		float:left;
		padding: 10px;
	}
		.weather_tmp {
			font-weight: bold;
		}
		.weather_flik {
			font-size: 9px;
		}
	.weather_link {
		float:left;
	}
		.weather_link img {
			margin-top: 10px;
		}
#image {
		position: relative;
		width: 589px;
		height: 203px;

}

#news{
		position: relative;
		width: 549px;
		background-color: #FFFFFF;
		padding: 15px 24px 10px 16px;

}

#news h1 {
		font-family:Arial;
		font-size: 14px;
		font-weight: bold;
		color: #85be08;
		margin-bottom: 9px;
}

#news h2 {
		font-family:Arial;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		margin-top: 0px;
}


#news p {
		font-family:Arial;
		font-size: 12px;
		line-height: 14px;
		font-weight: normal;
		color: #000000;
		margin:0px;
}
#news a:visited, #news a:active, #news a:link, #news a:hover {
			color: #85be08;
			text-decoration: underline;

}
#container_border {
	background: url('/assets/img/home_callout_header/page_bg.gif') repeat-y;
}
#home_wrapper {
	float:right;
	width: 589px;
	overflow-x:hidden;
}
#map {
		position: relative;
		width: 589px;
		height: 163px;
		background: url('/assets/img/layout/home_map_bg.gif');
		background-repeat: no-repeat;
		padding: 15px;
		font-family:Arial;
		font-size:10px;
		line-height:12px;
		color:#000000;
}

.clear{
		clear:both;
		height: 1px;
		overflow:hidden;
		/*background: url('/assets/img/layout/home_wrapper_bg.gif');*/
}

