@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font: 11px/1.5 Tahoma,Verdana, Arial, Helvetica, sans-serif;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height:normal;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */

body {
	margin:0;
	padding:0;
	background: #00235b no-repeat top center;
}

a {
	outline:none;
	color:#5682a3;
	text-decoration:none;
}

a:hover {
}

input { 
	padding:2px; 
	margin:1px;
	font-size: 11px; 
}

select { margin:2px; font-size:10px;}

h2 {
	font-weight:bold;
	font-size: 10pt;
	color: #023f85;
	text-transform: uppercase;
}

h3 {
	/*
	color: #8dd8f8;
	font-size:10px;
	text-transform: uppercase;
	margin-bottom:5px; */
}

sup {
	vertical-align: baseline; 
	font-size: 0.8em; 
	position: relative; 
	top: -0.4em;
}

em {
	font-style:italic;
}


/* ------ CSS COMMON ELEMENTS END ------ */

/* ------ CSS MAIN DIVS START ------ */

br.clear {
	clear: both;
}

.submit {
	border:1px solid #194567 !important;
	background: url(../images/submit.gif) repeat-x !important;
	height: 22px !important;
	color:#fff !important;
	width: auto !important;
	padding: 0 4px 0 4px;
}

#main {
	width: 960px;
	margin:0 auto 0 auto;
}

#header {
	height: 174px;
	width: 960px;
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#footer {
	width:946px;
	background: #003472;
	color: #1788d0;
	clear: both;
	padding:10px 7px 0 7px;
	height: 32px;
}

#footer a{
	color: #1788d0;
}

#footer p {
	width: 200px;
	float: left;
	font-size:10px;
}

#footer ul {
	width: 740px;
	float: right;	
}

#footer ul li{
	float: left;
	padding-right: 15px;
	text-transform: uppercase;
}

#menu {
	background:#fff url(../images/menu_bg.gif) repeat-x 0 1px;
	height: 66px;
	float: left;
	width:960px;
}

#menu ul { 
	float: left;
	width: 740px;
	height: 58px;
	padding:0 15px 0 15px;
	position: relative;
}

#menu ul li{
	float: left;
	position:relative;
	background-position: 50% 42px;
	background-repeat: no-repeat;	
}

#menu ul li a{
	height: 58px;
	line-height: 58px;
	padding:0 14px 0 14px;
	font-size: 10pt;
	text-transform: uppercase;
	color: #767373;
	font-weight: bold;
	display: block;
	float: left;
}

#menu ul li a.selected, #menu ul li a:hover{
	color: #023f85;
}

#menu ul li ul {
	display: none;
	position: absolute;
	left:0;
	top:58px;
	width: 170px;
	padding:5px 10px 5px 10px;
	background: #fff url(../images/menu_down.gif) repeat-x bottom;
	height: auto;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	z-index: 9999;
}

#menu ul li ul li {
	width: 180px;
}

#menu ul li ul li a {
	height: 14px;
	line-height: 14px;
	font-size: 11px;
	padding:6px 0 6px 0;
}

#menu div.blog {
	float: right;
	width: 168px;
	height: 40px;
	padding:18px 0 0 10px
}

#menu div.shadow {
	height: 8px;
	width: 960px;
	float: left;
	background: url(../images/menu_shadow.gif) no-repeat left top;
}


#langs {
	text-align: right;
	height: 24px;
	line-height:24px;
	padding: 0px 10px 0px 0px;
	color: #fff;
}

#langs a{
	color: #fff;
}

#langs img {
	border: 1px solid #6fb1e5;
}

#logos {
	width: 329px;
	float: right;
	padding:0 0 0 0px;
	height: 150px;
}

#logos a img {

}

#calendar{
	padding:0 0px 0px 0px;
	height: 218px;
	float: left;
	width: 196px;
}


#submenu ul{
	padding: 4px 0 4px 0;
}

#submenu ul li{
	padding: 2px 0 2px 12px;
}

#submenu ul li a{
	font-size:12px;
	background: url(../images/bullet.gif) no-repeat 0 50%;
	padding:0 0 0 16px;
}

#submenu ul li a:hover{
	text-decoration: underline;
}

.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
}
		
		.pagination a {
			padding: 2px 5px 2px 5px;
			margin: 2px;
			border: 1px solid #1D5FB9;
			text-decoration: none;
			color: #036CB4;
		}
		
		.pagination a:hover, .pagination a:active {
			border: 1px solid #1D5FB9;
			color: #666;
		}
		.pagination .current {
			padding: 2px 5px 2px 5px;
			margin: 2px;
			border: 1px solid #1D5FB9;
			font-weight: bold;
			background-color: #06a;
			color: #FFF;
		}
		.pagination .disabled {
			padding: 2px 5px 2px 5px;
			margin: 2px;
			border: 1px solid #EEE;
			color: #DDD;
		}

.rightc {
	width: 420px;
	float: right;
}	

.leftc {
	width: 300px;
	float: left;
}

#contact_form p{		
	float: left;
	width: 98%;
	padding-top:5px;
}

#contact_form p label {
	float: left;
	width: 90px;
	display: block;
	text-align: left;
	padding-top:3px;
}

#contact_form p label.error {
	color: #FF0F0F;
	width: 100%;
}
	
#contact_form p input {
	width: 310px;
	float: left;
}

#contact_form p textarea {
	width: 400px;
	height: 120px;
	float: left;
}

#contact_form p.captcha input {
	width: 80px;
}

#contact_form p.captcha img {
	float: left;
}

p.success {
	background: #D6EBCC url(../images/success.png) no-repeat 8px 50%;
	padding:4px 4px 4px 30px;

}

p.error {
	background: #FFE9CF url(../images/error.png) no-repeat 8px 50%;
	padding:4px 4px 4px 30px;
}


#index_info {
	background: #fff url(../images/grad_gray.gif) repeat-x top left;
	
	width: 960px;
	float: left;
}

#index_info div#welcome{
	float: left;
	width: 265px;
	padding:10px 15px 0 15px;
	border-left: 3px solid #fff;
}

#index_info div#welcome h2{
	font-size:11px;
	margin-bottom:5px;
}

#index_info div#welcome p{
	margin-bottom:3px;
}

#index_info div#video{
	width: 325px;
	float: left;
}

#index_info div#lastnews{
	width: 330px;
	float: left;
	background: #fff url(../images/grad_blue.gif) repeat-x top left;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}

#index_info div#lastnews h2 {
	font-size:8pt;
	padding:8px 0 4px 10px;
}

#index_info div#lastnews .rss {
	float: right;
	margin:4px 6px 0 0;
}

#index_info div#lastnews ul {
	padding:0 5px 0 5px;
}

#index_info div#lastnews ul li{
	height: 68px;
	overflow: hidden;
	border: 1px solid #ebe7e7;
	background: #fff url(../images/grad_news.gif) repeat-x top left;
	margin-top:3px;
}

#index_info div#lastnews ul li img{
	float: left;
	padding: 3px;
}

#index_info p.more {
	text-align: right;
	font-size: 12px;
	padding:3px 5px 3px 0;
}

#index_info div#lastnews ul li h3{
	padding-left: 93px;
}

#index_info div#lastnews ul li h3 a{
	font-weight:bold;
	font-size:11px;
	color: #494949;
}

#index_info div#lastnews ul li h3 a:hover{
	color: #023f85;
}


#index_info div#lastnews ul li span.date{
	font-size:10px;
	color: #777;
	padding-left: 6px;
	text-transform:capitalize;
}

#index_info div#lastnews ul li span.border{
	height: 1px;
	background: #fff;
	overflow: hidden;
	float: left;
	width: 100%;
}

#left {
	width: 200px;
	float: left;
	margin-bottom:7px;
}

#left div.box{
	background: #fff;
	margin-top:7px;
	padding:1px;
}

#left div.box div.in{
	border: 1px solid #c2c2c2;
}

#viewmore {
	float: right;
	width:750px;
	background: #fff;
	margin:7px 0 0px 0;
	padding:1px;
	
}
#viewmore div.in{
	border: 1px solid #c2c2c2;
	background: url(../images/grad_gray_reverse.gif) repeat-x bottom left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
	font-size: 14px;
}

#viewmore div.in a{
	padding: 0 10px 0 5px;
}

#content {
	float: right;
	background: #fff;
	margin:7px 0 7px 0;
	padding:1px;
	width: 750px;
}

#content div.in {
	border: 1px solid #c2c2c2;
	background: url(../images/grad_gray_reverse.gif) repeat-x bottom left;
}

#content .text {
	padding:7px 10px 5px 10px;
}

#content h2 {
	margin-bottom: 8px;	
}

#content h3 {
	font-size:9pt;
	color: #575757;
	font-weight: bold;
	margin:0 0 10px 0 !important;
}

#content p {
	margin-bottom: 8px;
}

#content ul{
	list-style-type: circle;
	margin-left:14px;
}

#content ol{
	margin-left:20px;
}

#content table {
	border-collapse: collapse;
	border-spacing:0px;
}

#content table tr td{
	vertical-align:top;
}
	
#content .thumb {
	float:left;
	display:block;
	margin:10px 10px 10px 0;
	padding:2px;
	border: solid 1px #BABABA;
}


#program {
	width: 200px;
	float: left;
	padding:0 8px 0 12px;
}


#infocenter {
	width: 314px;
	float: left;
	padding: 0 14px 0 0;
}

.indinfo {
	float: left;
	padding-top: 8px;
}

.indinfo h3{
	font-size:9pt;
	color: #575757;
	font-weight: bold;
	margin-bottom: 6px;	
}

#buletin {
	width: 200px;
	float: left;
}


#buletin_form label.error{
	width: 100%;
	display: block;
	color: red;
}

#buletin_form input{
	border:1px solid #c2c2c2;
	width: 176px;
	height: 16px;
	color:#585858;
	margin-top:5px;
}

#buletin_form input.submit{
	margin-right: 18px;
}


#gallery {
	float: right;
	background: #fff;
	margin:0 0 7px 0;
	padding:1px;
	width: 750px;
}

#gallery div.in {
	float:left;
	width: 748px;
	border: 1px solid #c2c2c2;
	background: url(../images/grad_gray_reverse.gif) repeat-x bottom left;
}

#gallery div.in h2{
	margin:5px 10px;
}

#map {
	width: 420px;
	height:200px;
	float: right;
}

#list_news {
	padding:10px 10px 10px 0;
	list-style-type: none !important;
	margin:0 !important;
}

#list_news li{
	float: left;
	width: 98%;
	padding-bottom: 15px;
}

#list_news li img {
	float: left;
	margin-right: 10px;
	padding:2px;
	border: solid 1px #BABABA;
}

#list_video {
	list-style-type:  none !important;
}

#list_video li{
	padding: 5px;
	float:  left;
	width: 340px;
	height: 290px;
}

#list_video li p {
	text-align: center;
	height: 34px;
	font-weight: bold;
}

#list_video li a.video {
	width: 340px;
	height: 240px;
	display:block;
	margin: auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color:#EFF7FF;	
	border:solid 1px #CCDCEB;
}

#list_video li a.video img {
	margin:80px 0 0 129px;
}

#list_pics {	
	padding:5px;
	list-style: none !important;
}

#list_pics li{
	width: 172px;
	height:170px;
	float: left;
	text-align: center;
	padding-top:10px;
}

#list_pics li span {
	width: 155px;
	margin: 0 auto 0 auto;
	padding:0 5px 0 5px;
	display: block;
	height: 20px;
	border-top: solid 1px #02549D;
	border-left: solid 1px #02549D;
	border-right: solid 1px #02549D;
	color: #EFAC0A;
}

#list_pics li a {
	width: 155px;
	height: 100px;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	background: #EAF4FD;
	border-left: solid 1px #02549D;
	border-right: solid 1px #02549D;
	margin: auto;
	display: block;
}

#list_pics li p {
	width: 155px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background: #EAF4FD;
	height: 30px;
	padding:0px 5px 0px 5px;
	border-bottom: solid 1px #02549D;
	border-left: solid 1px #02549D;
	border-right: solid 1px #02549D;
	font-size: 10px;
	line-height: 10px;
}

#timeline {
	padding:4px 0 8px 8px;
	float: left;
}

#timeline li{
	width: 45px;
	height:36px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	text-align: center;
}

#timeline li.blue {
	background: url(../images/timeline_border.gif) no-repeat 1px 0;
}


#timeline li img{
	display: block;
}
	
#timeline li span{
	display: block;
	visibility: hidden;
	height: 14px;
}

#timeline li.blue span{
	visibility: visible;
	color: #003472;
	padding-left:5px;
}

/* Scroller Box */
#epnews_container {
	position: relative;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}

#epnews {
 	white-space: nowrap;
	font-size: 11px;
	line-height: 30px;
}

#epnews p {
 	padding: 0;
}
