
HTML {
	
}
BODY {
	color: #000;
}
#nav UL LI A {
	color: #fff;
}
#nav UL LI A:hover {
	color: #fad09f;
}
#nav UL LI A.open:hover {
	color: #fff;
}

#subnav UL LI A {
	color: #000;
}
#subnav UL LI A:hover {
	color: #666;
}
#subnav UL LI A.open:hover {
	color: #000;
}

A {
	color: #f5840a;
	background-color: transparent;
}
A:hover {
	
}
H1 {
	color: #f5840a;
	background-color: transparent;
}
#main H1:first-child {
	color: #fff;
	background: #f5840a url(color_orange/pics/h1.jpg) no-repeat left top;
}
H2 {
	color: #f5840a;
	background-color: transparent;
}
H3 {
	color: #000;
	background-color: transparent;
}
HR {
	color: #ccc;
	background-color: #ccc;
}
IMG {
	border-color: #ccc;
}
TABLE {
	border-color: #ccc;
}
TD {
	border-color: #ccc;
}



BODY {
	font: normal .7em/1.5em Arial, sans-serif;
}
#nav UL LI A {
	font-size: 16px;
}
#nav UL LI A.open {
	font-weight: bold;
}
#subnav UL LI A {
	font: normal 1.3em Tahoma, Arial, sans-serif;
}
#subnav UL LI A.open {
	font-weight: bold;
}
A {
	text-decoration: underline;
	outline: none;
}
A:hover {
	text-decoration: none;
}
H1 A,
H2 A,
H3 A {
	text-decoration: none;
}
H1 A:hover,
H2 A:hover,
H3 A:hover {
	text-decoration: underline;
}
H1 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	margin: 0;
  	padding: 10px 0 5px 0;
	
}
#main H1:first-child {
	font-size: 16px;
	line-height: 43px;
	padding: 0 0 0 40px;
	margin-bottom: 5px;
}
H2 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
  	margin: 0;
  	padding: 10px 0 5px 0;
}
H3 {
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
  	margin: 0;
  	padding: 10px 0 5px 0;
}
HR {
	height: 1px;
	border: 0;
}
P {
	padding: 5px 0;
	margin: 0px;
}
INPUT, TEXTAREA, SELECT {
	font: 12px Arial, serif;
}


HTML {
	margin: 0px;
	padding: 0px;
	background: #d9d9d8 url(color_orange/pics/bg.jpg) repeat;
}
BODY {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0 auto;
	width: 934px;
	background: url(color_orange/pics/wrapperTop.png) no-repeat left top;
	padding-top: 83px;
}
#wrapperCenter {
	height: auto;
	min-height: 600px;
	overflow: visible;
	background: url(color_orange/pics/wrapper.png) repeat-y left;
}
#wrapperContent {
	margin: 0 auto;
	width: 900px;
	position: relative;
}

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

#header {
	
}
#logo {
	position: absolute;
	top: -70px;
	left: 30px;
}
#logo A IMG {
	border: 0px;
}

#lang {
	position: absolute;
	top: -70px;
	right: 10px;
}
#lang A {
	color: #000;
	text-decoration: none;
	margin-right: 15px;
}
#lang IMG {
	border: 0px;
	margin-right: 5px;
}

/* Banner
======================*/

.banner {
	text-align: center;
	padding-bottom: 10px;
	background: #fff url(color_orange/pics/border.jpg) repeat-x bottom;
	height: auto;
	min-height: 283px;
	overflow: hidden;
}


/* Top Navigation
=========================*/
#nav {
	width: 145px;
	height: 205px;
	overflow: hidden;
	position: absolute;
	top: 77px;
	right: 10px;
}
#nav UL {
	margin: 0;
	padding: 0;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#nav UL LI A {
	display: block;
	padding: 3px 0px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#nav UL LI A:hover {
}
#nav UL LI A.open {
}
#nav UL LI A.last {
	border-bottom: 0px;
}
/* hide img replace span */
#nav UL LI A SPAN {
	display: none;
}

/* Content
======================*/
#content {
	padding: 0px 15px 10px 20px;
	border-top: 5px solid #fff;
}
#main {
	float: right;
	width: 585px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	/*background: url(color_orange/pics/mainBottom.png) no-repeat left bottom;*/	
}
.mainText {	
}
#column1 {
	width: 254px;
	float: left;
	height: auto;
	min-height: 200px;
	overflow: hidden;
}
.column1Text {
	padding-top: 10px;
}
#column2 {
	display: none;
}
.column1Text {
}
#clearDiv {
	clear: both;
}


/* Sub Navigation
========================*/
#subnav {
	padding: 10px 0px;
	background: url(color_orange/pics/borderWhite.jpg) repeat-x bottom;
}
#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: 5px 5px 5px 25px;
	margin: 2px 0px;
	text-decoration: none;
	background: url(color_orange/pics/arrows.gif) no-repeat left 8px;
}
#subnav ul li a:hover {
	
}
#subnav ul li a.open {
	
}

/* sub */
#subnav ul li ul {
	padding: 3px 0px 8px 0px;
}
#subnav ul li ul li {
	
}
#subnav ul li ul li a {
	background: none;
	margin: 0px;
	padding: 2px 5px 2px 40px;
}
#subnav ul li ul li a:hover {
	
}
#subnav ul li ul li a.open {
	background: none;
}
/* subsub */
#subnav ul li ul li ul {
	
}
#subnav ul li ul li ul li {
	
}
#subnav ul li ul li ul li a {
	padding: 0px 8px 0px 18px;
}
#subnav ul li ul li ul li a:hover {
	
}
#subnav ul li ul li ul li a.open {
	
}

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

#footerContainer {
	margin: 0 auto 20px auto;
	width: 934px;
	height: 30px;
	background: url(color_orange/pics/footer.png) no-repeat left top;
}
#footer {
	text-align: center;
	padding-top: 20px;
}
#footer DIV {
	padding: 0px 10px;
	display: inline;
}
#footer DIV.siteInfoAddress {
	padding-right: 0px;
}
#footer DIV.siteInfoZip {
	padding-left: 2px;
	padding-right: 0px;
}
#footer DIV.siteInfoCity {
	padding-left: 2px;
}
