@charset "utf-8";
/* CSS Document */


body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	background:#003B6B;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#message { 
	position: relative;
	width: 100%;
	height: 0px;
	background:#000;
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	z-index:1;
	margin-bottom:10px;
	visibility:hidden;
} 

#messageIn {
	padding-top:7px;
}

#message2 { 
	position: relative;
	width: 100%;
	height: 0px;
	background:#000;
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	z-index:1;
	margin-bottom:10px;
	visibility:hidden;
} 

#messageIn2 {
	padding-top:7px;
}



#messageIn img {
	border-width:0px;
}



#container { 
	position: relative;
	width: 800px;
	/*height: 100%;*/
	background:#003b6b; /**/
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	font-size: 70%;
	color:white;
} 

#header {
	position: relative;
	width: 100%;
	height: 90px;
	background:#003b6b;
	border: 0px solid #000000;
	text-align: left;
} 

#header #fontSizer {
	font-weight:bold;
	font-size:10px;
	float:right;
	vertical-align:top;
}

#header #logo {
	margin-top: 10px;
	margin-left:0px;
}

#meni {
	position: relative;
	width: 100%;
	height: 26px;
	background:#7890ac;/* #003b6b;*/
	border: 0px solid #000000;
	text-align: left;
} 


#meni ul {
	margin-top:0px;
	padding-top:.09em;
}

#meni ul li {
	list-style:none;
	margin-right:35px;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	padding: 5px 0px 5px 0px;
	color:#003b6b;
}

#meni a {
	text-decoration:none;
	color:#003b6b;
}


#mPhoto {
	position: relative;
	width: 100%;
	height: 270px;
	/*background:transparent;*/
	border: 0px solid #000000;
	text-align: left;
	/*background-image:url(../img/marinaBack.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
} 

#nPhoto {
	position: relative;
	width: 100%;
	height: 170px;
	border: 0px solid #000000;
	text-align: left;
	/*background-image:url(../img/marinaBack.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
} 


#divider { 
	position: relative;
	width: 100%;
	height: 5px;
	background:#7890ac;/* #003b6b;*/
	border: 0px solid #000000;
	text-align: left;
} 

.dotted {
	width:100%;
	height:2px;
	border-bottom:1px dotted #FFCC00;
	margin-top:15px;
	margin-bottom:15px;

}

.yellow {
	color:#FFCC00;
	font-size:80%;
	font-weight:bold;
}


/*----------------------------------------------------------------------------*/

#content a:link, a:visited {
	text-decoration:underline;
	color:#fff;
	font-size:100%;
}

#content a:link:hover, a:visited:hover {
	color:#FFCC00;
	text-decoration:underline;
}



/*----------------------------------------------------------------------------*/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color:#FFFFFF;
	font-size:120%;
}

h2 {

	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFCC00;
	margin-bottom:0px;
	padding-bottom:0px;
}













/*----------------------------------------------------------------------------*/


#news {
	float:left;
	padding:10px;
	padding-right:20px!important;
	padding-left:0px!important;
	margin-left:0px;
	width:30%;
	margin-top: 20px;
	margin-bottom:20px;
	background:#003b6b;
	border-right: 1px dotted #FFCC00;
	
} 

#news p {
	margin-top:0px;
}

#text {
	float:left;
	padding:10px;
	padding-left:20px!important;
	width:30%;
	margin-top: 20px;
	margin-bottom:20px;
	background:#003b6b;
	font-size:100%;
/*	font-weight:bold;*/
	color:#9AB1C2;
	font-style:italic;
	
} 

#text p {
	margin-top:0px;
}

#photos {
	float:left;
	padding:10px;
	padding-right:20px!important;
	padding-left:0px!important;
	margin-left:0px;
	width:60%;
	margin-top: 0px;
	margin-bottom:0px;
	background:#003b6b;
	border-top: 1px dotted #FFCC00;
	
} 

#banners {
	float:left;
	padding:10px;
	padding-right:20px!important;
	padding-left:0px!important;
	padding-top:30px;
	margin-left:0px;
	width:60%;
	margin-top: 0px;
	margin-bottom:0px;
	background:#003b6b;
	border-top: 1px dotted #FFCC00;
	/*border-bottom: 1px dashed #FFCC00;*/
	
} 

#banners img {
	margin-right: 10px;
}

#right {
	float:right;
	padding:10px;
	padding-left:20px!important;
	width:27%;
	height:100%;
	margin-top: 20px;
	margin-bottom:20px;
	background:#003b6b;
	border-left: 1px dotted #FFCC00;
	
} 


#footer {
	margin-top:60px;
	color:#FFFFFF;
	position:relative;
	float:left;
	width: 100%;
	height: 22px;
	background:transparent;
	text-align:center;
	padding-top:0.4em;
	font-size:80%;
	
} 

/*------------------------------------------------------*/

#insideMain {
	float:left;
	padding:10px;
	padding-left:0px!important;
	width:70%;
	margin-top: 20px;
	margin-bottom:20px;
	background:#003b6b;
	font-size:100%;
/*	font-weight:bold;*/

}

#insideMainPict p {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	
}

#insideMainPict h2 {
	font-size:130%;
	margin-bottom:10px;
}	


#insideSide {
	float:right;
	padding:10px;
	padding-left:20px!important;
	width:20%;
	height:100%;
	margin-top: 20px;
	margin-bottom:20px;
	background:#003b6b;
	border-left: 1px dotted #FFCC00;
	color:#9AB1C2;
	font-style:italic;
}


#insideSide p {
	margin-top:4px;
}

/*------------------------------------------------------*/


/* jQuery lightBox plugin - Gallery style */

#box  ul {
list-style: none;
margin-left:0px;
padding:0px;
list-style-position:inside;
}
#box  ul li { display:inline; margin-right:5px;}

#box ul img {
	border: 0px solid #003b6b;;
	border-width: 0px 0px 0px;
}

/*#photos ul img {
	border: 5px solid #003b6b;;
	border-width: 5px 5px 20px;
}
#photos  ul a:hover img {
	border: 5px solid white;
	border-width: 5px 5px 20px;
	color: #fff;
}
#photos  ul a:hover { color: #000; }*/

/*------------------------------------------------------*/
	

#table1 tr {
	
}

#table1 th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	text-align:left;
	color:#BABABA;
	background-color:#003B6B;
	padding-bottom:5px;
}

#table1 td {
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:solid #5C819B 1px!important;
	
}


	
	
	
	