
/* ================================
    CSS STYLES FOR CLEAR SEA
   ================================
*/ 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	font-family:Tahoma;
}
body,td,th {
	font-size: 11px;
}

*.img{
	border:0;
}

#topLogo{
	float:left;
	width:209px; 
	height:68px; 
	background-image:url(../images/Logo.gif)
}

/* Website main menu link color */

a.topmenu {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
a.topmenu:link {
	text-decoration: none;
}
a.topmenu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.topmenu:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.topmenu:active {
	text-decoration: none;
	color: #CCCCCC;
}

/*Read more link text color */

a.whiteLinkText {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
a.whiteLinkText:link {
	text-decoration: none;
}
a.whiteLinkText:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.whiteLinkText:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.whiteLinkText:active {
	text-decoration: none;
	color: #CCCCCC;
}

/* Index page left About Us #Background Angle   */
.leftAboutBGAngle{
	/*background-attachment: fixed;*/
	background-image: url(../images/left_about_bigbg.jpg);
	background-repeat: no-repeat;
	background-position: 8px 0px;
}

.nei_leftmenuBg{
	/*background-attachment: fixed;*/
	background-image: url(../images/neileftMenuBg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px
}

/*Copyright*/
.CopyrighttextColor{color:#A0A0A0;}
#tslinkstrong{font-size:10px;font-weight:bold}
.logorightlinkBox{float:left;width:220px;height:18px;padding-left:220px;padding-top:5px;padding-right:10px;text-align:right}
.imgAlpha{filter:flipv() Alpha(Opacity=10,FinishOpacity=55,Style=10);progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFFFF', endColorStr='#00000000', gradientType='30');}