*{
	margin:0px;
	padding:0px;
}
.clear{
	clear:both;
}
h1, h2{
	font-family:"Georgia", serif;
	color:#951217;
	font-weight:700;
	line-height: 1.15em;

}
body{
	 font-family:"Verdana", sans-serif; 
	 font-size:13px;
	 background:#d8cfad url(../images/bgtop.png) repeat-x;
}
p{ margin:4px 0px 11px 0px;}
html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 400px;
}  /* must be same height as the footer */

#content{
	margin:0 auto;
	width: 760px;
	min-height:400px;
	padding-bottom: 50px;
}
#content ul{
	margin-left: 25px;
	font-weight: bold;
}
#content ul li {
	padding: 3px 0;
}
#home-right{
	float:right;
	width:380px;
	font-size: 14px;
	color:#000;
	font-weight: bold;
}
#sticky{
	width:332px;
	height:335px;
	float:left;
	background:url(../images/sticky.png) no-repeat;
}
#sticky-content{
	width: 290px;
	margin:0px auto;
	padding-top:80px;
}
#sticky-content ul{
	padding-left: 40px;
	padding-top:10px;
}
#sticky-content ul li {
	font-size: 15px;
	color:#666;
	font-weight: bold;
	margin-bottom:7px;
}
#sticky-content h2{
	font-size:16px;
	text-indent:10px;
	font-style: italic;
}
#footer {position: relative;
	margin-top: -400px; /* negative value of footer height */
	height: 400px;
	clear:both;
	background: url(../images/footerbg.png) repeat-x;
} 
#footer-notice{
	text-align: center;
	color:#fff;
	padding-top:200px;
	font-size:19px;
}
#footer-copyright{
	text-align: center;
	color:#000;
	padding-top:125px;
	font-size:13px;
}
#footer-notice span{
	color:#fbf30b;
}
#bunting{
	width: 100%;
	height:140px;
	background:url(../images/bunting.png) repeat-x;
	position: absolute;
}
#images{
	width: 930px;
	margin:0 auto;
	height:200px;
	position: absolute;
	margin-top:-55px;
	left: 50%;
	margin-left:-442px;
}
.footer-image{
	width: 200px;
	height:200px;
	margin-right:30px;
	background:#fff;
	float:left;
}
.footer-image img{
	margin:7px;
	width: 185px;
	height:185px;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}




#header{
	width: 983px;
	margin:0 auto;
	height:356px;
	background:url(../images/header-bg.png) no-repeat;
	position: relative;

}

#header ul {
	padding:294px 0px 0px 151px;
	margin:0px;
	list-style: none;

}

#header ul li{
	float:left;
	margin:0px 23px 0px 0px;
	padding-bottom:20px;
	display: inline-table;
}

#header ul li a{
	
	display: block;
	color:#fff;
	font-size:15px;
	text-decoration: none;
	font-weight: bold;
}



#header ul li ul {
	visibility: hidden;
	position: absolute;
	top:320px;

	padding:0px;
	width: inherit;
	z-index: 200;
	list-style: none;
}

#header ul li ul li {
	background:#BF8A4C;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 275px;
	height:25px;
	float:none;
	display:block;
	
}
#header ul li ul li a:hover{background: #A08051; color:#fff;}
#header ul li ul li:hover{ background: #A08051; color:#fff;}

#header ul li ul li:first-child {
	margin-left: 0px;
}

#header ul li ul li a {
	text-decoration: none;
	height: 20px;
	margin: 0px;
	font-size:13px;
	padding: 3px 20px 3px 10px;
	display: inline-block;
	color: #fff !important;
	width: auto;
}

#header ul li ul li a:hover {
	color: #000 !important;
}




/**********************/
/* START - CONTACT US */
/**********************/

.contactus-row-wrapper {
	margin-bottom: 2px;

}

.contactus-label {
	float: left;
	color: #000;
	font-weight: bold;
}

.contactus-form {
	float: right;
	width: 306px;
}

.contactus-form input[type="text"] {
	width: 250px;
	height: 22px;
	margin: 2px 0px 2px 2px;
	border: 1px solid #a67a47;
	background-color: #ba864e;
	padding:3px;
}

.contactus-form textarea {
	width: 260px;
	padding:3px;
	height: 100px;
	margin: 2px 0px 2px 2px;
	border: 1px solid #a67a47;
	background-color: #ba864e;
}

.contactus-form input[type="submit"] {
	height: 25px;
	width: 80px;
	padding:2px;
	border: 1px solid #a67a47;
	background-color: #ba864e;
	color: #FFF;
	font-weight: bold;
	margin-left: 2px;
}

.contactus-form img {
	margin-left: 2px;
	margin-top: 2px;
}

.contactus-sec-code {
	height: 33px !important;
	width: 97px !important;
	border: 1px solid #a67a47;
	background-color: #ba864e;
	font-size: 2.0em;
}

.contactus-smallprint {
	font-size: 0.8em;
	text-align: center;
	line-height: 0.97em;
	margin-top: 5px;
	color: #000;
}

.contactus-status-smallprint {
	font-size: 0.8em;
	text-align: center;
	line-height: 0.97em;
	margin-bottom: 5px;
	color: #000;
}

#map{
	padding:30px;
}

/********************/
/* END - CONTACT US */
/********************/

