
BODY {
	color: #43403b;
}
#nav UL LI A {
	color: #a5a4a4;
}
#nav UL LI A:hover {
	color: #fff;
}
#nav UL LI A.open {
	color: #fff;
}

#subnav ul li a {
	color: #342e27;
}
#subnav ul li a.open {
	color: #4d4339;
}
#subnav ul li a:hover {
	color: #4d4339;
}

A {
	color: #44403b;
	background-color: transparent;
}
A:hover {
	color: #5e5952;
	text-decoration: underline;
}
H1,
H1 A {
	color: #000;
	background-color: transparent;
}
H2,
H2 A {
	color: #000;
	background-color: transparent;
}
H3,
H3 A {
	color: #000;
	background-color: transparent;
}
#column2 {
	color: #000;
}
HR {
	color: #300;
	background-color: #300;
}
IMG {
}
TABLE {
}
TD {
}
#footer { color: #333; }

BODY {
	font: normal 1em Arial, Verdana, "Times New Roman", serif;
}
#nav UL LI A {
	font-size: 18px;
}
#column1 {
	font-size: 0.75em;
}
A {
	text-decoration: underline;
	outline: none;
}
A:hover {
	
}
H1 A,
H2 A,
H3 A {
	text-decoration: none;
}
H1 {
	font-size: 1.13em;
	font-weight: normal;
	margin: 0;
  	padding: 5px 0;
}
H2 {
	font-size: 0.89em;
	font-weight: normal;
	margin: 0;
  	padding: 5px 0;
}
H3 {
	font-size: 0.75em;
	font-weight: bold;
	margin: 0;
  	padding: 5px 0;
}
P {
	margin: 0;
	padding: 5px 0;
	font-size: 0.75em;
}
HR {
	height: 1px;
	border: 0;
	margin: 10px 0;
}
INPUT, SELECT, TEXTAREA {
	font: 12px Georgia, "Times New Roman", serif;
}

HTML {
}
body {
	margin: 0;
	padding: 0;
	background: #1d1d1d url(color_gray/pics/body_back.jpg) no-repeat center bottom;
	background-attachment: fixed;
}
#wrapper {
	margin: 0 auto;
	width: 900px;

	height: auto;
	min-height: 500px;
	overflow: hidden;
}
#wrapperCenter {
	width: 900px;
}
#wrapperContent {
}

/* Header
===================*/

#header {
	float: left;
	background: url(color_gray/pics/navBg.gif) scroll repeat-x;
	background-position: 0 40px;
	margin: 50px 0 0 0; 
	width: 900px;
}

/* Top Navigation
===================*/
#nav {
	float: right;
	width: 620px;
	margin: 38px 0 0 0;
}
#nav UL {
	padding: 0; margin: 0;
	float: right;
	height: 50px;
}
#nav UL LI {
	padding: 0; margin: 0;
	text-align: center;
	float: left;
	list-style-type: none;
	margin: 15px 0 0 0;
}
#nav UL LI a {
	padding: 12px 20px 12px 20px;
	text-decoration: none;
}
#nav UL LI a.open {
	background: url(color_gray/pics/navActive.gif) scroll repeat-x;
}


/* Banner
===================*/
.banner {
	display: none;
}


/* Logo
===================*/
#logo {
	margin: 0 10px;
	width: 250px;
	height: 90px;
	float: left;
}


/* topContent
===================*/

#topContent {
}


/* Content
===================*/
#content {
	margin: 0; 
	background: #a7a196;
	min-height: 400px;
	clear: both;
	float: left;
}
#main {
	width: 380px;
	float: right;
	padding: 40px;
	clear: both;
}
#column1 {
	margin: 0;
	float: left;
	width: 440px;
}
#column1 p { margin: 0; padding: 0; }
#column2 {
	display: none;
}
#clearDiv {
	clear: both;
}
#column2 p {
}


/* Sub Navigation
=========================================*/
#subnav { 
	background: #857e74;
	width: 900px;
	height: auto;
	overflow: hidden;
	padding: 7px;
}
#subnav ul {
	margin: 0; padding: 0;
}	
#subnav ul li {
	padding: 3px;
	font-size: 12px;
	text-align: right;
	float: left;
	list-style: none;
}

#subnav ul li a {
	background: url(color_gray/pics/arrow.gif) no-repeat left top;
	padding: 0 10px 0 10px;
	font-size: 12px;
	text-decoration: none;
}
#subnav ul li a:hover {
	font-size: 12px;
	text-decoration: underline;
}
#subnav ul li a.open {
	background: url(color_gray/pics/arrow.gif) no-repeat left;
}


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

#footerContainer {
	margin: 0 auto 20px auto;
	width: 900px;
	height: 30px;
	overflow: hidden;
	position: relative;

}
#footer {
	background: #000;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	width: 892px;
}
#footer P {
	padding: 0;
}


#footer .siteInfoName {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#footer .siteInfoAddress {
	display: inline;
	margin: 0px 5px 0px 10px;
}

#footer .siteInfoZip {
	display: inline;
	margin: 0px 0px 0px 0px;
}

#footer .siteInfoCity {
	display: inline;
	margin: 0px 10px 0px 2px;
}

#footer .siteInfoPhone {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#footer .siteInfoEmail {
	display: inline;
	margin: 0px 10px 0px 10px;
}

#footer .siteInfoWWW {
	display: inline;
	margin: 0px 10px 0px 10px;
}












