/* screen styles */


/* ----- CSS RESET ----- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 2008-02-12 */

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,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  vertical-align: baseline;
  background: transparent;
}


/* ----- GENERAL STYLES ----- */

body {
  line-height: 20px;
}

p {
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 13px;
  color: #454545;
}

a {
  border-bottom: #c2cfc5 1px solid;
  color: #62906e;
  text-decoration: none;
}

a:hover, 
a:active {
  border-bottom: #c2cfc5 1px solid;
  color: #62906e;
  background: #e0efe4;
  text-decoration: none;
}

h1, h2, #navi a {
  font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
}

h1 {
  margin: 0 10px 20px 10px;
  line-height: 30px;
  font-size: 23px;
  font-weight: normal;
  color: #62906e;
}

h2 {
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
  font-weight: normal;
  color: #4281ae;
}

h2.padtop {
  padding-top: 15px;
}

h3 {
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 13px;
  font-weight: normal;
  color: #4281ae;
}

ul, ol {
  padding: 0;
  margin: 0 0 15px 30px;
}

ul {
  list-style: disc;
}

li {
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 20px;
  font-size: 13px;
  color: #454545;
}

li span {
  color: #959595;
}

.clear_both {
  clear: both;
}


/* ----- ALL PAGES ----- */

body {
  text-align: center;
  padding: 0;
  margin: 0 auto;
  width: 770px;
  background-color: #85a562;
}

#main {
  border: #454545 1px solid;
  border-top: none;
  padding: 10px 19px 15px 19px;
  height: 1%; /* IE6 bug fix */
  text-align: left;
  background: #FFF;
}

#header {}

#navi {
  padding: 0 5px 10px 5px;
  margin-bottom: 35px;
  height: 19px;
  line-height: 20px;
  text-align: center;
  background-color: #8dc63f;
}

#navi a {
  border-bottom: none;
  padding: 5px 5px;
  margin: 0 7px;
  font-size: 18px;
  color: #556F30;
}

#navi a:hover, 
#navi a:active, 
#navi a.selected {
  border-bottom: #454545 3px solid;
  color: #454545;
  background: transparent;
}

#content {
  float: left;
  margin: 0 20px 25px 10px;
  width: 480px;
}

#sidebar {
  float: left;
  border-left: #ddd 1px solid;
  padding-left: 25px;
  margin: 0 10px 25px 0;
  width: 180px;
}

#sidebar p {
  font-size: 11px;
}

#sidebar p.download_file {
  padding-left: 18px;
  width: 162px; /* needed for IE7 */
  background: transparent url(/public/images/icon_download.png) 3px 4px no-repeat;
}

#sidebar p.watch_video {
  padding-left: 19px;
  width: 161px; /* needed for IE7 */
  background: transparent url(/public/images/icon_video.png) 0px 5px no-repeat;
}

#sidebar p.short, 
#sidebar p.quote {
  margin-bottom: 7px;
}

#sidebar ul {
  margin: 0 0 10px 25px;
}

#sidebar li {
  margin: 0;
  line-height: 18px;
  font-size: 11px;
  color: #231f20;
}

#footer {
  clear: both;
  height: 1px;
}
