@charset "utf-8";
body {
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 62.5%;
	color: #000;
	background-color: #F6F4F0;
	margin: 0px;
}
.container {
	background-color: #FFF;
	border: 1px solid #000;
	text-align: left;
	width: 1000px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	box-shadow: 0em 0em 0.9em 0.4em grey;
}
#logo {
	margin: 0px;
	height: auto;
	width: 250px;
	float: left;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#banner {
	margin: 0px;
	height: auto;
	width: 750px;
	float: right;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#adbanner {
	margin: 0px;
	height: 30px;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: center;
}
#langbar {
	height: auto;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#langbar p {
	margin: 0px;
	font-size: 1.1em;
	padding: 0px;
	text-align: right;
	vertical-align: middle;
}
.menu {
	height: 27px;
	width: 995px;
	background-color: #10326F;
	color: #10326F;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-left: 5px;
	background-image: url(../../images/bg/bg.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: auto;
	height: 50px;
	background-color: #10326F;
	background-image: url(../../images/bg/ft.jpg);
	background-repeat: repeat-x;
}
#footer, #footer p, #footer a:link, #footer a:visited, #footer a:active {
	font-size: 1.1em;
	;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	line-height: 25px;
	padding-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#footer a:hover {
	font-size: 1.1em;
	font-weight: normal;
	color:#FC0;
	text-decoration: none;
}
#copy {
	text-align: right;
	height: auto;
	width: auto;
	float: right;
	padding-top: 25px;
	padding-right: 10px;
	text-decoration: none;
}
.menu {
	z-index: 10000;
}

#navcontainer {
	overflow: visible;
	height: auto;
	width: auto;
	float: left;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#navlist {
}
ul#navlist a {
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}
ul#navlist, ul#navlist ul, ul#navlist li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#navlist li {
	float: left;
}
ul#navlist li a {
	color: #FFF;
	padding: 5px;
	margin-right: 1px;
	background-color: #10326F;
	background-image: url(../../images/bg/bg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#navlist li a:hover, ul#navlist li a:active {
	font-weight: bolder;
	color: #FFF;
	background-color: #F90;
	background-image: url(../../images/bg/ro.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
ul#subnavlist {
	display: none;
}
ul#subnavlist li {
	float: none;
}
ul#subnavlist li a {
	color: #FFF;
	padding: 5px;
	background-color: #10326F;
	background-image: url(../../images/bg/bg.jpg);
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#navlist li:hover ul#subnavlist {
	display: block;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#navlist li:hover ul#subnavlist li a {
	display: block;
	width: 100%;
	padding: 5px;
	position: relative;
}
ul#navlist li:hover ul#subnavlist li a:before {
	content: " ::. ";
}
a:link, a:active, a:visited {
	color: #003399;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
h1 {
	font-size: 1.8em;
	color: #003399;
	font-weight: bold;
}
.h2 {
	font-size: 1.3em;
	color: #003399;
	font-weight: bold;
}
.h3 {
	font-size: 1.3em;
	color: #039;
}
.h4 {
	font-size: 1em;
	color: #CC6;
}
.h5 {
	font-size: 0.8em;
	color: #939;
}
.h6 {
	font-size: 0.5em;
	color: #CFF;
}
p {
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.2em;
	padding: 10px;
}
ol {
	font-size: 1.4em;
}
ul {
	font-size: 1.0em;
}
.txtlink, .txtlink a:link, .txtlink a:visited, .txtlink a:active {
	color: #FF6600;
	text-decoration: none;
}
.txtlink a:hover {
	color:#003399;
	text-decoration: none;
}
.clearfloat {
	font-size: 0px;
	clear: both;
}
.pgtitles {
	color: #FFF;
	background-color: #1A2960;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../../images/bg/tb.png);
	width: 660px;

	background-repeat: no-repeat;
	font-size: 2em;
	font-weight: bold;
	height: 31px;
	-moz-border-radius-topright: 0.8em;
	-moz-border-radius-bottomleft: 0.8em;
	-webkit-border-bottom-left-radius: 0.8em;
	-webkit-border-top-right-radius: 0.8em;
	border-bottom-left-radius: 0.8em;
	border-top-right-radius: 0.8em;
	box-shadow:  0.4em 0.4em 0.3em #333333;
	border: 1px solid #000;
	overflow: hidden;
}

#mumap {
	margin: 2px;
	padding: 2px;
	height: 952px;
	width: auto;
	background-image: url(../../images/maps/mumap.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-position: center;
	font-size: 1.2em;
	color: #003399;
}

#bbassin {
	border: medium double #003399;
	display: block;
	cursor:pointer;
	float: left;
	margin-top: 44.2%;
	margin-left: 30.3%;
	background-color: #FFF;
	clear: both;
	width: auto;
}


#vacoas {
	display: block;
	cursor:pointer;
	float: left;
	margin-top: 9.8%;
	margin-left: 37%;
	background-color: #FFF;
	clear: both;
	border: medium double #003399;
}


.dropv, .dropv ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.dropv a {
	display: inline;
	width: 169px;
}
.dropv li {
	float: left;
	padding: 0px 8px 2px 0px;
}  /* all list items */

.dropv li ul {
	position: absolute;
	padding: 0px 0px 0px 4px;
	width: 170px;
	left: -9999px;
	background-color: #1B2C74;
} /* second-level lists */
.dropv li:hover ul {
	left: auto;
} /* nest list under hovered list items */
.dropv li ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
.dropv li ul li a:hover {
	color: #FFF;
	background-color: #FF9900;
}
#voday {
	background-color: #F6F4F0;
	float: left;
	border: 1px solid #000;
	display: block;
	margin-top: 5px;
	margin-left: 5px;
	width: 200px;
	height: auto;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	box-shadow:  0.4em 0.4em 0.3em grey;
	padding: 3px;
	overflow: auto;
	margin-right: 5px;
}
#bcv {
	font-weight: bold;
	color: #FFF;
	background-image: url(../../images/bg/ft.jpg);
	background-repeat: repeat-x;
	background-color: #10326F;
	text-align: center;
	margin: 0px;
	width: auto;
	height: 43px;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	-webkit-border-top-left-radius:  0.5em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	font-size: 1.2em;
	background-position: center center;
	line-height: 19px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	
#vs {
	font-size: 1.2em;
	text-align: left;
	display: block;
	margin: 5px;
}
#featured {
	background-color: #F6F4F0;
	display: block;
	float: left;
	width: 600px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	box-shadow:  0.4em 0.4em 0.3em grey;
	padding: 5px;
	border: 1px solid #000;
	overflow: hidden;

}

/*.featmigs {
	height: 400px;
	width: 600px;
	overflow: hidden;
}	
*/

.mimage {
	position: relative;
height:400px;
	width: 600px;
overflow: hidden;
}
.mimage .tst {
	float: left;
	height:400px;
	width: 600px;
	z-index:700;
	position: relative;
	overflow: hidden;
	display:none;
}
.mimg1 {
	float: left;
overflow: hidden;
}


.mimage .tst img{


	}
	
	

.mimage .tst .featnfo{
	z-index:800;
	height:55px;
	width:600px;
	position:absolute;
	bottom:0px;
	overflow: hidden;
	background-color: #FFF;





	filter: alpha(opacity=70)
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70)
  -moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity:0.7;

	
}
.nfotxt{
	z-index:900;
	height:45px;
	width:590px;
	position:absolute;
	bottom:0px;
	overflow: hidden;
	font-size: 1.2em;
	color: #000;
	padding: 5px;
	text-align: justify;

}


#sslide {
	margin-top: 5px;
	overflow: hidden;
}

.timg {
	cursor: pointer;
	height: 75px;
	width: 113px;
	margin-right: 5px;
}

.timg:hover {
	cursor: pointer;
		filter: alpha(opacity=50)
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50)
  -moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity:0.5;	
}

#gav {
	float: right;
	height: 600px;
	width: 120px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	box-shadow:  0.4em 0.4em 0.3em grey;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.ctxt{
	background-color: #F6F4F0;
	display: block;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	box-shadow:  0.4em 0.4em 0.3em #333333;
	padding: 5px;
	overflow: visible;
	float: left;
	width: 830px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
	
	}
.chinfo {
	border: 1px solid #000;
	display: block;
	margin: 15px;
	background-color: #FFF;
	padding: 5px;
	box-shadow:  0.4em 0.4em 0.3em #333333;
}

.chinfornd {
	display: block;
	margin: 10px;
	padding: 10px;
	background-color: #F6F4F0;
	display: block;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	box-shadow:  0.4em 0.4em 0.3em #333333;
	overflow: hidden;
	font-size: 1.2em;
	background-color: #FFF;
	padding: 10px;
	text-align: justify;
}
.chinfosqlf {
	display: block;
	margin: 10px;
	padding: 10px;
	background-color: #F6F4F0;
	display: block;
	box-shadow:  0.4em 0.4em 0.3em #333333;
	overflow: hidden;
	font-size: 1.2em;
	background-color: #FFF;
	padding: 10px;
	text-align: justify;
	float: right;
	border: 3px double #000;
}
.gmap {
	background-color: #FFF;
	float: left;
	width: 540px;
	border: 1px solid #000;
	margin-top: 15px;
	margin-left: 15px;
	padding: 5px;
	box-shadow:  0.4em 0.4em 0.3em #333333;
}

#sche {
	width: 788px;
	height: auto;
	float: left;
	display: block
	
}

#inf {
	width: 220px;
	float: right;
	display: block;
}
#cgav {
	width: 200px;
	height: 200px;
	float: right;
	display: block;
	padding: 15px;
	box-shadow:  0.4em 0.4em 0.3em #333333;
}
.tblc {
	border-collapse: collapse;
	
}
#sche .tablc {
	table-layout:fixed;
	width: 788px;
	word-wrap:break-word;
	}

#inf .tablc {
	table-layout: fixed;
	width: 220px;
	word-wrap: break-word;
	}


.tblc td, .tblc th 
{
	font-size:1.2em;
	border:1px solid #009;
	padding:3px 7px 2px 7px;
	background-color: #FFF;
}


.tblc th, .tblc caption
{
	background-image: url(../../images/bg/ft.jpg);
	background-repeat: repeat-x;
	font-size: 1.3em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#020866;
	color:#ffffff;
	background-position: 0px -4px;
}

.tblc caption
{
	text-align: center;
	margin-bottom: 1px;
	font-weight: bold;
	}
	
	.tblc tr.tbshade td 
{
color:#000000;
background-color: #CCC;
}

.shadow
{box-shadow:  0.4em 0.4em 0.3em #333333;}
