body{
	font-family: Verdana, Tahoma, Arial, Geneva, sans-serif ;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	background: #02556a;
}
html, body {height:100%; width: 100%;}
/*p {margin:5px 0; padding:0;}*/
body {padding:0; margin:0;}
table {border-collapse:collapse;border:0;}
table td {margin:0; padding:0;}
div {margin:0; padding:0;}
h3 {
	font-weight:normal;
	font-size:1.2em;
}
a {		
	text-decoration:underline;
	color:#fff;
}

.yellow {
	color:#F2DE25;
}

a:hover {
	text-decoration:none;
	color:#fff;
}

img {border:0;}

.debug {border:1px solid red;}

/* Content */

.main {
	width:100%;
	height:100%;
	position:relative;
	
	min-width:1000px;
	_width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? '1000px' : '100%');
}

.content_container {
	width:100%;
	height:100%;
	position:absolute;
	background: url(../i/top_line_bg.png) right 45px repeat-x;
}

/*img {
	behavior: url("/f/css/iepngfix.htc");
}*/

.top {
	background:#054157;
	height:45px;
	font-size:0.64em;
	overflow:hidden;
}

.middle {
	background: url(../i/top_bg.png) right 45px no-repeat;
}

.bottom {
	background:#fff;
	padding:1em 0;
}

.copyright {
	padding:1em 0;
}

.top .container,
.bottom .container,
.middle .container {
	width:1000px;
	position:relative;
	left:50%;
	margin:0 0 0 -500px;
}

.bottom .container {

}

.middle .logo_container {
	height:250px;
	height:250px;
	position: relative;
	overflow:hidden;
}

.top .t1 {
	display:block;
	float: left;
	width:180px;
}

.top .t1 a {
	padding:15px 0 0 20px;
	display:block;
}

.top .t2 {
	display:block;
	float: left;
	width:569px;
	height:45px;
}

.top .t2 .item {
	float:left;
	display:block;
	height:45px;
	font-family:Arial;
}

.top .t2 .item a,
.top .t2 .item span {
	margin:13px 10px 0 10px;
	font-size:1.14em;
	display: block;
}

.top .t2 .active {
	background:#FFF;
}

.top .t2 .active a,
.top .t2 .active span {
	color:#003366;
}


.top .t3 {
	display:block;
	float: left;
	width:250px;
}

.top .t3 a {
	padding:15px 0 0 20px;
	display:block;
	float:left;
}

.separator {
	width:4px;
	height:4px;
	overflow:hidden;
	background:#FFF;
	display:block;
}

.top .t3 .separator {
	margin:21px 0 0 20px;
	float:left;
}

.logo {
	padding:45px 0 0 0;
	float: left;
}

.logo_text {
	float:left;
	padding:40px 0 0 25px;
	font-size:0.9em;
}

.logo_text .text_1 {
	font-size:1.5em;
	font-weight:bold;
	color:#333333;
}

.logo_text .text_1 span {
	font-weight: normal;
	font-size:1.1em;
}

.logo_text .text_2 {
	padding:20px 0 0 0;
	color:#333333;
}

.logo_text .text_2 span {
	font-size:1.3em;
	color:#3a94ab;
}

/* Content */
.content {
	padding: 0 0 20px 0;
}
.content .left {
	display:block;
	float: left;
	width:180px;
	zoom:-1;
}

.content .center {
	display:block;
	float: left;
	width:569px;
	font-size:0.84em;
	line-height:1.3em;
	overflow:hidden;
}

.content .center h1 {
	font-size:20px;
}

.content .right {
	display:block;
	float: left;
	width: 250px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.content .right {
	font-size:0.64em;
}

.content .right table tr td {
	padding:7px 3px;
}

.content .right h3 {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

.content .right h4 {
	text-align:center;
	font-size:1.1em;
	font-weight:normal;
	font-weight:bold;
	margin:3em 0 1em 0;
}

.content .center .text_container {
	margin:0 20px 2em 20px;
}

.light_block {
	background: #3a94ab url(../i/content_bg.png) left top no-repeat;
	width:527px;
	margin:0 0 2em 0;
}

.light_block .padding {
	padding:1em;
}

.content .center .sponsor_item {
	float:left;
	width:49.5%;
	margin:1em 0;
}

.sponsor_item img {
	float:left;
}

.sponsor_item div {
	display:block;
	margin:0 0 0 0;
	float:right;
	width:205px;
	font-size:0.74em;
	line-height:1.15em;
}

.sponsor_item div span {
	display:block;
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 0.5em 0;
}

/* Menu */
.menu .top_menu {
}

.menu .item {
	background:#054157;
	padding:7px;
	padding-left:14px;
	border-left:1px solid #3d7586;
	font-size:10px;
	font-family:Arial;
}

.menu .item a {
	text-decoration: none;
}

.menu .first {
	background: #4787a0 url(../i/arrow_first.png) 10px center no-repeat;
	padding-left:20px;
}

.menu .first a {
	color:#fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}

.menu .selected {
	background: #fff url(../i/arrow_selected.png) 10px center no-repeat;
	padding-left:20px;
	color:#065fa3;
}

.menu .selected a {
	color:#065fa3;
}

.menu .separator {
	background:#054157 url(../i/separator.png) 7px top no-repeat;
	border-left:1px solid #3d7586;
	height:1px;
	overflow: hidden;
	width:100%;
}

/* Bottom */
.bottom .left {
	display:block;
	float: left;
	width:180px;
}

.bottom .center {
	display:block;
	float: left;
	width:300px;
	font-size:0.84em;
	line-height:1.3em;
	overflow:hidden;
	padding:1.3em 0 0 0;
}

.bottom .right {
	display:block;
	float: left;
	width: 230px;
	padding:1.3em 0 0 0;
	font-size:0.84em;
	margin-left:20px;
}

.bottom .banners {
	display:block;
	float: left;
	width: 250px;
	padding:1.3em 0 0 0;
	font-size:0.84em;
	margin-left:20px;
	text-align:center;
}

.bottom {
	color:#054157;
	font-size:0.84em;
}

.bottom a {
	color:#3a94ab;
}

.bottom .right a {
	padding:0 5px 0 7px;
	background: url(../i/arr.png) 0px 5px no-repeat;
}

.bottom .right a.active {
	color:#054157;
}

.copyright {
	text-align:center;
	font-size:0.84em;
	color:#fff;
}

.copyright .container {
	text-align: center;
}

/* News */
.newstitle a {
	color:#054157;
	font-weight:bold;
	text-decoration:none;
}

.newstitle {
	color:#054157;
	font-weight:bold;
}

.newsmore {
	font-size:0.74em;
	 margin:0 0 1.5em 0;
}

.newsmore a {color:#054157;}

.newsdescription {
	font-size:0.84em;
}

/* Navigation */
#list_navigation {
	clear: both;
	float:right;
	margin:1em 0 0 0;
	padding:4px 0 4px 4px;
	background:#054157;
	font-size:0.84em;
	color:#054157;
}

#list_navigation span,
#list_navigation a {
	background:#3a94ab;
	padding:2px 4px;
	margin:0 4px 0 0;
	height:12px;
}

/* Gallery */
.gallery_illu {
	float: left;
	background:#054157;
	padding:6px;
	margin:0 30px 30px 0;
}

.content-table {
	margin:1em 0;
}

.content-table tr td {
	padding:3px;
	border:1px solid #054157;
}

.exhibitions {
	margin:0 0 1em 0;
}

.exhibitions .item {
	float:left;
	margin:0 1.5em 0 0;
}

.exhibitions .item span {
	display:none;
}

.bstip {
	background-color:#3a94ac;
	border:2px solid #9ecad7;
	color:#FFF;
	display:none;
	font-size:14px;
	padding:5px 10px;
	z-index:8887;
	width:250px;
}

.bstip p {
	margin:0;
	padding:0;
}

.text_container table.content_table tr td {
	border:2px solid #054157;
	padding:2px;
}

.left_addon {
	margin:20px 0 0 0;
	font-size:12px;
}

.site-banner {
	margin:2em 0 0 0;
}

.no_left {
	float: none !important;
}