/*******************************************************************************
* home.css
* Styles for the Arago home page
*******************************************************************************/

#siteContainer {
    background-color: #f8f7ed;
}

#homepage {
    background-color: #FFFBEF;
    position: relative;
}

div#flashContent {
    width: 760px;
    min-height: 294px;
    background-color: black;
}
div#attractionContainer {
    background-color: #423c31;
    width: 758px;
    height: 314px;
    overflow: hidden;
    margin-bottom: 2px;
}
div.attraction {
    float: left;
    min-height: 290px;
    border-top: 2px solid black;
    border-left: 2px solid black;
    overflow: visible;
    /* equal height columns hack */
    padding-bottom: 1000px;
    margin-bottom: -995px;
}
div.attraction a.full {
    z-index: 100;
    position: absolute;
    width: 264px;
    height: 500px;
    text-decoration: none;
}
div.attraction p {
    color: #c6c3b5;
    font: .7em/1.65em verdana,arial,sans-serif;
    margin: 8px 15px;
    padding: 0;
}
div.attraction h2 {
    border-bottom: 1px solid #525142;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 5px 0 1px 0;
    margin: 0;
}
div.attraction img {
    width: 256px;
    height: 154px;
    border: 2px solid black;
    margin: 2px;
}

div#introduction {
    width: 224px;
    background-image: url(../img/home_intro_text.jpg);
    background-repeat: no-repeat;
    background-color: #353535;
}

div#introduction p {
    display: none;
}

div#introduction a {
    display: block;
    height: 15px;
    position: absolute;
    top: 242px;
    left: 14px;
    background-image: url(../img/home_intro_buttons_3.gif);
}

div#introduction a span {
    display: none;
}

div#introduction a#tellAFriend {
    width: 97px;
    background-position: 0 -30px;
}

div#introduction a#tellAFriend:hover {
    background-position: 0 -45px;
}

div#introduction a#newsletter {
    width: 90px;
    left: 118px;
    background-position: 0 -60px;
}

div#introduction a#newsletter:hover {
    background-position: 0 -15px;
    background-position: 0 -75px;
}

div#introduction a#supportArago {
    width: 97px;
    top: 267px;
}

div#introduction a#supportArago:hover {
    background-position: 0 -15px;
}

div#introduction a#websiteHelp {
    width: 97px;
    top: 267px;
    left: 118px;
    background-position: 0 -90px;
}

div#introduction a#websiteHelp:hover {
    background-position: 0 -105px;
}


div#philately {
    width: 264px;
}
div#philately h2 {
    background-image: url(../img/home_header_philately.gif);
}

div#postalOperations {
    width: 264px;
}
div#postalOperations h2 {
    background-image: url(../img/home_header_postal.gif);
}




div#columnContainer {
    overflow: hidden;
    position: relative;
    background-image: url(../img/home_columns_bg_2.gif);
    z-index: 1000;  /* necessary to cover up div.attraction->a.full rollovers in HTML version of page on IE */
}
div.column {
    float: left;        /* display: inline not working ? */
    background-color: #fffbef;
    border-right: 1px solid #adaea5;
    padding: 0;
    margin: 0;
}

div#exhibits {
    width: 492px;
    border-right: none;
}
div#exhibits h2 {
    background-image: url(../img/home_header_exhibits.gif);
}

div#search h2 {
    background-image: url(../img/home_header_search.gif);
}

div#searchButtonBar {
    position: relative;
    line-height: 19px;
}

div#advancedSearchLink {
  position: absolute;
  right: 4px;
  top: 0;
}

div#advancedSearchLink a {
    color: #423c31;
    font: normal .7em/1.6em verdana,arial,sans-serif;
}

div#advancedSearchLink a:hover {
    color: #8E4127;
}


div#myCollectionAndSearch {
    width: 267px;
}

div#myCollection {
    border-right: 0;
}
div#myCollection h2 {
    background-image: url(../img/home_header_my_collection.gif);
}

div.column h2 {
    margin: 0;
    height: 29px;
    background-color: #efecd9;
    background-repeat: no-repeat;
    background-position: 0 0;
    border-bottom: 1px solid #adaea5;
}
h2 a {
    border: 0;
    text-decoration: none;
}
h2 span {
    visibility: hidden;
}



/* Inner container required to maintain exact sizes in IE */
div.column .content {
    margin: 0 15px 15px 15px;
}

div.column .content p {
    font: normal .7em/1.6em verdana,arial,sans-serif;
    color: #423c31;
}

div.column p a {
    color: #423c31;
    text-decoration: underline;
}
div.column p a:hover {
    color: #8E4127;
    text-decoration: underline;
}



/* Rollover Buttons */
a.button {
    display: block;
    border: 0;
    overflow: hidden;
    background-position: 0 0;
}
a:hover.button {
    background-position: 0 -19px;
}
a.button span {
    display: none;
}

div#exhibits a.button {
    width: 81px;
    height: 19px;
    background-image: url(../img/home_button_view_exhibit.gif);
}
div#search a.button {
    width: 52px;
    height: 19px;
    background-image: url(../img/home_button_search.gif);
    margin-bottom: 10px;
}

#advSearchButton a {
    display: block;
    border: 0;
    overflow: hidden;
    background-position: 0 0;
    
    width: 118px;
    height: 19px;
    background-image: url(../img/home_button_advanced_search.gif);
    margin-bottom: 10px;
}


#advSearchButton a:hover {
    background-position: 0 -19px;
}
#advSearchButton a span {
    display: none;
}


h5 {
  margin: 22px 0 10px 0;
  width: 100%;
  background-color: #efecd9;
  text-align: center;
}
h5 span {
    background-image: url(../img/home_exhibits_featured_2.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 229px;
    height: 0;
    padding-top: 17px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}


div#exhibits div.featuredExhibit {
  width: 50%;
  float: left;
  height: 90px;
  position: relative;
}

div#exhibits p.featured {
    line-height: 1.25em;
    margin: 0;
    padding-bottom: 10px;
}
.exhibitImage {
    background: #000000;
    text-align: center;
    width: 90px;
    height: 90px;
    float: left;
    position: absolute;
    border-width: 0;
}
.exhibitTitle {
    font-weight: bold;
    font-size: 1em;
}
.exhibitText {
  padding-left: 100px;
  padding-right: 10px;
}

div#exhibits p.featured a:link,
div#exhibits p.featured a:visited { text-decoration: none; }
div#exhibits p.featured a:hover { text-decoration: underline; }

div#exhibits div#featuredExhibits {
  margin-top: 5px;
}

p.viewAllExhibits a {
    font-weight: bold;
    font-size: 1.1em;
}

div#search form p {
    margin: 0 0 8px 0;
}

div#search input.text {
    border: 1px solid black;
    width: 234px;
    _width: 232px;
}

div#search p.checkboxes {
    _position: relative;
    _left: -4px;
}
/* IE doesn't recognize [type="checkbox"], so we'll just edit the "checkbox" class */
div#search input.checkbox {
    position: relative;
    top: 4px;
    _top: 1px;
    margin-left: 0;
}
div#search input.tab {
    margin-left: 10px;
}



div#siteFooter {
    border-top: 5px solid #a59e8c;
    margin-bottom: 0;   /* IE fix. Without this, the uniform-height columns stretch too low, beyond the footer. */
}




.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

