@charset "utf-8";
/* CSS RESTT*/
*, html {
	margin:0;
	padding:0; 
}

body, h1, h2, h3, h4, h5, h6, h7, table, tr, td, div, span, b, lebel, select, li, ul, p, textarea, input, a, b {
	margin:0px;
	padding:0px;
}
img, img a{ border:0px; }

a{text-decoration:none; color:#333;}
a:hover{text-decoration:underline;}
/*MAIN CSS*/
body {
	background: url(../images/body-bg-census.png) repeat-x left top;
	color:#585757;
	padding:15px 0 0 0;
}

/*FONTS CUSTOME*/
.font-regular {
	font-family:'OpenSansRegular', sans-serif;
	
}
.font-regular-new {
font-family:'OpenSansLight',sans-serif;
font-weight:normal;
display:block;
line-height:100%;
color:#484848;
}

.font-regular-new a{
font-family:'OpenSansLight',sans-serif;
font-weight:normal;
display:block;
line-height:100%;
color:#484848;
text-decoration:none;
}

.font-regular-new a:hover {
	text-shadow: #b9b9b9 0 0 12px !important;
	zoom:1 !important;	
}

.font-regular-new-p {
font-family:'OpenSansLight',sans-serif;
font-weight:normal;
display:block;
line-height:23px;
color:#484848;
}


.font-light {
	font-family:'OpenSansLight', sans-serif;	
}

.font-semibold {
	font-family:'OpenSansSemibold', sans-serif;	
}

/*H1-H6*/
h1 { 
	font-size:58px;
	text-align:left;
	color:#797979;
	margin:0px;
	padding:0px;
	line-height:43px;
}

h1 a{ 
	font-size:58px;
	text-align:left;
	color:#797979;
	margin:0px;
	padding:0px;
	line-height:43px;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:none;
}

h2 { 
	font-size:36px;	
	text-align:left;
	margin:0px;
	padding:0px;
}
h3 { 
	font-size:30px;
	text-align:left;
	margin:0px;
	padding:0px;	
}
h4 {
	font-size:42px;
	text-align:left;
	margin:0px;
/*	padding:0px;	*/
	padding-bottom:5px;
}
h5 {
	font-size:24px;
	text-align:left;
	color:#a0a0a0;
	margin:0px;
	padding:0px;
	line-height:30px;
}
h6 {
	font-size:24px;
	text-align:left;
	margin:0px;
	padding:0px;	
}
.h7 {
	font-size:32px;	
	color:#0066CC;
	margin:0px;
	padding-bottom:5px;

	}
/*COMMON CLASSES*/
table.centerise {
	margin:0px auto;
}

/*SEARCH BOX*/

td.searchbox-header-strip {
	background:url(../images/search-table-header.png) no-repeat right top;
	height:13px;
}

td.repeat-body {
	background:url(../images/search-table-repeat-strip.png) repeat-y right top;
}

.search-box-footer {
	background:url(../images/search-box-footer.png) no-repeat right top;
	height:17px;
}

.megenta { 
	color:#fff;
	padding:0 0 0 13px;
	margin:0px;
	line-height:24px;
}

td.search-box-contd {
	width:420px;
	padding:0 0 0 25px;
}

input.textbox {
	border:1px solid #c4c4c4;
	margin:2px 0 2px 2px;
	width:180px;
	padding:5px 3px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input.textboxx {
	border:1px solid #c4c4c4;
	margin:2px 0 2px 2px;
	width:130px;
	padding:5px 3px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.txtsmall {
	color:#535353;
	font-size:12px;
	letter-spacing:0px;
	padding:10px 10px 0 0; 
}
.txtxsmall {
	color:#535353;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.select {
	width:184px;
	padding:1px;
	border:1px solid #c4c4c4;
	height:21px;	
	margin:2px 0 2px 2px;
	background:#fff;
	*border:0px solid #c4c4c4;
	*height:25px;	
	
	*background:none;	
}

.select-input {
	width:182px;
	border:0px;
	margin:1px 0 0 0;	
	*margin:0px 0 0 0;	
	padding:1px;
}

.caption {
	font-family:'OpenSansRegular', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:500;
	padding:0 0 0 2px;
}

.caption-x {
	font-family:'OpenSansRegular', sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:500;
	padding:0 0 0 2px;
}


.captions {
	font-family:'OpenSansRegular', sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:500;
	padding:12px 0 0 2px;
}
.red {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff6969;
	height:18px;
}

.dotted-border { border-bottom:1px dotted #666; }

.lightcol { color:#969696; }
.lightcols { color:#666; }
.limelightcol { color:#757575; line-height:24px; }
.limedlightcol { color:#757575; line-height:25px; }
.limedlightcol-nobox { color:#757575; line-height:35px; }
.limedlightcols { color:#6b6b6b; line-height:25px; padding:0 0 10px 0; }
.tooper-content {
	padding-top:21px;	
}

.subheader {
	color:#606060;
	line-height:26px;	
}

div#arrow {
	width:508px;
	float:left;
	margin:-8px 0px 12px 0;	
	position:relative;
	height:125px;
	background:url(../images/arrow-upper.png) no-repeat left top;
}

div#arrow p {
	padding:42px 20px;
	font-size:24px;
	line-height:32px;	
}

div#arrow img {
	position:absolute;
	margin:5px 0 0 420px;
}

/*STATE BOX*/
td.statebox-top {
	background:url(../images/state-box-top.png) no-repeat right top;
	height:9px;	
}

td.statebox-footer {
	background:url(../images/state-box-footer.png) no-repeat right top;
	height:14px;	
}

td.statebox-mid {	
	padding:8px 0 0 9px;
}

td.statebox-mid p.article a {	
	background:url(../images/18.png) no-repeat left 4px;	
	float:left;
	color:#0096dd;
	font-size:17px;
	margin:2px 0 0 15px;
	text-decoration:none;
	padding:0 0 5px 20px;
	font-family:'OpenSansLight', sans-serif;
	text-decoration:none;
}

td.statebox-mid p.article a:hover {
	text-decoration:underline;		
}

p.txt{	
	float:left;
	color:#000000;
	font-size:14px;
	margin:2px 0 0 15px;
	text-decoration:none;
	padding:0 0 5px 20px;
	font-family:'OpenSansLight', sans-serif;
}

.sidebar-caption {
	color:#6b6b6b;
	letter-spacing:-1px;
}


.statebox-mid span{
	background:url(../images/bullet.jpg) no-repeat left 4px;
	width:105px;
	float:left;
	color:#000000;
	font-size:12px;
	margin:2px 0 0 15px;
	text-decoration:none;
	padding:0 0 5px 10px;
	font-family:'OpenSansRegular', sans-serif;
}

.statebox-mid a {
	background:url(../images/bullet.jpg) no-repeat left 4px;
	width:105px;
	float:left;
	color:#000000;
	font-size:12px;
	margin:2px 0 0 15px;
	text-decoration:none;
	padding:0 0 5px 10px;
	font-family:'OpenSansRegular', sans-serif;
	text-decoration:none;
}

.statebox-mid a:hover {
	color:#0096dd;
}

/*HEADER NAVIGATION*/
td.navigation { 
	text-align:right; 
	font-family:'OpenSansRegular', sans-serif;
	font-size:14px;
	width:445px;
	letter-spacing:-1px;
}

td.navigation a{ 
	text-align:right; 
	font-family:'OpenSansRegular', sans-serif;
	font-size:14px;
	color:#0096dd;
	margin-left:14px;
	padding-left:17px;
}
td.navigation a:hover{
	color:#0096dd;
	text-decoration:underline;
}
p.txtcontent {
	font-size:14px;
	color:#332;
	padding:5px 20px 0 0;
	line-height:17px;
}
ul.termscontent {
	font-size:14px;
	color:#332;
	padding:5px 5px 5px 35px;
	line-height:18px;
}

ul.numaric {
	font-size:14px;
	color:#332;
	padding:5px 5px 5px 35px;
	line-height:20px;
	list-style:decimal;
}

p.txtcontent-sexp {
	font-size:14px;
	color:#332;
	padding:25px 20px 0 0;
	line-height:17px;
	text-align:left;
}
p.txtcontent-p {
	font-size:15px;
	color:#332;
	padding:10px 28px 0 27px;
	line-height:19px;
}

p.searchexp {
	
	padding:15px 10px 10px 0px;
	font-size:14px;
	color:#332;
	text-align:left;

}

p.txtcontent-x {
	font-size:28px;
	color:#666;
	line-height:29px;
	margin-bottom:10px;
}

p.txtcontent-xx {
	font-size:18px;
	color:#666;
	line-height:29px;
	margin-bottom:10px;
}


div.expandur_search{
	font-size:18px;
	width:520px;
	border:1px solid #a8a8a8;
	background:url(../images/expand_ur_search_bg.jpg) repeat;
	padding:10px 10px 15px 10px;
	text-align:left;
	color:#848383;
	margin:20px 0 0 0;
}

div.box-acceciblity {
	width:541px;
	float:left;
	margin:12px 0 10px 0;
}

div.box-acceciblity-top {
	width:541px;
	float:left;
	background:url(../images/box-content-top.png) no-repeat left top;
	height:11px;
}

div.box-acceciblity-mid {
	width:516px;
	float:left;
	padding:5px 10px 9px 25px;
	background:url(../images/box-content-mid.png) repeat-y left top;

}

div.box-acceciblity-mid p {
	background:url(../images/bullet.jpg) no-repeat left 6px;
	padding:0px 10px 5px 15px;
	margin:10px 0 0 10px;
	font-size:14px;
}

div.box-acceciblity-bot {
	width:541px;
	float:left;
	background:url(../images/box-content-bot.png) no-repeat left top;
	height:17px;
}
table#banner { margin:9px 0 0 0; }
td.banner {	
	background:url(../images/banner.png) no-repeat right top;	
	padding:30px 1px;
	margin:10px 0 0 0;
	
}

p.bannercap {
	font-size:18px;
	color:#333;
	padding:15px 20px 0 25px;
	font-style:normal;
}

div.know_more {
	background:#f28919;
	width:275px;
	height:20px;
	padding:8px 10px 12px 10px;
	font-family:'OpenSansLight', sans-serif;
	font-size:18px;
	color:#FFF;
	text-align:center;
	margin:15px 0 0 25px;
}

.know_more a{
	text-decoration:none;
	color:#FFF;
	font-family:'OpenSansLight', sans-serif;
}

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

table#testimonial {
	margin-top:20px;
	margin-left:-5px;
}

#testimonial p {
	background:none;
}

img.textimonial-img {
	margin-top:8px;
}

table#searchexpert {
	margin:8px 0 0 0;
	
}

table#banner-c { margin:40px 0 0 10px; border:0px solid #8d8d8d; background:#fafafa; }
td.banner-c {
	background:url(../images/banner-ct.png) no-repeat 3px top;
	padding:30px 1px;
	margin:10px 0 0 0;	
}

p.bannercap-ct {
	font-size:20px;
	color:#333;
	padding:5px 10px 0 12px;
	font-weight:bold;
	text-align:center;
}

div.read_more {
	background:#f28919;
	padding:8px 10px 12px 10px;
	font-family:'OpenSansLight', sans-serif;
	font-size:18px;
	color:#FFF;
	text-align:center;

}

.read_more a {
	text-decoration:none;
	color:#FFF;
	font-family:'OpenSansLight', sans-serif;
}

table#footer {
	margin-top:35px;	
}

/*FOOTER ....*/
.footer{
	background:url(../images/footer_bg.jpg) repeat-x;
	height:180px;
	width:100%;
	padding:40px 0 0 0;
}

.footer-loading{
	background:url(../images/footer_bg.jpg) repeat-x;
	width:100%;
	padding:40px 0 0 0;
}

.footer_nav {
font-family:'OpenSansReguler', sans-serif;
font-size:12px;
text-align:right;
color:#000000;
padding:7px 0 0 0;
}


.footer_nav a{
font-family:'OpenSansReguler', sans-serif;
font-size:14px;
text-align:right;
border:none;
text-decoration:none;
color:#0096dd;
padding:5px 2px; 
}
.footer_nav a:hover, .footer_nav a.selected{
	font-family:'OpenSansReguler', sans-serif;
	color:#0096dd;
	text-decoration:underline;
}

#footer_nav a{
	font-family:'OpenSansReguler', sans-serif;
	font-size:14px;
	text-align:right;
	border:none;
	text-decoration:none;
	color:#0096dd;
	padding:5px 2px; 
}

#footer_nav a:hover {
	text-decoration:underline;
	color:#0096dd;	
}
.notes{
	padding:10px 0 0 0;
	font-family:'OpenSansLight', sans-serif;
	font-size:11px;
	color:#969696;
	text-align:justify;
	line-height:15px;
	background:#f5f5f5;
	padding:10px 10px 10px 10px;
}
.copyright{
	padding:9px 0 10px 0;
	font-family:'OpenSansReguler', sans-serif;
	font-size:12px;
	color:#646464;
	text-align:centre;
	line-height:15px;
}

.logtext {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #0358A0;
	text-decoration: none;
}
.logtext_des{
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	display:none;
}

td.eg {
	font-size:10px;
	color:#fff;
}

/*NEW ADDED CHANGES ....*/
#sarch-button-html {
	font-family:'OpenSansLight', sans-serif;
	font-size:20px;
	background:url(../images/search-hutton.png) no-repeat left top;
	text-align:center;
	color:#FFFFFF;
	margin:auto;
	width:295px;
	height:35px;
	cursor:pointer;
	padding-top:5px;
	margin-bottom:15px;
}

#sarch-button-html:hover {
	font-family:'OpenSansLight', sans-serif;
	font-size:20px;
	background:url(../images/search-hutton.png) no-repeat left -40px;
	text-align:center;	
	color:#FFFFFF;
}

.fill-caption-dark {
	background:#666666;
	width:430px;
	margin:0 0 0 13px;	
}

div.box-acceciblity-mid-nobox {
	width:516px;
	float:left;
	padding:5px 10px 9px 0px;

}

div.box-acceciblity-mid-nobox p {
	background:url(../images/bullet.jpg) no-repeat left 6px;
	padding:0px 10px 5px 15px;
	margin:13px 0 0 10px;
	font-size:14px;
}
td#dwopdowncont {
	position:relative;
}
div#dropdown-arrow {
	position:absolute;
	width:17px;
	height:17px;
	background:url(../images/dropdown.png) no-repeat left top;
	margin:7px 0 0 168px;
	cursor:pointer;
}

div#dropdown-arrow:hover {
	background:url(../images/dropdown.png) no-repeat left bottom;
}
.dropdown-arrow-hover {
	background:url(../images/dropdown.png) no-repeat left bottom;
}

div.dropdown-list {
	width:172px;
	border:1px solid #a3a3a3;
	position:absolute;
	height:262px;
	background:#fff;	
	padding:6px 3px 2px 4px;
	display:none;
    *left:0px;
	*top:30px;
	margin:-5px 0 0 5px;
}

div.inner-dropdown-list {
	width:172px;
	overflow:auto;
	height:258px;
}

div.dropdown-list span.items{
	font-family:'OpenSansLight',sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#0096dd;
	cursor:pointer;
	float: left;
	margin:2px;
	width:48px;	
}

div.dropdown-list span.items:hover {
	color:#007ab3;
	text-decoration:underline;	
}

p.links-crticle a {
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}

p.links-crticle a:hover {
	text-decoration:underline;
}

a.article_link{
	color:#0096dd;
}

p.probably {
	font-size:42px;
	line-height:72px;
}

a.otherlink {
	color:#CCCCCC;
}