/*###################################################################################*/
html, body { 
	margin: 5px;
	padding: 0; 
	color: #333; 
	height: 93%; 
	background-color:#DBD9C4;
} 
h1, h2, h3, h4, h5, h6 { font: normal 70% Arial, Helvetica, sans-serif; padding:0px; margin:0px;}
p, a, li, dl, span { font-family: Arial, Helvetica, sans-serif; }
p { margin:0px; padding:0px; } 
dl {margin:0px 20px; padding:0px; }
dt { float:left }
dd { padding-left:200px; }
img { border:0; }
/*###################################################################################*/

/*###################################################################################*/
#container { 
	position: relative; 
	width: 755px; 
	margin: 20px auto 0 auto; 
	padding:0;
	text-align: left; 
	border: 2px solid #585D2D;
	border-bottom: 1px solid #F8F6DD;
	border-bottom-size: 1px;
	background: #F8F6DD url(../images/background.jpg) bottom center no-repeat; 
	min-height: 100%; /* this is where inheritance stops */ 
} 
.fadedback {
	background-image: url(../images/backgroundfaded.jpg) !important; /* for inner pages */
	border: 0;
}

/* the following changes the width per box model hack 
and then puts in the 100% height (equivalent to min-height) for IE/Win only */ 
/*\ hide from Mac it's not broken */ 
* html #container { 
	width: 755px; 
	w\idth: 755px; /* should be 760 if in quirks mode */ 
	height: 93%; 
} 
* html #footer { 
	width: 759px; 
	w\idth: 759px; /* should be 760 if in quirks mode */ 
} 
/* end hide */ 

/* trick to get compliant browsers to clear the (right) floated div if required */ 
#container::after{ 
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 1px; 
	clear: both; 
	visibility: hidden; 
} 
#header { 
	margin: 0; 
	padding: 0; 
	height: 125px; 
	width: auto;
	border-bottom:5px solid #585D2D;
	background:URL(../images/header_background.gif) bottom left no-repeat;
	text-align:center;
} 
#header img {  margin-top: 20px; }
#treeimg { 
		position:absolute !important; 
		margin:-25px 0 0 -25px !important;
		left:0;
		top:0;
		z-index:1000 !important; 
	}
#left-col 
{ 
	position: relative; 
	margin: 5px 0 140px 10px; 
	padding: 0; 
	width: 175px; 
	font-size: .8em;
	font-weight:bold;
	background: url(../images/pod_middle.gif) left top repeat-y;
} 
#left-col img { padding:0px; margin:0px; }
#left-col ul { margin:-25px 0 -25px 0; padding:0 5px 0 0; position:relative;}
#left-col li { list-style-type:none; padding:3px 0 4px 50px; }
#left-col li a:link, #left-col li a:visited { color:#585D2D; text-decoration:none;}
#left-col li a:hover, #left-col li a:active { color:#660000; text-decoration:underline;}
.subselected { background: url(../images/horseshoe.gif) 20px no-repeat;}
.subselected a { color:#660000 !important; font-weight:bold !important; }
#right-col 
{ 
	position: relative; 
	float: right; 
	margin: 0px; 
	padding: 10px 0 30px 0; 
	width: 565px; 
	color: #333;
	font-size: .8em;
} 
#mapContainer { 	 
  margin:20px;
  border:1px solid #585D2D;
  height: 400px; 	 
  width: 500px;
  float:right;
  position: relative;
}
.contentimg { float:right; padding:5px; !important; }
#right-col .picheading {
	clear:both;
	font-size:.9em;
	width:96%;
	border-bottom:1px solid #999;
	padding:4px 0 6px 0px;
	background-color:#DBD9C4;
	color:#555A5E;
	margin-bottom:10px;
}
#right-col .picheading p { padding: 0 5px; margin:0px; }
#right-col h6 {
	font-size:.9em;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0 10px;
	color:#666;
}
#right-col img {
	padding:0 10px;
}
#right-col p { padding:5px 15px 15px 20px; }
#footer {
	width: 759px;
	margin: 0 auto;
	font-size: .75em;
	padding: 5px 0;
	background:#585D2D;
	border-top:0;
	color: #fff;
	}
#footer p {  padding:3px 10px;  }
#footer #address { float:right; text-align:right;}
#footer a:link, #footer a:visited { color:#E1E0C0; text-decoration:underline; }
#footer a:hover, #footer a:active { color: #fff; }
.checks { margin:5px 5px 15px 5px; padding:0px; position:relative; }
.checks li {
	list-style-type:none;
	background: url(../images/check.gif) 20px no-repeat;
	padding:7px 0 7px 50px;
}
div.row {
  clear: both;
  padding-top: 0px;
}

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
} 
div.spacer {
  clear: both;
}table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}