/* CSS Document */

body {
	margin:0;
	background-color:#0D3868;
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
p, h2, form, input, textarea {
	margin:0;
	padding:0;
	}
	
.spacer {
	font-size:0px;
	line-height:0px;
	clear:both;
	padding:0px;
	}
	
/*=======================header=======================*/
#header {
	background:url(../images/headerbg.gif) repeat-x 0 100% #0A203C;
	color:#FFF;
	}
#header #hdstrt {
	width:991px;
	margin:0 auto;
	}
#header #hdstrt .hdright {
	float:right;
	width:492px;
	height:93px;
	border-left:1px solid #36485F;
	border-right:1px solid #36485F;
	background:url(../images/toprgbg.gif) repeat-x 0 100%;
	}

/*=======================body=======================*/
#container {
	width:991px;
	margin:0 auto;
	background:url(../images/bodybg.gif) no-repeat 0 0;
	}
#container img.logo {
	float:left;
	margin:77px 0 0 79px;
	}
	
/*=======================right=======================*/
#container #rightpanel {
	width:404px;
	float:right;
	border-left:1px solid #385C84;
	border-right:1px solid #385C84;
	background:url(../images/lefpanbg.gif) no-repeat 0 0 #09294D;
	color:#FFF;
	padding-top: 30px;
	padding-right: 43px;
	padding-bottom: 0;
	padding-left: 45px;
	}
#container #rightpanel h2 {
	background:url(../images/welcome-head.gif) no-repeat 0 0;
	height:114px;
	}
#container #rightpanel p.wt-txt {
	line-height:16px;
	padding:0 0 40px;
	}
#container #rightpanel p.wt-txt span {
	color:#6DD7FF;
	background-color:inherit;
	font-weight:bold;
	}
#container #rightpanel p.wt-txt a {
	text-decoration:underline;
	font-size:14px;
	color:#FFC843;
	background-color:inherit;
	font-weight:bold;
	}
#container #rightpanel p.wt-txt a:hover {
	text-decoration:none;
	}
#container #rightpanel form.contactbg {
	padding:9px 0 0 15px;
	margin:0 0 30px;
	height:261px;
	}
#container #rightpanel .contactbg_img {
	background:url(../images/formbg.gif) no-repeat 0 0;
	position:relative;
	}
#container #rightpanel .contactbg_img {
	background:url(../images/formbg.gif) no-repeat 0 0;
	position:relative;
	}
#container #rightpanel .contactbg_img  .btn_container { position:absolute; bottom:4px; width:100%; }
		
#container #rightpanel form.contactbg h2 {
	background:url(../images/head-account.gif) no-repeat 0 0;
	height:43px;
	}
#container #rightpanel form.contactbg div.hgt {
	height:32px;
	}
#container #rightpanel form.contactbg  div.hgt div.inputbg-mar {
	margin:0 !important;
	}
#container #rightpanel form.contactbg  div.hgt div.inputbg {
	background:url(../images/inputboxbg.gif) no-repeat 10px 0;
	float:left;
	width:152px;
	height:18px;
	padding:2px 14px 3px 16px;
	}
#container #rightpanel form.contactbg  div.hgt div.inputbg input.txtbox {
	border:0px;
	width:150px;
	height:16px;
	float:left;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#794141;
	background-color:inherit;
	padding:2px 0 0;
	}
#container #rightpanel form.contactbg div.textbg {
	background-image:url(../images/commentbg.gif);
	background-repeat:no-repeat;
	background-position:10px 0;
	width:340px;
	height:87px;
	padding:3px 3px 3px 13px;
	}
#container #rightpanel form.contactbg div.textbg textarea {
	border:0px;
	margin:0px;
	width:338px;
	height:84px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#794141;
	background-color:inherit;
	}
#container #rightpanel form.contactbg input.btn-send, input.btn-send {
	width:61px;
	height:22px;
	background:url(../images/btn-send.gif) no-repeat 0 0;
	border:0px;
	float:none;
	}
	
/*=======================footer=======================*/
#footer {
	background:url(../images/footerbg.gif) repeat-x 0 0 #08203C;
	color:#FFF;
	}
#footer #ftstrt {
	width:991px;
	margin:0 auto;
	}
#footer #ftstrt .ftright {
	float:right;
	width:492px;
	border-left:1px solid #36485F;
	border-right:1px solid #36485F;
	background:url(../images/footerrgbg.gif) repeat-x 0 0;
	padding-top: 28px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#footer #ftstrt .ftright img {
	float:left;
	margin:0 0 0 55px;
	}
#footer #ftstrt .ftright p {
	text-align:center;
	color:#84909E;
	background-color:inherit;
	padding:24px 0 16px;
	}

