/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#41546C;
}

/*-----------------------------------------------------  	BG Starts	---------------------*/

.body-bg{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

.content-bg{
	background-image:url(images/bg-content.jpg);
	background-repeat:repeat-y;
}

.top-bg{
	background-image:url(images/bg-main.jpg);
	background-repeat:no-repeat;
}

.top-bg1{
	background-image:url(images/bg-main1.jpg);
	background-repeat:no-repeat;
}



/*-----------------------------------------------------  	BG Ends	---------------------*/


/*-----------------------------------------------------  	Text Decoration Starts	---------------------*/


.text {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color: #223042;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:18px;
	font-weight:bold;
	color: #FFFFFF;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	color: #D5B30F;
}

.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #C6CCD3;
}

.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color: #D5B30F;
}


/*-----------------------------------------------------  	Text Decoration Ends	---------------------*/

/*-----------------------------------------------------  	Text Link Starts	---------------------*/

a	{
	color: #D5B30F;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}


.copyright {
	color: #27C2F0;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: underline;

}

/*-----------------------------------------------------  	Text Link Ends	---------------------*/

/*-----------------------------------------------------  	Cell Padding Starts	---------------------*/
.cell-main-top-padding {
	padding: 15px 250px 25px 15px;
	margin: 0px;
	
}

.cell-main-top-padding1 {
	padding: 15px 300px 25px 15px;
	margin: 0px;
	
}

.cell-main-padding {
	padding: 10px 220px 10px 30px;
	margin: 0px;
	
}

.cell-footer-padding {
	padding: 10px 0px 10px 130px;
	margin: 0px;
	
}





.img-curt {
padding: 2px 5px 2px 0px;
margin:0px;
}

/*-----------------------------------------------------  	Cell Padding Ends	---------------------*/


/*-----------------------------------------------------  	Navigation link starts 	---------------------*/

.navactive a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #222F41;
text-decoration:none;
padding: 0px 0px 0px 10px;
display:block;
height:44px;
line-height:44px;
background-image:url(images/nav-bg.gif);
background-position:center;
}


.navactive a:active {
font-family:  Arial, Helvetica, sans-serif;
font-size: 14px;
color: #222F41;
text-decoration:none;
padding: 0px 0px 0px 10px;
display:block;
height:44px;
line-height:44px;
background-image:url(images/nav-bg-hover.gif);
background-position:center;
}

.navactive a:visited {
font-family:  Arial, Helvetica, sans-serif;
font-size: 14px;
color: #222F41;
text-decoration:none;
padding: 0px 0px 0px 10px;
display:block;
height:44px;
line-height:44px;
background-image:url(images/nav-bg.gif);
background-position:center;
}



.navactive a:hover {
font-family:  Arial, Helvetica, sans-serif;
font-size: 14px;
color: #222F41;
text-decoration:none;
padding: 0px 0px 0px 10px;
display:block;
height:44px;
line-height:44px;
background-image:url(images/nav-bg-hover.gif);
background-position:center;
}




/*-----------------------------------------------------  	Navigation link Ends 	---------------------*/


/*-----------------------------------------------------  	textfield 	---------------------*/

.textfield {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 14px;
	color: #B2BB1B;
	width: 95px;
	border: 1px solid #E89519;
	background-color: #ffffff;
	margin:0px;
}





