@charset "utf-8";
/* CSS Document */
body {
	font-family: "myriad pro", Verdana, sans-serif;
	background:url(../images/page_bg.png) #FFFFFF repeat-x;
}

img{
	border:none 0px;	
}

p{
	text-align:justify;
}

.header{
	/*background-color:#0F0;*/
	width:900px;
	height:96px;
	margin-top:55px;
}

.content{
	/*background-color:#F00;*/
	width:900px;
	height:525px;
	margin-top:0px;
}

.footer{
	/*background-color:#00F;*/
	width:900px;
	height:100px;
	margin-top:0px;
}

.logo{
	margin-left:0px;
	width:240px;
	height:95px;
	cursor: pointer;
	cursor: hand;
}

.top_menu{	
	width:600px;
	height:20px;
	color:#FFF;
	margin-bottom:18px;
	margin-left:60px;
}

.page_image{
	width:600px;
	height:483px;
	margin-top:15px;
	overflow:hidden;
}

.page_text{
	width:240px;
	height:450px;
	margin-top:20px;
	margin-left:30px;
	padding-right:30px;
	color:#5c5c5c;
	/*font-size:13px;*/
	/*border:solid 1px;*/
	overflow:hidden;
}

.contact_info{
	color:#929292;
	margin-left:0px;
	margin-top:8px;
	text-align:right;
	font-size:12px;
}

.footer_link{
	font-size:12px;
	color:#929292;
	text-decoration:none;
}

.footer_link_out{
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.page{
	visibility:hidden;
	display:none;
}

.page_active{
	visibility:visible;
	display:block;
}

.menuitem{
	height:20px;
	cursor: pointer;
	cursor: hand;
}

.marine_sliding{
	padding-right:5px;
	cursor: pointer;
	cursor: hand;
}

.topic{
	font-size:20px;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:30px;
	width:250px;
	color:#5c5c5c;
}

.marine_project{
	font-size:14px;
	margin-left:30px;
}

.marine_project_def{
	color:#7d7c7c;
	cursor: pointer;
	cursor: hand;
	width:200px;
	margin-bottom:5px;
}

.marine_project_act{
	color:#434343;
	cursor: pointer;
	cursor: hand;
	width:200px;
	margin-bottom:5px;
}

.marine_view_project{
	text-align:right;	
	margin-top:35px;
	margin-right:35px;
	cursor: pointer;
	cursor: hand;
}

.marine_view_t{
	font-size:14px;
	/*font-weight:bold;*/
	color:434343;
}

.right_arrow{
	background:url(../images/down_arrow.png) no-repeat;
	width:8px;
	height:8px;
}

.down_arrow{
	background:url(../images/down_arrow.png) no-repeat;
	width:8px;
	height:8px;
}

.projects_text{
	font-family: "myriad pro", Verdana, sans-serif;
	font-size:12px;
	color:#5c5c5c;
	text-align:justify;
}

.scroller_text{
	font-family: "myriad pro", Verdana, sans-serif;
	font-size:13px;
	color:#5c5c5c;
	text-align:justify;
}

.scroll_replace{
	margin-top:30px;
	width:250px; 
	margin-left:30px; 
	padding-right:20px;
}
