@charset "utf-8";
/* 
background 211904
gold 907631
light gold 907D4A
dark brown 151001
charcoal 191408
*/
body {
	font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:140%; text-align:justify;
	background: #211904;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults  */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#fdfdc4; 
}

.btm #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.btm #header {
	background: #211904; 
	padding: 0 0 0 0;font-size:16px; height:140px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

ul#navmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 900px; /*For KHTML*/
	list-style: none;
	height: 25px; 
	}

ul#navmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
	}

ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 500px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
	}

ul#navmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu ul li {
	width: 249px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	}

/* Root Menu */
ul#navmenu a {
	padding: 0 8px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	background: #211904;
	color: #907D4A;
	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; text-transform:uppercase;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.current a,
ul#navmenu li.iehover a {
	background: #907D4A;
	color: #211904;
	}
.btm #nav {
	background: #241A06; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}
.btm #nav {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
  border-top-style:solid; border-top-width:10px; border-top-color:#907D4A;
	border-bottom-style:solid; border-bottom-width:15px; border-bottom-color:#907631;
}
.btm #mainContent {
	
padding: 0; background-color:#9b5a56; background-image:url(photos/mainContentBackGround2000.jpg);  background-repeat:repeat /* remember that padding is the space inside the div box and margin is the space outside the div box */
	 background-repeat:repeat-x ;
		border-left-style:solid; border-left-width:10px; border-left-color:#907D4A;
		border-right-style:solid; border-right-width:10px; border-right-color:#907D4A;
		border-bottom-style:solid; border-bottom-width:10px; border-bottom-color:#907D4A; 
		color:#fdfdc4; 
		font-size:14px; 
		min-height:500px; 

}
.btm #mainContent a {
	color:#fdfdc4;
}
.btm #mainContent p {
	margin-left:25px; margin-right:25px; font-size:14px; line-height:130%;  /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.btm #mainContent h2 {
	margin:0; padding:0 25px; font-size:14px; font-weight:bold; color: #211904;
}
.btm #mainContent h4 {
	text-align:center; font-size:16px;color: white; text-shadow: black 0.2em 0.2em 0.4em
}
.btm #footer {
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#241A06;
}
.btm #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#907D4A;
	font-size:14px;
	line-height:140%;
	text-align:justify
}
.btm #footer h1 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #907D4A;
	font-weight: bold;
	text-transform: uppercase;

}
.geo {
		font-family: Arial, Helvetica, sans-serif;
font-weight: normal; font-size:28px
}

.standOut {
	font-size: 16px; font-weight:bold;
}
