@charset "utf-8";
/* CSS Document */

#mainDiv
{
 width: 962px;
 position: relative;
 text-align: left;
}
#headerDiv
{
	position: relative;
	display: block;
	width: 962px;
	height: 193px;
	background: url(../images/back_header.gif) left top no-repeat;	
}
#logo
{
	position: absolute;
	left: 0px;
	top: 0px;	
}
#dates
{
	position: absolute;
	left: 850px;
	top: 13px;
	width: 100px;
	height: 100px;
}
#topBanner
{
	position: absolute;
	left: 119px;
	top: 19px;
	width: 728px;
	height: 90px;
}
#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: 54px;
	top: 10px;	
}
#mapCover
{
	position: absolute;
	right: -1px;
	top: -10px;
}
#mapCoverText
{
	position: absolute;
	left: 30px;
	top: 10px;
}
#leftMenu
{
	padding: 14px;	
	text-align: right;
}
#leftMenu a
{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #f5f5f5;
}
#leftMenu a:hover
{
	color: white;	
}
#leftMenu p
{
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #7d81be;	
}
#rightMenu
{
	padding: 14px;	
	text-align: left;
}
#rightMenu a
{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #f5f5f5;
}
#rightMenu a:hover
{
	color: white;	
}
#rightMenu p
{
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #848e13;	
}



#mainMenu
{
	display: block;
	height: 35px;
	background: url(../images/back_menu.gif) top left repeat-x;	
	color: #d5e14d
}
#mainMenu a
{
	padding-left: 15px;
	padding-right: 15px;
	color: #f5f5f5;
}
#mainMenu a:hover
{
	color: white;	
}