/* CSS Document */

body {
	background-color: #2E2E2E;
	background-image: url(../images/ph_bodyBG.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
h2 {
	margin: 0;
	font-size: 24px;
	font-weight: normal;
}

.clear {
	clear: both;
}

#wrap {
	width: 770px;
	margin: 0 auto;
}
#shadowL {
	background: url(../images/ph_shadowLeft2.gif) no-repeat top left;
}
#shadowR {
	background: url(../images/ph_shadowRight1.gif) no-repeat top right;
}

#container {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF;
}

#header {
	position: relative;
	background: url(../images/headerBG.gif) repeat-x top;
	height: 137px;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	display: block;
	height: 132px;
	width: 250px;
	background: url(../images/logo.jpg) no-repeat;
	text-indent: -3000px;
}
#header h2 {
	margin: 0;
	width: 389px;
	height: 59px;
	display: block;
	text-indent: -3000px;
	background: url(../images/tagline.gif) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

#nav {
	height: 41px;
	width: 508px;
	position: absolute;
	top: 96px;
	right: 0;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin: 0 0 0 15px;
	padding: 0;
	position: absolute;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	background-image: url(../images/navBG.jpg);
	background-repeat: no-repeat;
	background-position: -44px 0px;
	padding: 14px 20px;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}
#nav ul li.first a {
	background-position: 0px 0px;
	padding-left: 45px;
}
#nav ul li a:hover {
	background-position: -543px 0px;
}
#nav ul li.last a {
	padding-left: 15px;
	padding-right: 20px
}
#nav ul li.first a:hover {
	background-position: -495px 0px;
}
#nav .sep {
	display: block;
	width: 2px;
	height: 41px;
	background: url(../images/navSep.gif) no-repeat;
	float: left;
}

#body {
	background: url(../images/contentBG.gif) repeat-x top;
	padding: 20px;
}
#body .content {
	float: left;
	width: 460px;
}
#body .graphic {
	float: right;
	width: 227px;
}

#footer {
	height: 98px;
	background: url(../images/ph_footerBG.gif) repeat-x top;
	font-size: 11px;
	color: #484848;
	padding: 0 20px;
}
#footer address {
	float: left;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	margin-top: 16px;
}
#footer p {
	margin: 0;
}
#footer div {
	float: right;
	text-align: right;
	margin-top: 16px;
}
#footer .copyright {
	margin-top: 8px;
}
