.err {color:#FF0000;}
.indentlist {margin-left:250px;}
#appformholder {

	float:left;

	width:345px;

	padding:15px;

	-moz-box-shadow: 0px 2px 3px #999;

	-webkit-box-shadow: 0px 2px 3px #999;

	box-shadow: 0px 2px 3px #999;

	border-radius:10px;

	background:#fafafc;

	border:1px solid #fff;

}

#appformtext {

	float:left;

	width:345px;

	padding-bottom:5px;

}



#appform {

	float:left;

	width:345px;

}

#appform .formrow {

	float:left;

	width:288px;

	padding-bottom:5px;

}



#appform .formlabel {

	float:left;

	width:120px;

}



#appform .formfield {

	float:right;

	width:150px;

}



.formfield input, .formfield select {

	border:1px solid #b6b9c2;

}



#appform .formsubmit {

	float:right;

	width:288px;

	text-align:center;

	padding-top:10px;

}

h1 {
	font-size:1.8em;
	line-height:1.6em;
	color: #333399;
	margin:10px 0 10px 0;
}
h2 {
	font-size:1.5em;
	line-height:1.4em;
	color: #333399;
	font-weight: bold;
	margin: 5px 0 10px 0;
}
ul {
	margin:0;
	padding:0;
	font-size:1.4em;
}
li {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
	color: #333399;
	background-color:#E5E5E5;
	background-image: url(/images/bodyBG.jpg);
}
p {
	font-size:1.2em;
	line-height:1.2em;
	margin:0 0 10px 0;
	padding:0;
	color: #333399;
}

.clear {
	height:1px;
	font-size:1%;
	width:100%;
	clear:both;
}
a img {
	border:none;
}
#accessibility {
	position:absolute;
	font-size:0.0em;
	margin:0;
	padding:0;
	visibility:hidden;
}
#outercontainer {
	margin:0 auto 0 auto;
	position:relative;
	text-align:center;
	width:820px;
	background-image:url(images/containerBG.gif);
	background-position:top center;
	background-repeat:repeat-y;
}
#topcontainer {
	text-align:left;
	width:800px;
	overflow:visible;
	height:20px;
	font-size:12px;
	margin:0 auto 0 auto;
	border: 1px solid #000066;
	border-top:1px solid #000099;
	border-bottom:none;
	background-color:#000099;
	color:#fff;
	
}
#container {
	text-align:left;
	width:800px;
	overflow:visible;
	height:auto;
	margin:0 auto 0 auto;
	position:relative;
	border-bottom: none;
	background-color:#FFFFFF;
	
}
/* ----------------------------------------------------------- */
#topcontainer h1 {color:#fff; font-size:90%; font-weight:normal;
	margin:2px 10px; }
h1#header {
	height:108px;
	width:100%;
	background-image:url(/images/logo.jpg);
	margin:0;
	border-top: 3px solid #ff6600;
}
h1#header #headerLink {
	display:block;
	width:100%;
	height:73px;
	text-indent:-5000px;
	overflow:hidden;
}

/* --------------------------------------------------------- */
#leftCol {
	overflow:visible;
	height:auto;
	float:left;
	width:375px;
	padding:0 0 0 0;
	margin: 0 0 0 25px;
	display: inline;
}
#leftCol p.point {
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	margin: 0 0 10px 0;
	padding: 5px 0px 5px 50px;
	font-size: 1.1em;
}
#leftCol .point2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333399;
	padding: 0px 0px 0px 25px;
}
#leftCol p.point span {
	color: #333399;
	display: block;
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 0px;
	font-weight: bold;
}
/* ----------------------------------------------------------------------------------------------- */

div.calc {
	width:98%;
	border-collapse:collapse;
	background:#fff;
}

div.calc label {
	font-weight:bold;
}

div.leftcalc { /* used for buttons */
	float:left;
	width:59%;
	height:auto;
	overflow:visible;
	text-align:right;
	}
div.rightcalc {
	float:right;
	width:39%;
	height:auto;
	overflow:visible;
	text-align:left;
	padding-top:15px;
	padding-left:5px;
	}
div.calc input.short {width:70px;}
div.calc select.short {width:76px;}
div.calc input.calc {
	
	width:103px;
	height:37px;
	background-image:url(images/shortButtonAll.jpg);
	background-position:bottom left;
	padding:10px 0 10px 0;
	background-repeat:no-repeat;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: 0px solid;
	}

#rightCol {
	float: right;
	width: 375px;
	margin: 0 14px 0 0;
	display: inline;
}
#leftCol .colHead {
	background-image:url(images/rightColHeader.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding:0 0 4px 0;
	background-color:#999999;
	margin:0 0 10px 0;
	}
	#leftCol .colHead h3 {  /* originally used - but use h1 instead */
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	height:auto;
	padding:5px 0 5px 5px;
	overflow:hidden;
	}
#rightCol #appForm {
	background-image: url(images/formBGa.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 375px;
}
#rightCol #peaceOfMind {
	margin: 0px;
	padding: 0px 50px 0px 50px;
}
#rightCol #peaceOfMind h2 {
	text-align: center;
}
#rightCol #appForm h2 {
	background-image: url(images/fromBGtopa.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0px 10px 16px;
	width: auto;
	margin: 0px;
	font-weight: bold;
	color: #333399;
	font-size: 1.34em;
}
#rightCol #appForm h3 {
	font-size: 1.3em;
	margin: 1px 0px 10px;
	padding: 0 0 0 25px;
	line-height: 1.2;
	color: #333399;
	font-weight: bold;
}
#rightCol #appForm p {
	font-size: 1.1em;
	margin: 0 0 6px 0;
	padding: 0 0 0px 25px;
}
#rightCol #appForm form {
	margin: 0px 0px 0px 22px;
	padding: 0 0 20px 0;
}
#rightCol #appForm fieldset {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background-image: url(images/arrow.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: none;
}
#rightCol #appForm legend {
	color: #333399;
}
#rightCol #appForm input.chk {
	width: 12px;
	margin: 0px;
	padding: 0px;
	height: 12px;
	vertical-align: top;
}
#rightCol #appForm label.chk {
	float: none;
}
#rightCol #appForm label {
	width: 143px;
	float: left;
	line-height: 1.2;
	margin: 0;
	clear: left;
	vertical-align:bottom;
}
#rightCol #appForm input {
	width: 92px;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#rightCol #appForm input.short {
	width: 92px;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#rightCol #appForm input.ushort {
	width: 30px;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#rightCol #appForm select {
	padding: 0;
	margin: 0;
	font-size: 1em;
}
#rightCol #appForm p span {
	float: left;
	width: 143px;
	line-height: 1;
	height: 14px;
}
#rightCol #appForm input.radio {
	width: 12px;
	padding: 1px;
	margin: 0 0 3px 0;
	height: 14px;
	line-height: 1.4;
	vertical-align: top;
}
#rightCol #appForm label.radio {
	width: 20px;
	float: none;
	padding: 0 10px 0 10px;
	clear: none;
}
#rightCol #appForm input.radio2 {
	width: 12px;
	float: none;
	height: 14px;
	vertical-align: top;
	padding: 1px;
}
#rightCol #appForm label.radio2 {
	float: none;
	width: 20px;
	padding: 0 10px 0 0;
	clear: none;
}
#rightCol #appForm p.submit {
	background-image: url(images/arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	padding: 0 0px 0px 25px;
	text-align: center;
}
#rightCol #appForm p.submit button {
	background-color: white;
	margin: 0px;
	padding: 0px;
	border: none;
}
#rightCol #appForm p.submit input.applybutton2{
		border:none;
		margin:0;
		padding:0;
		height:21px;
		width:138px;
		background:url(images/button.gif);
		cursor:pointer;
}
#rightCol #appForm p.submit input.backbutton2{
		float:left;
		margin:0 0 0 90px; /* adjust left margin to center everything */
		padding:0px;
		border:none;
		height:25px;
		width:53px;
		background:url(images/go-back.gif);
		cursor:pointer;
}
.form #submitbuttons input.applybutton2{
		margin-left:70px;  /* gap plus width of backbutton */
		border:none;
		margin:0;
		height:25px;
		width:140px;
		background:url(/images/get-my-quote.gif);
		cursor:pointer;
}
div.formright {text-align:right; padding-right:10px;}
div.imagepart {float:right;}
#rightCol p.point {
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	margin: 0 0 10px 0;
	padding: 5px 0px 5px 50px;
	font-size: 1.1em;
}
#rightCol .point2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333399;
	padding: 0px 0px 0px 0px;
}
#righCol p.point span {
	color: #333399;
	display: block;
	font-size: 1.3em;
	margin: 0 0 0 0;
	padding: 0px;
	font-weight: bold;
}
/* --------------------------------------------------------------------------------- */
#leftCol ul {
	font-size:1.1em;
	margin:0 0 50px 0;
}
#leftCol li {
	list-style:none;
}
#leftCol li a {
	text-decoration:none;
	width:140px;
}
#leftCol li a:hover {
	text-decoration:none;
	width:140px;
}
#leftCol #liveHelp {
	width: 178px;
	position: relative;
	left: 106px;
	margin: 20px 0 20px 0;
}
#leftCol #liveHelp a {
	color: #fe8802;
	text-decoration: none;
}
#leftCol #liveHelp span {
	display: block;
	position: relative;
	bottom: 14px;
	left: 5px;
	width: 140px;
	text-align: center;
}
#leftCol #liveHelp a:hover {
	color: #fe8802;
	text-decoration: none;
}
/* --------------------------------------------------------------------------------------- */
#bottomSection {
	clear: both;
	width: 800px;
	position: relative;
}
#bottomSection .infoBox {
	float: left;
	height: 12em;
	width: 170px;
	margin: 0 20px 10px 0;
	position: relative;
	left: 25px;
}
#bottomSection .infoBox p {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#bottomSection h2 {
	text-align: left;
	margin: 0px 25px 20px 25px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #999999;
	font-size: 1.7em;
}
#bottomSection .infoBox h3 {
	text-align: center;
	margin: 0px 0px 10px;
	padding: 0px;
	color: #333399;
	font-size: 1.2em;
	clear: none;
}
#bottomSection h3 {
	clear: both;
	width: auto;
	margin: 0 25px 10px 25px;
	font-size: 1.3em;
	color: #333399;
}
#bottomSection h4 {
	clear: both;
	width: auto;
	margin: 0 25px 10px 25px;
	font-size: 1.8em;
	color: #333399;
}

#bottomSection p {
	margin: 0px 25px 10px 25px;
	padding: 0px;
}
#footer {
	width:100%;
	height:auto;
	overflow:visible;
	clear:both;
	position:relative;
	padding: 50px 0 20px 0;
}
#footer p {
	font-size:1em;
	color:black;
	padding:0;
	text-align: center;
}
#footer a {
	color:#333333;
	text-decoration:none;
}
#footer a:hover {
	color:#333333;
	text-decoration:underline;
}
#header{
	margin:0 auto;
	text-align:left;
	width:800px;
}
#header1{
	margin:0 auto;
	border: 1px solid #000066;
	border-top:1px solid #000099;
	border-bottom: none;
	text-align:left;
	width:800px;
}
.title{
	display:block;
	margin:15px 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#fff;
}
#topbar{
	width:801px;
	height:32px;
	overflow:visible;
	margin-bottom:30px;
	background-color:#000099;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	text-align:left;
	
}
#topbar img.left{
	position:absolute;
	top:0;
	left:0;
	border: none;
}
#topbar img.right{
	position:absolute;
	top:0;
	right:0;
	border: none;
}
#nav{
	list-style:none;
	margin:0 0 0 10px;
	padding:4px 0 0 0;
}
#nav li{
	float:left;
}
#nav li ul{
	position:absolute;
	width:750px;
	left:-9999em;
	list-style:none;
	margin:0;
	padding:14px 0 0 0;
}
#nav li ul li a{
	margin:0;
	padding:0 4px;
	border-right:1px solid #eee;
	font-size:14px;
	color:#000066;
	font-weight:normal;
}
#nav li ul li a.last{
	border:none;
}
#nav ul li a.last{
	border:none;
}
#nav li ul li a:hover{
	text-decoration:underline;
	color:#ccc;
	padding:0 4px;
	color:#FF6000;
	font-size:14px;
	font-weight:normal;
}
#nav li:hover, #nav li.sfhover{
	position:static;
}
#nav li:hover ul, #nav li.sfhover ul{
	left:10px;
}
#nav li a{
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	margin:0;
	padding:4px 5px;
	border-right:1px solid #99f;
}
#nav li a:hover{
	margin:0;
	padding:4px 5px;
	border-right:1px solid #eee;
	font-size:14px;
	color:#FF6000;
	font-weight:bold;
}
form#search{
	position:absolute;
	top:5px;
	right:20px;
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:11px;
}
#scroll{
	height:180px;
	overflow:auto;
	margin-top:10px;
}
#scroll h3{
	font-size:14px;
}
#scroll p{
	margin-top:0;
	margin-right:10px;
	text-align:justify;
}
/* affiliate table styles */
/**********************/

th.mscell {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #1C396A;
	border-left-style:solid; 
    border-left-color:#9EAAD1;  
	border-left-width:1px;
	border-right-style: solid; 
	border-right-color:#9EAAD1; 
	border-right-width:1px;
    border-top-style:solid;
	border-top-color:#9EAAD1;
	border-top-width:1px;
	border-bottom-width:1px;
	border-bottom-style: solid; 
	border-bottom-color:#9EAAD1;  
	}
td.mscell {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #1C396A;
	border-left-style:solid; 
    border-left-color:#9EAAD1;  
	border-left-width:1px;
	border-right-style: solid; 
	border-right-color:#9EAAD1; 
	border-right-width:1px;
    border-top-style:solid;
	border-top-color:#9EAAD1;
	border-top-width:1px;
	border-bottom-width:1px;
	border-bottom-style: solid; 
	border-bottom-color:#9EAAD1;  
	}
th.mscelltop {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color:#9EAAD1; 
	}
td.mscell2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1C396A;
	border-left-style:solid; 
    border-left-color:#9EAAD1;  
	border-left-width:1px;
	border-right-style: solid; 
	border-right-color:#9EAAD1; 
	border-right-width:1px;
    border-top-style:solid;
	border-top-color:#9EAAD1;
	border-top-width:1px;
	border-bottom-width:1px;
	border-bottom-style: solid; 
	border-bottom-color:#9EAAD1;  
	}
th.mscelltop2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color:#9EAAD1; 
	}
td.mscelltop2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color:#9EAAD1; 
	}

table.main {
    border-left-style:solid; 
    border-left-color:#9EAAD1;  
	border-left-width:1px;
	border-right-style: solid; 
	border-right-color:#9EAAD1; 
	border-right-width:1px;
}
.fadeoff 
{ 
filter:alpha(opacity=70); 
-moz-opacity:70.0; 
opacity:0.7; 
}

