/* --------------------------------------------------------------- */
* {
	font-family:verdana, sans-serif;
}
body {
	margin:0px;
	text-align:center;
	background-color:#E8E2C1;
	padding-bottom:10px;
}
/* --------------------------------------------------------------- */
table#container {
	text-align:left;
	border-collapse:collapse;
	width:791px;
	margin:8px auto 0px auto;
}
tr#top td, tr#bottom td { 
	padding:0px;
}
tr#top td img, tr#bottom td img { 
	display:block;
}

div#top_center {
	margin-top:5px;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
}

/* --------------------------------------------------------------- */
td#left_sidebar {
	padding:0px;
	top:0px;
	left:0px;
	vertical-align:top;
	width:196px;
	background: url(template/repeat_left.gif) top left repeat-y;
}
#menu {
	margin:25px 0px 25px 70px;
	padding:0px;
	width:100px; 
	list-style:none;
}
.menu_item a {
	display:block; 
	width:100px; 
	padding:2px 5px 2px 2px;
	margin-bottom:2px;
	text-align:right;
	color:white;
	font-size:18px;
	font-family:trebuchet ms;
	text-decoration:none;
}
.menu_item a:hover {
	background-color:#A59934;
}
.current a, .current a:hover {
	background-color:#E6B53C;
}
/* --------------------------------------------------------------- */
td#right_sidebar {
	padding:0px;
	vertical-align:top;
	width:196px;
	background: url(template/repeat_right.gif) top left repeat-y;
	padding:28px 20px 20px 22px;
	color:#585003;
}
#right_sidebar h2 {
	margin:0px 0px 0px 3px;
	font-size:12px;
	color:#E8E2C1;
	border-bottom:solid 1px #E8E2C1;
}
.right_side_item {
	display:block; 
	width:143px;
	font-size:11px;
	line-height:15px;
}
.right_side_item a {
	display:block; 
	width:143px;
	margin-top:5px;
	padding:1px 3px 1px 3px;
	text-decoration:none;
	color:#585003;
}
.right_side_item a:hover {
	color:white;
	background-color:#A59934;
}
/* --------------------------------------------------------------- */
td#content {
	font-size:12px;
	line-height:1.3em;
	width:399px;
	vertical-align:top;
	padding:25px 30px 30px 30px;
	background-color:white;
}
#bottom_banner {
  width:339px;
  margin:10px 0px;
}
#bottom_banner img {
  width:339px;
  border:none;
}
#text_menu {
	text-align:center;
	font-size:10px;
	margin:0px;
	padding:0px;
}
#text_menu li {
	margin:0px;
	padding:0px;
	display:inline;
}
#text_menu a {
	color:#908200;
}
/* --------------------------------------------------------------- */
form {
	margin:0px;
}
h1 {
	margin:0px 0px 10px 0px;
	font-family:trebuchet ms, sans-serif;
	color:#C60B46;
	font-size:17px;
	line-height:20px;
}
h2, #faq dt {
	margin:15px 0px 8px 0px;
	font-family:trebuchet ms, sans-serif;
	font-size:15px;
	line-height:18px;
	color:#7B6F04;

}
h3 {
	margin:10px 0px 2px 0px;
	font-size:13px;
	line-height:18px;
}
h4 {
	margin:15px 0px 2px 0px;
	font-size:12px;
	font-weight:600;
	line-height:18px;
}
.lined {
	border-bottom:solid 1px #E8E2C1;
	padding-bottom:3px;
}
table.form {
	border-collapse:collapse;
	margin-bottom:10px;
}
td.label {
	text-align:right;
	padding-right:5px;
	white-space:nowrap;
}
td.input {
	width:95%;
}
td.input input {
	width:95%;
}
a {
	color:#C60B46;
}
a:hover {
	background-color:#ED4379;
	color:white;
	text-decoration:none;
}
p {
	margin:0px 0px 12px 0px;
}
hr {
	height:1px;
	color:#908200;
	background-color:#908200;
	border-style:solid;
	border-bottom-width:0px;
	width:50%;
	margin:10px auto 15px auto;
}
.small {
	font-size:10px;
}
ul {	
	margin:0px 0px 13px 0px;
	padding:0px;
	list-style:square;
}
li {	
	margin-left:25px;
	padding:0px;
}
ul li ul {	
	margin:5px 0px 0px 0px;
	padding:0px;
}
ul li ul li {	
	margin-left:25px;
	font-size:11px;
}
ul.spaced_out li {
	margin-bottom:8px;
}
dl {
	margin:0px;
}
dt {
	margin:0px;
	font-weight:600;
}
dd {
	margin:0px 0px 10px 25px;
}
#faq dt{
  margin:2px 0 2px 0;
}
#faq dd{
  margin:0 0 10px 5px;
}

tt {
	font-family:monospace;
}
.fixed_width {
	width:90px;
}
.right_floater {
	float:right;
	clear:right;
	padding:8px;
	border:solid 1px #E8E2C1;
	background-color:white;
	margin:5px 0px 10px 15px;
	font-size:12px;
	color:#888;
	line-height:1.2em;
}
.right_floater h3 {
	margin:0px 0px 5px 0px;
	font-size:12px;
	line-height:1.1em;
}
.right_floater ul {
	margin:0px;
}
.right_floater li {
	margin:0px 0px 7px 15px;
}
li.selected a, li.selected a:hover {
	color:black;
	font-weight:600;
	text-decoration:none;
	background:none;
}
.nowrap {
	white-space:nowrap;
}
.image {
}
.image img {
	margin:0px 0px 10px 0px;
	border:solid 1px black;
}
sup {
	font-size:80%;
}
.date_and_location {
	font-size:11px;
	font-weight:600;
	color:#908200;
	margin:-5px 0px 10px 0px;
}

.error {
	color:#E70B46;
	font-weight:600;
	font-size:15px;
}
.success {
	color:#F77618;
	font-weight:600;
	font-size:14px;
}
.business {
	border-bottom:solid 1px #E8E2C1;
	padding-bottom:3px;
}
.mini_logo {
	position:relative;
	top:4px;
	margin-right:5px;
}

.note{
  font-size:90%;
  color:#666;
  font-style:italic;
}
  .note img{
    position:relative;
    top:2px;
    margin:0 1px;
  }

/*-------- TREES --------*/
td#content.wide_right{
  padding:0;
  width:594px;
}
#google_map{
  width:100%;
  height:430px;
}
.markerLabel{
  text-align:center;
  color:#fff;
  font-weight:bold;
  line-height:.8em;
  font-size:140%;
  display:block;
  width:54px;
  margin-top:18px;
}
.marker_note{
  display:block;
  font-size:60%;
  font-weight:normal;
}

#neighborhood_legend{
  border:4px solid #e3e3e3;
  background:#eee;
}

  #neighborhood_legend li{
    list-style:none;
    float:left;
    margin:5px;
  }
    #neighborhood_legend li img{
      vertical-align:middle;
      margin-right:5px;
      border:0;
      padding-left:5px;
    }

ul.right{
  float:right;
  width:70%;
}
ul.left{
  float:left;
  width:30%;
}

div.padded{
  padding:15px;
}

.padded .right_floater{
  margin:25px 0 0 0;
  width:546px;
  float:none;
}
  .padded .right_floater ul li{
    max-width:82px;
    margin-right:10px;
    float:left;
  }

.padded h1{
  clear:both;
}





