body {
  padding: 0;
  margin: 0 auto 0 auto;
  width: 900px;
  font-size: 11px;
  font-family: Arial, Helvetica, Tahoma, Lucida, Verdana, sans-serif;
  color: #fff;
  background: #000;
}

#container {
	padding: 0;
	margin: 0;
	clear: both;
}

a {
  text-decoration: none;
  color: #fff;
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

h1 {
	line-height: 30px;
	font-size: 24px;
	font-weight:100;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	color: #559872;
	padding:0px;
	margin:0px;
}

#header {
  height: 120px;
  width: 900px;
  padding: 0;
  margin: 0;
  clear: both;
}

#header-menu {
  float: left;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-family: Trebuchet MS, sans-serif;
  font-weight: bold;
}

#header-menu ul {
  margin: 0;
  padding: 65px 0 20px 20px;
  list-style-type: none;
}

#header-menu li {
  float: left;
  padding: 0 10px 0 10px;
}

#header-menu a {
  display: block;
  padding: 2px 4px 2px 4px;
}

#header-menu a:hover {
 
  color: #FFFF00;
}

#header-menu a#current-link {
  color: #000;
  background-color: #FFFF00;
}

#header-logo {
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content {
  height: auto;
  width: 870px;
  padding: 0 0 0 30px;
  margin: 0;
  clear: both;
}

#content-left {
  float: left;
  width: 550px;
}

#content-right {
	float: right;
	width: 260px;
	padding-right: 30px;
	padding-top: 55px;
}

#content-right a {
	color: #FFFF00;
}

#content-right a:hover {
	color: #FFFFFF;
}

#home-content-right {
	float: right;
	width: 260px;
	padding-right: 30px;
	padding-top: 0px;
}

#home-content-right a {
	color: #FFFF00;
}

#home-content-right a:hover {
	color: #FFFFFF;
}



#homepage-promo-large {
  height: 280px;
  padding-top:5px;
}

#homepage-promo-large-text {
  height: 30px;
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
  font-family: Trebuchet MS, sans-serif;
}

#homepage-promo-large-text a {
  color: #FFFF00;
}

#homepage-promo-large-text a:hover {
  color: #fff;
}

#homepage-promo-small-container {
  width: 550px;
  padding: 0;
  clear: both;
}

#homepage-promo-small-container-1-2 {
  float: left;
  width: 380px;
  clear: both;
}

#homepage-promo-small-container-1 {
  float: left;
  width: 170px;
}

#homepage-promo-small-container-2 {
  float: right;
  padding-right: 20px;
  width: 170px;
}

#homepage-promo-small-container-3 {
  float: right;
  width: 170px;
}

.small-container-text {
  padding-top: 10px;
  color: #fff;
  font-size: 12px;
  font-family: Trebuchet MS, sans-serif;
  z-index: 3;
}

.small-container-text a{
  color: #FFFF00;
  z-index: 3;
}

.small-container-text a:hover {
  color: #fff;
  z-index: 3;
}

#homepage-promo-small-container-1-text a,
#homepage-promo-small-container-2-text a,
#homepage-promo-small-container-3-text a {
  color: #FFFF00;
}

#homepage-promo-small-container-1-text a:hover,
#homepage-promo-small-container-2-text a:hover,
#homepage-promo-small-container-3-text a:hover {
  color: #fff;
}

#homepage-right {
	width: 260px;
	height: 450px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-family: "Trebuchet MS", sans-serif;
}

#homepage-email-signup-container {
  padding-top: 5px;
}

#homepage-email-field {
}

#homepage-email-field .form-text {
  font-size: 14px;
  font-family: Georgia, serif;
  width: 260px;
}

#homepage-email-submit {
  padding-top: 10px;
}

#homepage-email-submit .form-submit {
  border: 2px #284C37 solid;
  background-color: #284C37;
  font-size: 14px;
  font-family: Georgia, serif;
  font-weight: bold;
  color: #000;
}

#text-size-changer {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 20px;
  height: 25px;
  line-height: 24px;
  font-size: 14px;
  font-family: Trebuchet MS, sans-serif;
}

a#text-size-changer-small {
  font-size: 12px;
}

a#text-size-changer-medium {
  font-size: 14px;
  color: #000;
  background: #284C37;
}

a#text-size-changer-large {
  font-size: 18px;
}

a#text-size-changer-small:hover,
a#text-size-changer-medium:hover,
a#text-size-changer-large:hover {
  color: #000;
  background: #fff;
}

#feature-medium {
  height: 280px;
}

#feature-medium-nav {
  height: 30px;
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
  font-family: Trebuchet MS, sans-serif;
  clear: both;
}

#feature-medium-nav a {
  color: #284C37;
}

#feature-medium-nav a:hover {
  color: #fff;
}

#feature-medium-nav-left {
  float: left;
}

#feature-medium-nav-right {
  float: right;
}

#feature-medium-description {
  line-height: 24px;
  font-size: 14px;
  font-family: Georgia, serif;
}

#feature-medium-description a {
  color: #284C37;
}

#feature-medium-description a:hover {
  color: #fff;
}

#feature-right {
  width: 260px;
  height: 450px;
}

.feature-right-row {
  height: 70px;
  padding-bottom: 20px;
}

#feature-right ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#feature-right li {
  float: left;
  padding: 0;
}

#feature-right li.middle-item {
  padding: 0 25px 0 25px;
}

#feature-right a {
  display: block;
  padding: 0;
}

#about-text {
  line-height: 24px;
  font-size: 14px;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
}

#about-right {
  width: 270px;
  height: 450px;

}

#contact {
  height: 280px;
}

#contact-description {
  padding-top: 5px;
  line-height: 18px;
  font-size: 14px;
  font-family: Georgia, serif;
}

#contact-description a {
  color: #284C37;
}

#contact-description a:hover {
  color: #fff;
}

#contact-right {
  width: 260px;
  height: 450px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-family: Georgia, serif;
}

#contact-email-container {
  padding-top: 5px;
}

#contact-email-field {
}

#contact-comment-field {
  padding-top: 5px;
}

#contact-email-field .form-text {
  font-size: 14px;
  font-family: Georgia, serif;
  width: 260px;
}

#contact-comment-field .form-text {
  font-size: 14px;
  font-family: Georgia, serif;
  width: 260px;
}

#contact-email-submit {
  padding-top: 10px;
}

#contact-email-submit .form-submit {
  border: 2px #284C37 solid;
  background-color: #284C37;
  font-size: 14px;
  font-family: Georgia, serif;
  font-weight: bold;
  color: #000;
}

 #mapblast a {
	color: #FF00CC;
	font-style: italic;
}

#mapblast a:hover {
	color: #FFF;
	font-style: italic;
}


#section-head {
	line-height: 30px;
	font-size: 24px;
	font-family: Tahoma, "Trebuchet MS", sans-serif;
	color: #35664A;
}

#section-text {
  line-height: 24px;
  font-size: 14px;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  padding-top:0px;
}

#section-text a {
	color: #FFFF00;
}

#section-text a:hover {
	color: #FFFFFF;
}
#section-text li {
	margin-bottom:10px;
}

#section-right {
  width: 260px;
  height: 450px;
}

#footer {
	clear: both;
	margin-top:50px;
	display: block;
	text-align: center;	
}
.goleft {
	float: left;
}

.goright {
	float: right;
}

.clear {
	clear: both;
}

.padright40 {
	padding-right: 40px;
}

.greentxt {
/*	color: #35664A;*/
	color: #387854;
	line-height: 14px; 
	font-weight: bold;
}

.smalltext {
	color: #ffffff;
	line-height: 14px; 
	font-size: 12px;
	padding-top:3px;
}


#placeholder {
	vertical-align: middle;
}

.style1 {color: #284C37}
#photolinks {padding:0px;}
#photolinks li { list-style:none; display:inline;}
#videolinks li { list-style:none; display:inline;}
.pictureon {border:3px solid #FFFF00;width:40px;vertical-align: middle;}
.pictureoff {border:3px solid #000000;width:40px;vertical-align: middle;}


.floatleft {float: left}
.floatright {float:right}
.clearboth {clear: both}