/* New, clean site */
body { 
    background: #ffffff;
    margin: 0pt;
}

#body_content {
    margin: 0px auto 0px auto; 
    padding: 0; 
    background: transparent url(../images/backgroundimage_1.jpg) no-repeat scroll center center; 
    overflow: hidden; 
    position: relative; 
    word-wrap: break-word;  
    text-align: left; 
    width: 800px; 
    height: 600px;
    top: -5px;
}

#right_content {
    position: relative;
    top: 25px;
    width: auto;
    height: auto;
    word-wrap: break-word;
    z-index: 5;
    margin: 0;  
    padding: 0 30px 0 50px;
}

#left_content {
    position: relative;
    top: 25px;
    width: 400px;
    height: auto;
    word-wrap: break-word;
    z-index: 5;
    margin: 0;  
    padding: 0 10px 0 30px;
}

#right_sidebar {
    float: right;
    /* background-color: red; */
    z-index: 10;
    width: 275px;
    height: auto;
    margin: 0px 30px 0px 10px;
    padding: 10px;
}

#left_sidebar {
    float: left;
    /* background-color: red; */
    z-index: 10;
    width: auto;
    height: auto;
    margin: 10px 10px 10px 30px;
    padding: 4px;
    background-color: white;

}

#right_sidebar_lg {
    float: right;
    z-index: 10;
    width: 360px;
    margin: 0px 30px 0px 10px;
    padding: 4px; 
    background-color: white;
}

#slideshow {
    position: relative;
    z-index: 10;
    margin: 10px 20px 10px 20px;
    padding: 1px 1px 1px 1px;
    width: auto;
    height: auto;
    text-align: center;
}

#slideshow.img {
    width: 750px;
    height: 550px;
}

#linksbar {
    clear: both;
    width: 800px;
    height: 65px;
    position: absolute;
    top: 500px;
    left: 0px;
}

#footer {
    height: 65px; 
    width: 800px;
    position: absolute;
    top: 560px;
    left: 0px;  
    z-index: 4; 
    color: #463c3c;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 13px;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: center;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

/*
#body_layer {
    margin: 175pt 30pt 10pt 30pt; 
    position: relative; 
    top: 0px; 
    z-index: 5; 
}
*/

#nav_layer {
    width: 800px; 
    top: 0; 
    margin: 0; 
    padding: 15px 0 10px 0; 
    /* float: left; */
    z-index: 0; 
    text-align: center;
    position: relative; 
}

.navbar-list {
    list-style-type: none;
    font-family: Chancery, cursive;
    font-size: 1em;
    color: #666;
    text-align: center;
    padding: 10px 10px 10px 20px;
    font-style: italic;
    display: inline;
    margin: 9px 0px 6px 0px;
    line-height: 30px;
}

.navbar-list ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.navbar-list li {
    list-style-type: none;
    display: inline;
    padding: 0px 10px 0px 10px;
}

.navbar-list li a {
    text-decoration: none;
    /* color: #E0B48B; */
    color: #666;
}

.navbar-list li a:visited {
    text-decoration: none;
    /* color: #E0B48B; */
    color: #666;
}

.navbar-list li a:hover {
    /* color: #EEE6CD; */
    color: #463C3C;
    text-decoration: none;
}


li.current-page {
    color: #463C3C;
    text-decoration: none;
    font-weight: bold;
}

.navlink ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.navlink li {
    position: relative;
    left: 300px;
    list-style-type: none;
    display: inline;
    padding: 0px 10px 0px 10px; 
}

caption {
    font-weight: bold;
}


div { 
    overflow: visible; 
}

div.paragraph {
    position: relative;
}

img { 
    border: none; 
}

em {
    font-size: 1.1em;
    font-weight: bold;
}

td {
    color: #000000;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
    /* font-family: 'Palatino-Roman', 'Palatino', serif; */
    /* font-family: 'Baskerville', 'Times New Roman', serif;*/
    font-size: 1em;    
}

li {
    color: #4b4b4b;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
    font-size: 1em;
}

.Body {
    color: #463c3c;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.paragraph_big {
    color: #4b4b4b;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
    /* font-family: 'Palatino-Roman', 'Palatino', serif; */
    /* font-family: 'Baskerville', 'Times New Roman', serif;*/
    font-size: 1.1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0px;
    padding-bottom: 9px;
    padding-top: 9px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.paragraph_small {
    color: #4b4b4b;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
    /* font-family: 'Palatino-Roman', 'Palatino', serif; */
    /* font-family: 'Baskerville', 'Times New Roman', serif;*/
    font-size: .8em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 12px;
    margin: 0px;
    padding-bottom: 9px;
    padding-top: 9px;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

.small-link {
    color: #4b4b4b;
    font-family: 'HoeflerText-Regular', 'Hoefler Text', 'Times New Roman', serif;
    font-size: .8em;
    text-align: right;
}

/*
.style_1 {
    font-family: 'Palatino-BoldItalic', 'Palatino', serif;
    font-style: italic;
    font-weight: bold;
}
*/







