html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
  line-height: 18px;
}
body {
	background-color: #eeebe2;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a img{ border:0px}
a,  a:link {
  color: #590304;
  text-decoration: none;
}
a:visited {
  color: #590304;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#topDiv {
	background-color: #EEEBE2;
  	margin: 0 auto 0 auto;
  	text-align: left;
  	width: 800px;	line-height: 15px;
	padding: 0 0 0 0;

}

#outerWrapper {
  background-color: #fff;
  border: solid 1px #000000;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 800px;
}
#outerWrapper {
	background-color: #590304;
	border-bottom: solid 1px #666;
	font-size: 18px;
	font-weight: normal;
	line-height: 15px;
	padding: 0px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
}
#content {
	background-color:#EEEBE2;
}
#outerWrapper #footer {
	background-color: #DCD8CC;
	padding: 10px 10px 10px 10px;
}
#HOME_MAIN {
	background-color:#B3A189;
	height:350px;
}
#PAGE_MAIN {
	background-color:#B3A189;
	height:150px;
}
#HOME_BANNER {
	background-color:#3B2E26;
	/*min-height:200px;
	height:auto !important;
	height:200px; */
	padding: 10px 10px 10px 10px;
	color:#FFFFFF;
}
/* BOTTOM MENU */
#bottomLinks {
	word-spacing: 6px;
	text-align:center;
}
#Bmenu {
	float: left;
	width: 730px;
	height: 45px;
	margin: 0;
	list-style: none;
	word-spacing: 3px;
	text-align:center;
}

#Bmenu li {
	display: inline;
}

#Bmenu a, visited {
	display: block;
	float: left;
	height: 45px;
	padding: 6px 7px 9px 6px;
	color:#590304;
	text-decoration:none;
}
#Bmenu a:hover {
	color:#000;
	text-decoration:none;
}

/* END BOTTOM MENU */
/* NAVIGATION */
#navigation {
	background-color:#EEEBE2;
	background-image:url(../images/navBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	height: 70px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
}
#menu {
	float: left;
	width: 800px;
	height: 70px;
	margin: 0;
	padding: 0 0 0 9px;
	list-style: none;
	word-spacing: 3px;
	text-align:center;
}

#menu li {
	display: inline;
}

.nLast a, visited {
	display: block;
	float: left;
	height: 40px;
	padding: 30px 27px 0px 18px;
	color:#ffffff;
	text-decoration:none;
	background-image:url(../images/navDiv.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.last a, visited {
	display: block;
	float: left;
	height: 40px;
	padding: 30px 29px 0px 19px;
	color:#ffffff;
	text-decoration:none;
}
#menu a:hover {
	color:#FFCC00;
	text-decoration:none;
}
/* END NAVIGATION */


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {color: #FFFFFF}
.style2 {
	font-size: 9px;
	font-style: italic;
}
.style3 {font-weight: bold}
.style4 {
	color: #999999;
	font-style: italic;
}
#colLeft {
	width: 380px;
	float:left;
	padding-top: 18px;
	text-align:left;
	background-image:url(../images/phone.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#colRight {
	width: 380px;
	float: right;
	padding-top: 18px;
	text-align:right;
}
.special {
	color: #FF0000;
	font-size:16px;
	font-weight:bold;
}