/* Reset Everything - courtesy of Eric Meyer */
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;
    font-family:Helvetica,Arial,sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}

body {
    font-size: 75%;
    text-align: center;
    background: #FBFAFA url(../images/greenback.jpg) repeat-x scroll 0 0;
}

h3 {
    color: #619CBB;
    font-size: 250%;
    margin-bottom: 0.6em;
    font-weight: normal;
}

h4 {
    color: #77A300;
    font-size: 200%;
    margin-bottom: 0.7em;
    font-weight: normal;
}

#wrapper {
    width: 944px;
    margin: auto;
    text-align: left;
    background: #fff;
    padding: 0 10px;
}

#band {
    background: #77A300;
    height: 27px;
}

#band p {
    width: 940px;
    margin: 0 auto;
}

#band a {
    background: #77A300;
    display: block;
    color: #fff;
    line-height: 27px;
    vertical-align: middle;
    text-decoration: none;
}

#band a:hover {
    text-decoration: underline;
}

#band a.left {
    float: left;
}

#band a.right {
    float: right;
}

#header {
    position: relative;
}

#header h1 {
    width: 205px;
    height: 89px;
    background: transparent url(../images/logo.gif) bottom left no-repeat;
    padding: 20px 0 5px 0;
    margin-left: 8px;
}

#header h1 a {
    display: block;
    width: 205px;
    height: 89px;
}

#header h2 {
    padding-top: 28px;
    background: transparent url(../images/tagline2009.gif) bottom right no-repeat;
    height: 70px;
    margin-top: -90px;
    margin-bottom:10px;
    width: 85%;
    float: right;
}

#header h1 a span,
#header h2 span {
    left:-9999px;
    position:absolute;
}


/* --- navigation --- */
#topnav {
  background: #77A300;
  height: 35px;
  position: relative;
  z-index: 600;
}

#top_menu {
  list-style-type: none;
  height: 35px;
  margin: auto;
  width: 960px;
  padding: 0;
}

#top_menu li {
  list-style: none;
  display: block;
  position: relative;
  height: 35px;
  float: left;
}

#top_menu li a {
  float: left;
  display: block;
  line-height: 35px;
  height: 35px;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  padding: 0 35px;
  font-size: 11px;
  text-decoration: none;
  text-align: left;
}

#top_menu li a:hover,
#top_menu li a.activeparent,
#top_menu li a.currentpage {
  background: #fff url(../images/nav_bg_gradient.jpg) top left repeat-x;
  color: #559fb0;
  text-decoration: none;
}


#header ul#mainNav li a:hover {
    background: #86AA23;
    color: #fff;
}

#side {
    width: 300px;
    min-height: 250px;
    float: left;
    border-right: 1px solid #BEBEBE;
    padding-bottom: 5px;
}

#side img {
    margin-bottom: 0.2em;
}

#content {
    border-top: 1px solid #BEBEBE;
    width: 550px;
    min-height: 250px;
    float: left;
    padding: 25px 70px 5px 20px;
}

#content p {
    font-size: 110%;
    line-height: 1.5;
    margin-bottom: 1em;
}

#content p.next {
    text-align: right;
}

#content a {
    color: #79A405;
}

#content a:hover {
    text-decoration: none;
}


#footer {
    width: 934px;
    margin: auto;
    clear: both;
    background: #EDF2DE;
    padding: 45px 15px;
    color: #66950D;
}

#footer p.freecall {
    float: left;
    font-size: 120%;
}

#footer ul#footerNav {
    float: right;
    font-size: 90%;
}

#footer ul#footerNav li {
    display: inline;
}

#footer ul#footerNav li a {
    display: block;
    float: left;
    color: #66950D;
    text-decoration: none;
    margin-left: 1em;
    padding-right: 1em;
    border-right: 1px solid #BEBEBE;
    line-height: 120%;
    vertical-align: middle;
}

#footer ul#footerNav li a:hover {
    text-decoration: underline;
}

#footer ul#footerNav li.last a {
    border-right: 0;
    padding-right: 0;
}