body{
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
}

img{
	border: none;
}

h1{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 24pt;
	font-weight: 400;
	margin: 0px;
	letter-spacing: -2px;
	color: #448fcb;
	text-transform: none;
}

h2{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14pt;
	font-weight: 400;
	margin: 0px;
	letter-spacing: -1px;
	color: #448fcb;
}

h3{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9pt;
	font-weight: 400;
	margin: 0px;
	color: #448fcb;
}

hr{
	height: 1px;
	color: #6daede;
	background-color: #6daede; 
	border: 0px solid #6daede;
}

p{
	margin: 10px 0px;	
}


li{
	list-style-image: url("img/bullet2.gif");
}

a, a:link, a:visited, a:active{
	color: #207ec9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

form div{
	clear: left;
	display: block;
	width: 410px;
	margin: 5px 0 0 0;
	padding: 1px 3px;
}

form div label{
	display: block;
	float: left;
	width: 125px;
}

form div input{
	margin: 0px 3px 0px 0px;
}

form div select{
	margin: 0px 3px 0px 0px;
}

select, option, input{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9pt;
}

select, input{
	border: 1px solid #448fcb;
}

a.button, a.button:link, a.button:visited, a.button:active{
	display: block;
	border: 2px solid #448fcb;
	background-color: #fff;
	padding: 2px 4px;
	text-transform: uppercase;
	text-decoration: none;
	width: 75px;
	text-align: center;
}

a.button:hover{
	text-decoration: none;
	border: 2px solid #083a81;
	color: #083a81;
}

span.error fieldset{
padding: 10px;
border-color:red;
border-style:solid;
border-width: 1px;
}
span.error fieldset legend{
font-size:12pt;
padding: 5px;
font-size:12pt;
color:red;
padding: 5px;
font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size:12pt;
font-weight:400;
letter-spacing: 0px;
margin:0;
text-transform:none;
}	

fieldset{
padding: 10px;
border-color:#448FCB;
border-style:solid;
border-width: 1px;
}
fieldset legend{
font-size:12pt;
padding: 5px;
font-size:12pt;
color:#448FCB;
padding: 5px;
font-family:Lucida Sans Unicode,Lucida Grande,sans-serif;
font-size:14pt;
font-weight:400;
letter-spacing:-2px;
margin:0;
text-transform:none;
}


.error { color: red; }
.info { color: blue; }
.warn { color: olive; }

#content{
	width: 960px;
	margin: 0px auto;
	text-align: left;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.border{
	border: 3px solid #cae8fa;
	border-top: none;
}

.header{
	height: 156px;
	width: 954px;
	display: block;
	background-image: url('img/header_apples.jpg');	/* default background image */
	overflow: hidden;
}

.topNav{
	display: block;
	height: 33px;
	width: 954px;
	text-align: center;
	background-color: #ffffff;
	color: #207ec9;
	font-size: 11pt;
	font-weight: 800;
	border-top:	3px solid #cae8fa;
	border-bottom: 3px solid #cae8fa;
	padding: 0px; margin: 0px;
}

.topNav a, topNav a:link, .topNav a:visited, .topNav a:active{
	font-size: 10pt;
	margin: 0px 15px;
	color: #207ec9;
	text-decoration: none;
	line-height: 30px;
	letter-spacing: -0px;
	font-weight: normal;
	border: 0px solid black;
}

.topNav a:hover{
	text-decoration: underline;
}

.header .homelink{
	display: inline;
	margin: 40px 0px 0px 25px;
	border: none;
	border-width: 0px;
}

.auto_insurance .topNav a.autoInsuranceLink{ color: #083a81; }

.home_insurance .topNav a.homeInsuranceLink{ color: #083a81; }

.mortgages .topNav a.mortgagesLink{ color: #083a81; }

.travel_insurance .topNav a.travelInsuranceLink{ color: #083a81; }

.about .topNav a.aboutLink{ color: #083a81; }

.locations .topNav a.locationsLink{ color: #083a81; }

.contact_us .topNav a.contactUsLink{ color: #083a81; }


.bodycontent{
	display: block;	/* fixes peekaboo borders bug in IE */
	margin: 0px 0px;
}

.bodycontent .form{
	margin: 0px;
	display: block;
	padding: 20px 30px;
	background-color: #cae8fa;
}

.bodycontent .full{
	display: block;
	padding: 20px 30px;
}

.bodycontent .left{
	display: inline;
	float: left;
	width: 490px;
	padding: 20px 30px;
}

.bodycontent .right{
	display: inline;
	float: right;
	width: 400px;
	padding: 20px 0px;
}

.optional{
	clear:left;
	vertical-align: bottom;
	width: 950px;
}

.optionalC1{
	vertical-align: middle;
	text-align: left;
}

.optionalC2{
	vertical-align: bottom;
	text-align: right;
}

.promotion{
	display: block;
	width: 425px;
	float: right;
}

.calltoaction{
	display: block;
	width: 500px;
}

.bottomNav{
	clear: both;
	width: 954px;
	height: 34px;
	display: block;
	color: #083a81;
	background-color: #ffffff;
	font-weight: 800;
	text-align: center;
	border-top: 3px solid #cae8fa;
}

.bottomNav a, .bottomNav a:visited, .bottomNav a:active{
	line-height: 34px;
	margin: 0px 8px;
	color: #083a81;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
}

.bottomNav a:hover{
	text-decoration: underline;
}

.footer{
	height: 60px;
	width: 954px;
	display: block;
	color: #838383;
}

.footer a, .footer a:visited, .footer a:active{
	line-height: 20px;
	margin: 0px 8px;
	color: #838383;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

.fineprint{
	text-align: right;
	float: right;
	display: block;
	font-size: 7pt;
	padding-top: 10px;
}

.fineprint .note{
	display: block;
	margin: 0px 10px;
}

.fineprint .copyright{
	display: block;
	margin: 0px 10px;
}

.telnumber{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: 400;
	margin: 0px 20px;
	line-height: 50px;
	color: #448fcb;
}

a.amrollover{
	display: block;
	width: 310px;
	background-image: none;
}

a.amrollover:hover{
	background-image: url('img/airmiles_button_rollover.gif');
}

/**** Drop down menu styles **************************************************************/
.menu{
	position: absolute;
	top: -300px; left: -300px;
/*	background-color: #73b1df; */
	background-color: #fff;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left: 3px solid #cae8fa;
	border-right: 3px solid #cae8fa;
/*	border-top: 3px solid #cae8fa;  */
	border-bottom: 3px solid #cae8fa;
	visibility: hidden;
	z-index: 1000;
}

.menu li{
	display: block;
	margin: 0px;
	padding: 0px 12px;
/*	background-color: #cae8fa; */
	border-top: 3px solid #cae8fa;
	text-align: left;
	list-style-type: none;
	list-style-image: none;
}

.menu a, .menu a:link, .menu a:visited, .menu a:active{
	line-height: 33px;
	margin: 0px;
	padding: 0px;
/*	color: #fff; */
	color: #207ec9;
	text-align: left;
	text-decoration: none;
}

.menu a:hover{
	text-decoration: underline;
}

#menumask{
	border: none;
	position: absolute;
	zIndex: 999;
	filter:alpha(opacity=0);
}






/******form styles***************************/

.formrow{
	clear: left;
	padding: 10px 0px;
}

.labelcol{
	width: 115px;
	float: left;
}

.labelcol label{
	display: block;
	float:left;
	width: 115px;
	margin: 5px 0px;
}

.smallcol{
	width: 190px;
	float: left;
}

.smallcol input{
	float:left;
	width: 165px;
	margin: 3px 0px;
	height: 18px;
	padding: 1px;
}

.smallcol input.check{
	width: auto;
	margin-left:145px;
	border: none;
}

.largecol{
	width: 445px;
	float: left;
}

.largecol label{
	float: left;
	width: 115px;
	margin: 4px 0px;
}

.largecol input{
	width: 270px;
	margin: 3px 0px;
}