@charset "utf-8";

/* CSS Document */
body,ul,li,form,input,p,h1,h2,h3,h4,h5,h6,img {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: url(/images/bg.jpg) repeat-x left -12px #ffffff;
	padding: 0px 0px 10px 0px;
	margin: 0;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

a {
	outline: none;
}

img, a img {
	outline: none;
	border: none;
}

ul {
	list-style-type: none;
}

/*header section start here*/
.header {
	width: 960px;
	margin: auto;
}

.logo {
	float: left;
	display: inline;
	width: 309px;
	height: 71px;
	margin: 15px 0px 0px 6px;
}

.logoright {
	float: right;
	display: inline;
	width: 610px;
	text-align: right;
}

.call h1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline;
	line-height: 29px;
	padding: 0 10px 0 0;
}

.call img {
	vertical-align: middle;
	padding-right: 5px;
	padding-top: 2px;
}

#searchForm {
	display: inline;
}

#searchButton {
	background: url(/images/search-button.jpg) no-repeat left top;
	width: 51px;
	overflow: hidden;
	cursor: pointer;
	border: none;
	outline: none;
	margin-left: 13px;
}

#helpLinks {
	text-align: left;
	padding-left: 245px;
	color: white;
	font-size: 11px;
}

#helpLinks a {
	color: #a6e27e;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
}

#helpLinks a:hover {
	color: white;
	text-decoration: underline;
	font-family: Arial,Helvetica,sans-serif;
}

.nev {
	margin: 0px;
}

.nev ul {
	margin: 0px;
	padding: 0;
}

.nev ul li {
	float: left;
	display: inline;
	font: bold 13px Gill Sans MT, Arial, Helvetica, sans-serif;
	color: #fefffe;
	line-height: 10px;
}

.nev ul li a {
	font: bold 13px Gill Sans MT, Arial, Helvetica, sans-serif;
	color: #fefffe;
	line-height: 10px;
	padding: 11px 14px 34px 14px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

.nev ul li a:hover {
	color: #666666;
	background: url(/images/nev_bg.jpg) no-repeat center top;
}

.nev ul li.about a:hover {
	background: url(/images/nev_about.jpg) no-repeat center top;
}

.nev ul li.moneytime a:hover {
	background: url(/images/moneytime.jpg) no-repeat center top;
}

.nev ul li.abouthealth a:hover {
	background: url(/images/abouthealth.jpg) no-repeat center top;
}

.nev ul li.homesel a {
	color: #666666;
	background: url(/images/nev_bg.jpg) no-repeat center top;
}

.nev ul li.aboutsel a {
	color: #666666;
	background: url(/images/nev_about.jpg) no-repeat center top;
}

.nev ul li.moneytimesel a {
	color: #666666;
	background: url(/images/moneytime.jpg) no-repeat center top;
}

.nev ul li.abouthealthsel a {
	color: #666666;
	background: url(/images/abouthealth.jpg) no-repeat center top;
}

/*header section end here*/ 

.content_wrapper {
	margin: auto;
	width: 940px;
}


.aboutus_right a:hover {
	text-decoration: underline;
}

/*footer section start here*/
.footer {
	width: 940px;
	border-top: 1px solid #58ac25;
	padding: 18px 0px 0px 0px;
	margin: auto;
}

.footer_left {
	width: 280px;
	float: left;
	display: inline;
	font: 10px LucidaGrande, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 15px;
	text-align: left;
}

.transaction_txt {
	float: left;
	display: inline;
	width: 174px;
	padding: 18px 0px 0px 0px;
}

.payment_logo {
	float: right;
	display: inline;
	width: 78px;
	height: 23px;
	padding: 15px 0px 0px 0px;
}

.footer_right {
	float: right;
	display: inline;
	text-align: right;
}

.footer_right ul {
	line-height: 5px;
}

.footer_right ul li {
	display: inline;
	background: url(../images/footer_border.jpg) no-repeat right 3px;
	font: 10px LucidaGrande, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 15px;
	padding: 0 4px 0 0;
}

.ie6.footer_right ul li {
	padding: 0 4px 0 4px;
}

.footer_right ul li a {
	font: 10px LucidaGrande, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 15px;
	text-decoration: none;
}

.footer_right ul li a:hover {
	color: #58ac25;
	text-decoration: underline;
}

.footer_right ul li.rightlist {
	background: none;
	padding: 0;
}

.ie6.footer_right ul li.rightlist {
	padding: 0 0 0 4px;
}

.madeby {
	margin: 27px 0px 0px 0px;
	text-align: right;
}

/*footer section end here*/ 

/* serach results */

.searchResultBlock p span {
	padding-right: 1em;
	font-style: italic;
}

.aboutus_right .searchResultBlock p {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
}

.searchResultBlock p.excerpt {
	margin: 0 0 0.5em 3em;
	padding: 0;
}


