/* *** HIGH PERFORMANCE MARKETING STYLESHEET *** */


/* Global Styles */

body {
	background: #C5C5C5 url('../images/pagebg.gif') repeat-x;
	margin: 0px;
	font-family: arial;
}

h3, h4, h5, h6, h7, h8 {
	display: block /* Hide these heading tags when editing in Adobe Contribute */
}

/* Main Page DIVs */

#container {
	width: 940px;
	margin: 0 auto;
	background: url('../images/contentbg.gif') repeat-y;
}

#pagetop {
	height: 261px;
	width: 940px;
	background: url('../images/pagetop.jpg');
	position: relative;
}

#content {
	width: 662px;
	float: left;
	padding: 29px 27px;
}
#navigation {
	width: 224px;
	float: left;
}

#footer {
	background: #393939;
	text-align: right;
	padding: 8px 25px;
}


/* Absolute Positioned over PageTop */

.hpmlogo {
	position: absolute;
	top: 29px;
	left: 34px;
}
.hpminfo {
	position: absolute;
	top: 226px;
	left: 473px;
	width: 465px;
	height: 33px;
	overflow: hidden;
	text-align: center;
}



/* Styles for elements in specific DIVs */

.hpminfo p {
	line-height: 35px;
	font-size: 0.7em;
	margin: 0px;
	color: white;
}

#footer p {
	font-size: 0.7em;
	margin: 0px;
	color: white;
}

#navigation ul {
	margin-top: 25px;
	margin-left: 0px;
	padding-left: 0px;
}

#navigation ul li {
	list-style: none;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	width: 224px;
	float: left;
}

#navigation ul li a {
	color: #E33131;
	display: block;
	padding: 5px 0px 5px 35px;
	text-decoration: none;
	background: url('../images/navbullet_off.gif') no-repeat;
	background-position: 15px center;
}

#navigation ul li a:hover {
	color: #F1F1F1;
	background: #E33131 url('../images/navbullet_on.gif') no-repeat;
	background-position: 15px center;
}

#content img {
	margin: 5px;
}

/* Hyperlink styles */

.hpminfo a, #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.hpminfo a:hover, #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



/* Form Fields */

form .inputfield {
	width: 400px;
}

form textarea {
	width: 500px;
	height: 150px;
}


/* Lists */

#content ul li {
	margin-top: 0px;
	color: #585858;
	font-size: 0.9em;
	line-height: 1.7em;
}
