@charset "utf-8";
#container .NEED {
	color: #CC0000;
}
#container  #editableZone  #mainContent  #greenDiv  {
	background-color: #8EAE7D;
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#container #editableZone #mainContent .drawOut {
	color: #3D5C32;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}


nav {
}
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #e4e4e4;
	background-image: url(images/bg_body.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.orange {
	color: #DC8A41;
}

a    {
	color: #D87D2C;
	text-transform: none;
	text-decoration: underline;
}
a:link    {
	color: #D87D2C;
	text-transform: none;
	text-decoration: underline;
}
a:hover    {
	color: #537246;
	text-transform: none;
	text-decoration: underline;
}
#container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#header {
	height: 128px;
	width: 100%;
	text-align: center;
	background-color: #90B07F;
	background-image: url(images/np_bg_header_gradient.jpg);
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e4e4e4;
	border-bottom-color: #333333;
	background-repeat: repeat-x;
}
#header a    {
	color: #DC8A41;
	text-shadow: 0 0 1px #000;
	text-transform: none;
	text-decoration: none;
}
#header a:link    {
	color: #DC8A41;
	text-transform: none;
}
#header a:hover    {
	color: #DC8A41;
	text-transform: none;
	text-decoration: underline;
}
.address {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.addressSidebar {
	font-size: 16px;
	color: #315026;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#container #editableZone #mainContent .addressSidebar img {
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
}
#container  #editableZone  #mainContent  .phoneAndFax  {
	font-size: 18px;
	font-weight: bold;
	color: #315026;
}



header .tag {
	color: #999999;
	font-size: 26px;
}
header p {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
}

header h1 {
	margin: 0; /* zeroing the margin of the last element in the header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
}

header #logo {
	text-align: center;
	padding-top: 8px;
	width: 200px;
}
#mainContent {
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#editableZone {
	padding: 12px;
}
#container #editableZone #mainContent p {
	line-height: 1.25;
}

#editableZone h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #345329;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#editableZone h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #345329;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#editableZone h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B3926;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#editableZone h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#container #editableZone #video p {
	color: #FFF;
	line-height: 1.45;
	margin: 0px;
	padding: 0px;
}
#container #editableZone h3 {
	font-size: 18px;
	font-weight: normal;
	color: #315026;
}

#container #editableZone #mainContent ol {
	margin-bottom: 12px;
	margin-top: 8px;
}
#container #editableZone #mainContent ul {
	margin-bottom: 12px;
	margin-top: 6px;
}


#container   #editableZone   #mainContent   li {
	color: #35542A;
	line-height: 1.35;
	margin-bottom: 10px;
}


#container  #editableZone  #mainContent  #home  .intro h1 {
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#container  #editableZone  #mainContent  #home  .intro p {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
#container #editableZone #mainContent #home h2 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
#container #editableZone #mainContent #home h3 {
	color: #2B3926;






	font-size: 24
.px;
	font-weight: normal;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 24px;
}
#container #editableZone #mainContent #home h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#container #editableZone #mainContent #home h5 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#container #editableZone #mainContent h6 {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#container #editableZone #mainContent #home .testimonial {
	font-size: 13px;
	line-height: 1.25;
	width: 244px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 40px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #90AF83;
	background-image: url(images/quoteTop.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
}
#container #editableZone #mainContent #home .testimonial #quoteclose {
	background-image: url(images/quoteBottom.gif);
	height: 44px;
	width: 55px;
	text-align: right;
	margin-right: 0px;
	margin-top: -50px;
	margin-left: 0px;
	float: right;
}

#container #editableZone #mainContent #home .testimonial p {
	font-size: 13px;
	line-height: 1.5;
}




#container #editableZone #mainContent #home #features {
	background-image: url(images/np_bg_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #9ABA8B;
	color: #141B12;
}
#container #editableZone #mainContent #home #features td {
	padding: 15px;
}

#container #editableZone #mainContent #home #features h1 {
	color: #2B3926;
	text-decoration: underline;
}

#container #editableZone #mainContent #home #features h2 {
	color: #2B3926;
}

#container #editableZone #mainContent #home #features p {
	font-size: 16px;
	color: #FFF;
}

#container #editableZone #mainContent #home #features .icon {
	padding-right: 15px;
	padding-bottom: 10px;
}

#container #editableZone #mainContent #home #features a    {
	color: #2B3926;
	text-transform: none;
	text-decoration: none;
}

#container #editableZone #mainContent #home #features a:link    {
	text-transform: none;
	text-decoration: none;
	color: #2B3926;
}
#container #editableZone #mainContent #home #features a:hover    {
	color: #2B3926;
	text-transform: none;
	text-decoration: none;
}
#container #editableZone #mainContent #home .intro a {
	color: #90B07F;
	text-decoration: underline;
}
#container #editableZone #mainContent #home .intro a:link {
	color: #DC8A41;
	text-decoration: underline;
}
#container #editableZone #mainContent #home .intro .orange  {
	color: #C60;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 16px;
}
#container #editableZone #mainContent #home p {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}


#container #editableZone #mainContent #home .intro a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#middle-title{
	background-color: #416034;
	padding: 0 30px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	width: 334px;
	height: 28px;
}

.left {
	background: linear-gradient(to bottom, #88AF76, rgba(65,96,52,1) 100%);
	background: -o-linear-gradient(top, #88AF76, rgba(65,96,52,1) 100%);
	background: -ms-linear-gradient(top, #88AF76, rgba(65,96,52,1) 100%);
  background: -moz-linear-gradient(top, #88AF76, rgba(65,96,52,1) 100%);
	background: -webkit-linear-gradient(top, #88AF76, rgba(65,96,52,1) 100%);
	width: 33%;
}

a {
	text-decoration: none;
}

.middle {
  border-right-width:1px;
  border-right-color:#6a865e;
  border-right-style: solid
}

footer {
	height: 50px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	width: 90%;
	margin-top: 15px;
	background-color: #FFFFFF;
	color: #416034;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #416034;
	border-bottom-color: #416034;
}
footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#container #editableZone #mainContent sup {
	font-size: x-small;
	vertical-align: top;
}
#container #editableZone #mainContent #callOut {
	border: 2px solid #3E4D38;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #E3EBE0;
}
#container #editableZone #mainContent #schedule {
	float: right;
	width: 400px;
	background-color: #E3EBE0;
	margin-left: 25px;
	margin-bottom: 20px;
	font-size: 10px;
}
#container #editableZone #mainContent #schedule p {
	font-size: 10px;
}
#container #editableZone #mainContent #eventsPhoto {
	height: 225px;
	width: 400px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #59794A;
}
#container #editableZone #mainContent #features #vid p {
	font-size: 13px;
}
#container #editableZone #mainContent #video h2 {
	color: #DC8A41;
}
