html {
 height: 100%;
}
body {
 margin: 0px;
 padding: 0px;
 height: 100%;
 background-image: none;
 background-repeat: no-repeat;
 
}

#top {
 margin: 0 auto;
 background-image: url('../img/background2.png');
 background-repeat: repeat-x;
 background-color: #f1f1f1;
}

#container {
 margin: 0 auto;
 width: 1024px;
 min-height: 580px;
}

#content {
 /*min-height: 350px;*/
}

.no-float {
 clear: both;
}
.zero {
 height:0px;
 line-height:0px;
}
.no-margin {
 margin:0px;
 padding:0px;
}

#hdr {
 height: 150px;
}

#left-col {
 width: 300px;/*250px;*/
 /*min-width: 250px;*/
 float: left;
 margin: 0px;
 padding: 0;
 }

#right-col {
 min-width: 680px;
 margin: 0px;
 float: right;
 padding: 0;
 border: 0;
 display: block;
 width: 680px;
 }
 
#logo {
 float: left;
 margin-right: 200px;
 margin-top: 50px;
 margin-left: 0px;
 padding: 0;
}

#logo a {
 text-decoration: none;
 font-size: 0px;
height: 0px;
padding: 0px;
background: none;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
text-align: center;
margin: 0px;
}

#nav {
 float: left;
 list-style-type: none;
 list-style-image: none;
 display: block;
 margin-top: 60px;
}

#nav li {
 display: block;
 float: left;
 line-height: 30px;
 text-align: center;
 text-transform: uppercase;
}

#nav a {
 display: block;
 padding-left: 10px;
 padding-right: 10px;
 margin-right: 0px;
 margin-left: 0px;
 font-size: 13px;
 background: none;
 color: #5b5b5b;
}
#nav li.act a{
color: #fff;
}

#nav li.act2 a{
 color: #fff;
 background-color: #226cad;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

#nav li.act2 a:hover{
 color: #fff;
 background-color: #57cbeb;
 color: #fff;
}

.heading1 {
 border-bottom: 3px solid #57cbeb;
 display: block;
 margin-bottom: 20px;
}

#nav a:hover {
 background-color: #57cbeb;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color: #226cad;
}

#nav li.m1 ul {
 margin: 0;
 padding: 0;
 background-color: #226cad;
 color: #fff;
 display: none;
 font-size: 11px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 position: absolute;
 z-index: 9;
 text-align: left;
 list-style-type: none;
 list-style-image: none;
}

#nav li.m1 li {
 float: none;
 margin: 0;
 padding: 0;
 color: #fff;
 line-height: 20px;
 text-align: left;
 display: block;
 min-width: 140px;
 width: 140px;
}

#nav ul li.sub a {
 display: block;
 color: #fff;
 padding-left: 7px;
 padding-right: 7px;
 font-size: 11px;
 margin-right: 0px;
 margin-left: 0px;
 text-align: left;
}

#nav ul li.sub a:hover {
 color: #226cad;
 -moz-border-radius: 0px;
 -webkit-border-radius: 0px;
 border-radius: 0px;
}

.m1 li a:hover {
 display: block;
 background-color: #57cbeb;
 color: #226cad;
 padding-left: 0px;
 padding-right: 0px;
 background-image: url('../img/menu_bg2.jpg');
 background-repeat: repeat-y;
 background-position: right;
}

.tab {
 display: block;
 color: #dadada;
 line-height: 35px;
 border-left: 1px solid #dadada;
 margin-left: 4px;
}

#tf {
 display: block;
 float: left;
 margin-left: 20px;
 margin-top: 57px;
}

#tf a {
 display: block;
 float: left;
 width: 18px;
 height: 18px;
 margin-top: 7px;
 padding: 2px;
 background: none;
}

.news span {
 font-size: 12px;
 font-weight: normal;
}

.news .hr {
	display: block;
	height: 0px; 
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #fff;
	width: 185px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
	line-height: 0px;
}

#pages {
 list-style-type: none;
 display: block;
 font-size: 11px;
 margin: 10px 0px 0px 0px;
 padding: 0;
}

#pages li {
 display: block;
 float: left;
 width: 15px;
 height: 15px;
 text-align: center;
 margin: 0;
 padding: 0;
}

#pages a {
 display: block;
 float: left;
 width: 13px;
 height: 13px;
 background-color: #226cad;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 color: #fff;
 text-align: center;
 margin: 0px 5px 0px 0px;
 padding: 0px;
}

#pages a:hover {
 background-color: #57cbeb;
 color: #fff;
}

.act {
 background-color: #226cad;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
 color: #fff;
}

#pages a.act2 {
 background-color: #57cbeb;
 color: #226cad;
}

#footer {
 clear: both;
 margin: 0 auto;
 background-image: url('../img/footer3.png');
 background-repeat: repeat-x;
 background-position: top;
 height: 40px;
}

#footer_text {
 margin: 0 auto;
 width: 1024px;
 padding-top: 20px;
}

#span_fm {
 float: left;
 font-size: 11px;
}

#span_fm a, #span_address a {
	background: none;
	border: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
}

#span_address {
 float: right;
 font-size: 11px;
}

#span_address a {
 color: #57cbeb;
}

#span_fm a {
 color: #5b5b5b;
}

/* slideshow */

#bottom_blocks {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 display: block;
 height: 353px;
 line-height: normal;
}
#bb_left_navig, #bb_right_navig {
 display: block;
 margin: 110px 0px 0px 1px;
 padding: 0px 0px 0px 0px;
 width: 28px;
 height: 52px;
 float: left;
 background-repeat: no-repeat;
}
#bb_left_navig {
 background-image: url('../img/arrow_left.png');
}
#bb_right_navig {
 background-image: url('../img/arrow_right.png');
}
#bb_left_navig:hover, #bb_right_navig:hover {
 text-decoration: none;
}
#scrollframe {
 display: block;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 587px;
 height: 353px;
 float: left;
 overflow: hidden;
 position: relative;
}
#scrollsource {
 position: relative;
}
#scrollsource td {
 height: 353px;
 vertical-align: bottom;
 background-position: center;
 background-repeat: no-repeat;
}

#scrollsource .c {
 display: block;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 587px;
 overflow: hidden;
 text-align: center;
}

.oblock {
 display: block;
 margin: 0px 0px 40px 0px;
 padding: 0px 0px 0px 0px;
}

.oname {
 border-bottom: 3px solid #57cbeb;
 display: block;
 width: 185px;
 font-size: 28px;
 margin-bottom: 15px;
}

.oblock-first {
 display: block;
 margin: 0px 0px 40px 0px;
 padding: 0px 0px 0px 0px;
}

.ocontent {
 display: block;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

/* inner navigation */
.mod_nav_div {
 border-bottom: 3px solid #57cbeb;
 display: block;
 margin-bottom: 20px;
 padding-bottom: 5px;
}

#mod_title {
 font-weight: normal;
 margin: 0;
 color: #57cbeb;
 font-size: 28px;
 width: 470px;
 display: block;
}
#back {
 width: 277px;
 text-align: left;
 padding: 0px;
 margin: 0px;
 vertical-align: bottom;
}
#forw {
 width: 277px;
 text-align: right;
 padding: 0px;
 margin: 0px;
 vertical-align: bottom;
}

#back a, #forw a {
	font-size: 11px;
	font-weight: bold;
	background: none;
	border: none;
	color: #5b5b5b;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#back img, #forw img {
 margin: 0px;
 padding: 0px;
 vertical-align: middle;
}


