@import url('default_form_elements.css');

#body {
    padding: 0px;
}

#slideshow, #recent_acquisitions {
    float: right;
    width: 235px;
    margin: 5px 5px 5px 0px;
    border: 2px solid #000;
}

#slideshow h4, #recent_acquisitions h4, #newsletter h4 {
    font-size: 1.2em;
    text-align: center;
    color: #FFF;
    background-color: #444;
    padding: 5px 0;
    border-bottom: 1px solid #000;
}

#slideshow table {
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    color: #444;
    text-align: center;
    font-size: 1.1em;
}

#slideshow table tr td {
    padding: 8px 0;
}

#slideshow table tr td .gallery a{
    color: #444;
    display:none;
    text-decoration: underline;
}

#slideshow table tr td .gallery a:first-child{
    display:inline;
}

#recent_acquisitions {
    clear: right;
}

#recent_acquisitions h4 {
    background-color: #444;
    color: #fff;
}

#recent_acquisitions #acq_wrapper {
    float: left;
    background-color: #fff;
    padding: 7px 0;
}

#recent_acquisitions #acq_wrapper div {
    float: left;
    width: 50%;
    margin: 2px 0;
    text-align: center;
    color: #666;
    font-size: .8em;
}

#recent_acquisitions #acq_wrapper .title a {
    text-decoration: underline;
}

#main_rotation {
    float: left;
    width: 700px;
    height: 400px;
    margin: 5px;
    border: 4px solid #444;
}

#main_rotation img{
    position: absolute;
    display: none;
}

#main_rotation img:first-child {
    display: inline;
}

#home-bottom {
    clear: both;
}

#newsletter {
    float: right;
    width: 235px;
    margin: 5px 5px 10px 5px;
    border: 2px solid #444;
}

#newsletter-wrapper {
    border: 1px solid #FFF;
    background-color: #FFF;
    padding: 10px;
}

#newsletter-wrapper form input[type=text] {
    border: 1px solid #444;
    font-size:1.2em;
    height: 22px;
    padding: 3px 3px 0 0;
    width:150px;
}

#newsletter-wrapper form input[type=submit] {
    background-color:#fff;
    border:1px solid #444;
    color:#444;
    font-size: 1.2em;
    font-weight:bold;
    height:27px;
    width:50px;
    margin-left: 5px;
}

#newsletter-wrapper p {
    color: #444;
}

/* Override some of the default form elements */
#newsletter-wrapper .form_errors p {
    color: #CD0A0A;
}

div.form_errors {
    margin: 5px 0;
}