/* 
    Document   : adb
    Created on : Dec 13, 2009, 12:17:50 PM
    Author     : ser
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

* {
    margin: 0;
}
root { 
    display: block;
}
html {
    height: 100%;
}
body {
    height: 100%;
    font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
    font-size: 11px;
    color: #575757;
    background-color: #fff7aa;
}
.clearer {
   clear: both;
   height: 1px;
   width: 100%;
   display: block;
}
a, a:visited {
   color: #cc6633;
   text-decoration: none;
}
a:hover, a:active {
   color: #b87f29;
   text-decoration: none;
}
h1 {
   font-size: 160%;
   padding-left: 5px;
   padding-bottom: 20px;
}
h3 {
   padding: 20px 5px 5px 5px;
}

/* Main page wrapper */
#wrapper {
    width: 960px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: 0 auto -135px;
}

/* Header box */
#header {
    height: 150px;
    padding: 0px 50px 5px 0px;
    margin-left: -50px;
    clear: both;
    display: block;
    background-image: url(../images/header_bg2_yellow.jpg);
    background-repeat: no-repeat;
    /*background-color: #ffffff;*/
}
#header h1 {
   width: 385px;
   height: 50px;
   position: relative;
   left: 550px;
   top: 100px;
}
#search-box {
   float: right;
   margin-top: 30px;
}

/* Main menu box */
#menu-box {
    height: 40px;
    clear: both;
    display: block;
    background-image: url(../images/menubar_yellow.png);
    background-repeat: no-repeat;
    padding-top: 20px;
top: -15px;
position:relative;
}
#menu-box ul {
    list-style-type: none;
    width: 800px;
    height: 27px;
    margin-left: 100px;
    padding: 0px;
}
#menu-box ul li{
    float: left;
    padding: 3px 7px;
    font-weight: bold;
}
#menu-box ul li a {
   color: #ffeff7;
}
/* Main content box */
#main-content {
    margin: 10px 30px 30px;
    display: block;
    clear: both;
}
#main-content p {
   padding-left: 10px;
}

#left-content {
   width: 450px;
   height: 180px;
   float: left;
   clear: left;
   display: block;
}
#right-content p, #center-content p {
   padding: 5px;
   text-align: justify;
}
#center-content {
    clear: both;
    padding: 0px 15px;
}
#center-content > ul li {
   list-style-type: none;
   list-style-image: url(../images/bullet2.gif);
   margin: 15px 0px;
}

/* Additional home page "more" boxes */
.morebox {
   width: 240px;
   height: 110px;
   float: left;
   margin: 0 0 20px 40px;
   padding: 10px;
   background-color: #fffdeb;
   clear: right;
   border: 1px solid #999;
   -webkit-border-radius: 10px;    /* for Safari */
   -moz-border-radius: 10px;       /* for Firefox */
}

.morebox h3 {
   padding-top: 8px;
   font-size: 12px;
}

/* Footer */
#footer, #pushdown{
    height: 115px;
    clear: both;
    margin-top: 20px;
   display: block;
   width: 100%;
}
#footer{
    color: #fff;
    background-color: #ffbf5f;
    background-image: url(../images/footer2.gif);
    background-repeat: repeat-x;
}
.footer-box {
   width: 750px;
   margin: 10px auto 0px;
   clear: both;
}
.footer-box img {
   margin: 15px 30px;
}
.footer-box a:link, .footer-box a:visited {
   color: #fff;
   font-weight: bold;
}
.footer-box a:hover {
   color: #a83578;
}
.footer-box ul {
   width: 270px;
   list-style-type: none;
   float: left;
   display: block;
   margin: 15px 5px 5px 5px;
   padding: 0px;
   font-size: 10px;
}
.footer-box ul li {
   margin: 0px;
   padding: 0px;
}
.footer-box ul#linkmap li {
   text-align: right;
}
.footer-box ul li {
   margin: 0px;
   padding: 0px;
}
.footer-box ul#linkmap li {
   text-align: right;
}
.ajaxSearch_highlight, .ajaxSearch_highlight1, .ajaxSearch_resultLink {
   font-weight: bold;
}
.ajaxSearch_resultExtract {
   padding-left: 8px;
}

