@charset "utf-8";
/* CSS Document */

html, body{
	font-family:"Century Gothic", Arial, sans-serif;
	font-size:100%;
}

/* Text Sizes */

h1{
	font-size:1.75em;
	}
	
h1 a{
	color:#000000;
	text-decoration:none;
}

h1 a:hover{
	text-decoration:underline;
}
	
h2{
	font-size:1.75em;
	}
	
h3{
	font-weight:bold;
	font-size:1em;
	}
	
h3 a{
	color:#000000;
	text-decoration:none;
}

h3 a:hover{
	text-decoration:underline;
}
	
h4{
	font-size:0.938em;
	}
	
h5{
	
	}
	
h6{
	
	}
	
p{
	font-size:0.75em;
	margin: 0 0 1em 0;
	}

.calculatorTable td{
        font-size:0.75em;
        padding:0.25em;
}

strong{
	font-weight:bold;
	}
	
em{
	font-style:italic;
	}
		
/* Style Tick List */

ul.ticklist{
	width:99%;
	}

.tickList li{
	list-style-type: none;
	margin: 0.5em 0;
	height: 1.5em;
	padding-left: 1.5em;
	background: url(../images/tick.png) no-repeat 0 0.3em;
	}
	
.tickList li span{
	font-size:0.875em;
	}
	
/* Layout */

.clearFloats{
	clear:both;
	}

#wrapper{
	width:59.375em;
	min-height:30em;
	margin:0 auto;
	border:0.063em #000000 solid;
	}
	
#header{
	width:46.813em;
	height:5.938em;
	padding:1em 6.25em;
	background: rgb(255, 208, 118);
	}
	
#headerLogo{
	float:left;
	}
	
#headerRight{
	height:2.813em;
	margin-top:2.5em;
	text-align:right;
	float:right;
	}
	
#navigation{
	width:46.813em;
	height:2.063em;
	padding:0.0625em 6.25em;
	margin-bottom:1em;
	background:url(../images/navBG.png) left top repeat-x;
	}
	
#navigation ul{
	width:46.875em;	
	border-left:0.063em #a5a5a5 solid;
	display:inline-block;	
	}
	
#navigation ul li{
	width:6.563em;
	height:2.063em;
	text-align:center;
	display:block;
	float:left;
	}
	
#navigation ul li.separator{
	width:0;
	height:0;
	}

	
#navigation ul li a{
	line-height:2.063em;
	display:block;
	color:#000000;
	text-decoration:none;
	}
	
#navigation ul li a span{
	font-size:0.875em;
	}
	
#navigation ul li a:hover{
	width:6.438em;
	margin:0 auto;
	position:relative;
	left:0.031em;
	background:url(../images/navHover.png) top left repeat-x;
	}
	
.linkSelected{
	width:6.438em;
	margin:0 auto;
	position:relative;
	left:0.031em;
	background:url(../images/navHover.png) top left repeat-x;
}
	
#container{
	width:46.813em;
	min-height:18.124em;
	padding:0 6.25em;
	margin-bottom:1em;
	}
	
.row{
	width:46.875em;
	min-height:0;
	margin-top:1em;
	}
	
.box{
	border: 0.0625em #a5a5a5 solid;
	padding: 1em;
	behavior:url(/PIE.htc);
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;	
	background:url(../images/boxBG.png) left top repeat-x;
	}

.box img{
	float:left;
	padding-right:0.5em;
	/*padding-bottom:100%*/
	}
		
#contentRight{
	width:12.688em;
	min-height:12.375em;
	float:right;
}
	
#headerGraphic{
	width:30.625em;
	height:14.375em;
	float:left;
	}
	
#contentText{
	clear:left;
	float:left;
	width:30.625em;
	min-height:14.375em;
	padding-top:1em;
	}
	
#contentTextWide{
	clear:left;
	float:left;
	width:46.813em;
	min-height:14.375em;
	padding-top:1em;
	}
	
.mortgageCalcIframe{
	width:46.813em;
	min-height:50.5em;
	border:0;
	padding:0;
}
	
#welcome{
	width:12.688em;
	height:12.375em;
	float:right;
	}

#welcome .callbackButton{
	position:relative;
	bottom:-1em;
}

#mortgages{
	width:20.75em;
	height:9.25em;
	float:left;
	cursor:pointer;
	}
	
#insurance{
	width:20.75em;
	height:9.25em;
	float:right;
	cursor:pointer;
	}
	
.boxRight{
	float:right;
	width:15em;
}

#callbackRequest{
	width:44.75em;
	min-height:9.125em;
}

#callbackRequest table{
	min-width:1em;
	font-size:0.75em;
	border-collapse:separate;
	border-spacing:0.25em;
	}
	
#contentRight table{
	font-size:0.75em;
	}
	
#contentRight form input, #contentRight form select{
	width:100%;
	margin: 0.25em 0;
	}
	
.callbackButton{
	width:10.625em;
	height:2.188em;
	background:#328215;
	color:#ffffff;
	font-weight:bold;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	font-size: 0.875em;
	}

.button{
	height:2.188em;
	background:#328215;
	color:#ffffff;
	font-weight:bold;
        padding:0 1em 0 1em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	font-size: 0.875em;
	}
	
#footer{
	width:46.813em;
	height:7.5em;
	padding:0 6.25em;
	border-top:0.063em #a5a5a5 solid;
	background:#d8d8d8;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d8d8d8));
	background: -moz-linear-gradient(top, #ffffff, #d8d8d8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#d8d8d8);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#d8d8d8)";
	text-align:center;
       padding-bottom:10px;
	}
	
#footer ul{
	margin:0 auto;		
	}
	
#footer ul li{
	display:inline;
	text-align:center;
	}
	
#footer a{
	color:#000000;
	text-decoration:none;
	}
	
#footer span{
	font-size:0.75em;
	}
	
#footer a:hover{
	text-decoration:underline;
	}
	
#credits{
	text-align:center;
	color:#000000;
	font-size:0.625em;
	line-height:1em;
	margin:0 auto;
}

#credits a{
	color:#000000;
}

#contentText ul li {
	font-size:0.75em;
	margin: 0 0 1em 0;
        list-style:circle;
}
