body,td,th {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #cdbea1;
	z-index: 0;
}


a {
	font-size: 14px;
	color: #974E3C;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	background-color: #974E3C;
	color: #FFFFFF;
	font-weight: bold;	
}

ol, ul {
	padding-left: 30px;
	padding-right: 20px;
	text-align: left;
}


.style2 {background-color: #FFFFFF}
.style5 {
  font-size: 16px;
  text-align: left;
  height: 40px;
  padding-left: 30px;
  padding-top: 18px;
  background-color: #976D37;
  color: #FFFFFF;
  vertical-align: middle;
  font-weight: bold;
}

p {
	text-align:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
/*	text-indent: 15px;*/
}

h1 {
	vertical-align: middle;
	text-align: left;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 18px;
	font-size: 14px;
	color:#000000;
	font-weight: bold;
}

h2 {
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 0px;
	font-size: 14px;
	color:#000000;
	font-weight: bold;
}

h3 {
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 0px;
	font-size: 14px;
	color:#000000;
	font-weight: bold;
}


/******************************************** CONTENT FOOTER **********************************************/

#footer{
	background: none transparent scroll repeat 0% 0%;
	width: 900px;
	padding: 0px;
	visibility: visible;
	position: relative;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/*  SAME AS H5  */
#footer .left {
	margin-left: 25px;
	COLOR: #000000;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial, helvetica, Geneva, sans-serif;
	FONT-WEIGHT: bold;
	float: left;
}
#footer .right {
	margin-right: 25px;
	COLOR: #000000;
	FONT-SIZE: 8pt;
	FONT-FAMILY: arial, helvetica, Geneva, sans-serif;
	FONT-WEIGHT: bold;
	float: right;
}


a.menu:link, a.menu:active, a.menu:visited{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 9pt; 
	font-weight: bold;
/*	background: #974E3C; */
	color: #f1e2c8; 
	text-decoration: none ;
}
a.menu:hover {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 9pt;
	font-weight: bold;
/*	background-color: #FF0000;*/
	color: #FFFFFF;
	text-decoration: none ;
	
}

/* Popup Menu Styles */
.anylinkcss{
	font-family: verdana, arial, helvetica, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #f1e2c8;
	position:absolute;
	visibility: hidden;
	border: none;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #BB9469;
	width: 245px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.anylinkcss a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	background: #974E3C;
	color: #f1e2c8;
	text-decoration: none;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

.anylinkcss a:hover{ /*hover background color*/
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 8pt;
	font-weight: bold;
	background-color: #CDBEA1;
	color: #FFFFFF;
	text-decoration: none ;	
	
}


/* FORM STUFF HERE */

fieldset.contactUS {
	background: #f5f6f2;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	border: thin solid #014432;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 15px;
}

.formError{
  	COLOR: #FF0000;
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}
.formNormal{
	color: #000000;
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}

.required {
  	COLOR: #FF0000;
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}





.address {
	background-color: #b39b63;
	font-size: 12px;	
	text-align: center;
	color:#FFFFFF;
}

a.address:link, a.address:active, a.address:visited{
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: underline;    
}
a.address:hover {
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;    
}

.quote {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;

}





/* Horizontal menu hover effect*/

.hovermenu ul{
font: bold 13px arial;
color: #974E3C;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #974E3C;
border: 2px solid #974E3C;
}

.hovermenu ul li a:hover{
background-color: #BB9469;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


/* Popup Menu Styles */
/*
.anylinkcss{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #dfe7e5;
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 4;
	background-color: #BB9469;
	width: 100px;
	top: 100px;
	text-align: left;
}

.anylinkcss a{
	color: #dfe7e5;	
	background-color: #BB9469 ;	
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-indent: 5px;		
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;

}

.anylinkcss a:hover{ 
	background-color: #974E3C;
	color: #FFFFFF;
	text-decoration: none;	
}



.sidebar {
	padding: 15px;
	width: 90%;
	border: 1px solid #006600;
	margin: 10px;
	text-indent: 0px;
}
*/

#MoreInfo {

	background-color: #f6f3ee;
}

#MoreInfo legend{
	color: #974E3C;
	padding: 3px;
	border: thin solid #CCCCCC;
	background-color: #fcfbf8;
	font-weight: bold;
}


a.subMenu:link, a.subMenu:visited, a.subMenu:active{
	font-size: 14px;
	font-weight: normal;
	text-indent: 10px;
	display: block;
	width: 245px;
}	

a.subMenu:hover {
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	display: block;
	width: 245px;
	text-decoration: none;
}	




#banner {
	font-size: 18px;
	text-align: center;
	height: 40px;
	padding-left: 30px;
	padding-top: 18px;
	background-color: #A52A2A;
	color: white;
	vertical-align: middle;
	font-weight: bold;
	visibility: visible;
	position: absolute;
	z-index: 4;
	width: 600px;
}