/* global elements */
* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	background: #F5F5F5;
	height: 100%;
}
body, table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #636466;
}
h1 {
	position: absolute;
	left: 78px;
	bottom: 10px;
	text-indent: -9999px;
}
h1 a:link,
h1 a:visited {
	display: block;
	width: 139px;
	height: 77px;
	background: url(/assets/images/logo.jpg) no-repeat;
}
p {
	margin-bottom: 10px;
}
a img {
	border: none;
}
a:link, a:visited {
	color: #2C5F93;
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: underline;
}
address {
	font-style: normal;
	font-weight: bold;
}
fieldset {
	border: none;
}
div#container {
	position: relative;
	margin: 0 auto;
	width: 1020px;
	text-align: left;
}
div#site {
	float: left;
	background: url(/assets/images/background.jpg) repeat-y 0 0;
	width: 1020px;
}
div#content,
div#footer {
	z-index: 1;
}
div#header 
{
	position: relative;
	background: url(/assets/images/header_bg.jpg) no-repeat 0 0;
	height: 108px;
	z-index: 2;
}
ul#navigation {
	position: absolute;
	bottom: 0;
	right: 35px;
}
ul#navigation li {
	position: relative;
	float: left;
	list-style: none;
	margin-right: 2px;
}
ul#navigation a:link,
ul#navigation a:visited {
	background: url(/assets/images/nav_tab.jpg) no-repeat;
	color: #FFF;
	display: block;
	font-weight: bold;
	width: 142px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
ul#navigation a.active:link,
ul#navigation a.active:visited {
	background: url(/assets/images/nav_tab_active.jpg) no-repeat;
}
ul#navigation li li {
	width: 142px;
	overflow: hidden;
}
ul#navigation ul,
ul#navigation li.hover ul ul {
	display: none;
	border-top: 1px solid #B5B5B5;
	position: absolute;
	z-index: 2;
	width: 142px;
	left: 0;
}
ul#navigation li.hover ul ul {
	top: -1px;
	margin-left: 155px;
	border-left: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
}
ul#navigation li.hover ul,
ul#navigation ul li.hover ul {
	display: block;
}
ul#navigation ul a:link,
ul#navigation ul a:visited {
	float: left;
	clear: both;
	background: #FFF;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	text-align: left;
	padding: 0 10px;
	text-transform: capitalize;
	color: #96AFC9;
	width: 100%;
}
ul#navigation ul a.active:link,
ul#navigation ul a.active:visited,
ul#navigation ul a:hover,
ul#navigation ul a:active {
	background: #96AFC9;
	color: #FFF;
}
ul#navigation ul li {
	float: left;
	clear: both;
	border-bottom: 1px solid #96AFC9;
}
div#header form {
	position: absolute;
	top: 7px;
	right: 67px;
	width: 381px;
}
div#header input {
	border: 1px solid #ABABAB;
	font: 12px Verdana, Arial, sans-serif;
	color: #555;
	padding: 2px 4px;
	margin-left: 5px;
}
div#header input#login {
	border: none;
	background: transparent;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
}
div#header input#password_password 
{
	display: none;
}
img.content_img 
{
	display: block;
	float: left;
	clear: both;
}
div#mainContent {
	float: left;
	clear: both;
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	padding: 0 14px;
	width: 916px;
}
div#content,
div#footer ul {
	position: relative;
	left: 47px;
	width: 945px;
}
div#footer 
{
	position: relative;
	background: url(/assets/images/footer_bottom.jpg) no-repeat bottom left;
	padding: 20px 0 50px;
	z-index: 1;
}
div#footer ul {
	text-align: center;
	background: url(/assets/images/footer_bg.gif) no-repeat 0 bottom;
	list-style: none;
	height: 49px;
}
div#footer li {
	font-size: 11px;
	display: inline;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #636466;
	line-height: 45px;
}
div#footer li.lastItem {
	margin: 0;
	padding: 0;
	border: none;
}
div#footer a:link,
div#footer a:visited {
	color: #636466;
}
div.clear {
	display: block;
	clear: both;
}

/* body content */
div.column_content h2 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 39px;
}
div.column_content span.callout {
	font-size: 15px;
	font-weight: bold;
}
div.column_1 {
	background: url(/assets/images/column_1_bg.jpg) repeat-y;
	float: left;
	width: 100%;
	margin-top: 10px;
}
div.column_1 div.column_content {
	background: url(/assets/images/column_1_top.jpg) no-repeat;
	float: left;
	width: 100%;
}
div.column_2 {
	background: url(/assets/images/column_2_bg.jpg) repeat-y;
	float: left;
	width: 100%;
	margin-top: 10px;
}
div.column_2 div.column_content {
	background: url(/assets/images/column_2_top.jpg) no-repeat;
	float: left;
	width: 100%;
}
div.col1 {
	float: left;
	width: 653px;
	margin-left: 5px;
}
div.col2 {
	float: left;
	width: 242px;
	margin-left: 10px;
}
div.single_column div.col_padding, 
div.col1 div.col_padding {
	padding: 16px 28px;
}
div.col2 div.col_padding {
	padding: 16px 19px;
}
div.single_column h2,
div.col1 h2 {
	padding: 0 92px;
}
div.col2 h2 {
	padding: 0 19px
}
div.home h2 {
	padding: 0 28px;
}

div#left_callout {
	float: left;
	width: 150px;
	height: 250px;
}

div#information {
	float: left;
	width: 570px;
	margin-left: 23px;
}
div#content ul {
	padding-left: 15px;
	font-weight: bold;
}
/* callout elements */
div.callout {
	font-size: 12px;
	text-indent: -9999px;
	width: 909px;
	height: 209px;
	overflow: hidden;	
	clear: both;
}
div.callout ul {
	list-style: none;
}
div.homepage {
	background: url(/assets/images/callout_homepage.jpg) no-repeat;
}

/* forms */
form.form,
form#login_form label {
	color: #96AFC9;
}
fieldset.indent {
	padding-left: 100px;
}
form.form label {
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
	font-size: 14px;
}
form#login_form label {
	width: 130px;
}
form.form fieldset {
	margin-bottom: 5px;
}
form.form input {
	width: 330px;
}
form.form input.error {
	border: 1px solid #F00;
}
form.form input#fraud_report,
form.form input.radio,
form.form input.checkbox {
	width: auto;
}
form.form fieldset.indent label,
form.form label#referer_label {
	float: none;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	width: auto;
}
select#referer {
	width: 200px;
	margin-left: 15px;
}
form#contact label#referer_label
fieldset#comments {
	margin-top: 30px;
}
fieldset#buttons 
{
	margin-top: 10px;
	padding-left: 130px;
}
textarea 
{
	width: 500px;
	font: 12px Arial, Helvetica, sans-serif;
	height: 150px;
}
p#required {
	margin-top: 10px;
}
form.form 
{
	position: relative;
}
input.button,
form.form input.button 
{
	background: url(/assets/images/button.jpg) no-repeat;
	width: 111px;
	text-align: center;
	color: #FFF;
	border: none;
	font-weight: bold;
	font-size: 11px;
	padding: 8px 0;
}
input.active,
form.form input.active
{
	background: url(/assets/images/button_active.gif) no-repeat;
}
p.message 
{
	padding: 5px 10px;
	margin: 10px 0;
	color: #000;
	width: 450px;
}
p.error 
{
	border: 1px solid #F00;
	background: #DDBABA;
}
p.success 
{
	border: 1px solid #0F0;
	background: #BADDBA;
}

/* services */
ul.service_list 
{
	float: left;
	list-style: none;
	width: 250px;
}
div#product_info 
{
	margin-top: 20px;
}
span.price
{
	font-weight: bold;
	font-size: 14px;
	color: #96AFC9;
	position: relative;
	top: 25px;
}
a#order_now:link,
a#order_now:visited 
{
	font-weight: bold;
	color: #FFF;
	background: url(/assets/images/order_now.jpg) no-repeat;
	height: 45px;
	width: 163px;
	display: block;
	float: right;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
}

/* newsletters */

div#newsletters 
{
	padding-top: 10px;
	border-top: 1px solid #2C5F93;
}
div.months 
{
	float: left;
	width: 121px;
}
div#newsletters h3 
{
	font-size: 12px;
	font-weight: bold;
	color: #2C5F93;
}
div.months a:link,
div.months a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
div#newsletters ul {
	list-style: none;
	padding: 0;
}
img#nl_callout {
	border: 1px solid #000;
}
td#nl_content {
	padding-right: 138px;
	padding-left: 20px;
}
/* my trace */
td.Title,
td.knowledgePortalSubs {
	font-weight: bold;
	font-size: 14px;
	color: #96AFC9;
	padding-right: 10px;
}
form#NewOrders td.Heading,
table#reports td.Heading,
td.Heading
{
	color: #2C5F93;
	padding: 25px 0 10px;
}
tr.row td
{
	background: #F2F8FF;
}
hr {
	margin: 10px 0;		
}
table#unpaid_reports 
{
	margin-top: 10px;
}
table#reports td.Title {
	padding: 10px 0;		
}
td.knowledgePortalSubs 
{
	width: 200px;
}
table#product_form 
{
	width: 500px;
	width: 620px;
}
form#NewOrders textarea
{
	width: 400px;
}
form#NewOrders td
{
	padding: 3px 5px;
}
table#select_services input 
{
	margin-right: 5px;
}
div.info
{
	position: relative;
	top: 15px;
	padding-left: 15px;
	font-size: 16px;
}
div.history
{
	top: 0;
}
div.info p em
{
	color: #F00;
}
div.info p span
{
	color: #FFF;
}

th 
{
	text-align: left;
}
/*table.new_form td 
{
	width: 310px;
}*/
table.new_form td.col_width
{
	width: auto;
}
table.new_form label 
{
	display: block;
	font-weight: bold;
}
table.new_form .note 
{
	color: #999;
	font-size: 11px;
	font-style: italic;
}
form#NewOrders table.new_form textarea 
{
	width: 300px;
}
table#list p 
{
	margin: 0;
}
table#list th 
{
	text-align: left;
	background: #2C5F93;
	color: #FFF;
}
table#list th,
table#list td 
{
	padding: 2px 5px;
	vertical-align: middle;
}
table#list tr.row td {
	background: #F2F8FF;
}
td.subject {
	width: 150px;
}
td.claim,
td.assignment,
td.request,
td.report {
	width: 100px;
}
table#list th a:link,
table#list th a:visited 
{
	color: #FFF;
}
div.table_width div#information
{
	width: auto !important;
}
div.table_width div#left_callout
{
	width: 0 !important;
}
p.attachments 
{
	font-weight: bold;	
}

table#list td.view a:link,
table#list td.view a:visited 
{
	display: block;
	padding-left: 30px;
	line-height: 30px;
	background: url(/assets/images/pdf.gif) no-repeat 5px 0;
}
table#product_form div.item 
{
	float: left;
	margin-right: 5px;
}

/* form widths */
#First, #Middle, #Last, #Street, #City,
#HPhone, #WPhone, #CPhone, #Occupation,
#Employer, #FormerEmployers, #Medical, #Claim { width: 175px; }
#DOB, #SSN, #Zipcode, #DOA, #Deadline { width: 90px; }
#Age, #State { width: 40px; }
#Spouse, #MotorVehicle { width:  250px;}
#Marital { width: 120px; }
#Insured { width:  220px; }
form#NewOrders table#product_form textarea { width: 605px; height: 40px }
table#Abstract_tbl td,
table#Description_tbl td,
table#EmailText_tbl td { padding: 0; }

/* article */
#article_display,
#newsletter_display 
{
	margin-left: 204px;
	width: 600px;
}
#article_display h3 
{
	margin: 15px 0 10px;
	padding: 0;
}
#article_display hr
{
	margin: 0;
}
.news_item td
{
	padding: 5px;
}