@charset "utf-8";
/* CSS Document */


/* Home Page Only */
#weblink { 
	margin-top: 45px;
	text-align: center;
	color:#cccccc;
	font-size: 7pt;
	font-family: Georgia, Times New Roman, Times, serif;
}

#flashHome { 
	padding-top: 120px;
	text-align: center;

}

.contacts  {
	color:#E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 16pt;
}


/* All Pages */

body,td,th {
	font-size: 14pt;
}
body {
	background-color: #000000;
	background-image: url(img/bkg_color.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#a9a9a5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height: 16pt;
	
}
 
a{
      border:none;
      outline:none;
}

a:link {color:#334D66; text-decoration:none;}     /* unvisited link */
a:visited {color: #334D66; text-decoration:none;}  /* visited link */
a:hover {color:#334D66; text-decoration:none;}   /* mouse over link */
a:active {color: #ADADAD; text-decoration:none;}   /* selected link */


#ship  {
	top: 280px;
	left: 8%;
	position: absolute;
	z-index: 2;
}

#title  {
	top: -250px;
	left: 32%;
	position: relative;
	width:460px;
}

#logo  {
	top: 10px;
	left: 8%;
	position: relative;
	z-index: 8;
	width:290px;
}

#lantern  {
	top: -550px;
	left: 75%;
	position: relative;
	z-index: 1;
	width:195px;
}

#map  {
	top: -450px;
	left: 73%;
	position: relative;
	z-index: 4;
	width:250px;
}

#copyright  {
	position: absolute;
	width:700px;
	z-index: 3;
	text-align: center;
	font-size: 7pt;
}

#content_home  {
	top: 288px;
	left: 28%;
	position: absolute;
	width:450px;
	z-index:9;


}


#nav_home  {
	top: -210px;
	left: 29%;
	position: relative;
	width:89px;
	height:53px;
	z-index:12;
	border:0;
	
}

#nav_about  {
	top: -263px;
	left: 40%;
	position: relative;
	width:140px;
	height:53px;
	z-index:12;
}

#nav_pub  {
	top: -315px;
	left: 57%;
	position: relative;
	width:143px;
	height:53px;
	z-index:12;
}


