/* Custom.css */


body{
    padding: 10px;
    background-color: #464646;
}
.wrapper{
    background: url(../images/bg_content_container2.jpg) repeat-y;
    border: 1px solid silver;
}
body#home{
    background: url(none) black no-repeat;
}

body#home .wrapper{
    background: url(../images/Optimized-bg_main_w_lines.png) no-repeat scroll 0 0;
    border: 5px solid white;
    height: 829px;
}

.header{
    height: 220px;
    background: url(../images/bg_header3.jpg) no-repeat;
}
.header .logo{
    padding-top: 20px;
    padding-left: 20px;
}
.footer{
    height: 28px;
    background: url(../images/bg_footer2.jpg) no-repeat scroll 0 0;
}

.header ul{
    clear:both;
    margin-left: 180px;

}
.header ul li{
    width: 119px;
    float: left;
}

.menuBTN{
    background-image: url(../images/btn_all.png);
    height: 29px;
    background-repeat: no-repeat;
    background-position: 0px -1421px;
    display: block;
    padding-left: 29px;
}
h1  {
    background-color:#0D5995;
    color:white;
    padding:4px;
    margin-top: 6px;
}
#debug{
    font-size: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.content td img{
    padding: 5px;
}
p{
    padding: 8px;
    line-height: 128%;
}
.bidcontainer{
    float: right;
}
.bid{
    width: 171px;
    height: 39px;
}
.copyright{
    color: white;
    text-align:center;
    font-size: 80%;
    padding: 6px;
}

 /* Slideshows */
body#home div.slideshow{
    height: 285px;
    width: 427px;
    overflow: hidden;
}
body#facilities div.slideshow{
    height: 420px;
    width: 620px;
    overflow: hidden;
    border: 1px solid black;
}
body#facilities div.slideshow img{
    margin: 0px;
    padding: 0px;
    border: 9px solid white;
}
.cowhite a{
    color:white;
    font-weight:bold;
    text-decoration:none;
}
/* ************ */
