@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:0;
}

body {
	background:#000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#1f1f1f;
	font-size:12px;
}

#maincontainer {
	width:900px;
	margin:auto;
	
}


#topcontainer {
	height:198px;
	padding:14px 9px 0px 9px;
	background-image:url(../images/top-bg.png);
	clear:both;
	
}

#header {
	height:198px;
	width:882px;
	background:#fff url(../images/h-bg.gif) repeat-x;
}

#topleft {
	float:left;
	
}

#logo {
	width:319px;
	height:85px;
	margin:45px 0px 0px 15px;
	border:0;
}

#topright {
	float:right;
	width:511px;
	height:198px;
	background-image:url(../images/top-bg.png);
}

#contentsection {
	
	background: #fff url(../images/content-bg.gif) repeat;
	
}


#contentarea {
	padding:15px 0px 0px 0px;
	background: #fff url(../images/content-bg.gif) repeat;
	width:865px;
}

#contentinner {
	padding:0px 0px 20px 25px;
	width:865px;
}

#contentinner h1 {
	margin-bottom:13px;
	font-size:21px;
	color:#1d2a8e;
	font-weight:lighter;
	
}

#contentinner p {
	text-align:justify;
	line-height:17px;
}

.list1, list1 ul {
	float:none;
	margin:15px 45px;
	padding:0;
}

.list1 li {
	list-style-type:none;
	list-style-image:url(../images/arr.png);
	padding-bottom:7px;
	color:#2a3795;
	font-size:13px;
	font-weight:bold;
}

.list1 li a{
	color:#2a3795;
	text-decoration:none;
}

.list1 li a:hover {
	color:#333;
	text-decoration:underline;
}

#imggallery {
	padding:15px 0px;
	background:#fff url(../images/img-bg.png) repeat-x;
	height:170px;
	clear:both;
	
}

#imggallery ul {
	float:none;
	margin:0px 0px 10px 10px;
	padding:0;
	clear:both;
}

#imggallery li {
	list-style-type:none;
	float:left;
	padding:0px 10px;
}

#footer {
background:#003399 url(../images/footer-bg.gif) repeat;
text-align:center;
line-height:17px;
padding:7px 0px;
clear:both;
color:#fff;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
color:#BBC9C9;
	text-decoration:underline;
}

#aquaweb {
	margin:auto;
	width:900px;
	text-align:right;
	
	font-size:11px;
	padding:3px 0px;
}

#aquaweb a{
	color:#888;
	text-decoration:none;
}

h2 {
	color:#000080;
	padding-bottom:15px;
	font-size:14px;
	clear:both;
}

h3 {
	color:#000080;
	padding-bottom:7px;
	font-size:12px;
	clear:both;
}

.head {
	color:#000080;
	height:20px;
	padding:15px;
	font-size:14px;
	background:#b4c3c3;
	clear:both;
}

.bluelist, .bluelist ul {
	margin:15px 0px 15px 15px;
	padding:0;
	float:none;
}

.bluelist li {
	padding-bottom:9px;
	color:#000080;
}

.blue {
	color:#000080;
}

.grey {
	color:#1f1f1f;
}

.f1 {
	background:#aabcbc;
	height:40px;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.f2 {
background:#c8d5d5;
	height:40px;
	padding-left:10px;
	font-size:12px;
	color:#111;
}
.f3 {
	background:#fff;
	height:40px;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.f4 {
background:#eff7f7;
	height:40px;
	padding-left:10px;
	font-size:12px;
	color:#111;
	text-align:left;
}

.f5 {
	padding:2px 15px;
	background:#e1eaea;
	line-height:18px;
	
}
.f6 {
padding:0px 15px;
	background:#eaf1f1;
	line-height:18px;

}

.a-left {
	width:400px;
	float:left;
	margin-top:20px;
}

.a-right {
	width:400px;
	float:right;
	margin-top:20px;
}
.a-right-inner {
	width:366px;
	background:#eff7f7;
	padding:12px;
	border:5px #fff solid;
	height:217px;
	margin-top:10px;
}

.t-border {
	border:5px #a4b7b7 solid;
}


.imgborder {
border:5px #a4b7b7 solid;
}

.proj {
	margin-top:5px;
	height:45px;
}

.proj img {
	margin:4px 10px 15px 0px;
	
}

.rborder {
	border:1px #999 solid;
}

.rightshow {
	margin:17px 15px 0px 0px;
	
}

.rightshow-t{
	width:230px;
	height:12px;
	background-image:url(../images/right-top.png);
}

.rightshow-b{
	width:230px;
	height:12px;
	background-image:url(../images/right-bot.png);
}

.rightshow-c {
	width:226px;
	padding-bottom:10px;
	border-left:2px #777CAF solid;
	border-right:2px #777CAF solid;
	background:#fff;
	clear:both;
	
}

.right-head {
	text-align:center;
	font-size:13px;
	color:#34358f;
	font-weight:bold;
	margin-bottom:12px;
	clear:both;
}

.black {
	color:#000;
	font-size:11px;
}

.black a { color:#000; text-decoration:none;}
.black a:hover { color:#000; text-decoration:underline;}

.mail {
	color:#2A3795;
	
	}
	
.mail a {
	text-decoration:none;
	color:#2A3795;
}

.mail a:hover {
	text-decoration:underline;
	color:#2A3795;
}

.lefttube {
	float:left;
}

.righttube {
	float:right;
	
}
