@charset "utf-8";
/* CSS Document */

/* 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
}
body {
	border-style: none;
	color: #3F1F00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 22px;
	margin: 0 0 0 0; /*  (top, right, bottom, left) */
	padding: 0 0 0 0;
	text-align: center;
	margin-left: auto;
	background-attachment: fixed;
	background-color: #B5B1A5;
	background-image: url(img/xbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

H1 {
	color: #A4874A;
	font-size:16px;
	margin-bottom: -10px;
}
#textleft {
	font-family: Arial, Helvetica, sans-serif;
	color: #3F1F00;
	font-size: 13px;
	line-height: 23px;
	font-weight: normal;
	margin: 20px 0px 0px 35px; /*  (top, right, bottom, left) */
	padding: 0px 23px 15px 0px;
	letter-spacing:px;
	text-align: left;
}

#textright {
	color: #3F1F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	margin: 20px 0px 0px 0px; /*  (top, right, bottom, left) */
	padding: 0px 33px 15px 5px;
	letter-spacing:px;
	text-align: left;
}


#outerWrapper {
	background:url(img/sides-home.gif) repeat-y fixed center center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width: 972px;
	min-width: 972px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 972px
}
#outerWrapper #header {
 
  background-image: url("img/header.gif");
  background-position: top center;
  background-repeat: no-repeat;
  border-style: none; 
  font-size: 18px;
  font-weight: bold;
  height: 150px;
  line-height: 15px;
  margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px; 
  width: 972px;
}
#outerWrapper #contentWrapper {
    border-style: none; /* Sets the border style properties for an element using shorthand notation */
}
#outerWrapper #contentWrapper #rightColumn1 {
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	float: right;
	padding: 0px;
	width:300px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
////outerWrapper #contentWrapper #leftColumn1 {
	border-style: none;
	
	float: left;
	width: 152px;
	margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
	padding: 0px 0px 0px 0px;
	
}

#outerWrapper #contentWrapper #content {
	border-style: none;
	float: left;
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	width: 630px;
	
}
#outerWrapper #footer {
	background-image: url(img/footer.gif);
	background-position: center;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: px;
	color:#999967;
	line-height: 18px;
	background-repeat: no-repeat;
	border-style: none;
	margin: 0px 0px 0px 0px; /*  (top, right, bottom, left) */
	padding: 0px 0px 0px 33px;
	
height:70px;	
	
	
}






#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}

a {
	color:#566B8E;
	
	
	text-decoration: underline;
}
a:visited {color:#566B8E; }
a:active {color: #698429;  }
a:hover {
	color:#7C2901;
	text-decoration: none;
}

#footer a {
	color: #566B8E;
	text-decoration: none;	
	font-weight: bold;
	
			}
		
#footer a:hover {
	color: #84724E;
	text-decoration: underline;
		}

.copyright {
	background-color:#B5B1A5;
	font-size: 10px;
	font-weight:normal;
	color:#765F3A;
	line-height: 28px;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 15px;
	}
.copyright a {
	color: #765F3A;
	text-decoration: none;
	font-size: 10px;
	text-decoration:none;
		}
		

.copyright a:hover {
	color: #fff;
	text-decoration: underline;
		}



#outerWrapper #contentWrapper #rightColumn1 {
	width: 330px;
}

/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
#copyright {
}.bubbles {
	position: absolute;
	visibility: visible;
	z-index: 1000;
	bottom: 0px;
	left: 5px;
	
}
.submit {
	vertical-align: middle;
	vertical-align: text-bottom;
	height: 17px;
	color:#ffffff;
	font-size: 10px;
	BORDER: #669900 0px solid;
	background-color: #765F3A;
		   } 
.submitover {
	vertical-align: middle;
	vertical-align: text-bottom;
	height: 17px;
	color:#ffffff;
	font-size: 10px;
	BORDER: #669900 0px solid;
	background-color: #9A7C4B;
		   } 		   
		   
.shadeform {
	vertical-align: middle;
	vertical-align: text-bottom;
	
	width: 175px;
	height: 15px;
	BORDER: 0px solid #CCC3B5;
	font-size: 10px;
	background-color:#CCC3B5;
	}
	
	.imgleft {
		float: left;
		padding-right: 10px;
		
		
	}