/* ------------------------------ BEGIN Global Styles ------------------------------ */
@import url("../../global/CSS/global.css");
/* ------------------------------ END Global Styles ------------------------------ */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #666666;
	line-height: 20px;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
	color: #FFFFFF;
	shadow: none;
}


a:link, a:visited{
	text-decoration:none;
	color: #628CB7;
}
a:hover, a:active{
	text-decoration:underline;
}
#breadcrumb {
	font-size: 9px;
}
.searchField {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #386AA1;
	border: thin solid #628CB7;
	font-size: 9px;
	height: 12px;
	width: 125px;
	display: inline;
	color: #FFFFFF;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 4px;
}
.searchButton {
	background-color: #386AA1;
	border: thin solid #628CB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 20px;
	width: 40px;
	display: inline;
	color: #FFFFFF;
	padding: 2px;
	vertical-align: middle;
}
.floatleft {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 10px;
}
.floatleft2 {
	float: left;
}
.floatright {
	float: right;
}
.inline {
	display: inline;
}

.bodybold {
	font-weight: bold;
}
.heading {
	font-size: 26px;
	color: #143922;
}
.headingbold {
	font-size: 26px;
	color: #143922;
	font-weight: bold;
}
.optionalheading {
	font-size: 17px;
	color: #5FA734;
	font-weight: normal;
	text-transform: uppercase;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #5FA734;
}
.subheadingbold {
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #5FA734;
}

h2{
	font-size: 26px;
	color: #143922;
}
h1{
	font-size: 26px;
	color: #143922;
	font-weight: bold;
}
h4 {
	font-size: 17px;
	color: #5FA734;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #5FA734;
}
h5 {
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #5FA734;
}


/* SUB NAVIGATION styles
-------------------------------------------*/
#subnavWrapper h2 {display: none;}

#subnav {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#subnav li {
	margin:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}


#subnav a:link {
	text-decoration:none;
	background-image: url(/sitefiles/1190/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:25px;
}
#subnav a:active {
	text-decoration:none;
	background-image: url(/sitefiles/1190/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:25px;
}
#subnav a:visited {
	text-decoration:none;
	background-image: url(/sitefiles/1190/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:25px;
}
#subnav a:hover {
	text-decoration:none;
	background-image: url(/sitefiles/1190/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:25px;
}

.subnavsubstyle {
	margin-left: 10px;
}	
A.subnavsubstyle:link {
	text-decoration:underline;
}
A.subnavsubstyle:active {
	text-decoration:underline;
}
A.subnavsubstyle:visited {
	text-decoration:underline;
}
A.subnavsubstyle:hover {
	text-decoration:none;
}
#topwrapper {
	background-color: #9C978B;
	height: 30px;
	color: #E7E7E7;
}
#top {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 10px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#utilitylinks {
	width: 565px;
	float: left;
	padding-top: 4px;
}
#mainnavwrapper {
	background-color: #E8E4C8;
	margin-top: 0px;
	height: 90px;
}
#mainnav {
	height: 90px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	font-size: 12px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	background-color: #E8E4C8;
}
#mainnav ul {
	list-style-type: circle;
	display: inline;
}
	
#mainnav li {
	display: inline;
	line-height: 90px;
}

#mainnav li a {
	color: #666666;
	text-decoration: none;
	padding: 7px 12px 7px 12px;
}

#mainnav li a:link, visited{
	color: #666666;
	text-decoration: none;
	padding: 7px 12px 7px 12px;
}

#mainnav li a:hover, active{
	background-color: #E8E4C8;
	padding: 7px 12px 7px 12px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #386AA1;
	color: #666666;
	text-decoration: none;
}

#headerwrapper {
	height: 225px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #386AA1;
	background-image: url(/sitefiles/1190/images/headerrepeat2.jpg);
	overflow: hidden;
	background-repeat: repeat-x;
	background-color: #235A30;
}
#header {
	height: 225px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/sitefiles/1190/images/logowatermark_05.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#headertext {
	float: right;
	width: 340px;
	margin-top: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 25px;
}
#contentwrapper {
	background-color: #FFFFFF;
}
#content {
	min-height: 300px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#content a:hover {
	color: #386AA1;
	text-decoration: underline;
}
#leftcol {
	float: left;
	width: 465px;
	font-size: 12px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#rightcol {
	float: right;
	width: 305px;
	padding-left: 35px;
	font-size: 12px;
	background-color: #E8E4C8;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 25px;
}
#defaultleftcol {
	float: left;
	width: 580px;
	font-size: 12px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#defaultrightcol {
	float: right;
	width: 185px;
	padding-left: 35px;
	font-size: 12px;
	background-color: #E8E4C8;
	padding-top: 35px;
	padding-right: 25px;
	min-height: 305px;
}
#defaultrightcol td {
	height: 30px;
}
#footerwrapper {
	height: 75px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #5FA734;
	background-color: #386AA1;
	clear: both;
}
#footer {
	height: 75px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a {
	color: #FFFFFF;
}
#utility {
	float: right;
	height: 65px;
	width: 350px;
	text-align: right;
	font-weight: normal;
}
#sitemaphome {
	float: left;
	text-align: right;
	width: 150px;
	height: 30px;
}
#searcharea {
	float: right;
	width: 195px;
	height: 30px;
	vertical-align: middle;
	display: inline;
}
