html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #E0D5B7 url(images/page_bg.jpg) repeat;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #666633;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
}

#header {
  position: absolute;
  top: 0;
  left: 492px;
  width: 306px;
  height: 254px;
  background: url(images/header_2.gif) no-repeat;
}

#weather {
  position: absolute;
  top: 163px;
  left: 307px;
  width: 120px;
  height: 60px;
}
#map_canvas {
  height: 450px;
  border: solid thin black;
}
#addresses {
  color: #666633;
}
.address-panel {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  
  background-color: #ddffdd;
  
  overflow: auto;
  
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 10px;
  width: 90%;
}
.address-panel>form>div {
  margin-bottom: 10px;
}

.address-form-column {
  float: left;
}

.address-panel label {
  display: block;
}
.address-panel input, .address-panel select { margin-left: 5px; }
.address-panel #street { width: 95%; }
.address-panel #state { width: 60%; }
.address-panel .button { text-align: right; padding-top: 15px; clear: both;
}
#leftlead{
	background: url(images/leftlead.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
#left {
  float: left;
  width: 243px;
  padding-right: 20px;
  padding-top: 132px;
}
#leftline{
	background: url(images/leftline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 472px;
  height: 122px;
  background: url(images/header_1.gif) no-repeat;
  text-align: center;
  color: #cc9933;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding-top: 7px;
  padding-bottom: 7px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
#nav {
  background: url(images/left_bg.gif) repeat-y;
}
#nav ul {
  padding-left: 10px;
}
#nav li {
  list-style: none;
  width: 192px;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
/*  background: 18px 11px url(images/arr_white.gif) no-repeat; */
  padding: 3px 0 0 31px;
}
#nav a {
  color:  #666633;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}
#nav .important {
  border-top: 1px solid #959595;
  background: #eeffee;
  background: #eeffee 12px 11px url(images/nav_arrow.gif) no-repeat;
}
#nav .important a {
  color: #33ff33;
  font-weight: bold;
}

#news {
  background: url(images/left_bg.gif) repeat-y;
  padding-left: 37px;
  padding-right: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify;
}
#news h2 {
  font-size: 12px;
  color: #BE8B06;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
}
#news a {
  color: #74653D;
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(images/dots.gif) repeat-x;
  height: 10px;
}

#contact {
  height: 200px;
}

#support {
  background: url(images/left_bg.gif) repeat-y;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
#support h2 {
  font-size: 12px;
  color: #BE8B06;
}
#right {
  width: 535px;
  padding-left: 263px;
  padding-top: 264px;
}
#rightlead{
	background: url(images/rightlead.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
#right_bg {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(images/right_bg.gif) repeat-y;
}
#rightline{
	background: url(images/rightline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
#right h2 {
  font: 18px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 14px arial, sans-serif;
  color: #BE8B06;
  border-bottom: 1px solid #C4AE7C;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#welcome {
 
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 10px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(images/pic_2.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#indu-img {
  background: url(images/pic_3.jpg) no-repeat;
}
#spacer {
  height: 10px;
}

#footerlead{
	background: url(images/footerlead.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
#footer {
  background: url(images/footer_bg.gif) repeat-y;
}
#copyright {
  text-align: center;
  padding: 5px 0px 5px 00px;
  font-size: 9px;
  color: #339900;
  font-weight: bold;
}
#footerline{
	background: url(images/footerline.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}
