@charset "utf-8";

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: #892935;
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
}
#divWrapper {
	margin: 0px auto;
	padding: 0px;
	width: 927px;
	color: #000000;
	background: url(../images/bgHOME.jpg) repeat-y;
}
#divBannerHOME {
	margin: 0px;
	padding: 0px;
	height: 187px;
	width: 927px;
	background: url(../images/bannerHOME.jpg) no-repeat;
}
#divNavHOME {
	margin: 0px;
	padding: 11px 0px 0px 115px;
}
#divNavHOME ul {
	margin: 0px;
	padding: 0px;
}
#divNavHOME li {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#divNavHOME a {
	padding: 0px 5px 4px;
	margin: 0px;
	color: #666666;
	border-right: 1px solid #892935;
	border-bottom: 1px solid #892935;
	font-size: 10px;
}
#divNavHOME a:hover {
	padding: 0px 5px 4px;
	margin: 0px;
	color: #CC0000;
	border-right: 1px solid #892935;
	border-bottom: 1px solid #892935;
	font-size: 10px;
}

#divFlash {
	margin: 0px;
	padding: 0px;
	height: 221px;
}
#divSubNavHOME {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 24px;
}


#divMainContainerHOME {
	margin: 0px auto;
	padding: 0px 0px 7px;
	width: 630px;
	border-bottom: 1px solid #892935;
}
#divFooterHOME {
	background: url(../images/bottomHOME2.jpg) no-repeat center bottom;
	margin: 0px;
	padding: 0px 120px 0px 115px;
	height: 255px;
}
#divFooterHOME a {
	color: #FFFFFF;
	text-decoration: none;
}

#divFooterHOME h6 {
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
}

#divMainContainerHOME h1 {
	color: #ab6a16;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 4px 0px;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#divNavHOME a.NOborder {
	border-right: 1px none #892935;
	border-bottom: 1px solid #892935;
}
