@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end http://meyerweb.com/eric/tools/css/reset/ */

/*----------- initialize -----------*/
body {
	font: 12px/1.42em Verdana, sans-serif;
	color: #1A1A1A;
	background-color: rgb(75, 75, 75);
	background-image: url(../images/global/backgrounds/gradbg.gif);
}
h1 {font: 1.25em/1.42em Helvetica, Arial, sans-serif;}
h2 {font: 1.17em/1.42em Helvetica, Arial, sans-serif;}
h3 {font: 1.08em/1.42em Helvetica, Arial, sans-serif;}
h4 {font: 1em/1.42em Helvetica, Arial, sans-serif;}
h5 {font: .92em/1.42em Helvetica, Arial, sans-serif;}
h6 {font: .83em/1.42em Helvetica, Arial, sans-serif;}
p {font: 1em/1.42em Verdana, sans-serif;}
ul {
	list-style-position: outside;
	list-style-type: none;
}
sup {
	font-size: .5em;
	line-height: 0;
	position: relative;
	top: 0px;	
}
sub {
	font-size: .5em;
	line-height: 0;
	position: relative;
	top: -5px;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
hr {
	margin: -1px 0;
	padding: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*----------- /initialize -----------*/

/*#page {
	width: 970px;
	background-color: #232323;
	margin: 0 auto;
}
#contentWrapper {
	width: 970px;
	background-color: #232323;
	margin: 0 auto;
}*/
#contentWrapper {
	width: 842px;
	margin: 0 auto;
}

/*----------- header -----------*/
#header {
	background: #FFF;
	height: 85px;
	border-bottom: 5px solid #f60;
	width: 100%;
}
#homelogo {
	position: relative;
	top: 13px;
	left: 13px;
	float: left;
	width: 199px;
}
#homelogo a {
	background-image: url(../images/global/header/logo.gif);
	width: 199px;
	height: 0;
	padding-top: 55px;
	overflow: hidden;
	display: block;
}
#locator {
	float: right;
	margin: 25px 13px;
	font-family: Verdana, sans-serif;
	color: #333;
	letter-spacing: .05em;
	width: 290px;
	text-align: right;
}
#locator p {text-align: right;}
#locator a {
	color: #333;
	font-size: .92em;
}
#locatezip {
	width: 119px;
	height: 19px;
	color: #999;
	background: url("../images/global/backgrounds/forms/zipinput.gif") no-repeat;
	border: none;
	padding: 4px 0 0 10px;
}
#locatesubmit {
	background: url("../images/global/links/go-btn.gif") 0 0 no-repeat;
	width: 36px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
}
#locator form fieldset label {
	font-size: 1em;
	font-weight: bold;
}
/*----------- /header -----------*/

/*----------- content -----------*/
#content {
	background-color: #FFF;
	width: 741px;
	padding: 13px;
	float: right;
	clear: none;
}
#mainimg {
	width: 740px;
	height: 350px;
	margin-bottom: 13px;
}
/*----------- /content -----------*/

/*----------- footer -----------*/
#superFooter {
	float: right;
	width: 734px;
	padding: 33px 0 33px 33px;
	background-color: rgb(230, 230, 230);
}
#superFooter ul li {
	width: 143px;
	float: left;
	padding: 8px 0 0 40px;
}
#superFooter ul li em {
	display: block;
	font: normal 12px Verdana, sans-serif;
	color: rgb(51, 51, 51);
	margin-bottom: 5px;
}
#footerPerformance {background: url(../images/global/footer/icons/performanceIcon.gif) top left no-repeat;}
#footerCommunity {background: url(../images/global/footer/icons/communityIcon.gif) top left no-repeat;}
#footerBrochure {background: url(../images/global/footer/icons/brochureIcon.gif) top left no-repeat;}
#footerContact {background: url(../images/global/footer/icons/contactIcon.gif) top left no-repeat;}
#superFooter ul li ul li {
	float: none;
	width: auto;
	padding: 0;
	background-color: none;
}
#superFooter ul li ul li a {
	text-decoration: none;
	color: rgb(102, 102, 102);
	margin-left: -3px;
}
#superFooter ul li ul li {
	list-style: disc inside;
	font: 10px Verdana, sans-serif;
}
/*----------- /footer -----------*/

.angledheaderbg {
	background-image: url(../images/global/contentheaders/headerangled.gif);
	background-repeat: no-repeat;
	background-position: -2px -0px;
	width: 238px;
	height: 8px;
}
/*.block {
	clear: both;
	float: none;
	margin: -1px 0;
	padding: 0;
	height: 0;
}*/