@import "sprites.css";
@import "common.css";

#container
{
	width: 779px;
	min-height: 100%;
	margin: 0 auto;
	background: transparent url(/images/mp/pb_mp_body_tile.gif) repeat-y top left;
}

#secondary
{
	width: 776px;
	height: 24px;
	margin: 0 0 0 3px;
	background: transparent url(/images/mp/pb_topcap_base.gif) no-repeat top left;
	position: relative;
}

#secondary #searchImg
{
	position: absolute;
	top: 5px;
	left: 10px;
}


#secondary #enewsImg
{
	position: absolute;
	top: 5px;
	left: 220px;
}

#secondary #search
{
	height: 12px;
	margin: 3px 0 0 92px;
	font-family:Verdana;
	font-size:x-small;
}

#secondary #enews
{
	height: 12px;
	margin: 3px 0 0 128px;
	font-family:Verdana;
	font-size:x-small;
}

.smallinput {font-size:8px;font-family:Verdana, Arial, Helvetica, Sans-Serif;}

#header
{
	width: 773px;
	height: 275px;
	margin: 0 3px;
	background: transparent url(/images/mp/pb_mp_logo_base.jpg) no-repeat top left;
}

#logoPlaceholder
{
	width: 336px;
	height: 275px;
	float: left;
}

#flashPlaceholder
{
	float: right;
	width: 437px;
	height: 275px;
}

#calendar
{
	width: 315px;
	margin: 0 0 0 3px;
	padding: 0 0 0 19px;
	float: left;
	color: #fff;
	background: transparent url(/images/common/pb_calendar_fade.gif) repeat-x top left;
}

* html #calendar { margin: 0 0 0 2px; }

#calHeader
{
	margin: 14px 0;
}

#calendar ul
{
	list-style-type: none;
}

#calendar li
{
	margin: 0 0 10px 4px;
	padding: 0 0 0 10px;
	background: transparent url(/images/common/pb_calendar_bullet.gif) no-repeat 0 4px;
}

#calendar li.more
{
	background: none;
	padding: 0;
	margin: 0 28px 10px;
	color: #FB6800;
	text-align: right;
}

#calendar li a
{
	color: #F1C703;
}

#calendar li.divider
{
	height: 4px;
	margin: 0 0 10px;
	padding: 0;
	background: transparent url(/images/common/pb_calendar_dotted_line.gif) no-repeat 7px 0;
}

#calendar h1
{
	font-size: 1.1em;
	font-weight: bold;
	color: #f0edbe;
	}
	

#content
{
	width: 397px;
	padding: 14px 23px 0 20px;
	float: right;
	text-align: justify;
}

#content strong
{
	color: #007e64;
}

#contentHeader
{
	width: 292px;
	margin: 0 0 14px 52px;
}

#contentFooter
{
	padding: 10px 0;
	border-top: 1px solid #CCC;
	margin: 0 auto;
	text-align: center;
}

#footer
{
	border-top: 1px solid #000;
	width: 713px;
	margin: 0 3px;
	padding: 14px 30px 10px;	
	font-size: .9em;
	clear: both;
	color: #9d9d95;
	background-color: #3a3b2a;
	line-height: 1.2em;
	position: relative;
}

#footer a
{
	color: #9d9d95;
}

#footer #sitemap
{
	position: absolute;
	top: 14px;
	right: 30px;
}

#TodaysWeather 
{
	display: block;
	margin: 0 0 1em;
	text-align: center;
}