@charset "utf-8";
/* CSS Document */
body
{
	background:url(../images/background-bg.jpg) repeat-x;
	background-color:#e5eef3;
	width:960px;
	margin:0 auto;
	padding:0px;
}
.colorblue
{
	background-color:#003658;
}

.gallary-bg
{
	background:url(../images/gallary-bg.jpg) repeat-y;
}

.header-bg
{
	background:url(../images/header-bg.jpg) no-repeat;
	width:960px;
	height:124px;
}
.contant-bg
{
	background:url(../images/contant-bg.jpg) repeat-x;
	background-color:#e5eef3;
	height:278px;
}
.box-top-bg
{
	background:url(../images/box-top-bg.jpg) repeat-x;
	background-color:#e5eef3;
}

.box-bottom-bg
{
	background:url(../images/box-bottom-bg.jpg) repeat-x;
}
.box-left-bg
{
	background:url(../images/box-left-bg.jpg) repeat-y;
}
.box-right-bg
{
	background:url(../images/box-right-bg.jpg) repeat-y;
}
.dot
{
	background:url(../images/dot.gif) repeat-x;
	height:1px;
}
.v-dot
{
	background:url(../images/v-dot.gif) repeat-y;	
	width:1px;
}

.footer-bg
{
	background:url(../images/footer-bg.jpg) repeat-x;
	height:82px;
}

.logintext
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#005488;
}

.logintextfield
{
	width:157px;
	height:14px;
	line-height:14px;
	border:solid 1px #6f9ebb;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#005488;
	text-indent:2px;
}

.textblueline
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#005488;
	padding-left:2px;
	padding-right:2px;
}

.welcometext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	text-decoration:none;
	color:#003658;
}

.text
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	color:#272727;
	text-align:justify;
}

.textcenter
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
	color:#272727;
}

.textwhite
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
	color:#ffffff;
}
.bluelink
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#005488;
}
.bluelink:hover
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
.menu-bg
{
	background:url(../images/menu-bg.jpg) repeat-x;
	height:30px;
}
.menu
{
	background:url(../images/menu-bg.jpg) repeat-x;
	background-position:top center;
	padding-left:20px;
	padding-right:19px;
	padding-bottom:9px;
	padding-top:9px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	line-height:30px;
}
.menu:hover
{
	background:url(../images/menu-roll-bg.jpg) repeat-x;
	background-position:top center;
	padding-left:20px;
	padding-right:19px;
	padding-bottom:9px;
	padding-top:9px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#005488;
	font-weight:bold;
	line-height:30px;
}

.redtext
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
	color:Red;
}

.inqury
{
	font-family:Tahoma;
	font-size:11px;
	color:#272727;
	text-decoration:none;
	line-height:16px;
	margin:0px;
	text-align:right;
	background-color:#e5eef3;
	border:solid 1px #b6cfde;
	padding-right:2px;
}

.textfield
{
	font-family:Tahoma;
	font-size:11px;
	color:#292929;
	text-decoration:none;
	text-align:left;
	width:210px;
	height:16px;
	border:solid 1px #b6cfde;
}
.textarea
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#292929;
	text-decoration:none;
	text-align:left;
	width:210px;
	height:70px;
	border:solid 1px #b6cfde;
}
.textarea1
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#292929;
	text-decoration:none;
	text-align:left;
	width:375px;
	height:70px;
	border:solid 1px #b6cfde;
}
.combobox
{
	width:210px;
	height:20px;
	border: solid 1px #b6cfde;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#464646;
	text-decoration:none;
	line-height:20px;
}

.buttonlink {
	background-color:#9fbfd3;
	border:1px solid #b6cfde;
	font-family:tahoma;
	font-size:11px;
	color:#005488;
	line-height:12px;
	font-weight:bold;
	padding:2px 5px 2px 5px;
	text-decoration:none;
	}
.buttonlink:hover {
	background-color:#e5eef3;
	
	}

/*  The following is for Scroll in right side*/
#marqueecontainer{
position: relative;
width: 	97%; /*marquee width */
height: 170px; /*marquee height */
background-color: #E5EEF3;
overflow: hidden;
border-left:3px solid #C3CAD0;
border-right:3px solid #C3CAD0;
}

