
HTML {
	background-color: #fff;
}
BODY {
	color: #777;
}
#header #nav UL LI A {
	color: #a8a8a8;
}
#header #nav UL LI A:hover {
	color: #e51313;
}
#header #nav UL LI A.open {
	color: #e51313;
}
#lang A {
	color: #a8a8a8;
}
#lang A:hover {
	color: #000;
}
#subnav UL LI A {
	color: #a8a8a8;
}
#subnav UL LI A:hover {
	color: #000;
}
#subnav UL LI A.open {
	color: #000;
}
#footerContainer #nav UL LI A {
	color: #777;
}
#footerContainer #nav UL LI A:hover {
	color: #000;
}
#footerContainer #nav UL LI A.open {
	color: #000;
}
A {
	color: #000;
	background-color: transparent;
}
A:hover {
	
}
H1 {
	color: #000;
	background-color: transparent;
}
H2 {
	color: #777;
	background-color: transparent;
}
H3 {
	color: #777;
	background-color: transparent;
}
HR {
	color: #ccc;
	background-color: #ccc;
}
IMG {
	border-color: #777;
}
TABLE {
	border-color: #777;
}
TD {
	border-color: #777;
}
UL LI {
	color: #000;
}


BODY {
	font: normal .85em/1.5em Arial, sans-serif;
}
#header #nav UL LI A {
	font-size: 19px;
}
#lang A {
	font-size: 12px;
}
#subnav UL LI A {
	font-size: 16px;
	line-height: 1em;
}
#subnav UL LI UL LI A {
	font-size: 14px;
}
#footer,
#footerContainer #nav UL LI A,
#really A {
	font-size: 10px;
}
#really A:hover {
	font: bold 12px Arial Black, Arial, sans-serif;
}
A {
	text-decoration: underline;
	outline: none;
}
A:hover {
	text-decoration: none;
}
H1 A,
H1 A:hover,
H2 A,
H2 A:hover,
H3 A,
H3 A:hover {
	text-decoration: none !important;
}
H1 {
	font-size: 1.9em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 0 10px 0;
  	padding: 15px 0 5px 0;
  	border-bottom: 1px solid #ccc;
}
H2 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: normal;
  	margin: 0;
  	padding: 15px 0 10px 0;
}
H3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
  	margin: 0;
  	padding: 15px 0 10px 0;
}
HR {
	height: 1px;
	border: 0;
	margin: 15px 0 20px 0;
}
P {
	padding: 5px 0 10px 0;
	margin: 0px;
}
FORM {
	margin: 0;
}
INPUT, TEXTAREA, SELECT {
	font: 12px Arial, sans-serif;
}
UL LI {
	list-style: none url(color_gray/pics/listNew.jpg);
	font-size: 12px;
	padding: 2px 0 2px 10px;
}
TABLE {
	font-size: 12px;
}

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	background: url(color_gray/pics/bgTop.jpg) repeat-x left 1px;
}
#wrapper {
	height: auto;
	min-height: 100%;
	margin-bottom: -170px;
}
#wrapperCenter {
	margin: 0 auto;
	width: 940px;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	padding-bottom: 170px;
}
#wrapperContent {
}

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

#header {
	height: 160px;
	overflow: hidden;
	position: relative;
}
#logo {
	width: 200px;
	height: 70px;
	position: absolute;
	top: 15px;
	left: 30px;
	overflow: hidden;
}
#logo a img {
	border: 0px;
}

#topContent {
	width: 650px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 30px;
	text-align: right;
	font-size: 24px;
	color: #d1d1d1;
}
#topContent IMG {
	position: relative;
	top: -5px;
}


/* Top Navigation
=========================*/
#header #nav {
	width: 940px;
	height: 40px;
	position: absolute;
	top: 95px;
	left: 0px;
	overflow: hidden;
	background: url(color_gray/pics/nav.gif) repeat-x bottom;
}
#header #nav UL {
	margin: 0;
	padding: 0;
	float: right;
}
#header #nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#header #nav UL LI A {
	display: block;
	float: left;
	padding: 0 16px 0 10px;
	text-decoration: none;
	line-height: 25px;
	background: url(color_gray/pics/navSlash.jpg) no-repeat right center;
}
#header #nav UL LI A.last {
	background: none;
}
#header #nav UL LI A SPAN {
	display: none;
}

/* Lang
=========================*/
#lang {
	width: 300px;
	height: 20px;
	position: absolute;
	top: 140px;
	right: 0px;
	text-align: right;
}
#lang IMG,
#lang A.open {
	display: none;
}
#lang A {
	padding: 5px 5px 5px 12px;
	margin: 0 10px;
	background: url(color_gray/pics/lang.gif) no-repeat left 10px;
	text-decoration: none;
}


/* Content
======================*/
#content {
	background: url(color_gray/pics/contentMiddle.jpg) repeat-y 275px top;
}
#main {
	float: right;
	width: 580px;
	padding: 10px 30px 20px 0;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	margin-bottom: -210px;
	position: relative;
	z-index: 2;
}
#main H1,
#main HR {
	width: 610px;
}
.mainText {
}
#column1 {
	float: left;
	width: 265px;
	padding: 10px 20px 20px 0;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	background: url(color_gray/pics/contentTop.jpg) no-repeat 275px top;
	margin-bottom: -210px;
	position: relative;
	z-index: 2;
}
.column1Text {
	padding-left: 20px;
}
#column1 H1,
#column1 HR {
	width: 285px;
	position: relative;
	left: -20px;
}
#column2 {
	display: none;
}
#clearDiv {
	clear: both;
	height: 210px;
	background: url(color_gray/pics/contentBottom.jpg) no-repeat 275px top;
	position: relative;
	z-index: 1;
}


/* Sub Navigation
========================*/
#subnav {
	width: 285px;
	padding: 15px 0 50px 0;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#subnav ul li a {
	display: block;
	padding: 10px 65px 10px 10px;
	text-align: right;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	background: url(color_gray/pics/subnav.gif) no-repeat 247px 13px;
}
#subnav ul li a:hover {
	background: url(color_gray/pics/subnavOpen.gif) no-repeat 247px 13px;
}
#subnav ul li a.open {
	background: url(color_gray/pics/subnavOpen.gif) no-repeat 247px 13px;
}

/* sub */
#subnav ul li ul {
	padding: 5px 0px 10px 0px;
	border-bottom: 1px solid #ccc;
}
#subnav ul li ul li {
	
}
#subnav ul li ul li a {
	background: none;
	border: 0;
	padding: 3px 65px 3px 10px;
}
#subnav ul li ul li a:hover {
	background: none;
}
#subnav ul li ul li a.open {
	background: none;
}

/* Sitemap
========================*/

#pageList {
	padding-top: 50px;
}
#pageList UL {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#pageList UL LI {
	list-style-type: none;
	padding: 1px 0px 1px 10px;
}

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

#footerContainer {
	clear: both;
	width: 100%;
	height: 170px;
	background: url(color_gray/pics/bgBottom.jpg) repeat-x bottom;
}
#footer {
	margin: 0 auto;
	width: 400px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: url(color_gray/pics/footer.gif) repeat-x top;
	position: relative;
	left: -270px;
}
#footer DIV {
	padding: 0px 5px;
	display: inline;
}
#footer DIV.siteInfoAddress {
	padding-right: 0px;
}
#footer DIV.siteInfoZip {
	padding-left: 2px;
	padding-right: 0px;
}
#footer DIV.siteInfoCity {
	padding-left: 2px;
}

/* Nav in footer
=========================*/
#footerContainer #nav {
	margin: 0 auto;
	width: 540px;
	height: 30px;
	overflow: hidden;
	position: relative;
	top: -30px;
	right: -200px;
	background: url(color_gray/pics/footer.gif) repeat-x top;
}
#footerContainer #nav UL {
	margin: 0;
	float: right;
}
#footerContainer #nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#footerContainer #nav UL LI A {
	display: block;
	float: left;
	padding: 0 9px 0 8px;
	text-decoration: none;
	line-height: 30px;
	background: url(color_gray/pics/footerNav.gif) no-repeat right center;
	position: relative;
	left: 1px;
}
#really {
	margin: 0 auto;
	width: 930px;
	text-align: right;
	position: relative;
	top: -20px;
}
#really a {
	padding: 2px 5px;
	text-decoration: none;
}

#really a:hover {
	background-color: #000;
	color: #8fd71e;
	text-decoration: none;
}

/* red text and links
==================*/
.red {
	color: #e51313;
}
A.red,
.column1Text A {
	color: #e51313;
	text-decoration: none;
}
A.red:hover,
.column1Text A:hover {
	text-decoration: underline;
}


/* form
==================*/

#column1 FORM {
	padding-left: 20px;
}
#column1 FORM P {
	padding: 10px 0px 0px 0px;	
}
#column1 FORM DIV {
	margin-top: 10px;
}
INPUT.textInput {
	width: 214px;
	height: 19px;
	padding: 4px 5px 0 5px;
	border: 0px;
	background: url(color_gray/pics/textInput.jpg) no-repeat right top;
}
DIV.textArea {
	margin-top: 0px !important;
	width: 224px;
	height: 71px;
	background: url(color_gray/pics/textArea.jpg) no-repeat center center;
}
DIV.textArea TEXTAREA {
	border: 0;
	width: 214px;
	height: 61px;
	overflow: auto;
	margin: 5px 0 0 5px;
}
INPUT.submit {
	border: 0;
	width: 63px;
	height: 40px;
	padding: 0px 0px 14px 0px;
	color: #fff;
	background: #000 url(color_gray/pics/submit.jpg) no-repeat center center;
	cursor: pointer;
	float: right;
}




