* {
    margin: 0px;
    padding: 0px;
    outline: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
a img {
    border: none;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
}
.clear {
    clear: both;
    font-size: 1px;
}
.bold {
    font-weight: bold;
}
.left {
    float: left;
}
.right {
    float: right;
}
.last {
    margin-right: 0px !important;
}
.no-border {
    border: none !important;
}
.no-bgr {
    background: none !important;
}



body {
    background: url(../im/bg.jpg) repeat-x;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #858585;
}
/* wrapper */

#wrapper {
    width: 960px;
    margin: 0px auto;
    background: url(../im/container.jpg) repeat-y;
    overflow: hidden;
}
/* header */

#header {
    text-align: center;
    padding-top: 15px;
    background: url(../im/header.png) left bottom repeat-x;
    height: 154px;
    padding-bottom: 6px;
    position: relative;
}
/* container */

#container {
    position: relative;
    top: -6px;
    padding: 0 10px;
}
#container .logo2 {
    float: left;
    margin-top: -50px;
}
#container .slider {
    float: right;
    width: 673px;
    height: 225px;
    background: url(../im/slider.png) no-repeat;
    margin-top: -50px;
    margin-bottom: 30px;
    padding: 15px 0 0 52px;
}
#container .slider .bx-prev, #container .slider .bx-next {
    width: 13px;
    height: 25px;
    position: absolute;
    top: 96px;
    text-indent: -9999px;
    z-index: 100;
}
#container .slider li {
    width: 440px !important;
    z-index: 1;
}

.bx-wrapper {
    xwidth: auto !important;
}

.bx-window {
    width: 624px !important;
}
.bx-pager {
    width: 604px;
    height: 21px;
    background: url(../im/trans.png);
    padding: 4px 0 0 20px;
    position: absolute;
    top: 191px;
    left: 0px;
}
#container .slider .bx-pager a {
    color: #0000ff;
    font-family: PT Sans, Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0 4px 4px 4px;
}
#container .slider .bx-pager a.pager-active {
    background: url(../im/pager_active.png) center bottom no-repeat;
}
#container .slider .bx-prev {
    left: -20px;
    background: url(../im/btn-prev.png) no-repeat;
}
#container .slider .bx-next {
    left: 631px;
    background: url(../im/btn-next.png) no-repeat;
}
#container .left_column {
    float: left;
    width: 200px;
    position: relative;
    margin-right: 30px;
}
#container .right_column {
    float: right;
    width: 200px;
}
#container .content {
    float: left;
    width: 480px;
    display: inline;
    padding-bottom: 20px;
}
#container .content p {
    margin-bottom: 10px;
    line-height: 1.3;
}

#container .content p img {
    float: left;
    margin: 0 10px 2px 0;
}

#container .left_column li {
    position: relative;
}
#container .left_column li a {
    display: block;
    padding: 10px 5px 10px 21px;
    background: url(../im/romb_gray.png) 5px 15px no-repeat;
    color: #858585;
    border-bottom: 1px solid #D6D6D6;
    font-weight: bold;
    font-family: Times, Arial, Helvetica, sans-serif;
    position: relative;
    width: 174px;
}
#container .left_column li a:hover, #container .left_column li a.active {
    background: #858585 url(../im/romb_white.png) 10px top no-repeat;
    color: #fff;
    padding-left: 31px;
    left: -10px;
    width: 174px;
}
#container .left_column ul li ul {
    display: none;
    position: absolute;
    left: 200px;
    top: 0px;
    width: 200px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    z-index: 5;
    background-color: #fff;
}
#container .left_column li:hover ul {
    display: block;
}
#container .left_column li ul li a {
    background: #fff;
    font-weight: bold;
    font-family: Times, Arial, Helvetica, sans-serif;
    width: 174px;
}
#container .left_column li ul li a:hover {
    left: 0px;
    padding-left: 21px;
    background: #858585;
    width: 174px;
}
#container .right_column li a {
    display: block;
    padding: 5px 0 5px 22px;
    line-height: 1.2;
    border-bottom: 1px solid #187B22;
    font-family: Times, Arial, Helvetica, sans-serif;
    background-color: #EAEAEA;
}
#container .right_column li a span {
    display: block;
}
#container .right_column li a span.date {
    color: #858585;
    font-size: 12px;
}
#container .right_column li a span.title {

    font-size: 15px;
    color: #1f582a;
}
#container .right_column li.green a {
    background: transparent url(../im/romb_shadow.png) 5px 15px no-repeat;
}
#container .right_column li.green a .title {
    color: #1d7e20;
}
#container .right_column li a:hover span {
    text-decoration: underline;
}
#container .content h1 {
    font-size: 30px;
    margin-bottom: 15px;
    font-family: PT Sans, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
#container .green {
    color: #278129;
}

#container .right_column h2 {
    font-family: Times, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
    background: url(../im/latest.png) no-repeat;
    padding: 12px 0 0 54px;
    width: 155px;
    height: 33px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    position: relative;
    left: -4px;
}
#container .right_column ul {
    margin-bottom: 15px;
}
#container  .pdf {
    display: block;
    background: url(../im/pdf.png) no-repeat;
    padding: 13px 0 0px 45px;
    font-size: 14px;
    color: #858585;
    margin-top: 18px;
    height: 31px;
    text-decoration: underline;
    float: left;
    clear: both;
}
#container .right_column .pdf {
    padding-top: 5px;
    height: 39px;
    background: url(../im/pdf_home.png) no-repeat;
    padding-bottom: 7px;
    margin-top: 0px;
    margin-left: 7px;
    text-align: left;
}
#container  .pdf:hover {
    text-decoration: none;
}

#container .right_column .home_link {
    background: url(../im/home_link.png) center bottom no-repeat;
    padding: 5px 0  28px;
    text-align: center;

}

#container .right_column .gray {
    background-color: #EAEAEA;
    padding: 10px 0 12px 0;
    margin-top: -6px;
    border-top: 1px solid #C8C8C8;
}

#container h3 {
    background: url(../im/h3.png) left center no-repeat;
    font-size: 14px;
    font-family: Times, Arial, Helvetica, sans-serif;
    color: #4a4a4a;
    width: 200px;
    text-indent: 25px;
    margin-bottom: 10px;
}

#container h4 {
    font-size: 15px;

    font-weight: normal;
    font-family: PT Sans;
    color: #4a4a4a;
}

#container .single_new .img {
    background: url(../im/img_cover_news.jpg) no-repeat;
    float:left;
    margin-right: 10px;
    padding: 10px 0 0 9px;
    width: 139px;
    height: 108px;
}

#container .single_new {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
}

#container .content span.date {
    font-size: 12px;
    display: block;
    font-family: PT Sans;
    margin-bottom: 5px;
}

#container  .single_new span.date {
    margin-bottom: 0px;
}

#container .single_new p {
    line-height: 1.3;
    margin-bottom: 0px;
}

#container .single_new .more {
    float: right;
    color: #858585;
    font-size: 11px;
    text-decoration: underline;
}

#container .single_new .more:hover {
    text-decoration: none;
}

#container .content .back_button {
    float: left;
    clear: both;
    color: #4a4a4a;
    text-decoration: underline;
}

#container .content .back_button:hover {
    text-decoration: none;
}

/*calendar */

#calendar {
    width: 460px;
    height: 71px;
    overflow: hidden;
    background: url(../im/calendar_bg.jpg) repeat-x;
    padding: 15px 14px 0 14px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.25)
}


#calendar .legend {
    display: none;
}

#calendar.expand {
    height: auto !important ;
}
#calendar table {
    visibility: hidden;
}

#calendar table.head {
    visibility: visible;
    margin-top: 15px;
    float: left;
}

#calendar.expand table {
    visibility: visible;
}
#calendar.expand .legend {
    display: block;
}

.months, .months a {
    font-size: 24px;
    color: #fff;
    font-family: PT Sans, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6)
}
table {
    font-size: 20px;
}

td {
    width: 55px;
    text-align: center;
    vertical-align: middle;
    background-image: url(../im/days_bgr.png);
    background-repeat: no-repeat;
    background-position: -64px center;
    color: #fff;
    position: relative;
    font-size: 28px;
    font-family: PT Sans, Arial, Helvetica, sans-serif;
    z-index: 1;
}
table.head td {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    font-size: 16px;
    background: none;
    padding: 0px;
    width: 64px;
    font-weight: bold;
}
td.date_has_event {
    background-position: 0 center;
    cursor: pointer;
}

td.date_has_event a {
    color: #fff;
    display: block;
}
table td {
    padding: 12px 0 11px;
}
td.empty {
    background-position: -128px center;
}
.event {
    background: url(../im/events.png) right center no-repeat;
    font-size: 24px;
    font-family: PT Sans, Arial, Helvetica, sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    color: #ffb304;
    padding: 0 18px 0 0;
    cursor: pointer;
}
td.date_has_event:hover {

}
td.padding {

}
td.today {

    color: white;
}
td.today:hover {

}

.events {
    position: relative;
}


.event_inner {
    background: url(../im/event.png) 2px 20px no-repeat;
    padding-left: 7px;
    position: absolute;
    left: 53px !important;
    top: -45px !important;
    width: 122px;
    z-index: 1000;
    bottom: auto !important;
}
.events .event_inner_inner {
    background: #F9B423;
    border: 1px solid #FDDD9A;
    width: 108px;
    padding: 7px;
}
.events p {
    text-align: left;
    font-family: PT Sans, Arial, Helvetica, sans-serif;
    font-size: 11px;

    list-style: none;
    color: #fff;
}
.events li {
    padding-bottom: 5px;
}
.events li span {
    display: block;
    font-size: 12px;
    text-align: justify;
    color: #555;
}
.events li span.title {
    font-weight: bold;
    color: #222;
}

#calendar .legend {
    color: #eaeaea;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    font-size: 11px;
    background: url(../im/legend.gif) no-repeat;
    padding: 2px 0 5px 16px;
    margin-left: 145px;
    clear: both;
    margin-top: 1px;
}

/* end of calendar */

#container .gallery li a {
    width: 130px;
    height: 133px;
    display: block;
    padding: 14px 9px 0 9px;
    background: url(../im/img_cover.jpg) no-repeat;
}
#container .gallery li a img {
    display: block;
    margin-bottom: 10px;
}
#container .gallery li {
    margin: 0 18px 18px 0;
    float: left;
}
#container .gallery li a .title {
    color: #fff;
    font-family: PT Sans, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    display: block;
    height: 30px;
    overflow: hidden;
}
#container .gallery_inner li a {
    height: 100px;
}
#container .paging {
    text-align: center;
    padding: 10px 0;
}
#container .paging a {
    padding: 0 3px;
    color: #858585;
    font-family: PT Sans, Arial, Helvetica, sans-serif;
}
#container .paging a:hover, #container .paging a.active {
    color: #0000ff;
}
#container .map img {
    padding: 9px 9px 16px 9px;
    display: block;
    margin-bottom: 2px;
}
#container .map {
    font-size: 12px;
    margin-bottom: 10px;
    width: 462px;
    height: 226px; 
}
#container .map-text p a {
    text-decoration: underline;
}
#container .map-text p a:hover {
    text-decoration: none;
}
#container .address .title {
    border-bottom: 1px solid #D6D6D6;
    border-top: 1px solid #D6D6D6;
    padding: 5px;
    margin-bottom: 10px;
}
#container .address .left {
    width: 160px;
}
#container .address .left p {
    line-height: 1.4;
    margin-bottom: 0px;
}
#container h5 {
    font-size: 16px;
    font-weight: normal;
    color: #4a4a4a;
    margin-bottom: 5px;
}

.event_popup {
    width: 480px;
}

.event_popup span.date {
    display: block;
    color: #4a4a4a;
    font-size: 30px;
    font-family: PT Sans, Arial, Helvetica, sans-serif;
}

.event_popup .single_event {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D6D6D6;
}

.event_popup .single_event .title {
    font-size: 15px;
    margin-bottom: 5px;
    font-family: PT Sans, Arial, Helvetica, sans-serif;	
    color: #4a4a4a;
}

.event_popup .single_event .read_more {
    float: right;
    text-decoration: underline;
    color: #858585;
    font-size: 11px;
}

.event_popup .single_event .read_more:hover {
    text-decoration: none;
}

.event_popup  .last {
    border-bottom: 1px solid #fff;
}

/* footer */

#footer {
    text-align: center;
    color: #858585;
    font-size: 11px;
    font-family: PT Sans, Arial, Helvetica, sans-serif;
    padding: 25px 0;
    background: url(../im/footer.jpg) center top no-repeat;
    margin-top: 150px;
}
.container_form {
    width: 680px;
    float: left;
}
.qst, .ans {
    display: block;
    margin-top: 15px;
}
.l_date {
  float: left;
  line-height: 30px;
  margin: 0;
  width: 40%;
}
.application_form .a {
    border-bottom: 1px solid #d6d6d6;
    color: #414141;
    font-weight: 600;
}
.application_form .a, .application_form .q, .application_form .a_more {
    line-height: 30px;
    margin-bottom: 15px;
}
.application_form .date {
    float: left;
    width: 60%;
}
.social {
    width: 25px;
}
.social_icons li{
	display:block;
	float: left;
	padding: 0 6px;
}
.social_icons li a{
	background: #FFFFFF!important;
	border: 0px!important;
	padding:0px!important;
}