@import url(color_orange/color.css);
@import url(fonts.css);

HTML {
	margin: 0px;
	padding: 0px;
}
BODY {
	margin: 0px;
	padding: 0px;
	font: normal .7em Arial, sans-serif;
	color: #000;
	line-height: 1.25em;
	background: #e2e1e0 url(color_orange/pics/body.jpg) repeat-x center top;
}

/* Basic Elements
===================*/
A {
	text-decoration: none;
	outline: none;
	color: #ff7807;
}

A:hover {
	color: #a84400;
}

H1 {
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0;
  	padding: 10px 0 10px 0;
  	color: #ff7807;
}
H2 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 0;
  	padding: 8px 0 10px 0;
  	color: #000;
}
H3 {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	margin: 0;
  	padding: 5px 0 5px 0;
  	color: #000;
}

P {
	margin: 0;
	padding: 5px 0;
}

HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 8px 0;
	padding: 0;
	color: #7f7f7f;
	background-color: #7f7f7f;
}

INPUT, SELECT, TEXTAREA {
	font-size: 1em;
	font-family: arial, sans-serif;
	color: #000;
}
FORM {
	margin: 0;
}
IMG {
	border-color: #7f7f7f;
}
TABLE {
	border-color: #7f7f7f;
}
TD {
	border-color: #7f7f7f;
}
EMBED:focus,OBJECT:focus,EMBED,OBJECT,EMBED:hover,OBJECT:hover {
	outline: 0;
	border: 0;
}

/* wrapperCenter
===================*/

#wrapper {
	margin: 0 auto;
	height: auto;
	min-height: 675px;
	overflow: hidden;
	width: 930px;
	background: url(color_orange/pics/wrapper.jpg) repeat-y left top;
}

#wrapperCenter {
	float: left;
	position: relative;
	height: auto;
	min-height: 675px;
	padding: 0px 30px;
	overflow: hidden;
	width: 870px;
	background: url(color_orange/pics/wrapperCenter.jpg) no-repeat left top;
}

#header {
	position: relative;
	float: left;
	width: 870px;
	height: 139px;
	margin-bottom: 16px;	
}

#logo {
	position: absolute;
	top: 25px;
	left: 12px;
	width: 168px;
	height: 68px;
	overflow: hidden;	
}

#nav {
	position: absolute;
	height: 39px;
	width: 870px;
	top: 100px;
	left: 0px;
	overflow: hidden;
}

#nav UL {
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

#nav UL LI {
	float: left;
	padding: 11px 0 0 0;
	margin: 0 4px 0 0;
	background: url(color_orange/pics/nav_left.jpg) no-repeat left bottom;
}

#nav UL LI.open {
	padding: 0 0 0 0;
	background: url(color_orange/pics/nav_open_left.jpg) no-repeat left bottom;	
}

#nav UL LI A {
	float: left;
	display: block;
	height: 20px;
	color: #fff;
	font-size: 1.1em;
	padding: 8px 21px 0px 21px;
	background: url(color_orange/pics/nav_right.jpg) no-repeat right bottom;
}

#nav UL LI A:hover {
	color: #b2b2b2;	
}

#nav UL LI.open A {
	padding: 19px 21px 0px 21px;
	background: url(color_orange/pics/nav_open_right.jpg) no-repeat right bottom;	
}

#content {
	width: 870px;
	float: left;
	padding: 184px 0 0 0;
	position: relative;
}

#column2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 870px;
	height: 174px;
	overflow: hidden;
}

#column2 .banner {
	top: 0px;
	left: 0px;
	width: 870px;
	height: 174px;
	position: absolute	
}

#column2 .column2Text {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 220px;
	height: 154px;
	overflow: hidden;
	padding: 10px 0px;
}

#column2 .column2Text H1{
	font-style: italic;
}

#main {
	width: 570px;
	float: right;	
}

#column1 {
	width: 250px;
	float: left;
}

#subnav {
	float: left;
	width: 250px;
	margin-bottom: 20px;
	padding-top: 10px;
}


#subnav UL {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#subnav UL LI {
	background: url(color_orange/pics/subnav_top.jpg) no-repeat left top;
	float: left;
	width: 204px;
	margin-bottom: 3px;
}

#subnav UL LI A{
	background: url(color_orange/pics/subnav_bottom.jpg) no-repeat left bottom;
	display: block;
	color: #fff;
	padding: 7px 10px 7px 30px;
	font-size: 1.1em;
}

#subnav UL LI A:hover {
	color: #a84400;	
}

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

#subnav UL LI.sub {
	background: none;
}

#subnav UL LI UL{
	float: left;
	padding: 10px 0 10px 30px;
}

#subnav UL LI UL LI {
	background: none;
	margin: 0;
	width: 100%;
	float: left;
}

#subnav UL LI UL LI A {
	background: none;
	color: #000;
	padding: 0px;
}

#subnav UL LI UL LI A.open, #subnav UL LI UL LI A.open:hover {
	background: none;
	font-weight: bold;
}

#column1 .column1Text {
	width: 230px;
	padding-left: 20px;	
}

#column1 .column1Text H1 {
	font-style: italic;	
}



#footerContainer {
	margin: 0 auto;
	height: auto;
	min-height: 5px;
	overflow: hidden;
	padding: 100px 30px 0 30px;
	width: 870px;
	background: url(color_orange/pics/footer.jpg) no-repeat left top;
}

#footer {
	width: 870px;
	float: left;
	text-align: center;
	padding: 0 0 5px 0;
}

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

#footer DIV.siteInfoZip {
	margin: 0;
}

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

#footer DIV.siteInfoAddress {
	margin: 0 2px 0 10px;
}

#copy {
	width: 870px;
	float: left;
	text-align: center;
	padding: 0 0 20px 0;
}