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-x;
	font: 11px verdana, arial, sans-serif;
	color: #74653D;
	padding-bottom: 10px;
	padding-top: 31px;
}

/** layout **/
/* Onebox tyles for onebox text boxes.  These are expandable, fluid textboxes that only use one image  */
.onebox_content_ur, .onebox_ul, .onebox_lr, .onebox_ll {
	background-position: top right;	
	background-attachment: scroll;
	background-image: url(images/wrapper_bg.png);
}
.onebox_container {
	padding-left:30px; /* this returns the box to the original position since the left margins are set to negative */
	position:relative;
	width:90%;
	height:auto;
	margin:auto;
	min-width:760px;
	max-width:1100px;
}
.onebox_content_ur {
	padding:15px 25px 0 0; /* To keep content off edges of background  */
	position:relative;
}
.onebox_ul {
	background-position: top left;
	margin-left:-30px;
	height:100%;
	width:30px;
	position:absolute;
	left:0;
	top:0;
}
.onebox_lr {
	background-position:bottom right;	
	height:40px;
	position:relative;
}
.onebox_ll {
	background-position: bottom left;
	margin-left:-30px;
	height:40px;
	width:30px;
	position:relative; 
}

/* Sets the rollover for all links within oneboxes  */
.onebox_content_ur a:link {
	text-decoration:none;
	color:#0000CC; 
}

.onebox_content_ur a:visited {
	text-decoration:none;
	color: #666666;
}

.onebox_content_ur a:hover {
	text-decoration:none;
	color: #840900;
}












#wrapper {
	position:relative;  /* this must be declared in order to use min-width  */
	width:80%;
	min-width:760px;
	text-align: left;
	margin: auto;
	background: url(images/body_bg.gif) repeat-y;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: cbc2ad;
	border-left-color: cbc2ad;
}

/* header_box box   */
#header_box_horizontal_bg {
  position: relative;
  top: 0;
  margin-left:252px;
  height: 279px;
  background: url(images/header_box_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#header_box_horizontal_right {
	background-image: url(images/header_right.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin-right:-10px;  /* 24 for the graphic + 21 to align right edge with the box */
}

#header_box_horizontal_left {
	background-image: url(images/header_box_bg_left.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-left:-24px;
	height:279px;
}

#header_box_content {

}

#header_box_content p, #header_box_content h2, #header_box_content h3, #header_box_content h4 {
	text-align:center;	
	color:#660000;
}

#left {
	position:relative;
	left:-15px;
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 152px;
  background: url(images/header_1.png) no-repeat;
  text-align: center;
  color: #595959;
}
#logo h1 {
  padding-top: 10px;
  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: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#nav {
  background: url(images/nav_left.jpg) no-repeat;
}
#nav ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
  background: #2A2A2A bottom left url(images/nav_bot.jpg) no-repeat;
}
#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  background: 188px 10px url(images/arr_white.gif) no-repeat;
  padding: 7px 0 0 31px;
}
#nav a {
  color: #fff;
  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: none;
  background: 188px 10px url(images/arr_orange.gif) no-repeat;
}
#nav .important a {
  color: #E9C379;
}

#news {
  background: url(images/news_bg.jpg) repeat-y;
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
}
#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;
}
.hr-dots {
  background: center url(images/dots.gif) repeat-x;
  height: 10px;
}

#support {
  color: #1A1A18;
}
#support p {
  margin: 0.7em 2.6em;
}

#right {
  padding-right: 9px;
  margin-left:228px;
  background-color:white;
  padding:80px 10px 10px;
}
#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 {
  margin-right: 20px;
}

#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: 2em;
}

#footer {
	background-color:#C4AE7C;
}

#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #715F36;
  font-weight: bold;
}

/* margin-left compensates for the -24 margin of header_box_horizontal_left */
#video-buttons {
  background: url(images/video-buttons.png) no-repeat;	
  width: 450px;
  height: 75px;
  margin-left:12px;
}

ul#buttonlist {
list-style: none;
width: 550px;
padding: 22px 0 0 3px;
}

ul#buttonlist li {
float: left;
}

.required {
	color:red;
}
