/* CSS Document */

* {
margin:0;
padding:0;
border:0;
}

body{
color:#266C96;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
background:#fff;
}

#maincontainer {
width:1000px;
height:auto;
margin:auto;
background-image:url(../images/page-shadow.gif);
}

#subcontainer {
margin-left:63px;
width:874px;
height:auto;
}

#topcontainer {
width:inherit;
height:90px;
}

#logo {
width:229px;
height:90px;
float:left;
}

#headerpic {
width:485px;
height:90px;
float:right;
}

#menusection {
margin:15px 15px 0px 38px;
height:29px;
background:transparent;
}

#midcontainer {
width:874px;
margin-left:0px;
min-height:375px;
/*background-image:url(../images/mid-horz-bg.gif);*/
background-repeat:repeat-x;
}

#midcontainer2 {
width:874px;
margin-left:0px;
min-height:330px;
height:auto;

}

#content {
padding:20px;
height:auto;
background-image:url(../images/mid-bg2.gif);
background-repeat:repeat-y;
margin-top:-3px;

}

#content p{
margin-bottom:15px;
line-height:21px;
text-align:justify;
}

#content h1 {
font-weight:bold;
font-size:14px;
margin-bottom:15px;
}

#content img {
margin-right:10px;
}

#content a {
color:#266C96;
text-decoration:underline;
}

#content a:hover {
color:#0C3D5B;
text-decoration:underline;
}


#leftcontainer{
height:375px;
width:332px;
float:left;
}

#leftsection {
width:355px;
float:left;
height:inherit;
text-align:justify;
line-height:22px;
background-image:url(../images/mid-horz-bg.gif);
background-repeat:repeat-x;
}

#leftsection h1 {
font-size:15px;
color:#266C96;
margin-top:15px;
text-align:center;
margin-bottom:-12px;
}



#leftsection p {
margin-top:15px;
margin-right:10px;
}

#leftborder {
width:18px;
height:375px;
float:left;
}



#rightsection {
width:519px;
height:inherit;
float:right;
}

#footer {
margin-top:10px;
width:inherit;
height:93px;
background-image:url(../images/footer-bg2.gif);
background-repeat:repeat-x;
clear:both;
}

#address{
padding-top:25px;
padding-bottom:24px;
text-align:center;
clear:both;
line-height:17px;
font-size:11px;
color:#383737;
}

#address a {
color:#383737;
text-decoration:none;
}

#address a:hover{
color:#fff;
text-decoration:underline;
}



.lefttube {
float:left;
}

.righttube {
float:right;
}

#aquaweb {
margin:auto;
width:900px;
text-align:right;
font-size:10px;
clear:both;

}

#aquaweb a{
color:#999;
text-decoration:none;
}

.borderclass{
border:1px #F5A455 solid;
}

.border-text {
	border:1px #ccc solid;
}


.login
{
	margin-top:10px;
	width:200px;
	height:95px;
	float:right;
	padding:0px;
	background:url(../images/login-box.gif) no-repeat;
}
.logtitle
{
	margin:-3px 0px 0px 15px;
	padding:0px 5px 0px 5px;
	color:#006699;
	width:100px;
	height:20px;
	background:#fff;
	font-weight:bold;
}

