* { margin: 0; padding: 0; }

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #171346;
	background: url(../img/pl_home_bg2.jpg) #171346 top center repeat-x;
	/* background:#171346; */
}

a {
	color: #002a80;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #0055ff;
	text-decoration: underline;
}

a img {
	border: none;
}

#container {
	height: 948px;
	width: 872px;
	margin: 0 auto;
	align: center; 
	/* background: url(../img/pl-container-bg.jpg) 0 0 no-repeat; */
}

#header {
	height: 37px;
}

#navi {
	position: relative;
	list-style: none;
	height: 37px;
	width: 872px;
	/* background: url(../img/pl-navi-sprite.png) 0 0 no-repeat; */
}

#header #navi li {
	position: absolute;
	top: 0;
	height: 37px;
	display: block;
	cursor: pointer;
}

#header #navi li a {
	display: block;
	height: 37px;
	width: 100%;
}

#header #navi li span {
	display: none;
}

/* Navi Link Positions */

#header #navi li#naviHome {
	left: 463px;
	width: 84px;
}

#header #navi li#naviWhat {
	left: 550px;
	width: 127px;
}

#header #navi li#naviNews {
	left: 680px;
	width: 144px;
}

/*
#header #navi li#naviCommunity {
	left: 725px;
	width: 119px;
}
*/

#header #navi li#naviContact {
	left: 827px;
	width: 111px;
}

/* Navi Hover States */

#header #navi li#naviHome:hover {
	background: url(../img/pl-navi-sprite.png) -463px 0px no-repeat;
}

#header #navi li#naviWhat:hover {
	background: url(../img/pl-navi-sprite.png) -550px -37px no-repeat;
}

#header #navi li#naviNews:hover {
	background: url(../img/pl-navi-sprite.png) -680px -74px no-repeat;
}

/*
#header #navi li#naviCommunity:hover {
	background: url(../img/pl-navi-sprite.png) -725px -111px no-repeat;
}
*/

#header #navi li#naviContact:hover {
	background: url(../img/pl-navi-sprite.png) -827px -111px no-repeat;
}

/* Navi Current Page Selected */

body#home #navi {
	background: url(../img/pl-navi-sprite.png) 0 0 no-repeat;
}

body#what #navi {
	background: url(../img/pl-navi-sprite.png) 0 -37px no-repeat;
}

body#news #navi {
	background: url(../img/pl-navi-sprite.png) 0 -74px no-repeat;
}
/*
body#community #navi {
	background: url(../img/pl-navi-sprite.png) 0 -111px no-repeat;
}
*/
body#contact #navi {
	background: url(../img/pl-navi-sprite.png) 0 -111px no-repeat;
}

body#sfmt #navi {
	background: url(../img/pl-navi-sprite.png) 0 -148px no-repeat;
}

/* Content */

#content {
	position: relative;
	width: 860px;
	height: 650px;
	color: #171346;
	align: center; 

}

body#what #content,
body#news #content,
body#contact #content,
body#sfmt #content {
	background: url(../img/pl-title.png) 0 0 no-repeat;
}

body#home #content a#hwContentLogoLink,
body#what #content a#hwContentLogoLink,
body#news #content a#hwContentLogoLink,
body#contact #content a#hwContentLogoLink,
body#sfmt #content a#hwContentLogoLink {
	display: block;
	position: absolute;
	left: 193px;
	top: 13px;
	height: 38px;
	width: 115px;
}

body#home #content a#hwContentLogoLink {
	left: 84px;
	top: 81px;
	height: 54px;
	width: 165px;
}

body#home #content {
	background: url(../img/pl-home-splash.png) 0 0 no-repeat;
}

body#what #content,
body#sfmt #content {
	text-align: center;
}

body#what #whatContent,
body#sfmt #sfmtContent {
	position: relative;
	top: 180px;
	margin: 0 auto;
}

body#news #newsCol h2,
body#news #newsCol h3,
body#news #newsCol p {
	margin-bottom: 10px;
}

hr {
	border-color: #ccc;
	border-width: 1px 0 0 0;
	margin-bottom: 10px;
}

body#news #newsCol {
	position: relative;
	top: 180px;
	margin: 0 auto;
	height: 258px;
	width: 552px;
	background: url(../img/pl-news-col-bg.png) 0 0 no-repeat;
}

body#news #newsCol #newsColContent {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 220px;
	width: 508px;
	padding-right: 5px;
	overflow-x: none;
	overflow-y: scroll;
}

body#news #newsCol #newsColContent ul {
	margin-bottom: 10px;
	list-style-type: circle;
}

body#news #newsCol #newsColContent ul li {
	padding-bottom: 5px;
	margin-left: 20px;
}

body#news #newsCol #newsColContent table#infoTable {
	width: 90%;
}

body#news #newsCol #newsColContent table#infoTable th {
	width: 1%;
	text-align: left;
	padding-right: 25px;
	vertical-align: top;
}

body#news #newsCol #newsColContent table#infoTable td {
	width: 99%;
	padding-bottom: 10px;
}

/*body#community #content {
	text-align: center;
}*/

/* Contact Form */

body#contact #contactForm {
	position: relative;
	top: 165px;
	width: 340px;
	margin: 0 auto;
}

body#contact #contactForm h3 {
	margin: 0 0 10px 70px;
}

body#contact #contactForm div {
	margin: 0 0 10px 0;
}

body#contact #contactForm div#contactButtons {
	text-align: right;
	padding: 10px;
}

body#contact #submitButton {
	border: none;
	background: none;
	outline: none;
	height: 28px;
	width: 96px;
	background: url(../img/pl-contact-submit-button.png) 0 0 no-repeat;
}

body#contact #resetButton {
	border: none;
	background: none;
	outline: none;
	height: 28px;
	width: 96px;
	background: url(../img/pl-contact-reset-button.png) 0 0 no-repeat;
}

body#contact #contactForm label {
	display: inline-block;
	font-weight: bold;
	width: 70px;
	vertical-align: top;
}

body#contact #contactForm #contactNameInput,
body#contact #contactForm #contactEmailInput,
body#contact #contactForm #contactPhoneInput {
	width: 250px;
}

body#contact #contactMsgTxt {
	font: 13px Helvetica, Arial, sans-serif;
	width: 254px;
	height: 60px;
	resize: none;
}

body#contact #contactForm .error {
	margin: 0;
	color: #f00;
	font-weight: normal;
	font-style: italic;
}

body#contact #contactForm label.error {
	font-size: 9px;
	white-space: nowrap;
	margin: 3px 0 0 70px;
}

body#contact #contactForm .success {
	margin: 10px 0 10px 70px;
	color: #0c0;
	font-weight: normal;
	font-style: italic;
}

/* Callouts */

#callouts {
	position: relative;
	height: 362px;
	width: 940px;
}

#callNews {
	position: absolute;
	top: 0;
	left: 0;
	height: 362px;
	width: 304px;
	background: url(../img/pl-news-callout.jpg) 0 0 no-repeat;
}

#callNews img#callNewsPix {
	position: absolute;
	top: 40px;
	left: 18px;
}

#callNews h3 {
	margin: 50px 18px 10px 18px;
}

#callNews h3 a {
	color: #fff;
}

#callNews h3 a:hover {
	color: #0055ff;
	text-decoration: none;
}

#callNews p {
	margin: 10px 18px;
}

#callNewsMore {
	display: block;
	position: absolute;
	top: 328px;
	left: 6px;
	height: 25px;
	width: 168px;
}

#callNewsMore span {
	display: none;
}

#callLoop {
	position: absolute;
	top: 0;
	left: 318px;
	height: 362px;
	width: 304px;
	background: url(../img/pl-loop-callout.jpg) 0 0 no-repeat;
}

#callLoop #loopForm {
	position: relative;
	padding: 40px 18px 0 18px;
	font-size: 11px;
}

#callLoop #loopForm p {
	padding-bottom: 10px;
}

#callLoop #loopForm div {
	padding-bottom: 3px;
}

#loopForm #loopEmail1 label,
#loopForm #loopEmail2 label,
#loopForm #loopName label,
#loopForm #loopZip label {
	display: inline-block;
	width: 100px;
}

#loopForm #loopEmail1 input,
#loopForm #loopEmail2 input,
#loopForm #loopName input,
#loopForm #loopZip input {
	width: 150px;
}

#loopForm #loopSubmitButton {
	border: none;
	background: none;
	outline: none;
	position: absolute;
	top: 328px;
	left: 7px;
	height: 25px;
	width: 168px;
/*	background: url(../img/pl-loop-submit-button.png) 0 0 no-repeat;*/
}

#loopForm .error {
	margin: 0;
	color: #f00;
	font-weight: normal;
	font-style: italic;
}

#loopForm label.error {
	font-size: 9px;
	white-space: nowrap;
}

#loopForm .success {
	font-size: 13px;
	margin: 0;
	color: #0c0;
	font-weight: normal;
	font-style: italic;
}

#callSoon {
	position: absolute;
	top: 0;
	left: 636px;
	height: 362px;
	width: 304px;
	background: url(../img/pl-soon-callout.jpg) 0 0 no-repeat;
}

#callSoon img#callSoonIll {
	margin: 40px 0 7px 21px;
}

#callSoon p {
	width: 262px;
	margin-left: 21px;
}

#callSoonMore {
	display: block;
	position: absolute;
	top: 328px;
	left: 6px;
	height: 25px;
	width: 168px;
}

#callSoonMore span {
	display: none;
}

/* Footer */

#footer {
	position: relative;
	clear: both;
	height: 91px;
	width: 940px;
	font-size: 11px;
	color: #9d9d9d;
	text-align: left;
	background: url(../img/pl-footer-bar.png) 0 16px no-repeat;
}

#footer p {
	position: relative;
	top: 57px;
	width: 400px;
}

#footer p a {
	color: #9d9d9d;
}

#footer p a:hover {
	color: #486ebc;
	text-decoration: underline;
}

#footer #hwLogoSmall {
	display: block;
	position: absolute;
	top: 50px;
	right: 0;
	height: 20px;
	width: 43px;
	float: right;
}