html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.5em;
	color: #5a5a5a;
  background: #e6f5e7 url(/images/bg-grad.gif) top left repeat-x;
  font-size: .75em;
  font-family: Arial, Helvetica, sans-serif;
}
html, body {
  height: 100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
.invisibile {
  visibility: hidden;
}
.center {
  text-align: center;
}
img.center {
  display: block;
  margin: 0 auto;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
a {
  color: #137a3b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 3.083em;
  line-height: 1em;
  color: #018d3c;
  text-align: right;
  font-style: italic;
  margin-bottom: .25em;
  font-weight: normal;
}
h2 {
  font-size: 2.167em;
  line-height: 1em;
  color: #61bf00;
  text-align: right;
  font-style: italic;
  margin-bottom: .25em;
  font-weight: normal;
}

h3 {
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: .5em;
  color: #018d3c;
  text-transform: uppercase;
  font-weight: normal;
}
h4 {
  font-size: 1.083em;
  line-height: 1em;
  margin-bottom: .25em;
  font-weight: bold;
}
p {
  margin-bottom: 1em;
}
ul {
  list-style-type: none;
}
ul li {
  background: url(/images/bullet.gif) 0px 7px no-repeat;
  padding-left: 9px;
  padding-bottom: .5em;
}
blockquote {
  padding-top: 3px;
  padding-left: 5px;
  background: url(/images/blockquote.gif) 0px 0px no-repeat;
}
p.citequote {
  color: #109347;
  text-align: right;
  font-style: italic;
}
small, .copyright {
  font-size: .833em;
}
#header {
  width: 848px;
  margin: 0 auto;
  padding-top: 40px;
  overflow: auto;
  padding-bottom: 10px;
}
#logo {
  width: 206px;
  height: 52px;
  float: left;
  padding-left: 15px;
  display: inline;
}
#headerTagline {
  font-size: 1.667em;
  line-height: 1em;
  color: #0b9545;
  width: 250px;
  float: left;
  padding-left: 376px;
  padding-top: 30px;
  display: inline;
}
#nav {
  height: 58px;
  width: 848px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0px;
  background: url(/images/nav-bg.png) 0px 0px no-repeat;
}
.ie6 #nav {
  background: url(/images/nav-bg.gif) 0px 0px no-repeat;
}
#nav ul {
  width: 661px;
  float: left;
  height: 54px;
  list-style-type: none;
  margin: 0px;
  padding: 4px 0px 0px 4px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
#nav ul li {
  height: 54px;
  display: block;
  float: left;
  padding: 0px;
  background-image: none;
}
#nav ul li:hover, #nav ul li.hover, #nav ul li.active {
  background: url(/images/nav-link-active.gif) 0px 0px repeat-x;
}
#nav ul li.first:hover, #nav ul li.firstHover, #nav ul li.firstActive {
  background: url(/images/nav-link-active-home.png) 0px 0px repeat-x;
}
#nav ul li a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  height: 54px;
  line-height: 54px;
  text-decoration: none;
  padding-left: 28px;
  padding-right: 28px;
  background: url(/images/nav-link-divider.gif) 100% 0px no-repeat;
}

#nav ul li:hover a, #nav ul li.hover a, #nav ul li.active a {
  background: url(/images/nav-link-active.gif) 100% 0px repeat-x;
}
#nav ul li.first:hover a, #nav ul li.firstHover, #nav ul li.firstActive a {
  background: url(/images/nav-link-active-home.png) 0px 0px no-repeat;
}
#main {
  width: 840px;
  background: url(/images/content-bg.png) 0px 0px repeat-y;
  padding: 0px 4px;
  padding-bottom: 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 500px;
}
.twocol #main {
  background: url(/images/content-bg-twocol.png) 0px 0px repeat-y;
}
.ie6 #main {
  background: url(/images/content-bg.gif) 100% 0px repeat-y;
}
.ie6 .twocol #main {
  background: url(/images/content-bg-twocol.gif) 0px 0px repeat-y;
}
#page {
  position: relative;
  padding-bottom: 64px;
  width: 100%;
  height: 100%;
}
.support {
  background: url(/images/headers/relationships.png) 0px 0px no-repeat;
}
.splash {
  width: 812px;
  padding-right: 32px;
  height: 126px;
  padding-top: 35px;
}
.about {
  background: url(/images/headers/about.png) 0px 0px no-repeat;
}
.contact {
  background: url(/images/headers/contact.png) 0px 0px no-repeat;
}
.equity {
    background: url(/images/headers/equity.png) 0px 0px no-repeat;
}
.splash h2 {
  width: 340px;
  float: right;
}
.equity h2 {
  width: 500px;
}
#mainWrap {
  position:relative;
  background: #ffffff url(/images/bg-grad.gif) 0px -160px repeat-x;
}
#mainBottom {
  width: 848px;
  height: 18px;
  margin: 0 auto;
  background: url(/images/content-footer-bg.png) 0px 0px no-repeat;
  position: relative;
  z-index: 2;
}
.twocol #mainBottom {
  background: url(/images/content-footer-bg-twocol.png) 0px 0px no-repeat;
}
.ie6 #mainBottom {
  background: url(/images/content-footer-bg.gif) 0px 0px no-repeat;
}
.ie6 .twocol #mainBottom {
  background: url(/images/content-footer-bg-twocol.gif) 0px 0px no-repeat;
}
#stripe {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0px;
  bottom: 0px;
  height: 70px;
  background: url(/images/stripe.gif) 0px 0px repeat-x;
}
#footer {
  width: 100%;
  background: #e6f5e7;
  padding-top: 10px;
  padding-bottom: 20px;
}
#footer p {
  margin-bottom: 0em;
}
#footerContent {
  width: 840px;
  margin: 0 auto;
  text-align: center;
}
#footerNav {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#footerNav li {
  display: inline;
  background-image: none;
  padding: 0px;
  padding-left: 7px;
  padding-right: 7px;
}

#sidebar {
  width: 161px;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
  display: inline;
  min-height: 10px;
}
#subnav {
  font-weight: bold;
}
#subnav li {
  background: url(/images/dot.png) 0px 100% repeat-x;
  padding-bottom: 11px;
  margin-bottom: 12px;
}
#subnav li a {
  display: block;
  padding-right: 15px;
  color: #5a5a5a;
}
#subnav li a.active, 
#subnav li a:hover {
  background: url(/images/arrow.png) 100% 50% no-repeat;
  text-decoration: none;
  color: #137a3b;
}
#content {
  float: left;
  display: inline;
  padding: 25px 30px 0px 30px;
  width: 559px;
}
/*homepage styles*/
#homeSplash {
  background: url(/images/home-splash.png) 0px 0px no-repeat;
  width: 840px;
  height: 298px;
}
#homeSplashContent {
  width: 350px;
  float: right;
  padding-right: 73px;
  padding-top: 70px;
}

#homeSplashContent p {
  font-size: 1.167em;
  line-height: 1.35em;
}
.triBlockWrapper {
  width: 100%;
  overflow: hidden;
  padding-top: 22px;
}
.triBlock {
  float: left;
  width: 254px;
  padding: 0px 20px;
}
.triBlock h3 {
  margin-bottom: .25em;
}
.triBlockWrapper .middle {
  width: 200px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.hrDot {
  line-height: 0px;
  font-size: 0px;
  height: 1px;
  background: url(/images/dot.gif) 0px 0px repeat-x;
}
.getStarted {
  padding-top: 18px;
  padding-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
.getStartedIcon {
  padding-left: 9px;
  width: 43px;
  float: left;
  display: inline;
}
.getStarted p {
  float: left;
  width: 147px;
  color: #137a3b;
  font-weight: bold;
  line-height: 1.25em;
}
.getStarted a {
  color: #62c200;
  text-decoration: underline;
}
.triBlock blockquote {
  background-image: none;
  padding: 0px;
}

/*Forms*/
label.block {
  display: inline-block;
  vertical-align:top;
  width: 70px;
}
label.error {
  display: inline;
  color: red;
  padding-left: 5px;
}
span.req {
  color: red;
}
.formRow {
  padding-bottom: .75em;
}


#searchBar {
  width: 128px;
  height: 20px;
  float: left;
  height: 20px;
  padding-top: 20px;
  padding-left: 25px;
  text-align: center;
}
#searchBar input.text {
  display: block;
  width: 100px;
  padding-left: 9px;
  background: url(/images/search.png) 0px 0px no-repeat;
  border: none;
  height: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: text-top;
  float: left;
  font-size: .833em;
  line-height: 1em;
}
.ie6 #searchBar input.text {
  background: url(/images/search.gif) 0px 0px no-repeat;
}
#searchBtn {
  width: 18px;
  height: 20px;
  display: block;
  vertical-align: text-top;
  float: left;
  font-size: .833em;
  line-height: 1em;
}


