﻿body {
    margin: 0;
    padding: 0;
    background-image: url(/_common/img/bg_page_line.gif);
    background-repeat: repeat-x;
    background-position: 0 0;
}

.pageContainer {
    
}

.header {
    width: 962px;
    height: 122px;
    position: relative;
    background-image: url(/_common/img/header.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin: 0 auto;
}

.header .logo {
    width: 275px;
    height: 120px;
    position: absolute;
    top: 10px;
    left: 0px;
}

.header div.search {
    position: absolute;
    top: 20px;
    right: 0px;
    color: #e5e6e8;
    font-weight: bold;
}

.header div.search input[type=text] {
    width: 150px;
    background: #bdaab3;
    border: solid 1px #987a89;
    color: #ffffff;
    font-weight: bold;
    padding: 2px 4px;
}

.header div.date {
    position: absolute;
    bottom: 18px;
    right: 0px;
    color: #e5e6e8;
    font-weight: bold;
}

div.nav {
    width: 962px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    background-color: #e5e6e8;
    z-index: 10;
    position: relative;
}


.wrapper {
    width: 962px;
    margin: 0 auto;
    padding-bottom: 30px;
    background-image: url(/_common/img/bg_line.gif);
    background-repeat: repeat-y;
    background-position: 749px 0;
}

.wrapper-home {
    background-image: url(/_common/img/bg_lines.gif);
    background-repeat: repeat-y;
    background-position: 490px 0;
}

.leftCol {
    float: left;
    width: 721px;
}

.feat {
    width: 721px;
    height: 280px;
}

.content {
    margin: 0;
    border-top: solid 25px #ffffff;
}

.intro {
    float: left;
    width: 460px; /* 490px - 47px */
}

.events {
    float: right;
    width: 212px;
}

.events p {
    padding-right: 30px;
}

span.date {
    color: #375694;
    font-weight: bold;
}

.rightCol {
    float: right;
    width: 182px;  /*212px - 30px */
    margin: 30px 0px 0px;
    padding: 15px 15px;
    background: #ffffff;
    overflow: visible;
}

.gallery-item {
    float: left; 
    width: 238px;  
    /*border: solid 1px #caccd0;*/
    margin: 0px 2px 2px 0px;
}

.footer {
    clear: both;
    border-top: solid 1px #caccd0;
    line-height: 0.8em;
    padding: 10px 0 30px;
    background: #e5e6e8;
}

.footerWrapper {
    margin: 0 auto; 
    width: 962px;
}

.footer .leftFoot {
    float: left;
}

.footer .rightFoot {
    float: right;
    text-align: right;
}

.footer .rightFoot ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .rightFoot ul li {
    display: inline;
}

.footer .rightFoot ul li a {
    font-weight: normal;
}

.clear {
    clear: both;
}
