
body {
    font-size: 16px;
    background: #2fc2e1 url(images/bg_tile.jpg) top center;
    font-family: Sylfaen, Arial, sans-serif;
}

a {
    color: #0e75d3;
}

a:hover {
    text-decoration: none;
}









#main_wrapper {
    background: url(images/main.jpg) no-repeat top center;
    min-width: 1000px;
}


#content_wrapper {
    width: 900px;
    padding-left: 100px;
    margin: 0 auto;
    overflow: auto;
}


.header a {
    width: 600px;
    height: 310px;
    display: block;
    text-indent: -9000px;
    margin-left: -50px;
    margin-bottom: 40px;
}

.menu {
    height: 90px;
}

.menu li {
    float: left;
}

.menu a {
    display: block;
    float: left;
    padding: 10px 10px 13px 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 23px;
    margin-left: -10px;
    margin-right: 40px;
}

.menu a.active {
    background: #fff;
    text-decoration: none;
}



#content {
    clear: both;
    float: left;
    width: 660px;
    color: #295156;
}


*:first-child+html #content {
    display: inline;
} * html #content {
    display: inline;
}


#sidebar {
    width: 220px;
    float: right;
    text-align: left;
}

#sidebar li {
    margin-bottom: 35px;
}

#sidebar li a {
    display: block;
}





#content p,
#content ol,
#content ul,
#content h4 {
    margin-bottom: 20px;
}

#content strong {
    color: #0798AB;
}

#content ul {
    list-style-type: circle;
    margin-left: 25px;
}

#content h4 {
    font-size: 20px;
    color: #ED3034;
    font-weight: normal;
}


#content .person {
    margin-bottom: 20px;
    padding-bottom: 15px;
}

#content .person dl {
    margin-left: 55px;
}

#content .person dt {
    font-weight: bold;
}

#content .person dd {
    border-bottom: 1px dashed #2EBFDE;
    margin-bottom: 15px;
    padding-bottom: 15px;
}




form dt {
    font-weight: bold;
    font-size: 13px;
}

form dd {
    padding: 0 0 25px 22px;
}

form .text {
    font-size: 16px;
    font-family: Sylfaen, Arial, sans-serif;
    border: 0 none;
    background: transparent url(images/dashes.png);
    height: 26px;
    padding: 6px 0 0 0;
    color: #0565bd;
}

form .textarea {
    line-height: 31px;
    height: 125px;
    width: 80%;
    padding: 0 0 0 0;
}

form #error {
    display: none;
    color: #ee212a;
    font-size: 13px;
    font-weight: bold;
    padding-left: 15px;
}

#sent {
    display: none;
    padding: 8px;
    background: #fff;
    color: #3d7d08;
    font-weight: bold;
}




#footer_wrapper {
    background: url(images/small_tile.jpg);
    margin-top: 80px;
    font-size: 13px;
    font-weight: bold;
    color: #005567;
    text-align: right;
    padding-top: 28px;
    height: 72px;
}

#footer_wrapper > div {
    width: 910px;
    padding-left: 70px;
    margin: 0 auto;
}

#footer_wrapper img {
    float: left;
    display: block;
    margin-top: -12px;
}

#tip { 
    display: none; 
    font-size: 13px; 
    width: 210px;
    padding: 0 0 5px 0; 
    color: #0D6BCF;
    text-align: center;
    font-weight: bold;     
}





.day {
    padding: 10px;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #D7DBDB;
    margin-bottom: 30px;
}


.day h4 {
    padding: 15px;
    text-align: center;
    background: url(images/main.jpg) no-repeat bottom right;
    border: 1px solid #D7DBDB;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.day h5 {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 5px;
}

.day h5 img {
    vertical-align: middle;
    padding-right: 5px;
}

.day h5.blue   { color: #27498f; }
.day h5.red    { color: #e50c00; }
.day h5.green  { color: #2cb80c; }
.day h5.orange { color: #ff8e24; }




.day table,
.day table td,
.day table tr {
    border: 0 none;
}

.day table {
    margin-bottom: 40px;
}

.day table .event {
    width: 85%;
    padding: 15px 0;
    border-bottom: 1px dotted #D7DBDB;
}

.day table .event strong {
    font-size: 17px;
    display: block;
    padding-bottom: 5px;
    color: #028192;
}

.day table .event p {
    margin-bottom: 5px !important;
}

.day table .event .pers_desc {
    font-size: 13px;
    margin-left: 60px;
}

.day table .event .pers_desc em {
    display: block;
    font-style: normal;
    font-weight: bold;
    padding-top: 5px;
}

.day table .time {
    width: 15%;
    font-size: 13px;
    font-family: Georgia, "Times New Roman", serif;
    text-align: center;
    color: #777777;
    padding: 11px 0 15px 0;
    vertical-align: top;
}

.day table .time span {
    display: block;
    font-size: 24px;
    font-weight: bold;
}
































