
BODY {
	color: #3d3d3d;
	background-color: #cecece;
}
#subnav UL LI A,
.subnav UL LI A {
	color: #3d3d3d;
}
#subnav UL LI A.open,
.subnav UL LI A.open {
	color: #1872ac;
}
A {
	color: #f00;
}
H1,
H1 A {
	color: #a1a1a1;
}
H2,
H2 A {
	color: #3d3d3d;
}
H3,
H3 A {
	color: #3d3d3d;
}
HR {
	color: #dbdbdb;
	background-color: #dbdbdb;
}
IMG {
	border-color: #ccc;
}
TABLE {
	border-color: #ccc;
}
TD {
	border-color: #ccc;
}

BODY {
	font: normal .94em Arial, sans-serif;
}
#subnav UL LI A,
.subnav UL LI A {
	font-size: .8em;
	text-transform: uppercase;
}
#subnav UL LI UL LI A,
.subnav UL LI UL LI A {
	text-transform: none;
}
A {
	text-decoration: none;
	outline: none;
}
A:hover {
	text-decoration: underline;
}
H1 A:hover,
H2 A:hover,
H3 A:hover {
	text-decoration: none;
}
H1 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0 0 10px 0;
  	padding: 10px 0 5px 0;
  	border-bottom: 1px solid #dbdbdb;
}
H2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
  	padding: 10px 0 5px 0;
}
H3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
  	padding: 10px 0 5px 0;
}
P {
	margin: 0;
	padding: 5px 0;
}
HR {
	height: 1px;
	border: 0;
	margin: 10px 0;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Arial, sans-serif;
}
FORM {
	margin: 0;
}
UL {
	margin: 0;
	padding: 10px 0 10px 5px;
}
UL LI {
	/*list-style-image: url(color_gray/pics/listMarker.jpg); nope: IE7, IE6 */
	list-style-type: none;
	margin: 0;
	padding: 2px 0 4px 22px;
	background: url(color_gray/pics/listMarker.jpg) no-repeat left 2px;
}
UL LI A {
	color: #3d3d3d;
	text-decoration: underline;
}
UL LI A:hover {
	text-decoration: none;
}
#pageList UL LI {
	background: none;
}
HTML {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}
BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	background-color: #fff;
	height: auto;
	min-height: 100%;
	margin-bottom: -115px;
}
#wrapperCenter {
	margin: 0 auto;
	width: 900px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	padding-bottom: 115px;
}
#wrapperContent {
}

/* Header
===================*/
#header {
	height: 148px;
	overflow: visible;
	/*position: relative; IE6, IE7 dropdown nav doesn't work with position: relative; here*/
}

/* Logo
===================*/
#logo {
	width: 198px;
	height: 59px;
	position: absolute;
	top: 10px;
	left: 20px;
	overflow: hidden;
}

/* topLinks
===================*/
#topLinks {
	width: 350px;
	height: 20px;
	position: absolute;
	top: 32px;
	right: 300px;
	overflow: hidden;
}
#topLinks UL {
	margin: 0;
	padding: 0;
	float: right;
}
#topLinks UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	background: none;
}
#topLinks UL LI A {
	display: block;
	float: left;
	font-size: 12px;
	color: #4e4e4e;
	padding: 0 11px 0 10px;
	background: url(color_gray/pics/border.gif) no-repeat right center;
	position: relative;
	left: 1px;
}

/* Search
===================*/

.searchBox {
	width: 265px;
	height: 35px;
	position: absolute;
	top: 25px;
	right: 15px;
	overflow: hidden;
}
INPUT.searchInput {
	width: 161px;
	height: 18px;
	padding: 4px 10px 0px 10px;
	border: 0;
	font-size: 12px;
	color: #4e4e4e;
	background: #ddd url(color_gray/pics/searchInput.jpg) no-repeat left top;
}
INPUT.searchSubmit {
	padding: 0;
	border: 0;
	width: 53px;
	height: 22px;
	padding: 0 0 2px 0;
	background: #505050 url(color_gray/pics/searchSubmit.jpg) no-repeat center bottom;
	color: #fff;
	cursor: pointer;
	margin: 0 0 0 10px;
}

/* Content
===================*/
#content {
	width: 860px;
	padding: 0 40px 20px 0;
}
#main {
	float: right;
	width: 575px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
#mainContent {
	height: auto;
	min-height: 200px;
	overflow: hidden;
	padding: 0 0 20px 0;
}
#column1 {
	float: left;
	width: 256px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	padding: 0 0 20px 0;
}
.column1Text {
	clear: both;
	padding: 0 20px;
}
#column2 {
	display: none;
}
.clearDiv,
#clearDiv {
	clear: both;
}

/* Sub Navigation
===================*/
#subnav,
.subnav {
	padding: 0 0 25px 0;
}
#subnav UL,
.subnav UL {
	margin: 0;
	padding: 0;
}
#subnav UL LI,
.subnav UL LI {
	margin: 3px 0 0 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	display: block;
	width: 256px;
	clear: left;
	float: left;
	background: #f5f5f5 url(color_gray/pics/subnav.jpg) repeat-x top;
}
#subnav UL LI A,
.subnav UL LI A {
	display: block;
	padding: 10px 30px 10px 20px;
	text-decoration: none;
	background: url(color_gray/pics/subnavArrowGray.gif) no-repeat 230px 14px;
	border: 1px solid #f2f2f2;
}
#subnav UL LI A:hover,
.subnav UL LI A:hover {
	text-decoration: underline;
}
#subnav UL LI A.open,
.subnav UL LI A.open {
	background: url(color_gray/pics/subnavArrowBlue.gif) no-repeat 230px 14px;
}
/* sub */
#subnav UL LI.sub,
.subnav UL LI.sub {
	background: none;
	margin: 0;
}
#subnav UL LI UL,
.subnav UL LI UL {
	
}
#subnav UL LI UL LI,
.subnav UL LI UL LI {
	background: none;
	margin: 0;
}
#subnav UL LI UL LI A,
.subnav UL LI UL LI A {
	background: none;
	border-top: none;
	padding: 5px 30px 5px 20px;
}
#subnav UL LI UL LI A.open,
.subnav UL LI UL LI A.open {
	background: none;
}
/* subsub */
#subnav UL LI UL LI.sub,
.subnav UL LI UL LI.sub {
	width: 254px;
	border: 1px solid #f2f2f2;
	border-top: 1px solid #fff;
	position: relative;
	top: -1px; /*  hide top border*/
	padding-bottom: 5px;
}
#subnav UL LI UL LI UL LI A,
.subnav UL LI UL LI UL LI A {
	padding: 5px 30px 5px 55px;
	border: none;
}


/* Footer
=================*/

#footerContainer {
	margin: 0 auto;
	width: 950px;
	height: 100px;
	padding: 15px 0 0 0;
	position: relative;
	background: #fff url(color_gray/pics/footerTop.jpg) no-repeat center top;
	font-size: 11px;
	color: #6e6e6e;
	overflow: hidden;
}
#footerContent {
	padding: 0 40px;
	background-color: #fff;
	height: 55px;
	overflow: hidden;
}
#footer {
	width: 948px;
	height: 30px;
	padding: 15px 0 0 0;
	text-align: center;
	border: 1px solid #fff;
	overflow: hidden;
	background: #fff url(color_gray/pics/footerShadow.jpg) repeat-x left bottom;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#footer DIV {
	display: inline;
	padding: 0 14px 0 13px;
}
#footer DIV.siteInfoName {
	text-transform: uppercase;
	background: url(color_gray/pics/border.gif) no-repeat right center;
}
#footer DIV.siteInfoAddress {
	padding-right: 5px;
}
#footer DIV.siteInfoZip {
	padding: 0;
}
#footer DIV.siteInfoCity {
	padding-left: 5px;
	background: url(color_gray/pics/border.gif) no-repeat right center;
}
#footer DIV.siteInfoPhone {
	background: url(color_gray/pics/border.gif) no-repeat right center;
}
#footer DIV.siteInfoWWW {
	
}


/* really 
==========================*/
#really {
	position: absolute;
	right: 40px;
	bottom: 15px;
}
#really a {
	color: #d5d5d5;
	display: inline-block;
	padding: 2px 5px;
	font: bold 12px Arial Black, Arial, sans-serif;
	text-decoration: none;
}
#really a:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

/* form
===================*/
.form {
	clear: both;
	padding: 0 10px 10px 10px;
}
INPUT.textInput {
	border: 0;
	margin: 2px 0 0 0;
	width: 216px;
	height: 20px;
	padding: 6px 10px 0 10px;
	background: url(color_gray/pics/textInput.jpg) no-repeat right top;
}
DIV.textArea {
	margin: 2px 0 0 0;
	width: 216px;
	height: 94px;
	padding: 10px;
	background: url(color_gray/pics/textArea.jpg) no-repeat left top;
}
DIV.textArea TEXTAREA {
	border: 0;
	width: 216px;
	height: 94px;
	overflow: auto;
}
INPUT.submit {
	padding: 0;
	border: 0;
	width: 73px;
	height: 22px;
	padding: 0 0 2px 0;
	background: #505050 url(color_gray/pics/button.jpg) no-repeat center bottom;
	color: #fff;
	cursor: pointer;
}