*	{padding: 0; margin: 0;}
body	{
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #000;
	font-size: 75%;
	background: #fff;
	}
html>body	{
	font-size: 12px;
	font-weight:bold;
	}
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/*	layout	*/
#mainContainer	{
	width: 1060px;
	margin: 0 auto;
	background-image:url(../images/backgroundimage.jpg);
	background-repeat:repeat-y;
	padding-left:45px;
	position:relative;
	}
#main.homePage	{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	}
#secondary.homePage	{
	display: none;
	margin-bottom: 20px;
	}
#main.page	{
	width: 725px;
	float:left;
	position:relative;
	margin-bottom: 20px;
	}
#secondary.page	{
	width:250px;
	float: left;
	margin-bottom: 20px;
	}
/*	header	*/
#header	{
	float: left;
	margin: 10px 10px 20px 0;
	}
#logo	{
	float: left;
	width: 450px;
	}
#logo img	{
	border: none;
	}
#logo h1	{
	display: none;
	}
#logo h2	{
	font-size: 1.8em;
	margin-bottom: .2em;
	}
#logo h3	{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0.4em;
	}
#logo p	{
	margin-bottom: 1em;
	}
#siteTools	{
	float: right;
	width: 423px;
	text-align: center;
	padding-right:12px;
	}
#siteTools h3	{
	font-size: 2.4em;
	font-weight: normal;
	}
#siteTools h3 span.h3big	{
	font-weight: bold;
	font-size: 1.2em;
	}
#siteTools h3 span.h3small	{
	font-weight: normal;
	font-size: .7em;
	}
.headerStrap	{
	width: 970px;
	float: left;
	margin-bottom: 10px;
	}
.headerStrap h3	{
	padding-bottom: 10px;
	}
/*	mainNav	*/
ul.mainNav	{
	list-style: none;
	width: 980px;
	float: left;
	}
.mainNav li	{
	float: left;
	}
.mainNav a	{
	float: left;
	display: block;
	padding: 12px 35px;
	border-right: 1px solid #767676;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #767676;
	background: url(../images/mainNav-off.gif) repeat-x bottom left;
	}
.mainNav a:hover, .mainNav a.selected	{
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #000;
	background: url(../images/mainNav-hover.gif) repeat-x bottom left;
	}
/*	body contnet - #body container	*/
/*	generic	*/
.col	{
	float: left;
	}
/*	home page	*/
/* divisions of 3 AAA */
.col.spanA	{
	width: 310px;
	}
.col.spanA.green	{
	background: url(../images/spanA-green-bottom.gif) no-repeat bottom left;
	/*height: 180px;*/
	}
.col.spanA h1	{
	background: url(../images/spanA-green-top.gif) no-repeat top left;
	padding: 10px;
	font-size: 16px;
	}
.col.spanA.green h1 span	{
	display: block;
	background: url(../images/tick.png) no-repeat top left;
	padding: 0 0 0 20px;
	}
.col.spanA p	{
	padding: 0 10px 4px 10px;
	}
.col.spanA.instead	{
	background: url(../images/spanA-green-bottom.gif) no-repeat bottom left;
	}
h2.call-title	{
	font-size: 1.6em;
	padding: 0 0 .2em 0;
	}
.col.spanAA.call h3	{
	font-size: 1.4em;
	padding: 0 0 .4em 0;
	font-weight: normal;
	}
.col.spanAA	{
	width: 640px;
	}
.col.spanAA.image	{
	background: #000 url(../images/homeImg.jpg) no-repeat left center;
	height: 180px;
	margin-left: 10px;
	}
.col.spanAAA	{
	width: 970px;
	}
.col.spanAAA.promise	{
	/*background: #eee;*/
	margin-bottom: 10px;
	}
.col.spanAAA.introtxt	{
	margin:20px 0px;
	padding: 10px;
	border: 1px solid #000;
	width: 950px;
}
/* divisions of 4 BBBB */
#main.homePage .col.spanB	{
	height: 220px;
	}
.col.spanB	{
	width: 318px;
	}
.col.spanB.ioffers h4, .col.spanB.eoffers h4	{
	font-size: 22px;
	padding: 5px 10px;
	}
.col.spanB.eoffers.margin, .col.spanB.ioffers.margin	{
	margin-right: 8px;
	}
.ioffers ul, .eoffers ul	{
	margin-left: 10px;
	list-style: none;
	}
.col.spanB.ioffers	{
	background: url(../images/spanB-ioffer-bottom.gif) no-repeat bottom left;
	}
.col.spanB.ioffers h4	{
	background: url(../images/spanB-ioffer-top.gif) no-repeat top left;
	}

.ioffers li	{
	background: url(../images/cross.png) no-repeat top left;
	padding: 0 10px 6px 20px;
	}
.col.spanB.eoffers	{
	background: url(../images/spanB-eoffer-bottom.gif) no-repeat bottom left;
	}
.col.spanB.eoffers h4	{
	background: url(../images/spanB-eoffer-top.gif) no-repeat top left;
	font-size: 18px;
	}
.eoffers li	{
	background: url(../images/tick.png) no-repeat top left;
	padding: 0 10px 4px 20px;
	}
.col.spanBB	{
	width: 340px;
	margin-right: 8px;
	}
.col.spanBBB	{
	width: 725px;
	margin-right: 10px;
	}
#main.homePage .col.spanBB	{
	height: 220px;
	}
.col.spanBB.instead	{
	color:#fff;
	background: url(../images/board.gif) no-repeat bottom left;
	}
.col.spanBB.instead h3	{
	background: url(../images/spanBB-instead-top.gif) no-repeat top left;
	padding: 40px 10px;
	font-size: 40px;
	font-weight: normal;
	}
.emphasis	{
	font-weight: bold;
	font-size:36px;
	}
h2.promise-title	{
	font-size: 2.4em;
	padding: .7em 0;
	}
ul.promise-points	{
	list-style: none;
	}
.promise-points li	{
	float: left;
	width: 118px;
	display: block;
	}
li.promise-one, li.promise-two, li.promise-three, li.promise-four	{
	margin-right: 5px;
	}
li.promise-one	{
	background: url(../images/promise-one-bg.gif) no-repeat top left;
	padding: 0 0 30px 70px;
	margin-left: 10px;
	}
li.promise-two	{
	background: url(../images/promise-two-bg.gif) no-repeat top left;
	padding: 0 0 30px 70px;
	}
li.promise-three	{
	background: url(../images/promise-three-bg.gif) no-repeat top left;
	padding: 0 0 30px 70px;
	}
li.promise-four	{
	background: url(../images/promise-four-bg.gif) no-repeat top left;
	padding: 0 0 30px 70px;
	}
li.promise-five	{
	background: url(../images/promise-five-bg.gif) no-repeat top left;
	padding: 0 0 30px 70px;
	}
/*	internal pages	*/
#main p	{
	padding: 3px 0;
	}
/* claim.asp */
form.claimForm fieldset	{
	border: none;
	}
form.claimForm legend	{
	font-weight: bold;
	font-size: 1.4em;
	padding: 1em 0 .4em 0;
	margin-bottom: .6em;
	border-bottom: 1px solid #fff;
	}
form.claimForm ol	{
	list-style: none;
	}
form.claimForm li label	{
	display: block;
	padding-top: .6em;
	font-weight: bold;
	}
form.claimForm li input.text	{
	width: 200px;
	}
form.claimForm li textarea.text	{
	width: 200px;
	height: 100px;
	}
form.claimForm li textarea.text.large	{
	height: 300px;
	}
/*	misc	*/
.clear_it{
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	}
/*	footer	*/
#footer	{
	clear: both;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: center;
	border-top: 1px solid #000;
	width:970px;
}
#footer ul	{
	text-align: center;
	padding-bottom: 20px;
	}
#footer li	{
	display: inline;
	}
#footer li a	{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	}
#footer a:hover	{
	text-decoration: underline;
	}
#footer p a	{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
	.bottomborder {
	background-image:url(../images/bottomborder.jpg);
	background-repeat:no-repeat;
	width:1010px;
	bottom:0px;
	margin-left:185px;
	float:left;
	height:28px;
}
.clickhr {
	float:right;
	top:0px;
	position:relative;
	z-index:+1;
	margin-top:0px;
}
.leftlist {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.leftlist li {
	padding-left: 15px;
	padding-right:10px;
	padding-top:5px;
	background-image: url(../images/tick1.png);
	background-repeat: no-repeat;
	background-position: 0 .75em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0a6477;
	font-weight:bold;
	text-decoration:none;
}
.leftlistabout {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.leftlistabout li {
	padding-left: 15px;
	padding-right:10px;
	padding-top:5px;
	background-image: url(../images/tick1.png);
	background-repeat: no-repeat;
	background-position: 0 .75em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
.brokerlisting {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.brokerlisting li {
	padding-right:10px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;

	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.brokersublist {
	text-align:left; 
	color:#180f4c;
	font-weight:normal;
}
.answers {
	text-align:left; 
	padding-left:3px; 
	color:#180f4c;
	font-weight:normal;
}
.bluelisting {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.bluelisting li {
	padding-right:10px;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#0a6477;
	font-weight:bold;
	text-decoration:none;
}
.homePage2
{
font-size:17px;
font-weight:bold;
color:#000000;
font-family:"Lucida Grande",Arial,sans-serif;
}
.claim_ul {
	 padding:10px 0px 0px 8px;
	 list-style:none;
	}
.claim_ul li	{
	background: url(../images/tick3.png) no-repeat top left;
	padding: 0 10px 15px 18px;
	}
