/* 
    Document   : bpoverrides
    Created on : Mar 13, 2009, 3:23:38 PM
    Author     : zmorgan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-color: #FFFFC4;
}

.container {
    background-image: url(../images/header_bg.gif);
    background-repeat: repeat-x;
    background-color: #FFF;
    border: solid #304020 2px;
    color: #304020;
}

#logo {
    top: -5px;
}

#tagline {
    min-height: 61px;
}

#tabs {
    margin-top: 1em;
}

/******************************** Navigation ***************************************/

#navlist 
{
    margin: 0;
    padding-left: 0;
    white-space: nowrap;
}

#navlist li
{
    display: inline;
    list-style-type: none;
    font-size: 1.75em;
    color:  #304020;
    padding: 0;
    width: 85px;
}

#navlist a {

    padding: 0 5px;
    color: #57634E;
    text-decoration: none;
    width: 85px;
    
}

#navlist a:hover
{
    color: #304020;

    text-decoration: none;
    border-bottom: 3px solid #304020;
}

/******************************** End of Navigation ***************************************/

#office-image {
    margin-top: 3em;
}

.separator {
    background-image: url(../images/separator_small.gif);
    min-height: 30px;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

#activity-images img {
    margin-bottom: .5em;
}

#facilities-images img {
    margin-bottom: .5em;
}

#facility-map img {
    margin-top: 2em;
}

.floatright {
    float: right;
    margin-left: 1.5em;
    margin-top: -1.5em;
    margin-bottom: 1em;
}

#activities-main a:link {
    text-decoration: none;
    color: #304020;
    font-weight: bold;
}

#activities-main a:visited {
    text-decoration: none;
    color: #4F5648;
    font-weight: bold;
}

#activities-main a:hover {
    text-decoration: underline;
    color: #42592C;
}

#activities-links a:link {
    text-decoration: none;
    color: #304020;
    font-weight: bold;
}

#activities-links a:visited {
    text-decoration: none;
    color: #4F5648;
    font-weight: bold;
}

#activities-links a:hover {
    text-decoration: underline;
    color: #42592C;
}

h1, h2, h3, h4, p {
    color: #304020;
}

#footer {
    text-align: center;
    font-size: 1.2em;
    padding-top: .5em;
    padding-bottom: .5em;
}

.title {
    font-size: 1.1em;
    font-weight: bolder;
}

.amenity-header {
    font-size: 1.2em;
    font-weight: bold;
    margin-left: -15px;
}

#copy {
    text-align: center;
    padding-top: .5em;
    padding-bottom: .5em;
}

/******************************** Rates ***************************************/

.rates th {
    color: #D9B36C;
    background-color: #304020;
    font-size: 1.2em;
}

.rates td {
    border-bottom: 1px solid #D9B36C;
}

.rates1 th {
    width: 150px;
}

.rates1 td {
    width: 150px;
}

.rates2 td {
    width: 250px;
}

.rates3 td {
    width: 50px;
}

/***************************** End Rates ******************************/

/******************************** Find Us ***************************************/

#postcard-bg {
    position: relative;
    top: 3px;
    left: 3px;
    background-image: url(../images/dropshadow.gif);
}

#postcard {
    border: solid 2px #304020;
    background-color: #FFFFC4;
}

#postcard-map {
    width: 370px;
    height: 360px;
    margin-top: 20px;
    margin-left: 30px;
}

#directions {
    margin-top: 10px;
    margin-left: 20px;
}

#pc1 {

}

#pc2 {
    background-image: url(../images/vertical-rule.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 490px;
}

#pc3 {
    text-align: center;
    font-size: 2em;
}

.pc-ul {
    border-bottom: solid 2px #304020;
    margin-top: 15px;
}

#stamp {
    text-align: right;
}

#stamp img {
    margin-right: 10px;
    margin-top: 10px;

}
/*****************************End Find Us ***************************************/


