@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/htmlBg.gif);
	background-position:top;
	height:336px;
	background-repeat:repeat-x;
	margin:0px;
}
.main {
	width:960px;
	margin:auto;
}
#waterFall {
	background-image:url(../images/waterFall.gif);
	width:100%;
	height:270px;
	background-position:top right;
	background-repeat:no-repeat;
}
.leftNav {
	width:200px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#8c8a8a;
	padding:50px 0px 0px 25px;
}
.leftNav a {
	font-weight:bold;
	color:#797979;
	font-size:14px;
	text-decoration:none;
}
.leftNav h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#76ccb5;
	font-size:22px;
	line-height:24px;
}
#footer {
	vertical-align:text-bottom;
	clear:both;
}
.footerlinks {
	vertical-align:middle;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-align:right;
	padding:5px;
	background-color:#84c600;
	font-weight:bold;
	float:right;
}
.footerlinks a {
	text-decoration:none;
	color:#FFFFFF;
}
.footerTop {
	color:#8a8a8a; /*background-color:#84c600;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	padding:10px 0px 5px 0px;
	position:relative;
	clear:both;
	width:100%;
	bottom:0;
	background-image:url(../images/footerShadow.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.footerTop a {
	text-decoration:none;
	color:#8a8a8a;
}
.footerTop img {
	padding-left:20px;
	vertical-align:middle;
}
.lotus {
	width:180px;
	height:252px;
	float:left;
	padding-top:40px;
	padding-bottom:0px;
	background-repeat:no-repeat;
}
.topLinks {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	padding-right:25px;
}
.topLinks a {
	text-decoration:none;
	color:#1f797c;
}
.topLinks a:hover {
	text-decoration:underline;
	color:#000000;
}
.greyText {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#8c8a8a;
}
.greyTextDark {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
.rightNav {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	color:#8c8a8a;
	padding:5px 0px 25px 0px;
	width:100%;
}
.rightNav a {
	font-weight:bold;
	color:#797979;
	font-size:14px;
	text-decoration:none;
}
.rightNav h1 {
	font-size:22px;
	color:#84c600;
}
.rightNav h2 {
	font-size:16px;
}
.leftLinks {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#1f797c;
	text-align:left;
	padding:50px 10px 25px 0px;
	line-height:25px;
	width:25%;
}
.leftLinks h3 {
	font-size:12px;
	color:#84c600;
}
.leftLinks a {
	text-decoration:none;
	color:#1f797c;
}
.leftLinks a:hover {
	text-decoration:underline;
	color:#84c600;
}
.rightlinks {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#7e7c7c;
	text-align:left;
	padding:50px 10px 0px 10px;
	line-height:25px;
	width:25%;
}
.rightlinks ul {
	font-size:20px;
	color:#000000;
	padding:0px;
}
.rightlinks li {
	font-size:16px;
	padding:5px 0px 5px 10px;
	list-style:none;
	color:#666666;
}
.rightlinks a {
	text-decoration:none;
	color:#978200;
}
.rightlinks a:hover {
	text-decoration:none;
	color:#84c600;
}
.frem {
	border:5px solid #999999;
}
.justifyAlignment {
	text-align:justify;
	padding-top:0px;
}
.handcursor {
	cursor:hand;
	cursor:pointer;
} /*Style sheet used for demo. Remove if desired*/
#webDesignText {
	width:100%;
}
.middleText {
	padding-top:50px;
}
/* login Box Starts*/
.leftBGLoginBox {
	background-image:url(../images/loginBoxleft.gif);
	background-repeat:no-repeat;
	height:196px;
	width:22px;
	background-position:right top;
}
.RightBGLoginBox {
	background-image:url(../images/loginBoxright.gif);
	background-repeat:no-repeat;
	height:196px;
	width:22px;
	background-position:left top;
}
.middleBGLoginBox { background-image:url(../images/loginBoxmiddle.gif); background-repeat:repeat-x; height:196px;
}
.loginBut {
	padding:15px 6px 6px 6px;
	text-align:center;
}
.blue_btn {
	background:url(../images/bluebtnBG.gif) #214a82 repeat-x left center;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #224f8a;
	padding:2px 4px 2px 4px;
	font-size:11px;
}
/* login Box ends*/