/* FLASH MESSAGES */

#flashmsg {
    width: 100%;
    background-color: #00afd5;
}

#flashmsg .flashmsg-block {
    margin: 0 auto;
    padding: 0 4px;
    width: 960px;
}

#flashmsg .flashmsg-block p {
    margin: 0;
    padding: 11px 0 10px 0;
    width: 100%;    
    text-align: left;
    font-family: Cambria, Times New Roman, serif;
    font-weight: normal;
    font-size: 32px;
    color: #fff;
    text-shadow: #000 1px 1px 0;
}

/* GLOBAL SETTINGS */

body {
    height: 100%; 
    padding: 0; 
    margin: 0; 
    color: #4e4e4e; 
    border-style: none; 
    text-align: center;
    background: #0f0905;
}

img {
    border: 0;
}

#top {
    height: 21px;
    width: 100%;
    background: url('/images/top_bg.png') repeat-x;
}

#header {
    height: 68px;
    width: 100%;
    background: #fbf9f4 url('/images/content_bg.png') repeat;        
}

#header .in {
    position: relative;
    margin: auto;
    width: 960px;
    height: 68px;
}

#header .in .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 68px;
}

#header .in .logo p {
    font-family: Cambria, Times New Roman, serif;
    font-size: 37px;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    padding: 0;
    margin: 8px 0 0 0;
    text-shadow: white 0px 2px 0;
}

#header .in .logo p a {
    text-decoration: none;
}

#header .in .logo p a span.green {
    color: #9ccf00;
}

#header .in .logo p a span.blue {
    color: #00afd5;
}

#header .in ul#menu {
    position: absolute;
    left: 370px;
    top: 0;
    width: 590px;
    height: 68px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#header .in ul#menu li {
    margin: 0;
    display: inline;
}

#header .in ul#menu li a {
    float: right;
    display: block;
    margin: 20px 0 0 0;
    padding: 7px 12px 0 12px;
    height: 30px;
    font-family: Cambria, Times New Roman, serif;
    font-size: 19px;
    font-weight: bold; 
    color: #646464;
    text-decoration: none;
    text-shadow: white 0px 1px 0;  
    outline: none;
}

#header .in ul#menu li a:hover {
    color: #9ccf00;
}

#header .in ul#menu li.active {
    margin: 0;
    display: inline;
}

#header .in ul#menu li.active a {
    float: right;
    display: block;
    margin: 20px 0 0 0;
    padding: 7px 12px 0 12px;
    height: 30px;
    font-family: Cambria, Times New Roman, serif;
    font-size: 19px;
    font-weight: bold;
    color: #9ccf00;
    text-decoration: none;
    text-shadow: white 0px 1px 0;
    background: #f3f0e8;
    outline: none;
}

/* SLIDESHOW */
#slides_base {
    height: 282px;
    width: 100%;
    background: #fbf9f4 url('/images/content_bg.png') repeat;  
}

#slides_base #slides {
    position: relative;
    margin: auto;
    width: 1008px;
    height: 282px;
    z-index: 100;
}

#slides_base #slides #frame {
    position: absolute; width: 964px; height: 280px; top: 0px; left: 22px; z-index: 102;
}

#slides_base #slides .next, #slides .prev {
    position: absolute; top: 118px; left: 0px; width: 25px; height: 50px; display: block; z-index: 103;
}

#slides_base #slides .next {
    left: 985px;
}

#slides_base #slides .slides_container {
    position: absolute; left: 26px; top: 8px; width: 956px; height: 270px;
}

/* #header #header-block #slides .slides_container div */
#slides_base #slides .slides_container .slide {
    width: 956px; height: 270px; display: block;
}

/* #header #header-block #slides .slides_container div .caption */
#slides_base #slides .slides_container .slide .caption {
    position: absolute; left: 0; top: 286px; width: 960px; height: 30px; padding: 5px 20px 0 15px; z-index: 101;
    background: #db9b05;
    background: rgba(0,0,0,.6);
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 25px;
    color: #000;
    border-top: 1px solid #000;
    text-shadow: none;
}

#slides_base #slides .slides_container .slide .caption p {
    font-family: Arial, sans-serif; font-size: 15px; font-weight: normal; color: #fff; text-align: left; text-shadow: none;
}

#slides_base #slides ul.pagination {
    margin: 11px auto 0; padding: 0; width: 660px;
}

#slides_base #slides li {
    float: left; margin: 0 1px; list-style: none;
}

#slides_base #slides li a {
    display: block; width: 21px; height: 0; padding-top: 21px; background-image: url('/images/pagination.gif'); background-position: 0 0; float: left; overflow: hidden;
}

#slides_base #slides li.current a {
    background-position: 0 -23px;
}

#content {
    width: 100%;
    background: #f4f0e4 url('/images/content2_bg.png') repeat-x; 
}

#content #content2 {
    width: 100%;
    background: url('/images/content_bg.png') repeat; 
    padding-bottom: 30px;
}

#content #content2 .in {
    position: relative;
    margin: auto;
    width: 960px;
    background: #fff url('/images/content_top.png') repeat-x;
}

#content #content2 .in .left {
    float: left;
    width: 640px;
    text-align: left;
}

#content #content2 .in .right {
    float: right;
    width: 300px;
    text-align: left;
}

#content #content2 .in .left h1 {
    font-family: Cambria, Times New Roman, serif;
    font-size: 30px;    
    color: #00afd5;
    text-align: left;
    padding: 28px 0 8px 32px;
    margin: 0;     
}

#content #content2 .in .left h2 {
    font-family: Cambria, Times New Roman, serif;
    font-size: 24px;    
    color: #9ccf00;
    text-align: left;
    padding: 10px 0 10px 32px;
    margin: 0;     
}

#content #content2 .in .left h2 a {
    font-family: Cambria, Times New Roman, serif;
    font-size: 24px;    
    color: #9ccf00;
    text-decoration: underline;     
}

#content #content2 .in .left h2 a:hover {
    text-decoration: none;     
}

#content #content2 .in .left h3 {
    font-family: Cambria, Times New Roman, serif;
    font-size: 20px;    
    color: #00afd5;
    text-align: left;
    padding: 17px 0 0 32px;
    margin: 0;     
}

#content #content2 .in .left p {
    font-family: Cambria, Times New Roman, serif;
    line-height: 24px;
    font-size: 16px;    
    color: #646464;
    text-align: left;
    padding: 11px 30px 11px 32px;
    margin: 0;
    text-align: justify;
}

#content #content2 .in .left #calendar table.fc-header tbody tr td.fc-header-left,
#content #content2 .in .left #calendar table.fc-header tbody tr td.fc-header-center,
#content #content2 .in .left #calendar table.fc-header tbody tr td.fc-header-right
{
    border-color: #ddd;
    background-color: #ddd;    
}

#content #content2 .in .left #calendar table.fc-header tbody tr td.fc-header-left span.fc-header-title h2 {
    color: #00afd5;
}

#content #content2 .in .left .flash {
    font-family: Cambria, Times New Roman, serif;
    line-height: 24px;
    font-size: 15px;    
    color: #4e4e4e;
    text-align: left;
    padding: 20px 30px 0 32px;
    margin: 0;
    text-align: justify;
    font-weight: bold;
}

#content #content2 .in .left p a {
    font-family: Cambria, Times New Roman, serif;
    line-height: 24px;
    font-size: 16px;    
    color: #00afd5;
    text-decoration: underline;
}

#content #content2 .in .left p a:hover {
    text-decoration: none;
}

#content #content2 .in .left ul {
    font-family: Cambria, Times New Roman, serif;
    line-height: 24px;
    font-size: 16px;    
    color: #646464;
    text-align: left;
    padding: 0px 0 11px 32px;
    margin: 0 0 0 30px;
}

#content #content2 .in .left ul li {
    padding: 5px 0 5px 2px;
    list-style-image: url('/images/li_bg.gif');
    line-height: 22px;
}

#content #content2 .in .left ul li ul {
    font-family: Cambria, Times New Roman, serif;
    line-height: 24px;
    font-size: 16px;    
    color: #646464;
    text-align: left;
    padding: 8px 0 0px 0px;
    margin: 0 0 0 30px;
}


/* GENERAL TABLE */

#content #content2 .in .left table {
    font-family: Cambria, Times New Roman, serif;
    line-height: 24px;
    font-size: 16px;    
    color: #646464;
    text-align: left;
    padding: 11px 0 11px 0;
    margin: 11px 0 11px 32px;
    border: 1px solid #dbdbdb;
    border-collapse: collapse;
}

#content #content2 .in .left table th {
    padding: 5px 10px;
    background: #f3f0e8;
    border: 1px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
    color: #9ccf00;
}

/* TABLE GALLERY */

#content #content2 .in .left #gallery table th, #content #content2 .in .left table th  {
    padding: 5px 10px;
    background: #f3f0e8;
    border: 1px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
    color: #9ccf00;
}

#content #content2 .in .left table td p, #content #content2 .in .left table td h2, #content #content2 .in .left table td h3 {
    padding-left: 0;
}

#content #content2 .in .left #gallery table td, #content #content2 .in .left table td  {
    padding: 5px 0px 5px 14px;
    border: 1px solid #dbdbdb;
}

#content #content2 .in .left #gallery table.gallery {
    font-family: Cambria, Times New Roman, serif;
    line-height: 22px;
    font-size: 14px;    
    color: #4e4e4e;
    width: 578px;
    background: #f8f7f2;
    padding: 0;
    margin: 20px 32px 20px 32px;
    border: 0;
    border-collapse: collapse;
}

#content #content2 .in .left #gallery table.gallery td, #content #content2 .in .left #gallery table.gallery tr {
    border: 0;
}

#content #content2 .in .left table.gallery p {
    font-family: Cambria, Times New Roman, serif;
    line-height: 18px;
    font-size: 12px;    
    color: #4e4e4e;
    text-align: center;
    padding: 0;
    margin: 0;
    text-align: justify;
    height: 22px;
}

/* TABLE CONTACT */

#content #content2 .in .left table.contact {
    margin: 30px 0 11px 32px;
    padding: 11px 0 11px 0;
    font-family: Cambria, Times New Roman, serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #333;
    text-align: left;
    border: 0;
    border-collapse: collapse;
}

#content #content2 .in .left table.contact tbody tr td {
    padding: 0;
    border: 0;
    vertical-align: top;
}

#content #content2 .in .left table.contact tbody tr td small a {
    text-align: left;
    text-decoration: underline;
    color: #00afd5;
}

#content #content2 .in .left table.contact tbody tr td small a:hover {
    text-align: left;
    text-decoration: none;
    color: #00afd5;
}

#content #content2 .in .left table.contact tbody tr td.first {
    padding-right: 10px;
    width: 285px;
}

#content #content2 .in .left table.contact tbody tr td.first h3 {
    margin: 0 0 10px 0;
    padding: 0;    
    font-family: Cambria, Times New Roman, serif;
    font-weight: bold;
    font-size: 20px;
    font-weight: normal;
    color: #00afd5;
}

#content #content2 .in .left table.contact tbody tr td.first p {
    padding: 11px 0 11px 0;
    text-align: left;    
}

/* FORM */

#content #content2 .in .left form {
    background: #F8F7F2;
    width: 600px;
    margin: 11px 0 11px 32px;
    padding: 10px 0 20px 0;
}

#content #content2 .in .left form table {
    margin: 0 25px;
    padding: 0;
    font-family: Cambria, Times New Roman, serif;
    line-height: 24px;
    font-size: 18px;    
    color: #646464;
    text-align: left;
    border: 0;
    border-collapse: collapse;
}

#content #content2 .in .left form table tbody tr {
    border-bottom: 1px dashed #dbdbdb;
}

#content #content2 .in .left form table tbody tr th {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border: 0px dashed #dbdbdb;
    text-align: left;
}

#content #content2 .in .left form table tbody tr td {
    padding: 10px 0px 10px 14px;
    border: 0px dashed #dbdbdb;
    vertical-align: top;
    background: none;
}

#content #content2 .in .left form table tbody tr td input {
    width: 330px;
    height: 20px;
    margin: 10px 0;
    padding: 8px 8px;
    border: 1px solid #ddd;
    font-family: Cambria, Times New Roman, serif;
    font-size: 16px;
    color: #928d7d;
}

#content #content2 .in .left form table tbody tr td input.sendBtn {
    margin: 10px 0;
    width: 220px;
    height: 40px;
    padding: 8px 8px;
    border: none;
    background-color: #aaa;
    color: white;
    cursor: pointer;
    cursor: hand;
    font-family: Cambria, Times New Roman, serif;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
}

#content #content2 .in .left form table tbody tr td textarea {
    width: 330px;
    margin: 0;
    padding: 4px 8px;
    border: 1px solid #ddd;
    font-family: Cambria, Times New Roman, serif;
    font-size: 16px;
    color: #928d7d;
}

/* RIGHT */

#content #content2 .in .right p.title {
    width: 259px;
    height: 24px;
    background: #f8f7f2 url('/images/news_bg.png') no-repeat;
    font-family: Cambria, Times New Roman, serif;
    padding: 12px 0 0 11px;
    font-size: 22px;    
    color: #9ccf00;
    text-shadow: white 0px 1px 0;
    font-weight: bold;
    margin: 23px 0 0 0;
}

#content #content2 .in .right .news {
    width: 270px;
    background: #f8f7f2;
}

#content #content2 .in .right .news .left {
    float: left;
    width: 80px;
}

#content #content2 .in .right .news .left p.date {
    background: #f8f7f2 url('/images/news_date_bg.png') no-repeat;
    font-family: Cambria, Times New Roman, serif;
    padding: 5px 0 0 10px;
    margin: 20px 0 0 0;
    font-size: 16px;    
    color: #b3b19f;
    text-shadow: white 0px 1px 0;
    line-height: 18px;
    width: 60px;
    height: 41px;
}

#content #content2 .in .right .news .right {
    float: left;
    width: 170px;
}

#content #content2 .in .right .news .right h3 {
    font-family: Cambria, Times New Roman, serif;
    padding: 5px 0 0 0;
    margin: 20px 0 0 0;
    font-size: 16px;    
    color: #7c3103;
    text-shadow: white 0px 1px 0;
    line-height: 18px;
    font-style: italic;
}

#content #content2 .in .right .news .right h3 a {  
    color: #7c3103;
    text-decoration: none;
}

#content #content2 .in .right .news .right h3 a:hover {  
    text-decoration: underline;
}

#content #content2 .in .right .news .right p {
    font-family: Cambria, Times New Roman, serif;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
    font-size: 14px;    
    color: #646464;
    text-shadow: white 0px 1px 0;
    line-height: 18px;    
}

#content #content2 .in .right p {
    font-family: Cambria, Times New Roman, serif;
    padding: 20px 0 0 80px;
    margin: 0;
    font-size: 14px;    
    color: #646464;
    text-shadow: white 0px 1px 0;
    line-height: 18px;
    background: #f8f7f2;
    width: 190px;
}

#content #content2 .in .right p a {
    color: #646464;
    text-decoration: underline;
}

#content #content2 .in .right p a:hover {
    text-decoration: none;
}

#content #content2 .in .right .news_bottom {
    background: url('/images/news_bottom_bg.png') no-repeat;
    width: 270px;
    height: 15px;
}

#content #content2 .in .content_bottom {
    background: url('/images/content_bottom_bg.png') no-repeat;
    width: 960px;
    height: 17px;    
}

#footer {
    width: 100%;
    height: 264px;
    background: url('/images/footer_bg.png') repeat-x;
}

#footer .footer_in {
    position: relative;
    margin: auto;
    width: 960px;
    height: 264px;
}

#footer .footer_in .map {
    float: left;
    width: 318px;
    text-align: left;
}

#footer .footer_in .map p.title {
    font-family: Cambria, Times New Roman, serif;
    padding: 5px 0 0 0;
    margin: 40px 0 0 0;
    font-size: 24px;    
    color: #f4f0e4;
    text-shadow: #19100a 0px 1px 0;
    line-height: 18px;
    font-style: italic; 
    font-weight: bold;
    background: url('/images/map_icon.gif') 190px 2px no-repeat;
}

#footer .footer_in .map .map_img {
    margin-top: 9px;
    width: 300px;
    height: 153px;
}

#footer .in .contact {
    float: left;
    width: 318px;
}

#footer .in .copyright {
    float: left;
    width: 318px;
}

#footer .footer_in .contact {
    float: left;
    width: 318px;
    text-align: left;
}

#footer .footer_in .contact p.title {
    font-family: Cambria, Times New Roman, serif;
    padding: 5px 0 0 0;
    margin: 40px 0 0 15px;
    font-size: 24px;    
    color: #f4f0e4;
    text-shadow: #19100a 0px 1px 0;
    line-height: 18px;
    font-style: italic; 
    font-weight: bold;
    background: url('/images/tel_icon.gif') 95px 2px no-repeat;
}

#footer .footer_in .contact p {
    font-family: Cambria, Times New Roman, serif;
    padding: 15px 0 0 0;
    margin: 10px 0 0 15px;
    font-size: 16px;    
    color: #928d7d;
    text-shadow: #19100a 0px 1px 0;
    line-height: 22px;
    background: url('/images/footer_p_bg.png') repeat-x;
}

#footer .footer_in .contact p strong {    
    color: #beb9a8;
}

#footer .footer_in .contact p a {    
    color: #beb9a8;
    text-decoration: underline;
}

#footer .footer_in .contact p a:hover {    
    text-decoration: none;
}

#footer .footer_in .copyright {
    float: left;
    width: 318px;
    text-align: left;
}

#footer .footer_in .copyright p.title {
    font-family: Cambria, Times New Roman, serif;
    padding: 5px 0 0 0;
    margin: 40px 0 0 15px;
    font-size: 24px;    
    color: #f4f0e4;
    text-shadow: #19100a 0px 1px 0;
    line-height: 18px;
    font-style: italic; 
    font-weight: bold;
    background: url('/images/c_icon.gif') 115px 2px no-repeat;
}

#footer .footer_in .copyright p {
    font-family: Cambria, Times New Roman, serif;
    padding: 15px 0 0 0;
    margin: 10px 0 0 15px;
    font-size: 16px;    
    color: #928d7d;
    text-shadow: #19100a 0px 1px 0;
    line-height: 26px;
    background: url('/images/footer_p_bg.png') repeat-x;
}

#footer .footer_in .copyright p a {    
    color: #beb9a8;
    text-decoration: underline;
}

#footer .footer_in .copyright p a:hover {    
    text-decoration: none;
}

.clear {
    clear: both;
}

#calendar {
    width: 600px;
    margin: 15px 0 0 32px
}

#content #content2 .in .left #calendar table {
    margin: 0;
}

.fc-header-title h2 {
    font-size:  14px;
    white-space: normal !important;
}
