﻿*
{
    padding: 0;
    margin: 0;
}
body
{
    background-color: #5c5855;
    font: 75% Arial;
}

p
{
    margin: 10px 0 10px 0;
}

a
{
    color: #2f3f75;
}

a:hover
{
    color: #000;
}

h1
{
    font-size: 14px;
    font-weight: bold;
    color: #99312e;
    padding: 0 0 10px 0;
}

div#wrapper
{
    width: 960px;
    margin: 0 auto;
}

div#content
{
    width: 960px;
    background-color: #e5e3d3;
    float: left;
}

div#header
{
    width: 100%;
    height: 99px;
    background-image: url(images/background_header.jpg);
    float: left;
}

div#header #logo
{
    display: block;
    float: left;
    width: 960px;
    height: 58px;
}

#nav
{
    list-style: none;
    font-weight: bold;
    font-size: 12px;
    margin: 0 auto;
    width:890px;
}

#nav li
{
    float: left;
}

#nav a
{
    display: block;
    line-height: 30px;
    color: #dad3cf;
    text-decoration: none;
    height: 29px;
    float: left;
    margin: 0;
    padding: 0 8px 0 12px;
    background-image: url(images/nav_border.gif);
    background-repeat: no-repeat;
}

#nav a:hover
{
    background-image: url(images/nav_border_over.gif);
    background-repeat: repeat;
}

#nav .lit
{
    background-image: url(images/nav_border_lit.gif);
    background-repeat: repeat;
}


div#footer
{
    width: 100%;
    height: 57px;
    background-color: #304077;
    color: #b5b199;
    float: left;
}

div#footer a
{
    color: #598ece;
}

div#footer div
{
    padding: 10px;
    display: block;
    width: 450px;
}

div#footer #left
{
    float: left;
}

div#footer #right
{
    float: right;
    text-align: right;
}

div#pins
{
    margin: 0;
    padding: 0;
    margin-bottom: -5px;
}


/* Home Styles */

div#home_body
{
    float: left;
    width: 100%;
}

div#home_body #flash
{
    margin: 0 0 20px 0;
}

div#home_body #news
{
    float: left;
    width: 200px;
    padding: 20px;
}

div#home_body ul
{
    list-style: none;
}

div#home_body ul li
{
    margin-top: 5px;
}

div#home_body #book
{
    float: left;
    margin-bottom: 10px;
}

div#home_body #about
{
    width: 440px;
    float: left;
    padding: 20px;
    line-height: 18px;
}

div#inside
{
}

div#inside #title
{
    float: left;
    background-color: #b4af98;
    width: 100%;
    height: 45px;
    border-top: 1px solid #000;
    margin: 20px 0 20px 0;
}

div#inside #title h1
{
    color: #e4e0cf;
    font-size: 18px;
    margin: 10px 0 0 35px;
    font-weight: normal;
}

div#inside #left
{
    width: 270px;
    float: left;
    padding: 10px;
    margin-bottom: 20px;
}

div#inside ul
{
    list-style: none;
}

div#inside ul li
{
    list-style: none;
    background-position: left;
    background-image: url(images/bullet.gif);
    background-repeat: no-repeat;
    margin: 10px 0 10px 10px;
}

div#inside ul li a
{
    margin: 0 0 0 15px;
}

div#inside #right
{
    float: left;
    width: 500px;
    padding: 0 0 0 30px;
    line-height: 18px;
    border-left: 1px dashed #000;
    min-height: 300px;
}
div#gallery .item a
{
    float: left;
}

div#gallery .item
{
    float: left;
    height: 100px;
    width: 150px;
    border: 1px solid #000;
}

div#gallery .item .photo
{
    float: left;
    height: 100px;
    width: 150px;
    background-position: top center;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #000;
}


.button
{
    background-color: #4a5a91;
    color: #FFF;
    border: 2px solid #000;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
}



/* CMS */

div#login
{
    width: 300px;
    margin: 0 auto;
    padding: 50px 0 50px 0;
    margin-top: 100px;
}

div#login h1
{
    color: #99312e;
}

div#logo_cms
{
    position: relative;

    right: 20px;
    float: right;
}

.success
{
    background-color: #caddc2;
    border: 3px solid #527d40;
    color: #48693a;
    background-image: url(images/accept.png);
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 50px;
    margin-bottom: 15px;
    width: 550px;
}


.error
{
    background-color: #b93535;
    border: 3px solid #7f2424;
    color: #FFF;
    background-image: url(images/error.png);
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 50px;
    margin-bottom: 15px;
    width: 550px;
}

.acrobat_link
{
    display: inline;
    padding-left: 20px;
    height: 17px;
    background-image: url(images/acrobat.png);
    background-repeat: no-repeat;
}

.cms_table td
{
    padding: 5px;
}
