html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
img {
	border-style: none;
}
body {
	background-color: #496F24;
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 62.5%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
html { 
min-height: 100%; margin-bottom: 1px; 
}
p{
	font-size: 1em;
	line-height:  1.3em;
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0.6em;
	margin-left: 0;
	text-align: left;
	font-weight: normal;
	color: #333333;
}
h1 {
	color: #4791CE;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADCEE9;
	padding-bottom: 0.2em;
	margin-bottom: 0.4em;
}
h2 {
	color: #669933;
	font-size: 1.3em;
	line-height: 1em;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.75em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h3 {
	color: #669933;
	font-size: 1.3em;
	line-height: 1em;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.75em;
	font-weight: normal;
	margin-bottom: 0.5em;
	background-image: none;
}
h4 {
	color: #52A7FF;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
}

a{
	color: #599312;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #434370;
	text-decoration: none;
}

#wrapperbackground {
	background-color: #52A7FF;
	background-repeat: repeat-x;
	background-position: top;
		
}
#outerWrapper {
	text-align: left;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 180px;
	text-align: left;
	padding-left: 10px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #logo {
	color: #FFF;
	float: left;
	width: 370px;
	padding-top: 55px;
}
#header #links {
	color: #DEC9DE;
	font-size: 12px;
	font-weight: normal;
	float: right;
	width: 350px;
	text-align: right;
	padding-right: 10px;
	height: 35px;
	line-height: 35px;
}

#nav {
	clear: both;
	position: absolute;
	top: 147px;
	width:870px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: -15px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
	margin-right: 4px;
}

* html #nav li a { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
}

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
	float: left;
	margin-left: 4px;
	text-decoration: none;
}

#nav li a {
	display: block;
	height: 27px;
	font-size: 10pt;
	font-family: Arial, Helvetica;
	text-decoration: none;
	background-image: url(../images/nav-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
  }  
  
#nav li a span {
	display: block;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 14px;
	line-height: 27px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/nav-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav li a:hover {
	background-position: left -27px;
	text-decoration: none;
	cursor: pointer; /* For IE6 */
	color: #235985;
}

#nav li a:hover span {
	background-position: right -27px;
	color: #061630;
}

#nav li.current_page a {
	background-position: left -27px;
	color: #235985;
}

#nav li.current_page a span {
	background-position: right -27px;
	color: #235985;
}

#outerWrapper #feature {
	height: 215px;
	width: 880px;
	margin-left: 0px;
	margin-bottom: 0px;

}
#outerWrapper #subcontentWrapper {
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
	padding-top: 20px;
	background-color: #FFF;
	padding-bottom: 40px;
	height: 100%;
}
#outerWrapper #subcontentWrapper #rightColumn {
	float: right;
	width: 220px;
	margin-bottom: 15px;
	font-size: 1.1em;
	border: 1px dashed #C8AEC8;
}
#outerWrapper #homecontentWrapper #content {
	padding-bottom: 25px;
	color: #23233A;
	font-size: 1.4em;
	line-height: 1.4em;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	width: 850px;
}
#outerWrapper #subcontentWrapper #content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 15px;
	color: #333;
	font-size: 1.4em;
	line-height: 18px;
	float: left;
	width: 600px;
}
#outerWrapper #subcontentWrapper #content2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 15px;
	color: #333;
	font-size: 1.4em;
	line-height: 18px;
	float: left;
	width: 850px;
}
#content ul li {
	margin-bottom: 5px;
}
.homefeatureboxes {
	padding-top: 0px;
	padding-bottom: 20px;
	color: #2E2E4B;
	width: 850px;
	background-image: url(../images/backHome.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content ul{
	list-style: none;
	font-size: 1.0em;
	margin-bottom: 20px;
	margin-left: 10px;
	color: #333333;
	clear: both;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;

}
#content li{
	list-style: none;
	line-height: 1.4em;
	background-image: url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 34px;
}
#content .homefeatureboxes li{
	list-style: none;
	font-size: 0.9em;
	line-height: 1.1em;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 20px;
}
.homefeatureboxes p  {
	padding-right:0px;
	font-size: 0.9em;
	margin: 10px;
}
.homeleft-box {
	float: left;
	width: 273px;
	margin-right: 15px;
	background-color: #AED6FF;
}
.homemiddle-box {
	float: left;
	width: 273px;
	margin-right: 15px;
	background-color: #AED6FF;
}
.homeright-box {
	float: left;
	width: 273px;
	background-color: #AED6FF;
}
h5 {
	font-size: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.2em;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #599312;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/backHeadBox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
}

.clearFloat {
	clear: both;
	display: block;
}

#box {
	width: 180px;
	float: right;
	padding: 15px;
	background-color: #C0DFA2;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 0px;

}
#box h2{
	margin-top: 0;
	background-color: #E8D7E8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B685B6;
	padding-bottom: 5px;

}

img.left {
	background-color: #E6F2D9;
	padding: 10px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #FFFFFF;
}
/*--Accordion --*/

.accordion {}

.accordion h3 {
	color: #669933;
	font-size: 1.3em;
	line-height: 1em;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: none;
	cursor: pointer;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #B3D98C;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.accordion h3.back {
	cursor: pointer;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #485A8A;
	font-size: 1.4em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #F3F5F9;
	background-image: none;
}
.accordion h3 span {
	color: #52A7FF
}
.accordion h3.back:hover {
	background-color: #3F599A;
	color: #FFFFFF;
}
.accordion  div {
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
} 
