/* 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:Arial, Helvetica, sans-serif;
 	font-size:13px; 
 	color:#333333; 
 	font-weight:normal;
 	min-width:852px;
}

#outer {
 	height:99.9%;
 	min-height:100%;
 	width:850px;
 	margin-bottom:-62px;
 	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;
}

#leftnav {
 	position:relative;/*ie needs this to show float */
 	width:253px;
 	background-color:#ffffff;
 	float:left;
 	padding-top:150px;/*needed to make room for header*/
 	text-align:left;
}

#footer {
 	width:850px;
 	height:60px;
 	clear:both;
 	text-align:center;
 	left:0;
 	bottom:0;
 	position:absolute;
 	background-color:#fff;
}

#footer .footer-links {
	background-color:#ffffff;
	color:black;
	width:850px;
	text-align:center;
	padding:4px 0;
	font-size:11px;
	border-top:1px solid #ab7339;
}

#footer a {
	font-size:11px;
	padding:0 6px;
	font-weight:bold;
	color:#ab7339;
}

* html #footer {margin-bottom:-1px;} /* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:62px;/* for ie5 */
	he\ight:60px;/* for ie6 */
}

div,p  {margin-top:0} /*clear top margin for mozilla*/

#main {
 	width:585px;
 	background-color:#ffffff;
 	float:right;
 	padding-top:150px; /*make room for header*/
}

.inner {
 	padding:4px 20px 20px 20px;
 	text-align:left;
}

#clearfooter {
 	clear:both;
 	width:850px; 
 	height:62px; 
}

html >body #minHeight {
 	float:left; 
 	width:0px; 
 	height:100%; 
 	margin-bottom:-62px;
} 

img {
 	border:0px;
}

p {
 	text-align:justify;
}

h1 {
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	color:#205520;
	text-align:left;
}
h2 {
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#205520;
	text-align:left;
	margin-bottom:0;
}
p {text-align:justify;}
.subhead {
	 font:bold 11px Arial, Helvetica, sans-serif;
	 color:#999;
	 text-align:left;
}
.brown {color:#a76c2f;}
.line {text-decoration:underline;}
.red {color:red}
.right {text-align:right}
.center {text-align:center;}
#years {
 color:#a86d31;
 text-align:center;
 font:bold 12px/1.5em Arial, Helvetica, sans-serif;
 border-top:1px dotted #a76c2f;
 border-bottom:1px dotted #a76c2f;
 margin-top:-5px;
 padding:3px 0;
}
#years a, #years a:link, #years a:visited {
	padding:1px 4px;
	color:#07a7cb;
	font-weight:bold;
	text-decoration:none;
}
#years a:hover {
	color:#fff;
	background-color:#07a7cb;
}
#years a.current {
	color:#fff;
	background-color:#a76c2f;
}

.copyright {
 	font-size:11px;
 	padding:5px; 
 	color:#999; 
 	text-align:center; 
}

.disc {
	list-style-image:url('images/tan-bullet.gif'); 
	font-family:arial,helvetica; 
	font-size:12px; 
	font-weight:bold; 
	line-height:130%;
}

.disc-bottom-line {
	border-bottom:dotted #a76c2f 1px; 
	margin:10px 0;
	padding-bottom:10px;
	list-style-image:url('images/tan-bullet.gif'); 
	font-family:arial,helvetica; 
	font-size:12px; 
	font-weight:bold; 
	line-height:130%;
}
.bottom-line {
	border-bottom:dotted #a76c2f 1px; 
	margin:10px 0;
	padding-bottom:10px;
	list-style-type:decimal;
	font:bold 12px/130% Arial, Helvetica, sans-serif;
	color:#a76c2f;
}
a {font-family:Arial, Helvetica, sans-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:11px; font-weight:normal;}
a:visited.copy, a:link.copy {text-decoration:none;}
a:hover.copy {text-decoration:underline;}

/* -------------------------------------------
------ STYLES FOR BREADCRUMBS LIST ----------*/
#subnavcontainer {
	margin-bottom:0px;
	padding-bottom:2px;
	padding-left:2px;
	overflow:hidden;
	width:620px;
}
#subnavlist {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:11px;
}
#subnavlist li {
	float:left;
	margin:0 .5em 0 -.5em;
	padding:0 .5em 0 .5em;
	font-size:11px;
	font-weight:normal;
}
#subnavlist a.subnav {
	padding:0 16px 0 0;
	_padding:0 16px 0 0;
	margin:0;
	background:url('images/subnavarrow.gif') right no-repeat;
	font-size:11px;
	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;
}

/* dms table and form styles */
fieldset {
	border:1px solid #ab7339;
	}
	
legend {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#664625;
}
	
#order-items {
	width:520px;
	margin:auto;
}
	
th {
	background-color:#dfcbb5;
	color:#664625;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
}
	
#order-items td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
}
	
#order-items td.item-col {
	font-weight:bold;
	text-align:right;
	padding-right:7px;
}
	
#order-items td.cat-col {
	background-color:#f3ebe4;
	text-align:center;
	font-weight:bold;
}
	
#order-items input {
	font-size:11px;
}
	
#dhtmltooltip{
	position:absolute;
	width:150px;
	border:1px solid #664625;
	padding:2px;
	background-color:#f3ebe4;
	color:#664625;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	visibility:hidden;
	z-index:100;
}

