/*BACKGROUND - PANEL - WATERMARK*/
html, body {
		margin:0; 
		padding:0;
		}
body {
	background:#000; /*Change Background Color Here */
	font:10pt Tahoma, Geneva, sans-serif; color:#897C58; /*Change Overall Font Properties Here */
	}
		
/*LOGO AND DESIGN*/		

/*NAVIGATION*/
.subMenu {background:#32281B; width:720px; padding:5px 20px 15px 20px; margin-bottom:7px;}
.subMenu h1 {text-transform:uppercase; font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif; color:#594837; font-size:1.5em; margin:5px 0 10px 0;}
.subMenu a {color:#9F9086; font-weight:bold; margin-right:50px; line-height:20px;}
.subMenu a:hover {color:#BBAA78;}
a.subCurrent {color:#BBAA78;}

/*CONTENT BODY*/				
#textwrap {
		position:relative; 
		margin:0 auto; 
		padding:0; 
		width:820px;
		}
#text {width:820px; margin-left:-23px; padding:0 30px 5px 30px; background:url('../images/edges.jpg') repeat-y left;}
#flashBanner {width:760px; height:280px; background:url('../images/banner.jpg') no-repeat; margin-bottom:4px;}
#columns {width:760px; margin-bottom:7px;}
#leftColumn {padding:20px;}
#rightColumn {width:235px; height:100px; padding:0;}
#formbox {background:#000 url('../images/formbox.jpg') no-repeat bottom left; height:374px; width:185px; padding:3px 25px 0 25px; color:#C1BDB7; font-size:8pt; position:relative; overflow:hidden;}
#formbox a {color:#BBAA78;}
#formbox input {margin:-9px 0 -5px 0; background:#746458; border:0; width:185px; color:#fff;}
#formbox textarea {margin:-9px 0 0 0; background:#746458; border:0; width:185px; height:80px; overflow:hidden; color:#fff;}
#formbox input.submit {margin:0px 0 0 0; width:70px; background:#8A7D74; position:absolute; bottom:4px; left:25px; color:#fff; font-size:8pt;}
.white {color:#fff;}
.tan {color:#BBAA78;}
#logos {text-align:center; width:760px; margin-top:10px;}
#logos img {margin:2px 4px;}
.bas {text-align:center;}
.bas img {margin:3px 2px;}
.forms input.submit {margin-top:10px; background:#32281B; border:none; color:#9F9086; width:65px;}
.forms td input, .forms td textarea {width:200px; background:#32281B; border:none; color:#9F9086; overflow:hidden;}
#map_canvas {width:400px; height:300px;}
#google {margin:7px 0 0 0; overflow:hidden; height:20px; position:relative;}
#google input {width:175px;}
input#googleSubmit {width:45px; background:#8A7D74; color:#fff; border:2px solid #8A7D74; font-weight:bold; position:absolute; right:0px;}
.subform {background:#32281B; border:none; color:#9F9086; overflow:hidden; margin:3px 0 3px 25px;}
.articles {width:100%;}
.articles img {margin-top:10px;}

a {
color:#BBAA78; /* Change Content Link Color Here */
text-decoration:none;
}
a:hover {
		color:#fff; /*Change Content Link Hover Color Here */
		text-decoration:none;
		}

/*CONTENT FOOTER*/	
.copyright a, .copyright2 a {
			margin-right:3px; 
			text-decoration:underline;
			color:#897C58;
			}
.copyright a:hover, .copyright2 a:hover {
				margin-right:3px; 
				text-decoration:underline;
				color:#fff;
				}

/*FONT SIZES*/
.smaller {
		padding-top:2em; 
		margin-bottom:0; 
		text-align:center; 
		font-size:.70em;
		}
.smallest {
		padding-top:2em; 
		margin-bottom:0; 
		text-align:center; 
		font-size:.65em;
		}
.copyright {
		padding-top:0; 
		margin-top:20px;
		margin-bottom:10px; 
		margin-left:-23px;
		text-align:center; 
		font-size:.75em;
		}
.copyright2 {
		padding-top:0; 
		margin-top:10px;
		margin-bottom:30px; 
		text-align:left; 
		font-size:.75em;
		}

h1,h2,h3,h4,h5,b {font-weight:bold;}
h1 {font-size:1.3em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.85em;} 

/* ../images */
.left {
	margin-right:1em; 
	float:left;
	}
.right {
	margin-left:1.5em; 
	margin-bottom:1em; 
	float:right;
	}
.rights {
	margin-left:1.5em; 
	margin-bottom:1em; 
	float:right;
	width:200px;
	}
.rights img {margin-bottom:7px;}
.left, .right, .rights {clear:both;}
img {border:none;}
.p100, .p125, .p150, .p175, .p200, .p225, .p250 {
												float:left; 
												margin:0 .75em 0 0;
												}
.p100 {width:100px;}
.p125 {width:125px;}
.p150 {width:150px;}
.p175 {width:175px;}
.p200 {width:200px;}
.p225 {width:225px;}
.p250 {width:250px;}
.p175r {
	width:175px; 
	float:right; 
	margin:0 0 0 .75em;
	}

/*DROP SHADOWS*/
.shadowRight {
  float:right;
  background: url('../images/drop-shadow.png') no-repeat bottom right !important;
  background: url('../images/drop-shadow.gif') no-repeat bottom right;
  margin: 10px 0 10px 20px;
  }
.shadowRight img {
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
.shadowLeft {
  float:left;
  background: url('../images/drop-shadow.png') no-repeat bottom right !important;
  background: url('../images/drop-shadow.gif') no-repeat bottom right;
  margin: 10px 20px 10px 0;
  }
.shadowLeft img {
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
/*MISC */
.nobull {
		list-style:none; 
		margin:0; 
		padding:0;
		}
#validation {
			position:absolute; 
			bottom:-15px; 
			right:344px; 
			font-size:.75em;
			}
#validation a {text-decoration:none;}
#validation a:hover {text-decoration:underline;}
span.nonie {display:inline;}
.clear {clear:both;}
table {border-collapse:collapse;}