@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background:url(../images/main_content_bg.gif) center repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}
a {
	color:#db012a;
}

a:hover {
	color:#900;
}
#container {
	background:url(../images/main_bg.gif) top repeat-x;
}

#content {
	margin:0 auto;
	padding:0;
	width:772px;
	background:url(../images/content_bg.gif) top no-repeat;
}

.header {
	height:100px;
	background:url(../images/header_bg.gif) no-repeat;
}

	.header h1 {
		position:absolute;
		left:-9999px;
	}
	
.content-1col {
	margin:0;
	padding:0 30px 30px 30px;
}
.content-left {
	width:490px;
	margin:0;
	padding:0 0 30px 30px;
	float:left;
}
	.content-left h1, .content-1col h1 {
		font-size:18px;
		font-weight:normal;
		color:#db012a;
	}
	.content-left h2, .content-1col h2 {
		font-size:16px;
		font-weight:normal;
		color:#db012a;
	}
	
	h3 {
		color:#db012a;
	}
	
.contentFeature {
	font-size:11px;
	color:#333;
	background:#fbe5e9;
	border:1px solid #db012a;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}
	
	.contentFeature p, .contentFeature h3 {
		padding:0;
		margin:0;
	}
	
	.contentFeature h3 {
		font-size:12px;
		color:#db012a;
	}
	 .contentFeature .link, .contentFeature .link a  {
	 	font-size:11px;
		font-weight:bold;
		color:#db012a;
	}
	.contentFeature .link a:hover {
		color:#900;
	}

.feature-note {
	font-size:10px;
	padding-left:11px;
	padding-right:11px;
}
	
.highlight {
	font-size:110%;
	font-weight:bold;
}

	.highlight strong {
		color:#db012a;
	}

.points {
	font-size:11px;
}

.footText {
	font-size:11px;
}

.divider-top {
	border-top:1px dotted #ccc;
	margin-top:15px;
	padding-top:15px;
}

.divider-bottom {
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
	padding-bottom:15px;
}

.content-right {
	width:252px;
	margin:0;
	padding:0;
	float:left;
}

.clear {
	clear:both;
}
	#featureBox-container {
	float:left;
	width:200px;
	padding:0 10px 0 42px;
	font-size:10px;
	color:#333;	
	background:url(../images/featureBoxes/bg.jpg) top left no-repeat;
	}
	#featureBox1, #featureBox2 {
		width:180px;
		height:83px;
		margin:14px 0 0 0;
		padding:44px 10px 0 10px;
		font-size:10px;
		color:#333;
	}
	
	#featureBox1 {
		background:url(../images/featureBoxes/noCharges.gif) no-repeat top;
	}
	#featureBox2 {
		background:url(../images/featureBoxes/makeAClaim.gif) no-repeat top;
	}
		#featureBox1 h3, #featureBox2 h3, #referFriendBox h3 {
			position:absolute;
			left:-9999px;
		}
		
	.featureBoxFooter {
		background:url(../images/featureBoxes/featureBoxFooter.gif) no-repeat bottom;
		width:180px;
		margin:0;
		padding:0 10px;
		font-weight:bold;
		font-size:10px;
	}
	
	a.markedLink, p.markedLink {
		display:block;
		padding-left:17px;
		background:url(../images/featureBoxes/linkArrow.gif) no-repeat top left;
	}	
	
/* Search box */

#searchBox {
	height:298px;
	width:210px;
	padding:0 10px 0 32px;
	background:url(../images/quote/internalQuoteBG.gif) no-repeat top right;
	
}
	#searchHeader {
		background:url(../images/quote/internalQuoteBox.gif) top left no-repeat;
		height:47px;
	}
		#searchHeader h1 {
			position:absolute;
			left:-9999px;
		}
	.searchLabel1, .searchLabel2  {
		font-size:11px;
		font-weight:bold;
		color:#fff;
		margin:0px;
		padding:0px;
		padding-right:12px;
		width:198px;
		text-align:right;
	}
		.searchLabel1 strong, .searchLabel2 strong {
			color:#f90;
			font-size:14px;
		}
		
	.searchField {
		width:212px;
		margin:0px;
		padding:2px 12px 0 0;
		width:198px;
		text-align:right;
	}
		.searchField input, .searchField select option {
			font-size:12px;
		}
		
	#searchBut {
		height:39px;
		padding:8px 12px 0 0;
		text-align:right;
	}
#searchBoxFooter {
	width:210px;
	padding:0 10px 0 32px;
	height:86px;
	background:url(../images/quote/internalQuoteBGbottom.gif) top right no-repeat;
	
}
	#searchBoxFooter h2 {
		position:absolute;
		left:-9999px;
	}
	
	#searchBut input {
		background:url(../images/internal_submit.gif) no-repeat top left;
		width:153px;
		height:39px;
		font-size:13px;
		font-weight:bold;
		color:#fff;
		border:0px;
		padding:0 10px 4px 0;
		cursor:pointer;
		
	}
	
/* footer */
	
#footer-container {
	clear:both;
	padding:0 10px 0 30px;
}
#footer {
	margin-top:20px;
	padding:18px 0 10px 228px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	background:url(../images/footerLogo.gif) no-repeat top left;
	color:#666;
	font-size:10px;

}
	#footer strong {
		color:#999;
		font-weight:normal;
	}
	
	#footer h4 {
		position:absolute;
		left:-9999px;		
	}

	#footerlinks {
		font-family:Arial, Helvetica, sans-serif;
		color:#999;
	}
		#footerlinks strong {
			color:#db012a;
		}
		#footerlinks a {
			color:#666;
			text-decoration:none;
		}
		
		#footerlinks a:hover {
			color:#333;
			text-decoration:underline;
		}
		
	#footermenu {
		font-family:Arial, Helvetica, sans-serif;
		color:#db012a;
		font-size:10px;
		text-align:center;
		padding:18px 0 0 0;
		border-top:1px dotted #ccc;
	}
		#footermenu a {
			color:#666;
			text-decoration:none;
		}
		
		#footermenu a:hover {
			color:#333;
			text-decoration:underline;
		}
		
#disclaimer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	text-align:center;
	padding-top:20px;
	
}		
	#disclaimer a {
		color:#999;
	}	

#builtby {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	text-align:center;
	margin:20px 0;
	padding-top:20px;
	border-top:1px dotted #ccc;
	
}

/* form.userForms */

#searchBox form {
	padding:0;
	margin:0;
}


form.userForm {
 margin: 0px;
 padding:0px;
}
 
form.userForm fieldset, .elementRightColBG fieldset {
  margin: 10px 0px;
  border:none;
 /* border-top:1px dotted #ccc;*/
   padding:0px;
   display:block;
   clear:both;
  
}
form.userForm legend {
  	margin:5px 5px 5px 0;
	padding:10px 10px 0 0 ;
	font-size:16px;
	font-weight:bold;
	font-size:14px;
	color:#db012a;
	display:block;
}
form.userForm label {
 display: block;
 line-height: 1.2;
  float:left;
  /*border:1px solid #f00;*/
  
}
form.userForm label.checkBox {
 display: block;
  vertical-align: top;
  lineheight:12px;
  font-size:10px;
  width:380px;
  color:#999;
  float:left;
  /*border:1px solid #f00;*/
  
}

form.userForm fieldset ol {
  margin: 0;
  padding: 0;
  
}
form.userForm fieldset li  {
  list-style: none;
  padding: 10px;
  margin: 0;
  clear:both;
  border-top:1px dotted #ccc;
}
form.userForm fieldset li.top {
  border-top:none;
}

form.userForm .formFooter {
	border-top:1px dotted #ccc;
	padding-top:20px;
	text-align:center;
}

form.userForm .submitBtn, form.userForm .submitBtnRefer {
		width:153px;
		height:39px;
		font-size:13px;
		font-weight:bold;
		color:#fff;
		border:0px;
		padding:0 10px 4px 0;
		cursor:pointer;
		
	}
	form.userForm .submitBtn {
		background:url(../images/reg_submit.gif) no-repeat top left;		
	}
	form.userForm .submitBtnRefer {
		background:url(../images/refer_submit.gif) no-repeat top left;		
	}

form.userForm .footnote {
	color: #ccc;
	font-size:10px;
	font-weight:normal;
	padding:5px 10px;
	width:390px;
	clear:left;
	
}
form.userForm a.footnote {
	color: #c00;
}

form.userForm a.footnote:hover {
	color:#900;
}

form.userForm fieldset .longTextField{
	font-size: 12px;
	color:#666;
	font-weight:bold;
	border: #ccc solid 1px;
	padding:1px;
	width:200px;
}

form.userForm fieldset .shortTextField{
	font-size: 12px;
	color:#666;
	font-weight:bold;
	border: #ccc solid 1px;
	padding:1px;
	width:100px;
}

form.userForm fieldset .longSelectField{
	font-size: 12px;
	color:#666;
	font-weight:bold;
	border: #ccc solid 1px;
	padding:1px;
	width:200px;
}
form.userForm fieldset .standardSelectField{
	font-size: 12px;
	color:#666;
	font-weight:bold;
	border: #ccc solid 1px;
	padding:1px;
}

form.userForm fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.userForm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.userForm fieldset fieldset label {
  display: block;
  width: auto;
}
form.userForm em, .required {
  font-weight: bold;
  font-size: 14px;
  line-height:10px;
  color: #c00;
}
form.userForm label {
  width:230px;
  margin:3px 10px 5px 10px;
}
.errorForm {
	font-weight:bold;
	color:#f00;
	margin-left:10px;
}
div.errorForm {
	font-weight:bold;
	color:#f00;
	margin-left:0;
	padding:10px;
	background-color:#fae8ec;
}
.infoTable {
		background-color:#999;
	}
		.infoTable tr td, .infoTable tr th  {
			padding:5px;
		}
		
	.tableHeader {
		font-size:10px;
		font-weight:bold;
		color:#db012a;
		background-color:#fff;
	}
	.tableCellHeader {
		font-size:10px;
		color:#db012a;
		background-color:#fff;
	}
	.tableCell, .tableCellDisclaimer {
		font-size:10px;
		background-color:#fff;
	}
	.tableCellDisclaimer {
		font-size:8px;
		color:#333;
	}
	
	p.pdfLink {
		display:block;
		padding-left:20px;
		font-weight:bold;
		background:url(../images/pdf-logo.gif) no-repeat top left;
		height:16px;
	}