/* PPC Non-IE Screen Stylesheet */

body {
	margin: 0;
	padding: 0;
}
h1 {
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	width: 563px;
	background: url(../images/h1_bg.gif) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ef3f35;
	text-align: left;
	text-transform: uppercase;
	line-height: 20px;
}
h2 {
	margin: 0 0 0 5px;
	padding: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #27318B;
	text-align: left;
}
#all {
	position: relative;
	margin: 25px auto;
	padding: 0;
	width: 732px;
}
#banner_top {
	position: relative;
	margin: 0;
	padding: 0;
	width: 732px;
	height: 83px;
}
#banner_bottom {
	position: relative;
	margin: 0;
	padding: 0;
	width: 732px;
	height: 43px;
	background: url(../images/layout/header_bottom_bg.gif) top left no-repeat;
}
#headernav_wrap {
	position: absolute;
	bottom: 0;
	left: 50px;
	width: 580px;
	height: 34px;
}
#topnav {
	position: absolute;
	top: 23px;
	right: 14px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #27318B;
}
#topnav a {
	color: #27318B;
	text-decoration: none;
}
#topnav a:hover {
	color: #ef3f35;
}
#contentwrap {
	position: relative;
	margin: 15px 0;
	padding: 0;
	width: 732px;
	text-align: center;
}
#left {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}
#right {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 563px;
	text-align: left;
}
#subnav {
	position: relative;
	margin: 0;
	padding: 0;
	width: 150px;
	background: url(../images/layout/subnav_bg.gif) top left no-repeat;
}
#footer {
	position: relative;
	margin: 0;
	padding: 5px 0;
	width: 732px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.subnavtext {
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #27318B;
	text-align: left;
	line-height: 25px;
}
.subnavtext a {
	color: #27318B;
	text-decoration: none;
}
.subnavtext a:hover {
	text-decoration: underline;
}
.text {
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
/* Clear Floats */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */