body
{
  margin: 0px;
  padding: 0px;
  background: #ECE9D9 url('/images/body_bg.jpg') left top repeat-x;
  font-family: arial;
  font-size: 12px;
}

h1
{
  margin: 0px;
  padding: 0px;
  text-align: right;
  font-weight: bold;
  color: #DBD6C4;
  font-size: 28px;
}

h2
{
  font-weight: normal;
  color: #009B67;
  border-bottom: 1px solid #009B67;
}

form label
{
  float: left;
  display: block;
  width: 95px;
  margin-right: 10px;
  padding-top: 2px;
  text-align: right;
  font-weight: bold;
  color: #009B67;
}

ul
{
}

ul li
{
  padding: 3px;
}

ul li strong
{
  color: #009B67;
}

#container
{
  width: 800px;
  margin: 85px auto 0 auto;
  padding: 20px;
  background-color: #FFFFFF;
}

#inner
{
  margin: 0px;
  padding: 0px;
  background-color: #FAF5E1;
}

#header
{
  height: 185px;
  margin: 0px;
  padding: 0px;
}

#toplogo
{
  float: left;
  width: 280px;
  height: 185px;
  margin: 0px;
  padding: 0px;
}

a#homelink
{
  display: block;
  width: 280px;
  height: 185px;
  background: url('/images/toplogo.jpg') left top no-repeat;
  outline: none;
}

#topnavigation
{
  float: right;
  width: 500px;
  margin: 0px;
  padding: 0px;
}

#topnavigation a
{
  display: block;
  float: left;
  margin-right: 10px;
  padding: 15px 0px 15px 35px;
  text-decoration: none;
  font-weight: bold;
  color: #666666;
  outline: none;
}

#topnavigation a:hover
{
  text-decoration: underline;
}

#topnavigation a.activenav
{
  color: #AAAAAA;
  text-decoration: underline;
}

/* BEGIN Top Navigation Styles */

a#nav_home
{
  background: url('/images/nav_home.gif') left center no-repeat;
}

a#nav_about
{
  background: url('/images/nav_about.gif') left center no-repeat;
}

a#nav_services
{
  background: url('/images/nav_services.gif') left center no-repeat;
}

a#nav_work
{
  background: url('/images/nav_work.gif') left center no-repeat;
}

a#nav_contact
{
  background: url('/images/nav_contact.gif') left center no-repeat;
}

/* END Top Navigation Styles */

#midlogo
{
  height: 237px;
  margin: 0px;
  padding: 0px;
  background: url('/images/top_panic-free.jpg') left top no-repeat;
}

#main
{
  height: auto;
  min-height: 500px;
  margin: 0px;
  padding: 10px;
}

* html #main
{
  height: 500px;
}

#main p
{
  line-height: 20px;
}

#footer
{
  width: 800px;
  margin: 0 auto;
}

#footer p
{
  margin: 0px;
  padding: 30px 10px;
  color: #666666;
  text-align: center;
  font-size: 11px;
}

#footer a
{
  color: #666666;
  text-decoration: underline;
}

#footer a:hover
{
  color: #AAAAAA;
  text-decoration: none;
}

div.homebox
{
  margin: 0 auto 20px auto;
  width: 750px;
  height: 100px;
  background: url('/images/homebox_bg.jpg') left top no-repeat;
}

div.homeboxinner
{
  position: relative;
  padding: 10px;
}

div.homeboxinner p
{
  margin: 0px;
  padding: 0px;
}

div.homeboxinner p.morelink
{
  position: absolute;
  right: 10px !important;
  right: 140px;
  bottom: 10px;
}

div.homeboxinner p.morelink a
{
  display: block;
  width: 90px;
  height: 30px;
  background: url('/images/morelink.jpg') left top no-repeat;
}

div.leftfloat
{
  float: left;
  width: 375px;
  margin: 0px;
  padding: 0px;
}

div.rightfloat
{
  float: right;
  width: 375px;
  margin: 0px;
  padding: 0px;
}

div.testimonial
{
  margin-bottom: 40px;
}

div.testimonial p
{
  font-style: italic;
  color: #5261AC;
}

div.testimonial p.quote
{
  text-align: right;
}

.required
{
  color: #FF0000;
}