/* Main Start */
body{
	margin:0px auto;
	background-color:#17BDFF;
	background-image:url(bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:11px;
	color:#252525;
	text-align:left;	
}
.MainContainer{
	margin:0px auto;
	width:765px;
	height:auto;
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
}
/* Main End */

/* Header Start */
.header{
	margin:0px auto;
	width:765px;
	height:90px;
	background-color:#034EFC;	
}
.header_bblue{
	margin-left:28px;
	width:272px;
	height:90px;
	border-right:1px solid #C0C0C0;
	background-color:#FFFFFF;
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	float:left;
}
/* Header End */

/* Footer Start */
.footer{
	margin:0px auto;
	width:765px;
	height:90px;
	background-color:#034EFC;	
}
.footer_bblue{
	margin-left:28px;
	width:272px;
	height:90px;
	border-right:1px solid #C0C0C0;
	background-color:#17BDFF;
	background-image:url(copyrights.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	float:left;
}
/* Footer End */

/* Double Lines Start */
.double_line_top{
	height:3px;
	background-image:url(hr_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
.double_line_bottom{
	height:3px;
	background-image:url(hr_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}
/* Double Lines End */

/* Heading Lines Start */
.data{
	font-family:Arial;
	font-size:11px;
	color:#252525;
	text-align:left;
	margin-left:10px;
	float:left;
}
p{
	text-align:justify;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
}
.heading{
	width:auto;
	height:20px;
}
.heading img{
	height:18px;
	margin:0px;
	padding:0px;
	border:0px;
}
.hdl{
	height:2px;
	width:auto;
	background:url(hrl_bg.jpg) no-repeat top left;
	margin:0px;
	padding:0px;	
}
.hdr{
	height:2px;
	width:auto;
	background:url(hrr_bg.jpg) no-repeat top right;
	margin:0px;	
	padding:0px;
}
/* Heading Lines End */

/* Top Start */
.top{
	margin:0px auto;
	background:url(top_bg.jpg) no-repeat top left;
	width:706px;
	height:242px;	
}
.menu{
	width:287px;
	height:242px;
	float:left;
	margin-top:40px;
}
.menu a{
	width:287px;
	height:30px;
	float:left;
	background:url(but_bg.jpg) no-repeat top left;
	border:0px;
}
.menu a img{
	border:0px;
}
.menu a .mymenu{
	width:200px;
	height:25px;
	background-image:url(menunew.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}
.slideshow{
	width:405px;
	height:242px;
}
#rotator
{
	border: 0px solid #000;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	width: 405px;
	height: 199px;
}

#rotator img
{
	border: 0px;	
	width: 405px;
	height: 199px;
	display: none;
	position: absolute;
	margin-top:25px;
}
#flashrotator
{
	border: 0px solid #000;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
	width: 405px;
	height: 199px;
	padding-top:25px;
}
/* Top End */

.imga{
/*	border-right:3px solid #C5C7C6;
	border-left:3px solid #C5C7C6;*/
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
}
.clear{
	clear:both;
}
.listing_ul{
	margin:0px;
	padding:0px;
}
.listing{
	font-weight:bold;
	background-image:url(bullet.jpg);
	background-repeat:no-repeat;
	list-style-position:outside;
	list-style-type: none;
	padding-left:20px;
	background-position:2px left;	
}

/* Form Started */
form{
	margin:0px;
	padding:0px;
}
.mylabel{
	width:80px;
	height:12px;
	font-weight:bold;
	float:left;
	margin-bottom:1px;
}
input{
	width:400px;
	height:12px;
	margin-bottom:1px;
	font-size:11px;
}
textarea{
	width:400px;
	height:100px;
	margin-bottom:1px;
	font-size:11px;
}
.mybutton{
	width:auto;
	height:auto;
	margin-left:390px;
	margin-top:10px;
}
/* Form End */