@charset "utf-8";
/* CSS Document */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  text-decoration: none; }

*:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* ====================== global ========================= */
html {
  background: #225f0b;
  color: #52523b;
  margin: 0;
  padding: 0; }

body {
  position: relative;
  background-color: #9a9c66;
  font: normal 13px/1.3 Arial, Helvetica, sans-serif; }

#wrapper {
  width: 920px;
  margin: 0 auto;
  position: relative;
  background: url(../images/bg/page-middle.gif) center top repeat-y;
  background-color: #e9eab1; }
 
/* h3 added by DC March 3 2009 */  
h3 {
  	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;  }

a {
  color: #52523b; }
  a:hover {
    color: #9a9c66; }
  .active {
	color: #9a9c66; }
	
a:link {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #663300;
	text-decoration: underline;
}

a:active {
	color: #663300;
	text-decoration: underline;
}

hr {
  display: none; }

a.skip {
  display: none; }

sup {
  font-size: 90%; }


/* ====================== page ========================= */
#page {
	padding: 40px 18px;
	margin: 0 auto;
	background: url(../images/page-bottom.gif) center bottom no-repeat;
	position: relative;
	overflow: hidden;
	z-index: 9000;
}

/* ====================== header ========================= */
#header {
	margin: 0;
	height: 148px;
	position: relative;
	background: url(../images/header.jpg) left top no-repeat;
	background-color: #3a7722;
}
  #header img {
    display: block; }

#widepg {
	margin-left: auto;
	margin-right: auto;
	width: 880px;
}
 #widepg p {
    margin: .6em 0; }

  #wide_pg  {
	position: relative;
	padding-top: 28px;
	background: url(../images/search-top-blank.gif) center top no-repeat;
  }
    #wide_pg div.box2 {
	background: url(../images/search-bottom.gif) center bottom no-repeat;
	padding-bottom: 20px;
}
      #wide_pg div.box2 div.box3 {
        background: url(../images/search-middle.gif) center top repeat-y;
        padding: 0 26px;
        margin: 0;
        overflow: hidden;
        font-size: 13px; }
    #wide_pg h1, #widepg h2 {
      margin: .6em 0; }
    #wide_pg h1 {
      margin-top: .1em;
      color: #2c6a14;
      font-size: 21px;
      font-weight: bold;
      line-height: 1.2; }

#wide_pg a:link {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}

#wide_pg a:hover {
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
}
#nav {
	margin: 0;
	line-height: 34px;
	height: 36px;
	position: relative;
	background: url(../images/nav.gif) left top repeat-x;
	background-color: #777e23;
 }



/* ====================== footer ========================= */
#footer {
	background: url(../images/footer.gif) left top repeat-x;
	background-color: #225f0b;
	color: #e9eab1;
	padding-top: 40px;
	height: 150px;
	margin-top: -3px;
	text-align: center;
	font-size: 11px;
	line-height: 1.4;
}
  #footer #footer-nav {
    margin-bottom: 15px;
    font-size: 12px; }
    #footer #footer-nav li {
      display: inline;
      padding: 0 6px;
      border-left: solid 1px;
      border-left-color: #e9eab1; }
      #footer #footer-nav li.first {
        border: none; }
      #footer #footer-nav li a {
        color: #fff; }
        #footer #footer-nav li a:hover {
          border-bottom: solid 1px;
          border-bottom-color: #e9eab1; }
#ana {
	float: left;
	padding: 20px 0 10px 100px;
}
#cwc {
	padding: 20px 100px 10px 5px;
	float: right;

}
#descriptor {
	font-size: 16px;
	line-height: 130%;
	padding-right: 60px;
	padding-left: 60px;
	text-align: center;
}
#disclaimer {
	font-size: 14px;
	line-height: 130%;
	padding-right: 60px;
	padding-left: 60px;
	text-align: left;
}

/* Miscellaneous classes for reuse - added by DC*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearleft { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:left;
}

