/* 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#search
{
  float: right;
}

#addthis
{
  float: right;
  text-align: right;
  font-size: 9pt;
  padding: 42px 14px 0px 0px;
}

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;
}


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


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

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


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

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

p
{
  font-size: 10pt;
  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: 10pt;
  margin: 0px;
  padding: 0px 20px 10px 10px;
}

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


.required
{
	color: #000000;
}

.field_title {

	font-size: 8pt;
	width: 140px;
  vertical-align: top;
	text-align: right;
}

.textfield {
	font-size: 8pt;
	width: 200px;
}

.textarea {
	font-size: 8pt;
	width: 205px;
	height: 100px;
}

.field_heading {
	font-size: 8pt;
	font-weight: bold;
	padding-top: 10px;
	color: #666666;
}

.select {
	font-size: 8pt;
}

.checkbox_label {
	font-size: 8pt;
}

.radio_label {
	font-size: 8pt;
	cursor: pointer;
}

.email {
	font-size: 8pt;
	width: 200px;
}



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

p
{
  font-size: 10pt;
  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*/
}


#footer p
{
  text-align: center;
  padding: 20px 0px 10px 0px;
  font-size: 8pt;
  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*/
}


