body {
	background: #803f09 url(../images/bkgd.gif) center top repeat-y;
	margin: 0;
	padding: 0;
}

#patternBkgd {
	width: 100%;
	height: 750px;
	margin: 0;
	padding: 0;
	background:url(../images/background.jpg) top repeat-x;
}

#container {
	width: 874px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -437px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#leftShadow {
	width: 62px;
	height: 750px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/left_shadow.png) left top repeat-y;
	z-index: 2;
}

#rightShadow {
	width: 63px;
	height: 750px;
	position: absolute;
	left: 811px;
	top: 0;
	background: url(../images/right_shadow.png) left top repeat-y;
	z-index: 2;
}

/* Header */
#header {
	width: 874px;
	height: 254px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 0 0 -3px;
	padding: 0;
	background: url(../images/header.png) left top no-repeat;
	z-index: 20;
}

#contactLink {
	width: 70px;
	height: 25px;
	position: absolute;
	left: 155px;
	top: 215px;
	z-index: 30;
}

#contactLink a {
	width: 70px !important;
	height: 25px !important;
	display: block;
	text-decoration: none;
}

/* Mast */
#mast {
}
/* Top Nav */

#topNavPNG {
	width: 600px;
	height: 30px;
	position: absolute;
	left: 235px;
	top: 253px;
	z-index: 4;
	background: url(../images/topNav.png) left top no-repeat;
}

#topNav {
	width: 639px;
	height: 28px;
	position: absolute;
	left: 235px;
	top: 253px;
	z-index: 5;
	margin: 0;
	padding: 1px 62px 1px 0;
}

#topNav ul {
	width: 577px;
	height: 26px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNav ul li {
	width: 114px;
	height: 26px;
	float: left;
	background: url(../images/topNav_line.gif) right top no-repeat;
	margin: 0;
	padding: 0 1px 0 0;
	text-align: center;
}

#lastNav {
	background: none !important;
}

#topNav ul li a {
	width: 114px;
	height: 21px;
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	color: #3b0100;
	text-decoration: none;
}

#topNav ul li a:hover {
	color: #993300;
}

#topNavDrop li ol {
   position: absolute;
   left: -999em;
	width: 114px;
	font-size: 16px;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0 3px 0;
	background-color: #BCAE94;
	border: 1px solid #6f5a3d;
	list-style: none;
}

#topNavDrop li ol li {
	background: url(../images/line.gif) no-repeat -47px bottom;
	margin: 0px;
	padding: 0px;
	width: 114px;
	float: none;
}

#topNavDrop li ol li a {
	height: 24px;
	width: 114px;
	text-decoration: none;
	color: #3b0100;
	display: block;
}

#topNavDrop li:hover ol {
   left: auto;
}

#topNavDrop li ol li a:hover {
	background-color: #FFF8E5;
}

#topNavDrop li:hover ol, #topNavDrop li.sfhover ol {
   left: auto;
}

/* Column Container */
#columnContainer {
	width: 873px;
	height: auto;
	margin: 0;
	padding: 253px 0 0 0;
	background: url(../images/columnContainer.gif) center top no-repeat;
}

/* Left Column */

#leftColumn {
	width: 180px;
	height: auto;
	float: left;
	margin: 0;
	padding: 170px 0 0 55px;
}

#sideNavPNG {
	width: 235px;
	height: 177px;
	position: absolute;
	left: 0;
	top: 253px;
	z-index: 6;
	background: url(../images/sideNav.png) left top no-repeat;
}


#sideNav {
	width: 235px;
	height: auto;
	position: absolute;
	left: 0;
	top: 253px;
	z-index: 7;
	margin: 0;
	padding: 0;
	display: block;
}

#sideNav ul{
	width: 185px;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 1px 0 8px 50px;
	display: block;
}

#sideNav li{
	width: 185px;
	height: auto;
	background: url(../images/line.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*text-align: right;*/
	float : left;
}


.lastNav {
	background: none !important;
}

#sideNav li a {
	width: 167px;
	height: auto;
	display: block;
	margin: 0;
	padding: 7px 9px 10px 9px;
	color: #3b0100;
	text-decoration: none;
}

#sideNav li a:hover {
	color: #993300;
}

#sideNav ul {
	list-style: none;
	float : left;
	width : 11em;
}

#sideNav li ul { 
	position : absolute;
	left: -999em;
	margin-left : 180px;
	margin-top : -30px;
	padding: 0;
	width: 190px;
	padding-left: 5px;
	z-index: 10 !important;
	background-color: #BCAE94;
	border: 1px solid #6f5a3d;
}

#sideNav li ul li {
	/*text-align: left;*/
	background: url(../images/line.gif) no-repeat -50px bottom;
}

#sideNav li ul li a:hover {
	background-color: #FFF8E5;
}

#sideNav li a:hover {
}

#sideNav li:hover ul, #sideNav li.sfhover ul {
	left: -999em;
}

#sideNav li:hover ul, #sideNav li.sfhover ul { 
	left: auto;
}

/* Put this into the html files if you want text align right for the main side navigation:

<!--[if IE]>
    <style type="text/css">
		#sideNav li ul { margin-left : -10px;}
    </style>
<![endif]-->

*/

#leftColumn img{
}

#leftColumn a:link,#leftColumn a:visited{
}

#leftColumn a:hover,#leftColumn a:active{
}

#testimonials {
	width: 155px;
	height: auto;
	background: url(../images/testimonials_frameMid.gif) left top repeat-y;
	margin: 15px 0 15px 13px;
	padding: 0;
	font-size: 11px;
}

#testimonialsTop {
	width: 155px;
	height: auto;
	background: url(../images/testimonials_frameTop.gif) left top no-repeat;
	margin: 0;
	padding: 61px 0 0 0;
}

#testimonialsBtm {
	width: 115px;
	height: auto;
	background: url(../images/testimonials_frameBottom.gif) bottom left no-repeat;
	margin: 0;
	padding: 0 20px 30px 20px;
}

/* Middle Column */

#middleColumn {
	width: 365px;
	height: auto;
	float: left;
	background: url(../images/middle_shadow.gif) left top no-repeat;
	margin: 0;
	padding: 28px 15px 0 17px;
	font-size: 11px;
}

#middleColumn h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #6f5a3d;
	margin: 6px 0 0 0;
	padding: 24px 0 0 0;
	line-height: 11px;
}

#middleColumn h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #6f5a3d;
	margin: 0;
	padding: 0 0 1px 0;
	line-height: 24px;
	background: url(../images/h2_line.gif) bottom right no-repeat;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

#middleColumn p{
	line-height: 16px;
}
#middleColumn ul{
}
#middleColumn li{
}
#middleColumn img{
}
#middleColumn a:link,#middleColumn a:visited{
	font-weight: bold;
	color: #3b0100;
	text-decoration: underline;
}
#middleColumn a:hover,#middleColumn a:active{
	font-weight: bold;
	color: #3b0100;
	text-decoration: none;
}

#policy {
	width: 330px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 80px 0;
}

#polyLeft {
	width: 150px;
	height: auto;
	float: left;
	clear: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#polyLeft ul li {
	list-style-type: none;
}

#polyRight {
	width: 180px;
	height: auto;
	float: right;
	clear: right;
	margin: 0;
	padding: 0 0 0 0;
}

#polyRight ul li {
	list-style-type: none;
}

#testimonials a:link,#testimonials a:visited{
	font-weight: bold;
	color: #3b0100;
	text-decoration: underline;
}

#testimonials a:hover,#testimonials a:active{
	font-weight: bold;
	color: #3b0100;
	text-decoration: underline;
}

#sitemap a:link,#testimonials a:visited{
	font-weight: bold;
	color: #3b0100;
	text-decoration: none;
}

#sitemap a:hover,#testimonials a:active{
	font-weight: bold;
	color: #3b0100;
	text-decoration: underline;
}

#contactContainer {
	width: 245px;
	height: auto;
	padding: 30px 0 0 60px;
}

#mainContact {
	width: 205px;
	height: auto;
	padding: 20px;
}

#mainContact input {
	width: 200px;
	height: 18px;
	border: 1px solid #6f5a3d;
	margin: 0 0 5px 0;
	padding: 5px 0 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b0100;
}

#mainContact select {
	width: 205px;
	height: 23px;
	border: 1px solid #6f5a3d;
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b0100;
}

#mainContact textarea {
	width: 200px;
	height: 80px;
	border: 1px solid #6f5a3d;
	overflow: auto;
	margin: 1px 0 5px 0;
	padding: 5px 0 0 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b0100;
}


#topContent {
	width: 360px;
	height: 160px;
	padding: 17px 0 0 0;
	margin: 0;
}

#leftSide {
	width: 180px;
	height: 160px;
	float: left;
	position: absolute;
	padding: 0;
	margin: 0;
}

#rightSide {
	width: 180px;
	height: 160px;
	float: right;
	padding: 0;
	margin: 0;
}

#rightBullets {
	width: 190px;
	height: 83px;
	float: right;
	margin: 0;
	padding: 0;
}

#rightBullets ul {
	margin: 0 0 5px 0;
	padding: 0 0 5px 20px;
}

#contactInfo {
	width: 225px;
	height: auto;
	margin: 0;
	padding: 0 70px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3b0100;
	text-align: center;
}

#contactInfo p {
	line-height: 20px;
}

/* Right Column */
#rightColumn {
	width: 241px;
	height: auto;
	float: left;
	margin: 0;
	padding: 28px 0 0 0;
}

#qcPNG {
	width: 241px;
	height: 340px;
	position: absolute;
	left: 633px;
	top: 377px;
	z-index: 8;
	background: url(../images/form_bkgd.png) left top no-repeat;
}

#qc {
	width: 241px;
	height: 280px;
	position: absolute;
	left: 633px;
	top: 457px;
	z-index: 9;
	margin: 0;
	padding: 0;
}
/*#qc ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#qc ul li {
	display: block;
	float: none;
}
*/#qc input {
	width: 160px;
	height: 20px;
	float: left;
	margin: 0 0 5px 20px;
	padding: 3px 0 0 3px;
	background: none;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b0100;
}

#qc textarea {
	width: 160px;
	height: 64px;
	float: left;
	margin: 0 0 5px 20px;
	padding: 3px 0 0 3px;
	background: none;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: auto;
	color: #3b0100;
}

#btnSubmit {
	width: 171px;
	height: 32px;
	margin: 0;
	padding: 0 0 0 17px;
}

#btnSubmit input {
	width: 171px;
	height: 32px;
	background: url(../images/submitBtn.gif) left top no-repeat;
	border: none;
	margin: 0;
	padding: 0;
}
.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}#qcInfo {
	width: 160px;
	height: 30px;
	margin: 0;
	padding: 2px 0 0 20px;
	font-size: 10px;
	text-align: center;
}

#qcInfo a:link, #qcInfo a:visited {
	color: #3b0100;
	text-decoration: underline;
}

#qcInfo a:hover, #qcInfo a:active {
	color: #3b0100;
	text-decoration: none;
}

/*use this space to move other content below down*/
#qcSpace {
	width: 1px;
	height: 340px;
}

/* Footer */

#footerContainer {
	width: 749px;
	height: auto;
	margin: 0;
	padding: 30px 63px 0 62px;
}

#footer {
	width: 690px;
	height: auto;
	background: #864000 url(../images/footer_palm.jpg) left top no-repeat;
	margin: 0;
	padding: 60px 29px 20px 30px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Disclaimer */
#disclaimer {
}
/* ASPX form/Error box controls */
#errors {
}
#errors ul {
}
#errors li {
}
/* ASPX form/Captcha controls */
#pnlCaptcha {
}
/* the text above the captcha */
#pnlCaptcha label {
}
/* the div which wraps around captcha, text and input */
.captcha {
}
/* actual captcha image */
.captcha img {
}
/* wraps around text and input alone */
.captcha div {
}
/* the atual text */
.captcha span {
}
/* the input for validation */
.captcha input {
}
/* the submit button */
#pnlCaptcha #btnSubmit {
}
/* Clearfix */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {visibility: visible !important;margin: 0;}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {position: absolute;left: 0;top: 0;width: 0;height: 0;display: block;overflow: hidden;}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2, .sIFR-hasFlash h3 {
	visibility: hidden;
}

* html #header { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, src='images/header.png',sizingMethod='scale'); }
* html #qcPNG { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, src='images/form_bkgd.png',sizingMethod='scale'); }
* html #topNavPNG { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, src='images/topNav.png',sizingMethod='scale'); }
* html #sideNavPNG { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, src='images/sideNav.png',sizingMethod='scale'); }
* html #leftShadow { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, src='images/left_shadow.png',sizingMethod='scale'); }
* html #rightShadow { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, src='images/right_shadow.png',sizingMethod='scale'); }