/* CSS Document */

body.home {
	background: #fff url("../images/masthead_tile.jpg") left top repeat-x;
}

#container {
	width: 783px;
	padding-bottom: 160px;
}

.home #wrapper {
	position: relative;
	background: transparent url("../images/masthead_bg.jpg") center top no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
}

.home #mainLogo {
	background: transparent url("../images/pmi_logo.gif") left top no-repeat;
	width: 390px;
	height: 35px;
	margin: 22px 0 15px;
	padding: 0;
}

	.home #mainLogo a {
		display: block;
		height: 35px;
		margin: 0;
		padding: 0;
		text-indent: -9000px;
		width: 390px;
	}
	
.home #presidentQuote {
	background: transparent url("../images/presidentQuote.gif") right top no-repeat;
	width: 241px;
	height: 165px;
	margin: 38px 0 30px;
	padding: 0;
	text-align: left;
}

	.home #presidentQuote a {
		display: block;
		width: 241px;
		height: 165px;
		margin: 0;
		padding: 0;
		text-indent: -9000px;
	}
	
.home #mainPhoto {
	position: relative;
	left: -10px;
	background: transparent url("../images/mainPhotoHolder.gif") right top no-repeat;
	width: 502px;
	height: 215px;
	padding: 16px 13px 14px 17px;
	border: 0;
	margin-bottom: 20px;
}

	.home #mainPhoto ul {
		position: absolute;
		left: -9000px;
	}

.home #content {
	padding-left: 10px;
}

.home #mainContent {
	float: left;
	width: 503px;
}

.home #mainContent ul {
	margin-bottom: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~Side Bar~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.home #sideBar {
	width: 241px;
	float: right;
	/*padding-bottom: 230px;
	background: transparent url(../images/sideBar_BG.jpg) left bottom no-repeat;*/
}

.home #sideBar ul.banner li {
	background: none;
	padding: 0 0 5px;
	font-size: .9em;
	list-style: none;
}
	
	.home #sideBar ul.banner li.search {
		padding-top: 12px;
		margin-bottom: 12px;
	}
	
	.home #sideBar ul.banner li.enewsletter {
		background: transparent url(../images/banner_eNews.gif) left top no-repeat;
		padding-top: 23px;
		margin-bottom: 9px;
		height: 48px;
	}
	
		.home #sideBar ul.banner li.enewsletter table {
			margin-left: 32px;
		}
	 
		.home #sideBar ul.banner li.enewsletter a {
			display: block;
			width: 241px;
			height: 18px;
			text-indent: -9000px;
		}
		
		.home #sideBar ul.banner li.enewsletter h2 {
			position: absolute;
			left: -9000px;
		}
		
.home #sideBarTextLink li {
	list-style: none;
	padding-top: 8px;
	border-bottom: solid 1px #e4ddd5;
}
		
	.home #sideBarTextLink li p {
		font: normal .75em Arial, Helvetica, sans-serif;
		color: #413b33;
	}
	
	.home #sideBarTextLink li a {
		background: transparent url(../images/bt_arrow.gif) top right no-repeat;
		display:block;
		font: bold 1.2em Tahoma, Arial, Helvetica, sans-serif;
		color: #8C0000;
	}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~Footer~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	
.home #footer {
	position: absolute;
	background: #0a3741 url("../images/footerBG_home.gif") left top repeat-x;
	padding-top: 1px;
	padding-bottom: 10px;
	margin-bottom: 0;
	bottom: 0;
	height: 130px;
}

	.home #footer img {
		padding-left: 20px;
		padding-top: 15px;
	}
	
	.home #footer .container {
		margin: 10px auto 0;
		text-align: left;
	}
	
	.home #footer .container .links, .home #footer .container .links a, .home #footer .container links a:visited {
		color: #616060;
	}
	

	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~Direct Link~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.home ul.directLink {
	margin: 10px 0 20px !important;
	padding: 3px 0;
	border-top: solid 1px #dddcda;
	border-bottom: solid 1px #dddcda;
	text-align: right;
}

.home .directLink li {
	background: transparent url(../images/grey_div.gif) right no-repeat !important;
	padding-right: 10px !important;
	padding-left: 6px !important;
	display: inline;
}

.home .directLink li.last {
	background: transparent url(../images/bt_arrow.gif) right no-repeat !important;
	padding: 20px !important;
	padding-left: 6px !important;
}

.home ul.directLink li a, .home ul.directLink li a:link {
	color: #0276CA !important;
	font-size: .9em;
}

.home ul.directLink li a:visted {
	color: #075389 !important;
}

