@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
	background:url(../images/body-bg.png) repeat;
}

* html
{
margin:0px;
padding:0px;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl, div, form, fieldset, legend { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #063fb4;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.wrapper-border
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #ececec;
	
}

.wrapper
{
	width:870px;
	margin-left:auto;
	margin-right:auto;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	padding:0px;

}

.logo
{
	padding:25px 0px 15px 0px;
	float:left;
}


.header-img
{
	float:right;
	margin:0px;
	padding:0px;
	width:379px;
}


/* welcome text */

#welcome-blank
{
	width:870px;
	background-color:#900;
	margin-left:auto;
	margin-right:auto;
}


#welcome-blank .left
{
	background:url(../images/welcm-hd-lt-curve.gif) no-repeat left;
	width:45px;
	height:36px;
	float:left;
	
}


.welcome-bg
{
	background:url(../images/welcm-hd-bg.gif) repeat-x left;
	width:667px;
	height:36px;
	float:left;
}


.welcome-bg span
{
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:36px;
}


#welcome-blank .right1
{
	background:url(../images/welcm-hd-rt-curve-bg.gif) repeat-x left;
	width:113px;
	height:36px;
	float:left;
}

#welcome-blank .right2
{
	background:url(../images/welcm-hd-rt-curve.gif) no-repeat left;
	width:45px;
	height:36px;
	float:right;
	
}

/* header image layout */


#hd-blank
{
	width:870px;
	padding:0px;
	margin:0px;
	height:209px;
}
#hd-blank .hdimg1
{
	background:url(../images/header.jpg) no-repeat left;
	width:870px;
	float:left;
	height:209px;
}

/*#hd-blank .hdimg2
{
	background:url(../images/hd-img-2.gif) no-repeat left;
	float:left;
	height:209px;
	width:330px;
}

#hd-blank .hdimg3
{
	background:url(../images/hd-img-3.gif) no-repeat left;
	float:right;
	height:209px;
	width:282px;
}*/


/* This is the layout information. */

.content {

	padding: 10px 20px;
}

/* ~~ The footer ~~ */
#footer-blank
{
	width:870px;
}

#footer-blank .Flft-img
{
	background:url(../images/footer-tbl-lft-curve.gif) no-repeat left;
	float:left;
	width:20px;
	height:42px;
}

#footer-blank .Fbg-img
{
	background:url(../images/footer-tbl-bg.gif) repeat-x;
	height:42px;
	width:830px;
	float:left;

}

#footer-blank .Fbg-img span
{
	text-align:center;
	color:#474747;
	line-height:42px;
	font-size:11px;
	padding-left:290px;
}

#footer-blank .Frt-img
{
	background:url(../images/footer-tbl-rt-curve.gif) no-repeat left;
	float:right;
	width:20px;
	height:42px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.home-frm-tbl1
{
	border:0px solid #e9f4fa;
	margin:25px 0px !important;
	padding:0px;
	width:824px;
	height:258px;
}

.hd-bold
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#5677a5;
	padding-left:10px;
}


.hd-subbold
{
	color:#8c8a8a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding:5px 0px 0px 0px;
	margin:0px;
	text-align:center;
	margin-top:-20px;
}
.home-frm-tbl-hdbg
{
	background:url(../images/tbl-hd-bg.jpg) repeat-x;
	height:105px;
}
.home-frm-tbl
{
	background:url(../images/home-frm-tbl-bg.gif) no-repeat;
	margin:25px 0px !important;
	padding:0px;
	width:824px;
	height:258px;
}

.home-frm-tbl p
{
	padding:7px 0px 0px 32px;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
}


.form-label
{
	text-align:right;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px 10px 8px 10px;
	width:20%;
	vertical-align:top;
}

.form-value
{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px 0px 8px 10px;
	vertical-align:top;
}

.input1
{
	border:1px solid #d6dcdf;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	width:320px;
}

a.alink
{
	color: #063fb4;
	text-decoration: underline;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
}

fieldset{ 
margin:5px; 
padding:5px; 
text-align:center;
-moz-border-radius:6px;
border-radius: 6px;
-webkit-border-radius: 6px;
}
fieldset table
{
	margin-left: auto;
	margin-right: auto;
	text-align:left;

}

.home-frm-tbl1
{
	margin:25px 0px !important;
	padding:0px;
	width:824px;
}

#leftcol {
	FLOAT: left; 
	WIDTH: 372px;
	margin:0px 10px 0px 0px;
}
#rightcol {
	FLOAT: right; 
	WIDTH: 372px;
	margin-right:0px;
}


.legend-title
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #014b76;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:3px 10px 5px 5px;
	text-align:left;
	background-color:#ffffff;
}

.list-tbl
{
	padding:0px;
	margin:5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
}

.list-tbl th
{
	color:#874547;
	font-size:10px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #e1e1e1;
	text-align:left;
	padding-bottom:4px;
}

.list-tbl td
{
	padding:5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.textnormal
{
	padding:10px;
	background-color:#eeeeee;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}

.error-text
{
	padding:10px;
	color:#b33135;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	height:210px;
}

.error-text span
{
	color:#424242;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.privacy-policy
{
	text-align:center;
	padding:18px 0 18px 0px;
}
.hd-thankyou
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#5677a5;
	padding:0px 0px 12px 0px;
	margin:0px;
	text-align:center;
}
/* new css added on 1st March */
.textbold
{
	color:#6d6d6d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-bottom:5px;
}

.note-text
{
	padding:10px;
	color:#b33135;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	vertical-align:top;
	text-align:center;
	margin:0px;
	padding:0px 0 5px 0px;
}

.textnormal1
{
	padding:5px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}