body {
	font-family: arial, helvetica, sans-serif;
	margin: 0 0 45px 0;
	padding: 0;
	font-size: 12px;
	background-color: #ffffff;
	color: #666666;
}

h1 {
	font-size: 16px;
	color:#0c6700;
	margin: 0 0 5px 0;
  font-weight: normal;
}

h2 {
	font-size: 14px;
	color:#eca42c;
  font-weight: normal;
}

h3 {
	font-size: 16px;
	color:#0c6700;
	margin-top: 0;
  font-weight: normal;
}

td, select, input {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

p, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.headline {
	background-image: url('../images/headline_blank.gif');
	background-repeat: no-repeat;
  width: 390px;
  height: 96px;
}

.hRule {
  border-bottom: 1px solid #efedea;
  margin: 15px 0 0 0;
}

.textOrange {
	color:#eca42c;
}

.textGreen {
  color: #0c6700;
}

.text16px {
	font-size: 16px;
}

.text14px {
	font-size: 14px;
}

.text11px {
	font-size: 11px;
}

.footer {
	font-size: 11px;
	color: #999;
}

.boxBorder {
  border-left: 2px solid #efedea;
  border-right: 2px solid #efedea;
}

.leftNavPadding {
	padding: 5px 0 5px 0;
}

.leftNavFade {
	background: url("../images/left_nav_fade.jpg") bottom center repeat-x;
}

.leftNavPaddingArrow {
	padding: 6px 5px 2px 0;
}

.leftNavPaddingSub {
	padding: 2px 0 2px 0;
}

.leftNavBorder {
  border-bottom: 1px solid #efedea;
}

.bodyCopyPadding {
	padding: 0 20px 20px 20px;
}

.bodyIntroText {
  margin: 0;
}

/* backgrounds */

.topBG {
	background-color: #eca42c;
}

.topNavBG {
	background-image: url('../images/nav_background.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.bottomGardenBG {
	background-image: url('../images/bottom_garden_bg.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}

.leftNavTop {
	background-image: url('../images/left_nav_top.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
  width: 232px;
  height: 49px;
}

.leftNavTopMargin {
  margin: 10px 15px 10px 15px;
}

.testimonialsBG {
	background-image: url('../images/testimonials_bg.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
  width: 232px;
  /* height: 266px; */
  height: 225px;
}

.greenBG {
	background-color: #0c6700;
}

.grayBG {
	background-color: #efedea;
}


/* link styles */

a, a:visited {
	color: #eca42c;
	text-decoration: none;
}
a:active, a:hover {
	color: #eca42c;
	text-decoration: underline;
}

a.textGreenLink, a.textGreenLink:visited {
	color: #0c6700;
	text-decoration: none;
}
a.textGreenLink:active, a.textGreenLink:hover {
	color: #0c6700;
	text-decoration: underline;
}

a.leftNavTopLink, a.leftNavTopLink:visited {
  color: #0c6700;
  font-size: 16px;
	text-decoration: none;
  display: block;
}
a.leftNavTopLink:active, a.leftNavTopLink:hover {
	color: #0c6700;
  font-size: 16px;
	text-decoration: underline;
}

a.leftNavLink, a.leftNavLink:visited {
  color: #0c6700;
  font-size: 12px;
	text-decoration: none;
  display: block;
}
a.leftNavLink:active, a.leftNavLink:hover {
	color: #0c6700;
  font-size: 12px;
	text-decoration: underline;
  display: block;
}

a.leftNavLinkBold, a.leftNavLinkBold:visited {
  color: #0c6700;
  font-size: 12px;
	text-decoration: none;
  font-weight: bold;
  display: block;
}
a.leftNavLinkBold:active, a.leftNavLinkBold:hover {
	color: #0c6700;
  font-size: 12px;
	text-decoration: underline;
  font-weight: bold;
  display: block;
}

a.leftNavItem, a.leftNavItem:visited {
  color: #eca42c;
  font-size: 11px;
	text-decoration: none;
  display: block;
}
a.leftNavItem:active, a.leftNavItem:hover {
	color: #eca42c;
  font-size: 11px;
	text-decoration: underline;
  display: block;
}

a.leftNavItemBold, a.leftNavItemBold:visited {
  color: #eca42c;
  font-size: 11px;
  font-weight: bold;
	text-decoration: none;
  display: block;
}
a.leftNavItemBold:active, a.leftNavItemBold:hover {
	color: #eca42c;
  font-size: 11px;
  font-weight: bold;
	text-decoration: underline;
  display: block;
}

a.footerLink, a.footerLink:visited {
	color: #999;
	font-size: 11px;
	text-decoration: none;
}
a.footerLink:active, a.footerLink:hover {
	color: #999;
	text-decoration: underline;
}




/* drop down styles */

a.topNavDropDown, a.topNavDropDown:visited {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #0c6700;
	text-decoration: none;
	border-bottom: 1px solid #eca42c;
}
a.topNavDropDown:active, a.topNavDropDown:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #eca42c;
}

#dropmenudiv{
	margin-top: 0;
	position: absolute;
	border: 1px solid #eca42c;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 10px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #f8d285;
}

