@charset "utf-8";
/* CSS Document */

#mainDiv
{
 width: 948px;
 position: relative;
 text-align: left;
}
#headerDiv
{
	position: relative;
	display: block;
	width: 948px;
	height: 141px;
	background: url(../images/back_header3.gif) left top no-repeat;	
}
#logo
{
	position: absolute;
	left: 0px;
	top: 0px;	
}
#dates
{
	position: absolute;
	right: 10px;
	top: 110px;
	width: 140px;
	height: 100px;
}
#dateText1
{
	position: absolute;
	right: -1px;
	top: 1px;
	color: white;
	z-index: 10;
}
#dateText2
{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #333333;
	z-index: 15;
}
#topBanner
{
	position: absolute;
	left: 220px;
	top: 6px;
	width: 728px;
	height: 90px;
}
#weather
{
	position: absolute;
	left: 0px;
	top: 87px;	
	line-height: 15px;
}
#weatherIcon
{
	position: absolute;
	left: 0px;
	top: 0px;	
}
#weatherText
{
	position: absolute;
	left: 60px;
	top: 6px;
	font-size: 10px;
	width: 150px;
}
#searchBox
{
	position: absolute;
	left: 550px;
	top: 110px;
	background: blue;
	width: 150px;
	height: 
}
#topMenu
{
	position: absolute;
	left: 110px;
	top: 167px;
}
#topMenu a
{
	padding-left: 20px;
	padding-right: 5px;
	color: #f9f9f9;
}
#topMenu a:hover
{
	color: white;
}
#content
{
	position: relative;
	display: block;	
	margin-bottom: 5px;
}
#footer
{
	position: relative;
	display: block;
	margin-bottom: 5px;
	height: 35px;
	background: url(../images/back_footer.gif) top left repeat-x;	
	text-align: right;
}
#shareText
{
	position: absolute;
	top: 9px;
	left: 10px;	
}
#sharethis
{
	position: absolute;
	left: 190px;
	top: 10px;	
}
#mapCover
{
	position: absolute;
	right: -1px;
	top: -10px;
}
#mapCoverText
{
	position: absolute;
	left: 30px;
	top: 10px;
}
#weatherIcon
{
	float: left;
	margin-right: 10px;	
}
#weatherText
{
	padding-top: 10px;
}