
html {
	
}
body {
	color: #000;
}
#nav ul li a {
	color: #fff;
}
#nav ul li a.open,
#nav ul li a.open:hover {
	color: #000;
}
#nav ul li a:hover {
	color: #fff;
}
#subnav ul li a {
	color: #5e5e5e;
}
#subnav ul li a.open {
}
#subnav ul li a:hover {
	
}
#subnav ul li ul li a.open {
	color: #000;
}

a {
	color: #5e5e5e;
	background-color: transparent;
}
a:hover {
	
}
h1 {
	color: #000;
	background-color: transparent;
}
h2 {
	color: #000;
	background-color: transparent;
}
h3 {
	color: #000;
	background-color: transparent;
}
hr {
	color: #c6c6c6;
	background-color: #c6c6c6;
}
li {
	color: #737373;
}
img {
	border-color: #ccc;
}
table {
	border-color: #ccc;
}
td {
	border-color: #ccc;
}
#footer, 
#copy, 
#copy a {
	color: #000;
}


BODY {
	font: normal .75em/1.4em Arial, sans-serif;
}
#nav {
	font: normal 19px Times New Roman, serif;
}
#subnav {
	font: bold 16px Times New Roman, serif;
}
#column1 {
	font: normal 14px Times New Roman, serif;
}
a {
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
H1 {
	font: bold 24px/21px Times New Roman, serif;
  margin: 15px 0 7px 0;
	padding: 0;
}
H2 {
	font: bold 1.6em Times New Roman, serif;
  margin: 15px 0 7px 0;
	padding: 0;
}
H3 {
	font: bold 1.4em Times New Roman, serif;
  margin: 15px 0 5px 0;
	padding: 0;
}
HR {
	height: 1px;
	border: 0;
}
P {
	margin: 7px 0;
	padding: 0;
}
INPUT, TEXTAREA, SELECT {
	font: 12px Arial, sans-serif;
}

/* List
=========================================*/
UL {
	margin: 10px 0px;
	padding: 0px 0px 0px 0px;
}
LI {
	margin: 0px;
	padding: 5px 0px 7px 22px;
	background: url(color_grey/pics/list.png) no-repeat left 5px;
	list-style-type: none;
}

html {
	margin: 0px;
	padding: 0px;
	background: #d8d8d8 url(color_grey/pics/bodyBg.jpg) repeat-x center top;
}
body {
	margin: 0px;
	padding: 0px;
	background: #d8d8d8 url(color_grey/pics/bodyBg.jpg) repeat-x center top;
}
#wrapper {
	padding-top: 185px;
	margin: 0 auto;
	width: 905px;
	position: relative;
}
#wrapperCenter {
}
#wrapperContent {
	background: #fff url(color_grey/pics/wrapperBg.jpg) repeat-x center top;
	height: 500px;
	overflow: visible;
}
HTML>BODY #wrapperContent {
	height: auto;
	min-height: 500px;
}

/* Header
=========================================*/
#header {
	height: 162px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo {
	position: absolute;
	top: 9px;
	left: 0px;
}
#logo a img {
	border: 0px;
}

/* Top Navigation
=========================================*/
#nav {
	width: 895px;
	height: 36px;
	padding: 0px 0px 0px 10px;
	position: absolute;
	left: 0px;
	top: 127px;
}
#nav UL {
	margin: 0;
	padding: 0;
}
#nav UL LI {
	margin: 0;
	padding: 0 4px 0 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	background: url(color_grey/pics/topnavSep.gif) no-repeat right top;
}
#nav UL LI a {
	display: block;
	float: left;
	line-height: 36px;
	padding: 0px 26px 0 30px;
	text-decoration: none;
}
#nav UL LI a:hover {
	text-decoration: underline;
}
#nav UL LI.open {
	background: url(color_grey/pics/topnavOpenBg.jpg) no-repeat left top;
}
#nav UL LI a.open {
	background: url(color_grey/pics/topnavOpenScrew.png) no-repeat right center;
}
#nav UL LI a.open:hover {
	text-decoration: none;
}

/* Content
=========================================*/
#content {
	padding: 0px 30px 10px 30px;
	height: 500px;
	overflow: visible;
	overflow-x: hidden;
}
html>body #content {
	height: auto;
	min-height: 500px;
	overflow: hidden;
}
#main {
	width: 600px;
	padding: 0px 0px 0px 0px;
	float: right;
	overflow: hidden;
}
#mainCenter {

}
#mainContent {
	padding-top: 14px;
	padding-right: 10px;
}
#column1 {
	padding-top: 10px;
	width: 208px;
	float: left;
	font: normal 1em Arial, sans-serif;
	overflow: hidden;
}
#column1Center {

}
#column1Content .column1Text {
	padding: 0 10px;
	clear: left;
}
#column2 {
	display: none;
}
#column2Center {

}
#column2Content {

}
#clearDiv {
	clear: both;
}

/* Sub Navigation
=========================================*/
#subnav {
	padding: 20px 0 40px 0;
	float: left;
}
#subnav UL {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#subnav UL LI {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	width: 208px;
	clear: left;
	float: left;
	background: url(color_grey/pics/subnavLine.jpg) no-repeat left bottom;
}
#subnav UL LI a {
	display: block;
	margin: 2px 0px;
	padding: 3px 12px 4px 12px;
	overflow: hidden;
	cursor: pointer; /* ie6 */
	text-decoration: none;
}
#subnav UL LI a:hover {
	text-decoration: underline;
}
#subnav UL LI a.open {
	background: url(color_grey/pics/subnavOpenBg.jpg) repeat-x left bottom;
	color: #fff;
}
/* sub */
#subnav UL LI ul {
	float: left;
	padding: 5px 0px 10px 0px;
}
#subnav UL LI UL LI {
	background: none;
}
#subnav UL LI UL LI a {
	height: auto;
	line-height: 1.2em;
	width: 154px;
	padding: 0px 5px 0px 24px;
	background: none;
}
#subnav UL LI UL LI a.open {
	background: none;
}
#subnav UL LI UL LI a:hover {
	
}
#subnav UL LI UL LI a.open {
	text-decoration: underline;
}
/* subsub */
#subnav UL LI UL LI ul {
	
}
#subnav UL LI UL LI UL LI {
	
}
#subnav UL LI UL LI UL LI a {
	width: 141px;
	padding: 0px 5px 0px 42px;
}
#subnav UL LI UL LI UL LI a:hover {
	
}
#subnav UL LI UL LI UL LI a.open {
}

/* Footer
=========================================*/
#footer {
	margin: 0 auto;
	height: 51px;
	width: 825px;
	background: url(color_grey/pics/footerBg.jpg) no-repeat left top;
	padding: 15px 40px;
	color: #fff;
	text-align: center;
}
#footer div {
	display: inline;
	padding: 0 10px;
}
#footer div.siteInfoAddress {
	padding-right: 2px;
}
#copy {
	display: none;
}

/* Form
=========================================*/
INPUT.textInput,
INPUT.textInputWide {
	font: normal 14px Times New Roman, serif;
	border-top: 1px #9f9f9f solid;
	border-left: 1px #dfdfdf solid;
	border-right: 1px #dfdfdf solid;
	border-bottom: 0;
	height: 17px;
	padding: 1px 10px 2px 10px;
	background: url(color_grey/pics/textInputBg.jpg) #f2f2f2 repeat-x top left;
}
TEXTAREA.textArea,
TEXTAREA.textAreaWide {
	font: normal 14px Times New Roman, serif;
	border-top: 1px #9f9f9f solid;
	border-left: 1px #dfdfdf solid;
	border-right: 1px #dfdfdf solid;
	border-bottom: 0;
	height: 110px;
	padding: 10px;
	background: url(color_grey/pics/textAreaBg.jpg) #f2f2f2 repeat-x top left;
}
INPUT.textInput {
	width: 164px;
}
TEXTAREA.textArea {
	width: 164px;
}
INPUT.textInputWide {
	width: 280px;
}
TEXTAREA.textAreaWide {
	width: 280px;
}
INPUT.submitButton {
	border: 0px;
	width: 73px;
	height: 25px;
	line-height: 25px;
	padding-bottom: 2px;
	cursor: pointer;
	margin: 7px 0px;
	background: url(color_grey/pics/submitBg.jpg) no-repeat top left;
}
INPUT.submit:hover {
	color: #666;
}

/* Specials
=========================================*/
A.readmore {
	font: bold 17px Times New Roman, serif;
	text-decoration: none;
	color: #000;
}
A.readmore:hover {
	text-decoration: underline;
}
#column1 H1 {
	background: #252525;
	font: bold 16px Times New Roman, serif;
	color: #fff;
	padding: 4px 10px;
	width: 178px;
	position: relative;
	left: -5px;
}

/* really 
==========================*/
#really {
	text-align: center;
	margin: -30px auto 0 auto;
	width: 825px;
	padding: 0px 40px;
}
#really a {
	color: #909090;
	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;
}