html, body {
   background-image: url(../images/bg.jpg);
   background-repeat: repeat-all;
   height: 100%;
   margin: 0;
   /*overflow: hidden;*/
   padding: 0;
}

html, body, div, span, a, ul, li, form, input, select, option, label, table, td {
   font-family: Georgia, "Times New Roman", serif;
}

*:focus{outline:none;}

.fl { float: left; }
/*.fr { float: right; }*/
.cf, .cf5, .cf10, .cf20, .cf30, .cf40 { clear: both; font-size: 0; line-height: 0; }
.cf { height: 0; }
.cf5 { height: 5px; }
.cf10 { height: 10px; }
.cf20 { height: 20px; }
.cf30 { height: 30px; }
.cf40 { height: 40px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }

.hr {
   background-color: #fff;
   border-top: 1px solid #d1d1d1;
   font-size: 0;
   height: 1px;
   margin: 20px 0;
   max-height: 1px;
   padding: 0;
   width: 100%;
}

.hr10 {
   margin: 10px 0;
}

a {
   color: #7c804c;
   text-decoration: underline;
}
a:hover {
   text-decoration: none;
}

#userInterest {
   background-color: #373b0e;
   background-image: url(../images/userInterest_bg.jpg);
   background-repeat: repeat-x;
   color: #fff;
   font-size: 14px;
   height: 50px;
   line-height: 50px;
   position: relative;
   text-align: center;
   width: 100%;
}

#userInterest a { color: #fff; }

#userInterest span.close {
   line-height: 50px;
   position: absolute;
   right: 20px;
}

   span.close a {
      float: left;
      text-decoration: none;
   }

   span.close a span.text {
      display: block;
      float: left;
      text-decoration: underline;
   }

   span.close a:hover span.text {
      text-decoration: none;
   }

   span.close a span.x {
      display: block;
      float: left;
      font-family: Arial, Verdana, sans-serif;
      font-size: 24px;
      font-weight: bold;
      margin-right: 4px;
   }

#container {
   background-image: url(../images/bg_white.png);
   background-repeat: repeat-all;
   margin: 0 auto;
   width: 800px;
}

   #container #logo a {
      background-image: url(../images/logo_home.png);
      background-repeat: no-repeat;
      display: block;
      float: left;
      height: 138px;
      margin-left: 30px;
      margin-top: 10px;
      overflow: hidden;
      text-indent: -9999px;
      width: 300px;
   }

   #container #btn_maintenance a {
      background-image: url(../images/btn_maintenance.png);
      background-repeat: no-repeat;
      cursor: pointer;
      display: block;
      float: right;
      height: 47px;
      margin-right: 1px;
      margin-top: 45px;
      overflow: hidden;
      text-indent: -9999px;
      width: 291px;
   }

   #container #btn_maintenance a:hover { background-position: 0 -47px; }
   #container #btn_maintenance a:active { background-position: 0 -94px; }

   #container #menu {
      float: right;
      margin-right: 5px;
   }

      #menu div {
         float: left;
      }

         #menu div a {
            background-image: url(../images/bg_menu.png);
            background-repeat: no-repeat;
            border-left: 1px solid #444d00;
            border-right: 1px solid #1e2200;
            color: #aeb18f;
            display: block;
            font-size: 18px;
            font-weight: normal;
            height: 45px;
            line-height: 45px;
            padding: 0 20px;
            text-decoration: none;
         }

         #menu div.item1 a { background-position: 0 0; border-left: 0; }
         #menu div.item2 a { background-position: -40px 0; }
         #menu div.item3 a { background-position: -40px 0; }
         #menu div.item4 a { background-position: right 0; border-right: 0; }

         #menu div a:hover { color: #c6c9a3; }
         #menu div.item1 a:hover { background-position: 0 -45px; }
         #menu div.item2 a:hover, #menu div.item3 a:hover { background-position: -40px -45px; }
         #menu div.item4 a:hover { background-position: right -45px; }

   #container .halfBox {
      float: left;
      margin: 0 20px;
      width: 360px;
   }

      .halfBox .hb-header {
         background-image: url(../images/bg_header.png);
         background-repeat: no-repeat;
         color: #fff;
         float: left;
         font-size: 28px;
         height: 45px;
         line-height: 45px;
         max-width: 320px;
         padding: 0 10px;
         width: 340px;
      }

      .halfBox .hb-header-end {
         background-image: url(../images/bg_header.png);
         background-repeat: no-repeat;
         background-position: top right;
         float: left;
         height: 45px;
         width: 20px;
      }

      .halfBox .hb-footer {
         background-image: url(../images/bg_box-bot.png);
         background-repeat: no-repeat;
         float: left;
         height: 10px;
         width: 340px;
      }

      .halfBox .hb-footer-end {
         background-image: url(../images/bg_box-bot.png);
         background-repeat: no-repeat;
         background-position: top right;
         float: left;
         height: 10px;
         width: 20px;
      }

      .halfBox .hb-content {
         background-color: #f2f2f2;
         clear: both;
         color: #000;
         font-size: 14px;
         line-height: 20px;
         padding: 20px 20px 10px 20px;
      }

   #container .wholeBox {
      float: left;
      margin: 0 20px;
      width: 760px;
   }

      .wholeBox .wb-header {
         background-image: url(../images/bg_header.png);
         background-repeat: no-repeat;
         color: #fff;
         float: left;
         font-size: 28px;
         height: 45px;
         line-height: 45px;
         max-width: 740px;
         padding: 0 10px;
         position: relative;
         width: 720px;
      }

         .wb-header .headline {
            color: #94995a;
            font-size: 26px;
            font-style: italic;
            letter-spacing: -0.05em;
            position: absolute;
            right: -9px;
            top: 0;
         }

      .wholeBox .wb-header-end {
         background-image: url(../images/bg_header.png);
         background-repeat: no-repeat;
         background-position: top right;
         float: left;
         height: 45px;
         width: 20px;
      }

      .wholeBox .wb-content {
         background-color: #f2f2f2;
         clear: both;
         color: #000;
         font-size: 14px;
         line-height: 20px;
         margin: 0;
         padding: 20px 20px 10px 20px;
      }

      .wholeBox .wb-footer {
         background-image: url(../images/bg_box-bot.png);
         background-repeat: no-repeat;
         float: left;
         height: 10px;
         width: 740px;
      }

      .wholeBox .wb-footer-end {
         background-image: url(../images/bg_box-bot.png);
         background-repeat: no-repeat;
         background-position: top right;
         float: left;
         height: 10px;
         width: 20px;
      }

#footer {
   color: #f0f2d7;
   font-size: 12px;
   line-height: 20px;
   text-align: center;
   width: 100%;
}
#footer a:link,#footer a:active,#footer a:visited {color:#f0f2d7;text-decoration:underline;}
#footer a:hover {text-decoration:none;}

#aLocation li h4 {margin:0;padding:0;}
#aLocation ul#aPref {list-style-type:none;margin:0;padding:0;width:100%;}
#aLocation ul#aPref li {*display:inline;zoom:1;display:inline-block;vertical-align:top;padding:0 10px;}
#aLocation input[type="checkbox"] {
    
}
#aLocation label {cursor:pointer;}

#aLocation #aResults {
    padding-left:5px;
    width:100%;
    height:450px;
    overflow:scroll-y;
}
.label_check { padding-left: 18px;width:185px;display:inline-block; }
.label_check { background: url(../images/check-off.png) no-repeat; }
label.c_on { background: url(../images/check-on.png) no-repeat; }
.label_check input { position: absolute; left: -9999px; }

#controlButtons {
   display: none;
}

#contact_form label {height:14px;}
#contact_form input[type="text"]{
    border-color: #E6E6E6;
    border-style: inset;
    border-width: 1px;
    color: black;
    float: left;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    width: 150px;
}

#contact_form textarea{
    border-color: #E6E6E6;
    border-style: inset;
    border-width: 1px;
    color: black;
    float: left;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    width: 550px;
}

#contact_form input[type="submit"]{
    background-color: transparent;
    background-image: url(../images/bg_btn-small.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border: 0px;
    color: #252900;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 29px;
    margin: 0px;
    max-width: 91px;
    padding: 0px;
    text-align: center;
    width: 91px;
}

ul#aPref ul {list-style-type:none;}
ul#aPref ul li {display:inline-block;}

.has-js .label_radio    { display:inline-block;width:107px;height:35px;zoom:1;*display:inline;text-align:center;font-size:18px;color:#fff;padding-top:5px;cursor:pointer;}
.has-js .label_radio    { background: url(/images/radio-off.png) no-repeat; }
.has-js label.r_on      { background: url(/images/radio-on.png) no-repeat; }
.has-js .label_radio input  { position: absolute; left: -9999px; }

#feedback input[type="text"]{
    border-color: #E6E6E6;
    border-style: inset;
    border-width: 1px;
    color: black;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
}

#feedback textarea{
    border-color: #E6E6E6;
    border-style: inset;
    border-width: 1px;
    color: black;
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
}

