/* CSS Document */

#wrapper {
	position: relative;
	background: transparent url("../images/masthead_bg_sm.jpg") center top no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
}

#mainNav {
	left: 0px;
}

#mainLogo {
	background: transparent url("../images/pmi_logo.gif") left top no-repeat;
	float: left;
	width: 390px;
	height: 35px;
	margin: 22px 0;
	padding: 0;
}

	#mainLogo a {
		display: block;
		height: 35px;
		margin: 0;
		padding: 0;
		text-indent: -9000px;
		width: 390px;
	}

#search {
	position: relative;
	top: 33px;
	float: right;
}

#content {
	margin-top: 20px;
}

#mainContent {
	float: left;
	width: 560px;
}

#sideBar {
	float: right;
	position: relative;
	top: -100px;
}

#sideBar ul.banner li {
	background: none;
	padding: 3px 0;
	font-size: .9em;
	list-style: none;
}

#sideBar ul.banner li.search table {
	margin-bottom: 5px;
}

#sideBar ul.banner li.enewsletter {
	background: transparent url(../images/banner_eNews.gif) left top no-repeat;
	height: 53px;
}

#sideBar ul.banner li.enewsletter table {
	margin-top: 22px;
	margin-left: 10px;
}


