h4 {
	clear: both;
	text-transform: uppercase;
	color: #000000;
	background-color: #7AC043;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	font-weight: bold;
	display: block;
	padding: 0px;
	margin-bottom: 10px;
}
body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #231F20;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main-top-nav, #header, #main-content, #main-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#main-top-nav {
	background: white url('images/background-white-left.png') no-repeat left top;
}

#top-nav {
	background: transparent url('images/background-white-right.png') no-repeat right top;
	overflow: hidden; 
}

#top-nav ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#top-nav li {
	display: inline;
	float: left;
}

#top-nav a {
	float: left;
	background:url(images/nav-left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#top-nav a span {
	background: transparent url(images/nav-right.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#7BC143;
	display: block;
	float: left;
	cursor: pointer;
}

#main-sub-nav {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url('images/nav.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #main-sub-nav { margin-right: 15px; }

#sub-nav { padding-top: 5px; }

#sub-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#sub-nav h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #231F20;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#sub-nav a:link, #sub-nav a:visited {
	color: #7BC143;
	text-decoration: none;
}
#sub-nav a:hover {
	color: #7BC143;
	text-decoration: underline;
}


 #top-nav a:hover { background-position:0% -42px; }
 #top-nav a:hover span {	background-position:100% -42px; }

#main-header {
	background: transparent url('images/background.png') top center repeat-x;
}

#header {
	background-color: #729D55;
	background-repeat: no-repeat;
	background-position: center top;
}
#main-header2 {
	background: transparent url('images/background-blue-left.png') top left no-repeat;
}

#main-header3 {
	background: transparent url('images/background-blue-right.png') top right no-repeat;
}

#header h1 {
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 130%;
	float: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }
a:link,a:visited {
	color: #7BC143;
	text-decoration: underline;
}
a:hover{
	color: #7BC143;
	text-decoration: none;
}

#main-content {
	background: white url('images/background-white-left.png') no-repeat left top;
}

* html #main-content { height: 1%; }

#content {
	background: transparent url('images/background-white-right.png') no-repeat right top;
	padding: 5px 245px 5px 40px;
}


#main-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #7AC043;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}
#sub-nav   img {
	border: 1px solid #FFFFFF;
}

.left {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

.right {
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}
#footer   a  {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}

.sidetxt {
font-size: 80%
}

.blockquote {
	background-position: 10px 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #E8F3DE;
	background-image: url(images/quote2.gif);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #7AC043;
	font-weight: bold;
}
