/* CSS Document */
html, body {
 	height:99%
}

html, body {
 	padding:0px;
 	margin:0;
}

html {
 	overflow:scroll;
}

body { 
 	background-color:#ede4d2;
 	background-image:url('images/map-bg.jpg'); 
 	background-position:center left;
 	background-repeat:repeat-x;
 	background-attachment:fixed;
 	font-family:"Times New Roman", Times, serif;
 	font-size:18px; 
 	color:#333333; 
 	font-weight:normal;
 	min-width:852px;
}

#outer {
 	height:99.9%;
 	min-height:100%;
 	width:850px;
 	margin-bottom:-102px;
 	margin:auto;
 	text-align:center;
 	position:relative;
 	background-color:#ffffff;
}
 
html>body #outer{height:auto;}

#banner {
 	position:absolute;
 	top:0;
 	left:0px;
 	width:850px;
 	height:140px;
 	background-color:#ffffff;
 	overflow:hidden;
 	z-index:100;
}

#banner-text {
	position:absolute;
	top:30px;
	left:271px;
	z-index:300;
	padding-right:15px;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	text-align:right;
	width:564px;
}

#rightnav {
 	position:relative;/*ie needs this to show float */
 	width:253px;
 	background-color:#ffffff;
 	float:right;
 	padding-top:150px;/*needed to make room for header*/
 	text-align:right;
}

#footer {
 	width:850px;
 	height:100px;
 	clear:both;
 	text-align:center;
 	left:0;
 	bottom:0;
 	position:absolute;
 	background-color:#fff;
	border-top:1px solid #ab7339;
}

#footer a {
	font-size:12px;
	font-weight:normal;
	color:#ab7339;
}

* html #footer {margin-bottom:-1px;} /* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:102px;/* for ie5 */
	he\ight:100px;/* for ie6 */
}

div,p  {margin-top:0} /*clear top margin for mozilla*/

#main {
 	width:585px;
 	background-color:#ffffff;
 	float:left;
 	padding-top:150px; /*make room for header*/
}

.inner {
 	padding:10px 20px 20px 20px;
 	text-align:right;
}

#clearfooter {
 	clear:both;
 	width:850px; 
 	height:102px; 
}

html >body #minHeight {
 	float:left; 
 	width:0px; 
 	height:100%; 
 	margin-bottom:-102px;
} 

img {
 	border:0px;
}

p {
 	text-align:justify;
}

h1 {
	font-size:20px;
	font-weight:bold;
	text-align:right;
	color:#205520;
	font-family:"Times New Roman", Times, serif;
}

.line {text-decoration:underline;}
.red {color:red}
.right {text-align:right}

.subhead {
 font-size:11px;
 font-weight:bold;
 color:#999;
 text-align:left;
}

.years {
 font-size:12px;
 font-weight:bold;
 color:#a86d31;
 text-align:center;
 border-top:1px dotted #a76c2f;
 border-bottom:1px dotted #a76c2f;
 margin-top:-5px;
}

.copyright {
 	font-size:12px;
 	padding:5px; 
 	color:#999; 
 	text-align:center; 
}

.disc {
	list-style-image:url('images/tan-bullet.gif'); 
	font-family:"Times New Roman", Times, serif;
	font-size:18px; 
	font-weight:bold; 
	line-height:130%;
	text-align:right;
}

a {font-family:"Times New Roman", Times, serif; color:#07a7cb; font-weight:bold; outline:none;}
a:visited, a:link {text-decoration:none}
a:hover {text-decoration:underline}

a.home {font-size:11px;}

a.copy {color:#ffffff; font-size:12px; font-weight:normal;}
a:visited.copy, a:link.copy {text-decoration:none;}
a:hover.copy {text-decoration:underline;}

#menu-outer {
	height:136px;
	margin:0 auto;
}

.table {
	display:table;   /* Allow the centering to work */
	margin:0 auto;
	text-align:center;
}

ul#horizontal-list {
	min-width:350px;
	list-style:none;
	padding:0;
	margin:0;
	}
ul#horizontal-list li {
	display:inline;
}

