/* CSS Document */

* {margin: 0; padding: 0}

div.clearfloats { clear: both; }


body
{
  text-align: center;
  background: #ffffff;
  color: #505050;
  font-family: arial, sans-serif;
  font-size: 100%;
  margin: 0px;
  padding: 0px;
}

#container
{
  margin: 0px auto 20px;
  width: 650px;
  text-align: left;
}

#banner
{
  float: left;
  height: 93px;
  width: 1000px;
  background: url(images/banner.jpg) top left no-repeat;
  display: none;
}


div#topmenu
{
  width: 100%;
  margin: 5px 0px 10px;
  font-family: verdana, sans-serif;
  font-size: 9pt;
  background: transparent;
  float: left;
  display: none;
}

#center
{
  float: left;
  width: 650px;
  margin-left: 5px;
}

#center img#main
{
  margin: 0 15px 15px 15px;
  border: none;
  float: right;
  padding: 0px;
}

h1
{
  font-size: 15pt;
  margin: 0px;
  padding: 10px 0px 10px 0px;
  color: #126212; /* dark green */
}


h2
{
  font-size: 13pt;
  margin: 0px;
  padding: 0px 20px 10px 0px;
  color: #7DB853; /*light green*/
}

h2.month
{
  font-size: 14pt;
}


h3
{
  font-size: 12pt;
  margin: 0px;
  padding: 0px 20px 10px 0px;
  color: #d37936; /* orange */
}

h3.event
{
  padding-bottom: 3px;
  color: #126212; /* dark green */
}

p
{
  font-size: 12pt;
  margin: 0px;
  padding: 0px 20px 10px 0px;
}

p a, div#center ul li a, div#center ol li a
{
  text-decoration: none;
  color: #126212; /* dark green */
  font-weight: bold;
}

p a:hover, div#center ul li a:hover, div#center ol li a:hover
{
  color: #7DB853; /*light green*/
}

p span.inlineheader
{
  font-weight: bold;
  color: #7DB853; /*light green*/
}

div#center ul, div#center ol
{
  font-size: 12pt;
  margin: 0px;
  padding: 0px 20px 10px 10px;
}

div#center ul li, div#center ol li
{
  margin-left: 20px;
  margin-bottom: 5px;
}

div#center div.special
{
  margin: 0px 0px 10px 0px;
  border-left: 5px solid  #7DB853; /*light green*/
  padding-left: 10px;
}


div#center div#radio
{
  margin: 0px 0px 10px 0px;
}

table#news
{
  margin: 0px 20px 0px 10px;
}

table#news tr td
{
  padding: 15px 20px 10px 0px;
  vertical-align: top;
  font-size: 12pt;
}

table#news tr td a
{
  text-decoration: none;
  color: #126212; /* dark green */
  font-weight: bold;
}

table#news tr td a:hover
{
  color: #7DB853; /*light green*/
}

table#news tr td span.date
{
  color: #7DB853; /*light green*/
  font-weight: bold;
}

table#form tr td
{
  padding: 3px 5px;
}

table#arborists, table#consulting, table#moving, table#removal
{
  margin-bottom: 15px;
}


table#arborists tr td, table#consulting tr td, table#moving tr td, table#removal tr td
{
  width: 185px;
  vertical-align: top;
}

table#arborists tr td p, table#consulting tr td p, table#moving tr td p, table#removal tr td p
{
  margin:0;
  padding: 0;
  font-size: 11pt;
  padding: 5px 0px 5px 10px;
}

.required {
	color: #000000;
}
.field_title {
	font-size: 10pt;
	width: 140px;
	vertical-align: top;
	text-align: right;
}
.textfield {
	font-size: 10pt;
	width: 200px;
}
.textarea {
	font-size: 10pt;
	width: 205px;
	height: 100px;
}
.field_heading {
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 10pt;
}
.checkbox_label {
	font-size: 10pt;
}
.radio_label {
	font-size: 10pt;
	cursor: pointer;
}
.email {
	font-size: 10pt;
	width: 200px;
}


div#sidemenu
{
  float: left;
  clear: left;
  width: 155px;
  padding: 0px 15px 10px 0px;
  margin: 8px 0px 10px 0px;
  display: none;
}

#rightcol
{
  float: left;
  background: #f4f5f0 url(images/right_column_background.jpg) top left no-repeat;
  margin-top: 5px;
  min-height: 510px;
  height:auto !important;
  height: 510px;
  width: 190px;
  display: none;
}

#footer p
{
  text-align: center;
  padding: 20px 0px 10px 0px;
  font-size: 9pt;
  color: #7DB853; /*light green*/
  height: 16px;
}

footer p a img
{
  border: none;
}

#footer p a
{
  text-decoration: none;
  color: #c36a29; /* orange */
}

#footer p a:hover
{
  color: #7DB853; /*light green*/
}

