body {
	font: 13px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #656870;
}
#mainLogo {
	padding: 30px 0 20px 0;
}
#search {
	padding: 53px 0 0 0;
}
#fieldSearch {
	vertical-align: top;
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 0px 2px;
	height: 18px;
	width: 188px;
	background: url(../img/bg-inputsearch.gif) no-repeat;
	color: #a6a8b9;
	font-size: 11px;
}
#fieldSearch.searchActive {
	color: #393a41;
}
#submitSearch{
	vertical-align: top;
	height: 20px;
	width: 22px;
	border: 0;
	margin: 0 0 0 5px;
	padding: 0px;
	background: url(../img/bg-btnsearch.gif) no-repeat 0 0;
}
#submitSearch:hover{
	background: url(../img/bg-btnsearch.gif) no-repeat 0 -20px;
	cursor: pointer;
}
#breadcrumbs {
	vertical-align: middle;
	font-size: 13px;
	padding: 10px 0px 10px 0px;
}
#breadcrumbs a {
	padding: 5px 10px 5px 10px;
	margin: 2px 0px 5px 0px;
	text-decoration: none;
	color: #6a767e;
}
#breadcrumbs a:hover {
	color: #3c4449;
}
.breadcrumbArrow {
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
	margin: 0;
}
p {
	padding: 0px 0px 12px 0px;
	margin: 0;
	font-size: 13px;
}
h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	color: #8dbf1e;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 2px solid #8dbf1e;
	font-weight: normal;
}
h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	color: #8dbf1e;
	margin-bottom: 10px;
	font-weight: normal;
}
a {
	color: #747a71;
}
a:hover {
	color: #000;
}
.btnMore {
	background-color: #f0f0f0;
	border: 1px solid #eee;
	padding: 1px 9px 3px 9px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline;
	line-height: 200%;
}
.btnMore:hover {
	background-color: #dfdfdf;
	border: 1px solid #d0d0d0;
}
.alignRight {
	text-align: right;
}

.super {
	position: relative;
	bottom: 0.8em;
	font-size: 0.6em;
}

.reference {
	font-size: 0.75em;
}

/* @group padding */
.padBaseA {
	padding-bottom: 10px;
}
.padBaseB {
	padding-bottom: 20px;
}

.padBaseC {
	padding-bottom: 30px;
}

.padTopA {
	padding-top: 10px;
}
.padTopB {
	padding-top: 20px;
}

.padTopC {
	padding-top: 30px;
}



/* @end */

/* @group topnav */

#topNav {
	height: 28px;
	padding: 4px 45px 3px 45px;
	background: #2b2b2b url(../img/bg-topnav.gif) no-repeat;
	width: 850px;
}
#topNav a {
	vertical-align: middle;
	font-size: 15px;
	padding: 4px 15px 4px 15px;
	color: #f8f8f8;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
}
#topNav a:hover, #topNav a.topnavActive {
	color: #c0e27b;
}
#topNav img {
	vertical-align: middle;
}

/* @end */

/* @group homeFeature */
#homeFeature {
	background: #87ce37 url(../img/bg-home01.gif) no-repeat;
	padding: 50px 0 0px 0;
	margin-bottom: 20px;
	height: 300px;
	color: #fff;
}
#homeFeature h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #fff;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#homeFeature p {
	margin-top: 0px;
	margin-bottom: 15px;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;
	font: 15px Arial, Helvetica, Geneva, sans-serif;
}
.homeButton {
	height: 30px;
	vertical-align: middle;
}
.homeButton a {
	color: #535353;
	text-shadow: rgba(252,254,255,0.6) 1px 1px 1px;
	text-decoration: none;
}
.homeButton a:hover {
	color: #000;
	text-shadow: rgba(252,254,255,0.9) 1px 1px 1px;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
}
.homeButtonL {
	vertical-align: middle;
	height: 30px;
	display: block;
	float: left;
	width: 7px;
	background: url(../img/bg-homebtn.png) no-repeat left;
	padding: 0 0 0 0;
}
.homeButtonR {
	vertical-align: middle;
	height: 30px;
	display: block;
	float: left;
	background: url(../img/bg-homebtn.png) no-repeat right;
	padding: 0 25px 0px 10px;
	min-width: 130px;
}
.homeButton span {
	padding-top: 15px;
}
/* @end */

/* @group footer */
#footer {
	border-top: 2px solid #8dbf1e;
	margin-top: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 12px;
}
#footer .links {
	color: #ccc;
}
#footer .links a {
	padding: 0px 10px 0px 10px;
}

/* @end */

/* @group inner */
#header {
	background: #66c907 url(../img/bg-hdrinner.gif) no-repeat;
	height: 55px;
	padding: 20px 0px 0px 178px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	text-shadow: rgba(0,0,0,0.1) 1px 1px 1px;
	margin-bottom: 20px;
}
.leadIn {
	font-size: 15px;
	line-height: 125%;
	color: #283944;
	font-weight: bold;
}
#leftNav {
	border-top: 1px solid #eaeaea;
}
#leftNav a {
	display: block;
	padding: 11px 2px 12px 5px;
	border-bottom: 1px solid #eaeaea;
	text-decoration: none;
}
#leftNav a:hover {
	background-color: #f8fcec;
}
#leftNav .current {
	padding-left: 10px;
	background-color: #f8fcec;
}
ul {
	list-style-image: url(../img/bullet-roundgreen.gif);
	padding: 0;
	margin: 5px 0px 15px 0px;
}
li {
	padding: 0;
	margin: 10px 0px 0px 25px;
	color: #60a0c8;
}
.imageR {
	float:right;
	border: 1px solid #ccc;
	margin: 2px 0px 10px 20px;
}
.imageL {
	float: left;
	border: 1px solid #ccc;
	margin: 2px 20px 10px 0px;
}
.icon_PDF span {
	background: url(../img/sprite-icons.gif) no-repeat;
	width: 20px;
	height: 15px;
	display: block;
	float: left;
}
.infoBoxA {
	margin: 10px 0;
	padding: 7px 10px 6px 10px;
	border: 1px solid #eaeaea;
	background-color: #f8fcec;
	font-size: 11px;
	color: #6a767e;
	line-height: 128%;
}
/* @end */

