body {
	background: #010f1d;
	margin:0;
	font: Normal 12px/18px Georgia;
	color: #c1e6ff;
}

/*  Global Styles! */
body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

:focus{ outline: none;}
.clear{clear:both;}
.left{float: left;}
.right{float: right;}

a:link, a:active, a:visited
	{
	color:#d37521;
	text-decoration: underline;
}

a:hover
	{
	color: #959595;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	padding: 20px 20px 6px 2px;
	font-weight: Normal;
	clear: both;
	color: #3882b5;
	font-style: italic;
	line-height: 25px;
}

h1{font-size: 25px;}
h2{font-size: 22px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 16px; font-weight: bold;}
h6{font-size: 14px; font-weight: bold;}

p{
	padding: 8px 25px 8px 2px;
}

ul{
	list-style: square;
	padding: 10px 0 8px 30px;
}

li{
	padding: 0 0 6px 0;
}

/*  Wrapper */
#wrapper{
	width: 850px;
	margin: 0 auto;
}

/*  Header starts */
#header{
	float: left;
	width: 850px;
}

#header ul{
	list-style-type: none;
	padding: 0 0 12px 0;
	text-align: center;
}

#header ul li{
	padding: 0 0 4px 0;
	display: inline;
	font: italic Normal 15px Georgia;
	color: #c1e6ff;
}

#header ul li a:link, #header ul li a:visited, #header ul li a:active{
	background: url(../images/btn-bg.jpg) repeat-x left top;
	padding: 13px 27px;
	color: #c1e6ff;
	line-height: 46px;
	text-decoration: none;
}	

#header ul li a:hover{
	background: url(../images/hover-btn-bg.jpg) repeat-x left top;
	border-bottom: 3px solid #c1e6ff;
	color: #c1e6ff;
}

#header ul li.active-btn a:link, #header ul li.active-btn a:visited, #header ul li.active-btn a:active{
	background: url(../images/hover-btn-bg.jpg) repeat-x left top;
	border-bottom: 3px solid #c1e6ff;
	color: #c1e6ff;
}

#header h2{
	font: italic normal 30px Georgia;
	color: #3882b5;
	float: left;
	padding: 20px 20px 12px 5px;
	line-height: 26px;
}

#header h2 span{
	font: Normal 12px Tahoma;
	color: #c1e6ff;
	float: left;
	padding: 4px 0 0 3px;
}

#header p{
	font: Normal 12px Georgia;
	color: #c1e6ff;
	float: right;
	padding: 14px 15px 18px 0;
	text-align: right;
}

#header p strong{
	font: bold 15px Georgia;
	color: #3882b5;
}

#header p span{
	font: bold 35px Georgia;
	color: #3882b5;
}

/*  Left panel */
#left-panel{
	width: 575px;
	float: left;
}

.text {font-style: italic; margin-bottom: 25px;}
.text span {font-style: normal; font-weight: bold; float: right;}
.float_right {float: right; margin: 0 0 10px 10px;}
#btm-boxes{
   clear:both;
   margin-left:-15px;
}

.small-box{
	width: 227px;
	float: left;
	margin: 0 0 0 38px;
	background: url(../images/small-box.jpg) no-repeat left top #156aa4;
	display: inline;
}

.small-box a:link, .small-box a:visited, .small-box a:active{
	color:#000;
}

.small-box a:hover{
	color: #fff;
	text-decoration: none;
}

.small-box p.bullet-para{
	font: italic bold 14px "Trebuchet MS";
	color: #fff;
	text-align: center;
	padding: 12px 0 0 10px;
	text-transform: uppercase;
	line-height: 15px;
}

.small-box p{
	padding: 7px 4px 7px 2px;
	
}

.small-box p span{
	font: italic bold 25px "Trebuchet MS";
	float: left;
	padding: 10px 0 8px 0;
}

.small-box h2{
	font: italic bold 20px "Trebuchet MS";
	color: #fff;
	background: url(../images/dollar-icon.jpg) no-repeat 11px 8px;
	padding: 22px 0 33px 52px;
	text-transform: uppercase;
margin-right: 10px;
}

.small-box h2 strong{
	font: italic bold 15px "Trebuchet MS";
	color: #fff;
}

/*  Right panel */
#right-panel{
	width: 255px;
	float: right;
}

#right-panel h4{
	color: #3882b5;
	padding: 0 0 0px 27px;
	margin: -5px 0 0 0;
}

form{
	width: 216px;
	float: left;
	padding: 0 0 20px 26px;
}

form label{
	font: Normal 11px Tahoma;
	color: #3882b5;
	width: 216px;
	float: left;
	padding: 4px 0 0 0;
}

form input{
	width: 212px;
	height: 18px;
	background: #000;
	border: 1px solid #0b5282;
	color: #fff;
	float: left;
	text-indent: 3px;
}

form select{
	width: 212px;
	float: left;
	height: 20px;
	background: #000;
	border: 1px solid #0b5282;
	color: #666;
}

form textarea{
	width: 212px;
	height: 78px;
	background: #000;
	border: 1px solid #0b5282;
	color: #fff;
	float: left;
	font: Normal 12px Arial;
}

form input.form-btn{
	width: 60px;
	height: 23px;
	border: none;
	background: none;
	float: right;
	margin: 7px 2px 0 0;
}

#right-panel h2{
	font: Normal 25px Georgia;
	color: #c1e6ff;
	padding:5px 30px 5px 55px;
	background: url(../images/right-panel-h2bg.jpg) repeat-y 26px top;
}

#right-panel ul{
	list-style-type: none;
	float: left;
	width: 229px;
	padding: 0 0 18px 26px;
}

#right-panel ul li{
	font: italic bold 12px Georgia;
	color: #0b5282;
	background: url(../images/right-li-bg.jpg) repeat-y left top;
	padding: 10px 12px 10px 28px;
	margin: 2px 0 0 0;
}

#right-panel ul li a:link, #right-panel ul li a:visited, #right-panel ul li a:active{
	color: #0b5282;
	text-decoration: none;
}

#right-panel ul li a:hover{
	color: #fff;
}

/*  Footer */
#footer{
	width: 990px;
	float: left;
	background: url(../images/footer-bgg.jpg) no-repeat  top #010f1d;
	padding: 15px 0;
	text-align: center;
	font: normal 12px tahoma;
	color: #c1e6ff;
        margin-left: -70px;
margin-top:10px
}

#footer ul{
	list-style-type: none;
	padding: 1px 30px;
}

#footer ul li{
	display: inline;
	padding: 0 12px 0 12px;
	border-left: 1px solid #c1e6ff;
}

#footer ul li a:link, #footer ul li a:visited, #footer ul li a:active{
	color: #c1e6ff;
	text-decoration: none;
}

#footer ul li a:hover{
	color: #c1e6ff;
}

#footer ul li.no-bdr{
	border: none;
}

#footer p{
	padding: 2px 30px;
	width: 790px;
}

#footer strong{
	font-weight: normal;
}

#footer strong a:link, #footer strong a:visited, #footer strong a:active{
	font-weight: bold;
	color: #c1e6ff;
	text-decoration: none;
}

#footer strong a:hover{
	color: #c1e6ff;
}

