/*==============================
	GLOBALS
===============================*/
html, body {
	height: 100%;
	width: 100%;
}

body
{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/header_gradient.png);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

a {
	color: #00703c;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

hr {
	color: #7a370a;
	height: 1px;
}

h1 {
	color: #00703c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;
	line-height: 33px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 20px;
}

h3 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 24px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #888888;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 15px;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #00703c;
	font-style: italic;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-align: left;
}

.site-container {
	width: 100%;
	min-height: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/dots.png);
}

/*==============================
	         HEADER
===============================*/
.header {
	width: 950px;
	position: relative;
	padding-top: 62px;
	height: 124px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 124px;
	width: 422px;
	position: absolute;
	left: 0px;
	top: 62px;
	z-index: 10;
}

.contact {
	z-index: 20;
	position: absolute;
	top: 122px;
	height: 50px;
	width: 300px;
	right: 10px;
	text-align: right;
}

/*==============================
	      SEARCHBOX
===============================*/

#searchbox {
	background-image: url(../images/searchbox.png);
	background-repeat: no-repeat;
	width: 232px;
	height: 26px;
	position: absolute;
	right: 0px;
	top: 13px;
	line-height: 26px;
}

fieldset {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}

#searchbox input.field, #searchbox input.focused {
	height:19px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 19px;
	width: 195px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	color: #666;
	position: absolute;
	left: 10px;
	top: 3px;
}
#searchbox input.focused {
	color:#000;
}

.search-results {
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CFC5BA;
}

.search-results span {
	font-weight: bold;
	background-color: #D8E6EF;
	padding: 2px;
}

.paging1 {
	padding-top: 10px;
}



/*==============================
	  SPLASH AREAS
===============================*/

.splash {
	height: 200px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/splash_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-bottom: 53px;
}

.splash-inner {
	height: 100%;
	width: 100%;
	background-color: #999;
}

/* Image rotation container */
#splash {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#splash li {
	background-image: none;
	margin: 0px;
	padding: 0px;
}

/* Static splash container */
.splash-image {
	height: 200px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

/*==============================
       BODY CONTAINER
===============================*/
.body-container {
	width: 950px;
	padding-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
/*==============================
	    CONTENT AREAS
===============================*/

.content {
	width: 100%;
	text-align: justify;
	line-height: 16px;
	position: relative;
}

.content-right {
	float: right;
	width: 790px;
	line-height: 16px;
	text-align: justify;
}

.content ul, .content-right ul {
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.content ul li, .content-right ul li {
	padding-bottom: 6px;
	background-image: url(../images/bullet-5px.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	vertical-align: middle;
}

.content a, .content-right a {
	font-weight: bold;
}

.news {
	width: 380px;
	padding-top: 52px;
	background-image: url(../images/latest-news.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.clear-footer {
	clear: both;
	height: 1px;
	width: 100%;
}

#blocks {
	height: 399px;
	width: 950px;
	position: relative;
	background-image: url(../images/block-bg.png);
}

.block-header {
	width: 276px;
	height: 26px;
	color: #FFF;
	font-size: 18px;
	line-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
}

.block-image {
	height: 86px;
	width: 249px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.block-content {
	width: 249px;
	text-align: justify;
	color: #00703c;
	padding-top: 20px;
	padding-right: 23px;
	padding-bottom: 20px;
	padding-left: 24px;
	font-size: 13px;
	height: 283px;
}

.block-left {
	height: 369px;
	width: 296px;
	position: absolute;
	left: 15px;
	top: 15px;
	background-image: url(../images/block-small-bg.png);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	background-position: top;
}

.block-center {
	height: 369px;
	width: 297px;
	position: absolute;
	top: 15px;
	left: 326px;
	background-image: url(../images/block-small-bg.png);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	background-position: top;
}

.block-right {
	height: 369px;
	width: 296px;
	position: absolute;
	top: 15px;
	right: 15px;
	background-image: url(../images/block-small-bg.png);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	background-position: top;
}

.block-read-link a {
	background-color: #00703c;
	padding: 5px;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #FFF;
	width: 80px;
	text-align: center;
	font-weight: bold;
}

.block-read-link a:hover {
	background-color: #FFF;
	padding: 5px;
	display: block;
	height: 20px;
	line-height: 20px;
	color: #00703c;
	width: 80px;
	text-align: center;
	font-weight: bold;
}

/*==============================
	     FOOTER
===============================*/

.footer
{
	clear: both;
	width: 100%;
	height: 49px;
	position: absolute;
	bottom: 0px;
	background-image: url(../images/footer_gradient.png);
	background-repeat: repeat-x;
	color: #FFF;
	padding-top: 7px;
}

.footer-inner {
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #CCC;
	font-size: 11px;
	line-height: 49px;
}

/*==============================
	     NAVIGATION
===============================*/

.topnav {
	height: 40px;
	width: 700px;
	position: absolute;
	right: 0px;
	top: 62px;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 20;
}

.topnav ul {
	height: 36px;
	width: 100%;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

.topnav ul li {
	height: 36px;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.topnav ul li a    {
	color: #00703c;
	line-height: 36px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}

.topnav ul li a span.left {
	float: left;
	padding-left: 11px;
	height: 36px;
}

.topnav ul li a span.right {
	float: right;
	height: 36px;
	width: 11px;
}

.topnav ul li a:hover span.left, .topnav ul li.active a span.left {
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/topnav-link-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	float: left;
	padding-left: 11px;
}

.topnav ul li a:hover span.right, .topnav ul li.active a span.right {
	background-image: url(../images/topnav-link-bg-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px;
	width: 11px;
	float: right;
}

.topnav ul li.active a, .topnav ul li a:hover {}

.topnav ul li.last {}

.topnav ul li.last a {
}

/* containers for dropdown menu hidden state*/
.topnav ul li div#dropdown-outer {
	display: block;
	position: absolute;
	width: 528px;
	top: 35px;
	line-height: 36px;
	right: 0px;
	visibility: hidden;
}

/* bring dropdown into view on hover or when active */
.topnav ul li:hover div#dropdown-outer, .topnav ul li.active div#dropdown-outer  {
	z-index: 500;
	visibility: visible;
}

.topnav ul li ul {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 528px;
}

.topnav ul li ul li, .topnav ul li:hover ul li, .topnav ul li ul li.first, .topnav ul li ul li.last {
	margin: 0px;
	height: 16px;
	float: right;
	background-image: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* style the submenu links */
.topnav ul li ul li a, .topnav ul li.active ul li a {
	color: #00703c;
	line-height: 16px;
	display: block;
	font-size: 11px;
	padding-right: 7px;
	padding-left: 7px;
	text-transform: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.topnav ul li ul li.last a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
}

/* style the background and foreground colors of the links on hover */
.topnav ul li ul li a:hover, .topnav ul li ul li.active a {
	color: #9C0;
	text-decoration: underline;
}

.leftnav {
	float: left;
	width: 130px;
	padding-right: 30px;
	padding-top: 6px;
}

#leftnav {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#leftnav li {
	padding-bottom: 9px;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 15px;
}

#leftnav li a {
	font-size: 11px;
	color: #00703c;
	width: 120px;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#leftnav li a:hover, #leftnav li.active a {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	background-color: #00703c;
	color: #FFF;
}

/* second-level nav styling */
#leftnav-inner {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#leftnav-inner li {
	padding-bottom: 3px;
	padding-top: 3px;
}

#leftnav-inner li a {
	background-color: #FFF !important;
	color: #666 !important;
	width: 115px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#leftnav-inner li a:hover, #leftnav-inner li.active a {
	color: #00703c !important;
}

/*==============================
        EMPLOYEE BIOS
===============================*/

#bios {
	margin: 0px;
	width: 100%;
	padding: 0px;
}

#bios li {
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

.bio-container ul li {
	padding-bottom: 6px;
	background-image: url(../images/bullet-5px.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 15px;
	vertical-align: middle;
}

.bio-container {
	position: relative;
	width: 100%;
	min-height: 145px;
	padding-bottom: 12px;
}

.bio-left {
	width: 640px;
	padding-right: 30px;
	text-align: justify;
}

.bio-left a:hover {
	text-decoration: underline;
}

.bio-photo {
	height: 138px;
	width: 120px;
	overflow: hidden;
	position: absolute;
	top: 6px;
	right: 0px;
}


/*==============================
	     PHOTO ALBUMS
===============================*/

.album-content {
	float: right;
	width: 790px;
	line-height: 16px;
	text-align: justify;
}

.album-content li {
	background-image: none !important;
	list-style-image: none !important;
	list-style-type: none !important;
}

/*==============================
	  WORD PRESS STYLES
===============================*/

h2.storytitle {
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
}

.meta {
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: bold;
}

.storycontent {
	text-align: justify;
}

.feedback {
	padding-top: 15px;
	padding-bottom: 25px;
}


.blog-splash {
	height: 140px;
	width: 950px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
}

.alignright {
	float: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
}

.nav-bar ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.nav-bar ul li {
	padding-bottom: 9px;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 15px;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.nav-bar li a {
	font-size: 11px;
	color: #00703c;
	width: 120px;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	font-weight: normal;
}

.nav-bar li a:hover, .nav-bar li.active a {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
	background-color: #00703c;
	color: #FFF;
}

/* second-level nav styling */
.nav-bar ul li ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.nav-bar ul li ul li {
	padding-bottom: 3px;
	padding-top: 3px;
}


/*==============================
	    GOOGLE MAP
===============================*/

#map {
	height: 375px;
	width: 425px;
	position: absolute;
	top: 45px;
	right: 0px;
}


