html{
	background-color:#fff;
}
body{
	background:url('../images/grey_strip.gif') 0 79px repeat-x #fff;
	font-family:Arial, sans-serif;
}
#overall_container{
	width:800px;
	margin:0 auto;
	padding-top:43px;
	position:relative;
}
h1{
	width:227px;
	height:157px;
	background:url('../images/logo.png') left top no-repeat;
}
h1 a{
	display:block;
	width:227px;
	height:157px;
}
/*Apply this class to elements which's text we want to substitute with image*/
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
.c_grey{
	color:#58849c;
}
.c_blue{
	color:#58849c;
}
.c_steel{
	color:#7493a6;
}
.t_big{
	font-size:18px;
}
.t_med{
	font-size:14px;
}
.c_aligned{
	text-align:center;
}
}.c_aligned2 {
	text-align:left;
	margin-left: 50px;
}

.r_aligned{
	text-align:right;
}
.substitute{
	display:block;
}
.substitute span{
	display:none;
}
.clear{
	clear:both;
}
a, label, .submit-input{
	cursor:pointer;
}
.text-input{
	border:1px solid #707070;
}
.submit-input{
	border:none;
	background:none;
	text-transform:uppercase;
	color:#58849c;
	font-weight:bold;
	font-size:11px;
}
ul.common li{
	padding-left:15px;
	background:url('../images/bul_common.gif') 2px 6px no-repeat;
}
ul.uncommon{
	background:#f3faf9;
	border-top:2px solid #ceece8;
	border-bottom:2px solid #ceece8;
	padding-top:10px;
	padding-bottom:4px;
}
ul.uncommon li{
	padding-left:20px;
	background:url('../images/bul_menu.gif') 7px 4px no-repeat;
}
ul.of_form li{
	background:url('../images/bul_menu.gif') 7px 7px no-repeat;
	padding-bottom:6px;
}
ul.of_form label{
	float:left;
	width:80px;
	margin-top:2px;
}
/*List item with dotted vertical separator*/
li.vert_separator{
	float:left;
	padding-right:20px;
	margin-right:19px;
	background:url('../images/sep_vertical.gif') right top no-repeat;
}
/*Navigation links - home, email, sitemap*/
#navigation_links{
	position:absolute;
	top:43px;
	right:0;
}
#navigation_links li.last{
	margin-right:0;
	padding-right:0;
	background:none;
}
#navigation_links li a, #navigation_links li.active_page span{
	width:11px;
	height:13px;
	background-position:left 50%;
	background-repeat:no-repeat;
}
.ico_home_na{background-image:url('../images/ico_home_na.gif');}
.ico_home_a{background-image:url('../images/ico_home_a.gif');}
.ico_mail_na{background-image:url('../images/ico_email_na.gif');}
.ico_mail_a{background-image:url('../images/ico_email_a.gif');}
.ico_smap_na{background-image:url('../images/ico_map_na.gif');}
.ico_smap_a{background-image:url('../images/ico_map_a.gif');}

/*Top links - Experience, Intelligence, Results*/
#top_links{
	position:absolute;
	left:264px;
	top:79px;
}
#top_links li{
	font-size:18px;
	float:left;
}
#top_links li a.substitute,#top_links li span.substitute{
	height:43px;
}
.top_experience_na{width:163px;background-image:url('../images/top_experience_na.png');}
.top_experience_a{width:163px;background-image:url('../images/top_experience_a.png');}
.top_intelligence_na{width:163px;background-image:url('../images/top_intelligence_na.png');}
.top_intelligence_a{width:163px;background-image:url('../images/top_intelligence_a.png');}
.top_results_na{width:151px;background-image:url('../images/top_results_na.png');}
.top_results_a{width:151px;background-image:url('../images/top_results_a.png');}

/*Content*/
#content{
	margin:-40px 70px 40px 270px;
	line-height:16px;
	font-size:12px;
	color:#1a3a64;
}
#content h2, #content p, #content ul{
	margin-bottom:15px;
}
#content li{
	margin-bottom:6px;
}
#content h2{
	font-size:18px;
	color:#58849c;
	padding-left:29px;
	background:url('../images/bul_caption.gif') 0 50% no-repeat;
	line-height:20px;
}
#content a{
	color:#7493a6;
	text-decoration:underline;
}
#content a:hover{
	text-decoration:none;
}

/*Footer links*/
#footer_container{
	background-color:#ecf7f6;
	border-bottom:5px solid #58849c;
}
#footer{
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
	width:500px;
	padding-left:20px;
	margin:0 auto;
	height:39px;
	background:url('../images/sep_vertical.gif') 0 15px no-repeat;
	white-space:nowrap;
}
li.f_link{
	padding-top:15px;
	background-position:100% 15px;
}
#footer li.last{
	margin-right:0;
}
#footer a{
	display:block;
	color:#193a64;
	padding-bottom:10px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer .active_page span{
	display:block;
	padding-bottom:11px;
	color:#58849c;
	background:url('../images/curpage_footer.gif') 50% 100% no-repeat;
}
/*Why data4sight flyout menu*/
#footer_flyout{
	position:absolute;
	background:#ceece8;
	padding-top:2px;
	margin:-149px 0 0 -20px;
	display:none;
}
#footer_flyout a{
	display:block;
	width:117px;
	height:34px;
	line-height:34px;
	background:url('../images/bul_menu.gif') 11px 55% no-repeat #f3faf9;
	text-align:left;
	text-transform:none;
	color:#1a3a64;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	margin:0;
	padding:0 0 0 26px;
}
#footer_flyout a:hover{
	text-decoration:none;
	background:url('../images/bul_menu_h.gif') 11px 55% no-repeat #7493a6;
	color:#fff;
}
#footer_flyout li{
	padding:0;
	margin:0 0 2px 0;
}
/*Small copyright at the end of the page*/
#copyrights{
	font-size:10px;
	color:#49515c;
	padding:30px 0 15px 0;
	margin-top:1px;
	background:url('../images/footer_bg.gif') top repeat-x;
}
#copyrights a{
	color:#49515c;
	text-decoration:none;
}
#copyrights a:hover{
	text-decoration:underline;
}
p.afterline{
	padding-top:10px;
}
#preloader{
	position:absolute;
	top:-1000px;
	left:-1000px;
