﻿/* OVERALL STRUCTURE */
body {
	background: #E6ECE4;
}
.edgeLeft {
	background-image: url('../images/background/fade-left.png');
	background-repeat: repeat-y;
	width: 10px;
	padding: 0;
	margin: 0;
}
.edgeRight {
	background-image: url('../images/background/fade-right.png');
	background-repeat: repeat-y;
	width: 10px;
	padding: 0;
	margin: 0;
}
.bottomEdgeLeft {
	background-image: url('../images/background/fade-bottomleft.png');
	background-repeat: repeat-y;
	width: 10px;
	padding: 0;
	margin: 0;
}
.bottomEdgeRight {
	background-image: url('../images/background/fade-bottomright.png');
	background-repeat: repeat-y;
	width: 10px;
	padding: 0;
	margin: 0;
}
.bottomEdge {
	background-image: url('../images/background/fade-bottom.png');
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}
/* MID NAVIGATION */
#midNav {
	padding-left: 155px;
	float: left;
	background-color: #E6ECE4;
	border-top: 5px #4E7B3F solid;
	font-size: 1.2em;
	display: block;
	width: 790px;
}
#midNav ul {
	background-color: #E6ECE4;
	margin: 0;
	display: block;
	float: left;
	white-space: nowrap;
}
#midNav li {
	float: left;
	list-style: none;
	padding-bottom: 0px;
}
#midNav li a {
	display: block;
	padding: 5px 15px;
	color: #4E7B3F;
	text-decoration: none;
}
#midNav li a:hover {
	background: #B3C6AD;
	color: white;
	text-decoration: none;
}
#midNav li a.active {
	background: #4E7B3F;
	color: white;
	font-weight: bold;
}
#midNav li a:hover.active {
	background: #4E7B3F;
	color: white;
	text-decoration: underline;
}
/* New Hidden Menu Items */
#midNav ul li ul {
	font-size: .8em;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	position: absolute;
	visibility: hidden;
	background: #E6ECE4;
}
#midNav ul li ul li {
	float: none;
	display: inline;
}
#midNav ul li ul li a {
	width: auto;
	background: #E6ECE4;
	text-decoration: underline;
}
#midNav ul li ul li a:hover {
	background: #B3C6AD;
	color: white;
	text-decoration: underline;
}
/* LEFT NAVIGATION */
#leftNav {
	background: url('../../all/images/backgrounds/page-background.png') repeat-y;
	float: left;
}
#leftNav ul {
	padding: 0;
	margin: 0;
	width: 155px;
}
#leftNav li {
	display: inline;
	list-style: none;
}
#leftNav li a {
	display: block;
	color: #464646;
	text-decoration: none;
	padding: 7px 10px 7px 15px;
	border-bottom: 1px #CCCCCC dotted;
	border-left: 8px #4E7B3F solid;
}
#leftNav li a:hover {
	background: #E6ECE4;
	color: #4E7B3F;
	text-decoration: underline;
}
#leftNav li a.activeone {
	background: #E6ECE4;
	color: #4E7B3F;
	font-weight: bold;
	text-decoration: underline;
	border-left: 8px #4E7B3F solid;
}
#leftNav li a.activetwo {
	color: #4E7B3F;
	text-decoration: underline;
	border-left: 8px #B3C6AD solid;
}
#leftNav li a.inactivetwo {
	color: #808080;
	border-left: 8px #B3C6AD solid;
}
#leftNav li a.activethree {
	color: #4E7B3F;
	text-decoration: underline;
	padding-left: 20px;
	border-left: 8px #E6ECE4 solid;
}
#leftNav li a.inactivethree {
	color: #B3C6AD;
	padding-left: 20px;
	border-left: 8px #E6ECE4 solid;
}
/* TEXT */
h1 {
	color: #4E7B3F;
}
h2 {
	color: #4E7B3F;
}
.header {
	font-weight: bold;
	color: #4E7B3F;
}
p.smlArrow {
	background: url('../images/buttons/small-arrow.png') no-repeat left center;
	padding-left: 12px;
}
ul.bullet {
	list-style-image: url('../images/buttons/bullet.png');
}
ul.bulletWhite {
	list-style-image: url('../images/buttons/bullet-white.png');
}
/* LINKS */
a.link {
	color: #4E7B3F;
	text-decoration: underline;
}
a.link:hover {
	text-decoration: none;
}
a.link:visited {
	color: #4E7B3F;
	text-decoration: underline;
}
/* BOXES */
.serviceBox {
	background: #4E7B3F;
	color: white;
	position: relative;
	padding: 5px;
}
.actionBox {
	background: #B3C6AD;
	color: white;
	position: relative;
	padding: 5px;
}
.contentBox {
	background: #E6ECE4;
	color: #464646;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	position: relative;
	padding: 5px;
}
.boxBorder {
	display: block;
	position: relative;
	margin: 1em 0 1.2em 0;
	background: #9AB491;
}
/* TABLES */
th {
	color: white;
	font-weight: bold;
	background: #4E7B3F;
}
table .tableBody {
	padding: 5px;
	background: #E6ECE4;
}
table .tableBodyBold {
	padding: 5px;
	background: #E6ECE4;
	font-weight: bold;
}
/* FORMS */
.form {
	padding: 10px;
	background: #E6ECE4;
}
fieldset {
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	border: 1px solid #4E7B3F;
}
legend {
	color: #4E7B3F;
	font-weight: bold;
	background: #E6ECE4;
}
.formHelp {
	width: 250px;
	text-align: left;
	float: left;
	display: inline;
	margin: 0 5px 5px 260px;
	font-size: .9em;
	color: #4E7B3F;
}
.label {
	width: 250px;
	text-align: right;
	float: left;
	display: block;
	margin: 5px 5px 5px 0;
}
.input {
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #4E7B3F;
	font-size: 1em;
	color: #4E7B3F;
	width: 180px;
	float: left;
	margin: 5px 0;
}
.dropdown {
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	color: #4E7B3F;
	width: 180px;
	float: left;
	margin: 5px 0;
}
.button {
	padding: 10px 0 0 0;
	display: block;
}