﻿/*main page properties*/
* {
	margin: 0px auto;
	padding: 0px;
}
body {
	background: #e5e5e6 url(../images/mainbuild/body-bg-repeat-x.jpg) repeat-x top left;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
#wrapper {
	background: url(../images/mainbuild/wrapperbg.png) repeat-y left top;
	text-align: center;
	width: 840px;
}
a {
	color: #48AA43;
	text-decoration: none;
}
a:hover {
	color: #2E6C2B;
}

/*holds side nav and content area together- has gradeient bg at top*/
#contentwrapper {
	width: 800px;
	background: url(../images/mainbuild/grngrdnt-repeat-x.jpg) repeat-x left top;
}

/*header styles here*/
#headerhome {
	background: #91ca8f url(../images/mainbuild/headbgimgtop.jpg) no-repeat left top;
	background-position: left top;
	width: 800px;
	padding-top: 40px;
}
#header {
	width: 800px;

}

/*top navigation and drop down styles*/
#wrapper #topnav {
	border-right-color: #52984E;
	height: 25px;
	line-height: 25px;
	text-align: left;
	width: 800px;
	background: #98CD95 url(../images/mainbuild/navbg-repeat-x.jpg) repeat-x left top;
}
#wrapper #topnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 800px; /* Width of Menu Items */
	}
#wrapper #topnav li{
	display: block;
	list-style-type: none;
	float: left;
	background: url(../images/mainbuild/navbg-repeat-x.jpg) repeat-x left top;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #59A455;
	text-align: center;
	height: 25px;
	padding-right: 8px;
	padding-left: 8px;
}

#wrapper #topnav li ul li{
	padding: 0px;
}

#wrapper #topnav ul li {
	position: relative;
}
#wrapper #topnav ul li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 25px;
}
#wrapper #topnav a {
	color: #FFF;
}

#wrapper #topnav li:hover {
	color:#47aa42;
	background:#47aa42;
}

/* Styles for Sub-Menu Items */
#wrapper #topnav li ul li {
	background: url(../images/mainbuild/subnavbg.png) repeat;
	width: 150px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#wrapper #topnav li:hover ul, #wrapper #topnav li.over ul {
	display: block;
	width: 150px;
	color:#47aa42;
	background:#89C585;

}

#wrapper #topnav li:hover ul a, #wrapper #topnav li.over ul a{
	display: block;
	width: 150px;
}


#wrapper #topnav li:hover ul a:hover, #wrapper #topnav li.over ul a:hover{
	display: block;
	width: 150px;
	color:#358031;
	background: #D7EFD6;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/*left side nav bar*/
#sidebarnav {
  padding: 0px;
	float: left;
	text-align: left;
	padding-top: 20px;
	width: 270px;
	padding-bottom: 20px;
}
#sidebarfooter {
	clear: both;
}
#sidebarwrap {
	float: left;
	wwidth: 270px;
	background: url(../images/mainbuild/sidebarbg-repeaty2.png) repeat-y right top;
}
#sidebarnav img {
	text-align: center;
	border: 1px solid #48AA43;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 110px;
}
#sidebarnav a {
	color: #47aa42;
	text-decoration: none;
}
#sidebarwrap p.sidebarcontent {
  text-align: left;
  line-height: 1em;
  padding: 0px;
	padding-left: 20px;
  margin: 0px 0px 0px 40px;
	width: 190px;
}
#sidebarnav h2{
	font-size: 17px;
	font-weight: normal;
	color: #47aa42;
	height: 50px;
	padding: 0px;
	line-height: 40px;
	padding-left: 20px;
	margin: 0px 0px 0px 40px;
	background: url(../images/mainbuild/sidebarlink.png) no-repeat left center;
	width: 190px;
}
h3 {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

#sidebarnav h1 {
	font: 18px normal Verdana, Arial, Helvetica, sans-serif;
	color: #47aa42;
	padding-bottom: 18px;
	padding-left: 60px;
}
#sidebarnav h1, #sidebarnav h2, {
	font:Verdana, Arial, Helvetica, sans-serif;
}

/*content styles here*/
#content {
	float: right;
	width: 430px;
	text-align: left;
	line-height: 25px;
	padding: 35px 50px 30px 0px;
}
#content img {
	border: 1px solid #48AA43;
}

#content p {
	padding-bottom: 18px;
}
#content h1 {
	font: 20px normal Verdana, Arial, Helvetica, sans-serif;
	color: #47aa42;
	padding-bottom: 18px;
}
#content h2 {
	font: 20px normal Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 4px;
	background-color: #47aa42;
}	
#content h3 {
	padding-bottom: 15px;
	font-size: 14px;
}
#content h4 {
	border-top: 1px solid #CCCCCC;
	margin-top: 30px;
	padding-top: 30px;
	font-size: 12px;
}
.highlight {
	color:#47aa42;
}
.title {
	font-style: italic;	
}
#content ul li{
	margin: 0;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	list-style: disc;
}
#content ul {
	padding-left:25px;
}

#content hr { color: #ffffff; height: 1px; border: #cccccc 1px solid; }
.floatimgleft {
	float: left;
	margin-right: 20px;
}

.panelbox {
  border: 1px solid #47aa42;
  padding: 6px;
  background-color: #efefef;
}
.sitemap {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#wrapper #contentwrapper #content .sitemap li {
	list-style: none;
	margin-left: 20px;
}

.biotitle {
	color: #47AA42;
	font-size: 14px;
	font-style: italic;
}
.floatimgright {
	float: right;
	margin-left: 20px;
}
#principalist {
	padding-left: 70px;
	margin-right: 20px;
	margin-bottom: 15px;
}

#principalist p {
	padding-top: 15px;
}
#wrapper #contentwrapper #content #news li {
	background: url(../images/mainbuild/newsicon.jpg) no-repeat left center;
	padding-left: 35px;
	list-style: none;
	margin-left: -25px;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 15px;
	padding-top: 10px;
}
p.caption {
	font-size: 11px;
	font-style: italic;
	color: #47AA42;
	border-bottom: 1px solid #47AA42;
	margin-bottom: 20px;
}
.notes {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
}
.hideme {
	visibility: hidden;
	position: absolute;
}

/*footer styles here*/
#footer {
	background: url(../images/mainbuild/footergr-repeat-x.jpg) repeat-x left bottom;
	height: 75px;
	width: 800px;
	clear: both;
	padding-top: 25px;
	line-height: 25px;
}

/*job form styles*/
td {
	background: #E9E9E9;
	vertical-align: top;
}
table.positiondetail td {
	background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.jobheading {
	color: #000000;
}


.tablelabel {
	background: #DBDBDB;
	color: #000000;
}
table {
	background: top;
}
