@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #5194C3 url(../images/bg_main_new2.png) repeat-x top left;
	color: #000;
	font-family: "BPG Glaho", "BPG Glaho Verdana", "BPG Glaho Arial V5", "BPG Glaho Arial", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 7%;
}

img {
	border: 0 none;
}

ul {
	list-style: none outside none;
}

.clearer {
	clear: both;
	display: block;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}



#header,
#header td {
    border: 0 none;
}

#header {
    height: 145px;
    width: 100%;
}

#header .logo {
    width: 230px;
}

#header .logo img {
    display: block;
}

#header .headstuff {
    background: url(../images/head_bg.png) no-repeat right 75px;
}


#header .quicklinks {
    font-size: 12px;
    text-align: right;
    padding-right: 200px;
    padding-top: 53px;
}

#header .quicklinks img {
    vertical-align: middle;
    padding-right: 3px;
}

#header .langs_and_search {
    padding-top: 13px;
}

#header .langs_and_search .langs {
    width: 35%;
    padding-left: 10px;
    padding-bottom: 3px;
    float: left;
}

#header .langs_and_search form {
    width: 30%;
    float: right;
    padding-right: 24px;
    text-align: right;
}

#header .langs_and_search form input {
    vertical-align: middle;
}

#header .langs_and_search form input.text {
    width: 120px;
    border: 1px solid #3e3e3e;
    color: #3e3e3e;
    background: #fff;
}

#header .menu {
    clear: both;
    padding: 12px 0 0 5px;
    *padding-top: 7px;
    font-size: 1px;
}

#header .menu a {
    color: #fff;
}

#header .menu li {
    padding: 0 12px;
    font-size: 12px;
}

#header .menu li ul {
    background: #333333;
    border: 1px solid #000;
    width: 130px;
    margin-top: 4px;
}

#header .menu li li {
    padding-top: 5px;
    padding-bottom: 4px;
    border-bottom: 1px solid #000;
}


/*
#header .menu a {
    margin: 0 3px;
}

#header .menu table {
    width: 100%;
}

#header .menu td {
    text-align: center;
}
*/



#maintable {
    width: 100%;
}

#maintable .left_sidebar {
    background: #0a0a0a url(../images/sidebar_left_bg.png) no-repeat top left;
    padding-top: 22px;
    padding-bottom: 20px;
}


.left_sidebar .left_sidebar_block {
    padding: 35px 18px 0 18px;
    *padding-top: 20px;
    text-align: center;
}

.left_sidebar .left_sidebar_block strong {
    display: block;
    margin-bottom: 5px;
    background: #fff;
    color: #3c3c3c;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
}

.left_sidebar .left_sidebar_block a img {
    border-top: 15px solid #000;
    border-bottom: 15px solid #000;
}

.video_thumb {
    background-repeat: no-repeat;
    background-position: center center;
}

.right_sidebar .right_sidebar_block {
    padding: 15px 8px 0 8px;
    *padding-top: 7px;
    text-align: center;
}

.right_sidebar .right_sidebar_block strong {
    display: block;
    margin-bottom: 5px;
    background: #fff;
    color: #3c3c3c;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
}

.right_sidebar .right_sidebar_block .banner {
    padding-bottom: 15px;
}





#maintable .main_td {
    background: #e1e1e1;
}

#maintable .right_sidebar {
    background: #010101 url(../images/sidebar_right_bg.png) repeat-x top left;
}

#maintable .left_footer {
    background: #0A0A0A;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    font-size: 10px;
}



.front_news {
    background: #b6b6b6;
}

.front_news .news_item {
    border-bottom-color: #fff;
}



.calendar {
	margin: 5px 4px 5px 30px;
}

.calendar .cal_caption {
	table-layout: fixed;
	width: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}

.calendar .cal_caption td {
	text-align: center;
	color: #242e38;
	width: 22px;
}

.calendar .cal_caption .capt {
	width: 90%;
}


.calendar .maintable {
	width: 100%;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

.calendar .maintable td {
	padding: 3px 0;
	color: #555757;
}

.calendar .maintable .days td {
	width: 14%;
	color: #fff;
	background: #465c73;
	padding: 3px 0;
}

.calendar .maintable .days td.wide {
	width: 15%;
	color: #000;
	background: #b6b6b6;
}

.calendar .maintable a {
	text-decoration: none;
	color: #50589f;
}

.calendar .maintable td.today {
	background: #b0b0b0;
}

.calendar .maintable td.today a {
    color: #000;
}





.content {
    padding: 20px 20px 30px 25px;
}

h1 {
	font-size: 18px;
	color: #3c3c3c;
	padding-left: 25px;
	background-color: #fff;
	margin-top: 20px;
	font-weight: normal;
}


h2 {
	font-size: 16px;
	color: #3c3c3c;
	padding-top: 20px;
	padding-bottom: 15px;
}

h3 {
    padding-top: 10px;
    padding-bottom: 15px;
}

.highlight {
	background-color: yellow;
}


.text_content p {
	padding-bottom: 15px;
}

.text_content img {
	margin: 10px;
	border: solid;
}

.text_content img[align="left"] {
    margin: 0;
	margin-right: 10px;
}

.text_content img[align="right"] {
    margin: 0;
	margin-left: 10px;
}

.text_content ul {
	list-style: square outside none;
	padding-left: 35px;
	padding-bottom: 10px;
}

.text_content ol {
	list-style: numeric outside none;
	padding-left: 35px;
	padding-bottom: 10px;
}

.text_content li {
	padding-bottom: 5px;
}



.news_item {
	border-bottom: 1px solid #A1A1A1;
	padding: 0 0 15px 0;
	margin-bottom: 10px;
	clear: left;
}

.news_item .news_thumb {
    float: left;
    width: 118;
}

.news_item .news_text {
    margin-left: 120px;
}

.news_item .date {
	font-size: 10px;
	color: #7a7a7a;
}

.news_item .title a {
	font-size: 14px;
}

.news_item .desc {
	padding: 8px 0 0 0;
}





.pagination {
	border: 1px solid #cdcdcd;
	padding: 10px;
	text-align: center;
	color: #4e4e4e;
	margin: 35px 0 15px 0;
}

.pagination a, .pagination span {
	padding: 0 5px;
}

.pagination a {
	text-decoration: underline;
}



.contact_form {
    background: none;
}

.contact_form label {
	display: block;
	padding-bottom: 10px;
}

.contact_form label .text {
	width: 50%;
}

.contact_form img {
	vertical-align: middle;
}

.contact_form .button {
	width: 150px;
}

.contact_form .error {
	padding: 10px 0;
	color: red;
	font-weight: bold;
}



.search_results li {
	padding-bottom: 10px;
	font-size: 14px;
}




.sitemap_menu {
	list-style: square outside none;
	padding-left: 35px;
	padding-bottom: 10px;
	padding-top: 15px;
}

.sitemap_menu ul {
	list-style: circle outside none;
	padding-left: 35px;
	padding-top: 10px;
}

.sitemap_menu li {
	padding-bottom: 10px;
}



.videolist img {
    vertical-align: middle;
    border: 1px solid silver;
    margin-right: 10px;
}

.videolist a:hover {
    text-decoration: none;
}

.videolist a:hover strong {
    text-decoration: underline;
}

#videoPlayer {
	text-align: center;
}




.gallery {
	border: 0;
	margin-bottom: 30px;
}

.gallery td {
	text-align: center;
	padding: 10px 5px 30px 5px;
	vertical-align: middle;
	width: 33%;
}

.gallery td strong {
	display: block;
	padding: 5px 0 0 0;
	font-weight: normal;
}

.gallery_list strong {
    font-weight: bold !important;
}

.gallery_list strong a {
    text-decoration: underline;
}

.gallery td img {
	border: 1px solid #A4A4C9;
	padding: 2px;
}

.gallery td a:hover img {
	border: 1px solid #3A52A3 !important;
	background-color: #FFF !important;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; color:#22055D; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}











