body{
  background-color: black;
  background-image: url(../img/bg.gif);
  width: 100%;
  height: 1000px;
  background-repeat: repeat-x;
  font-family: Verdana, Tahoma, Arial;
  font-size: 12px;
}

html > body li {
  list-style-position:inside;
}

li {
  background-position:left top;
  background-repeat:no-repeat;
  list-style-type:none;
}

h1{
  font-size: 28px;
}

h2{
  font-size: 18px;
  font-weight: bold;
  color: #b2d237;
  margin-bottom: 20px;
}

h3{
  font-size: 14px;
}

p{
  text-align: justify;
}

#wrapper{
  width: 940px;
  margin: 20px auto;
}

#header{
  background-image: url(../img/header.gif);
  width: 940px;
  height: 84px;
  padding-top: 30px;
}

html>body #logo{
   margin-left: 40px;
}

#logo{
  float: left;
  background-image: url(../img/logo.png);
  width: 272px;
  height: 66px;
  margin-left: 20px;
  text-indent: -9999px;
}

html>body #navigation_links{
  margin-right: 55px;
}

#navigation_links{
  float: right;
  margin-right: 27px;
  padding-top: 15px;
}

#navigation_links li{
  display: inline;
  float: left;
  margin-right: 20px;
}

#navigation_links .last{
  display: inline;
  float: left;
  margin-right: 0;
}

#navigation_links a:hover{
  color: black;
}

#navigation_links a{
  text-decoration: none;
  color: #666666;
  font-family: "Segoe UI", Verdana, Tahoma, Arial;
  font-weight: bold;
}

#navigation_links a.active{
  color: #b2d237;
}

#banner{
  background-image: url(../img/subpage_top.gif);
  width: 940px;
  height: 96px;
}

#content{
  background-image: url(../img/content_top.png);
  background-repeat: no-repeat;
  background-color: white;
  width: 860px;
  padding: 39px 40px 10px;
  overflow: hidden;
}

#banner_text{
  padding: 37px 20px 20px 20px;
  text-align: center;
  width: 900px;
  font-weight:normal;
}

#banner_text h2{
  color: white;
  font-weight: normal;
}

.divider{
  clear: both;
  margin-bottom: 30px;
}

.testimonial_top{
  background-color: #F5F5F5;
  background-image: url(../img/sidebar_blockquote_top.png);
  background-position: center top;
  background-repeat: no-repeat;
  color: #797979;
  margin: 10px 0 0;
  padding: 20px 15px 10px 15px;
  line-height: 18px;
  text-indent: 40px;
  width: 220px;
}

.testimonial_bottom{
  clear: both;
  background-image: url(../img/sidebar_blockquote_bottom.png);
  background-repeat: no-repeat;
  height: 32px;
  width: 250px;
}

cite{
  color: #b2d237;
  font-size: 9px;
  margin-left: 15px;
}

#footer{
  background-image: url(../img/footer.gif);
  width: 900px;
  height: 30px;
  padding: 10px 20px 0 20px;
  color: #dddddd;
  font-size: 10px;
  margin-bottom: 20px;
}

#footer a{
  color: white;
  text-decoration: none;
}

#footer a:hover{
  color: #b2d237;
}

#footer .left{
  float: left;
}

#footer .right{
  float: right;
}

span.highlight {
    background-color: #ffffcc;
}