/* Screen stylesheet ******************************/
@media screen {
/* scottishbuildingsociety.com */
/* Launch: ***** */
/* author:stephen.marshall@indez.com */


/* GLOSSARY
------------------------------------------------------------------------------------->*/




/* GLOBAL RESET
------------------------------------------------------------------------------------->*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

.hidden, .fold, hr, .accessibility {
  display:none;
}

.clear {
	clear:both;
}


/* BASE LAYOUT
------------------------------------------------------------------------------------->*/

body {	
	font: normal 62.5%  Arial, verdana, sans-serif;
	background: #f1f1f1 url("../images/body_bg.png") top center fixed no-repeat;
	color: #404040;
}

#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 982px;
}

#container {
  	position:relative;
	float: left;
	margin: 228px 0 0 0;
	padding:0;
	width: 982px;
	z-index: 10;
}

/*#inner_container {
	position: relative;
	float: right;
	width: 982px;
}*/

	#divider {
		position:relative;
		float: right;
		width: 750px;
		background: transparent url("../images/col_repeat.png") 0 0 repeat-y;	
	}

		#col_1_top {
			position: relative;
			float: left;
			width: 750px;
			height: 5px;
			background: transparent url("../images/col_1_top_curve.png") 0 0 no-repeat;
			margin: -5px 0 0 0;
		}

			#col_1 {
				position: relative;
				float: left;
				width: 460px;	  
				padding: 20px 40px 0 30px;
				margin:0 0 20px 0;
				/*background-color: #eaeaea;*/
			}

			#col_2 {
				position: relative;
				float: right;
				width: 220px;
				
			}

	#divider_base {
		position: relative;
		float: right;
		width: 750px;
		height: 5px;
		background: transparent url("../images/divider_base.png") 0 0 no-repeat;
	}	
	
	#col_3 {
	  position: relative;
	  float: left;
	  width: 202px;
	  /*height: 400px;*/
	  /*background:transparent url(../images/sub_nav_repeater.png) 0 0 repeat-y;*/
	  width:222px;
	  /*background-color:#993300;*/
	}


#footer {
	position: relative;
	float: left;
	width: 982px;
	margin: 20px 0 0 0;
	padding: 0;
}

#header {
	position:absolute;
	top: 0;
	left: 0;
	width:982px;
	height:111px;
	height: 300px;
	background: transparent url(../images/header_bg.png) 0 0 no-repeat;
	/*background-color:#229900;*/
}

/* TYPOGRAPHY & BLOCK ELEMENTS
------------------------------------------------------------------------------------->*/

h1 {
	font-size:2.1em;
	line-height:1.05em;
	color:#003c8e;
	font-weight:bold;
	font-family: Helvetica, Arial, Verdanam, sans-seriff;
}

h2 {	
	margin:2em 0em 0.8em 0em;
	font-size:1.6em;
	font-weight:bold;
	font-family: Helvetica, Arial, Verdanam, sans-seriff;
	
	line-height:1.05em;
	color: #0072bc;
}

h3 {
	font-size:1.4em;
	margin:1.2em 0em 1.2em 0em;
	font-weight:normal;
	font-weight:bold;
	font-family: Helvetica, Arial, Verdanam, sans-seriff;
}

h4 {
	font-size:1.3em;
	margin:1.2em 0em 1.2em 0em;
	font-weight:bold;
	font-family: Helvetica, Arial, Verdanam, sans-seriff;
}

h5 {
	font-size:1.2em;
	margin:1.2em 0em 1.2em 0em;
	color: #686868;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdanam, sans-seriff;
}

p {
	font-size:1.2em;
	line-height:1.6em;
	margin:0.8em 0em 0.8em 0em;
}

strong {
	font-weight: bold;
}

a {
	color:#0072bc;
	outline:none;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
  
}

p#logo {
	position:relative;
	float:left;
	margin:7px 0 0 25px;
	width: 159px;
	height: 92px;
	display:inline;	
}

	p#logo a {
		float: left;
		width: 159px;
		height: 92px;
		display: block;
		background: transparent url("../images/logo.png") 0 0 no-repeat;
		text-indent: -9999px;
	}

ul, ol {
	font-size:1.2em;
	line-height:1.8em;
	margin:0 0 15px 5px;
}

ul li {
	list-style: none;
	background: transparent url("../images/list_bullets.png") 0 9px no-repeat;
  	padding: 0 0 5px 12px;
}

ol li {
	margin:0 0 5px 20px;
}

/*.center, .justified {
	padding: 0 auto 0 auto;
	text-align:center;
}*/

em {
	font-style: italic;
}

.smaller {
  font-size:75%;
}


/* FORMS 
------------------------------------------------------------------------------------->*/

fieldset {
	border:none;
	padding:0 0 20px 0;
	width:490px;
	margin:20px 0 20px 0;
}

legend {
	font-weight:bold;
	padding:0;
	font-size:1.2em;
	text-indent:-9999px;
}

label{
	width:230px;
	float:left;
	font-size:1.2em;
	margin: 0 0 0 22px;
}

input, select, textarea {
	border:1px solid #e4e4e4;
	border-top:1px solid #368AAF;
	border-left:1px solid #368AAF;
	border-bottom:1px solid #7ebfdd;
	border-right:1px solid #7ebfdd;
	padding:2px;
	width:210px;
	margin-bottom:10px;
	color:#333;
}

select {
	width: 215px;
}

input:focus, select:focus, textarea:focus, input:hover, select:hover, textarea:hover {
	border:1px solid #5E8A2B;
}

input.checkbox {
	position:relative;
	float:left;
	width:20px !important;
	height:20px !important;
	background-color:#ccc;
}

button {
	position: relative;
	float:right;
	font-weight:bold;
	display: block;
	width: 185px;
	height: 34px;
	margin:30px 25px 0 0;
	border:0;
	cursor:pointer;
	background: transparent url(../images/sprite_buttons.png) -195px 0 no-repeat;
	text-indent: -9999px;	
}

button:hover {
	background-position: -195px -35px;
}

span.required {
	color: #f68819;
}

.error_msg {
	color:#990000;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	margin: -15px 12px 0 0;
	display: inline;
}

/* TABLES
------------------------------------------------------------------------------------->*/
table, td {
	border: 1px solid #cbcbcb;
	padding:10px 10px 10px 10px;
	margin:1px 0 1px 0;
	font-size:1.1em;
	line-height:1.4em;
} 



/* SITE MODULES
------------------------------------------------------------------------------------->*/

/* #header_search */

#header_search {
	position: relative;
	float: right;
	margin: 30px 20px 0 0;
	width: 320px;
	display: inline;
}

	#header_search fieldset {
		  border: none;
		  width: auto;
		  margin: 0;
		  padding: 0;
		}
		
		#header_search input {
			position: relative;
			float: left;
			width: 228px;
			background: transparent url(../images/searchfield_bg.png) 0 0 no-repeat;
			padding: 3px 2px 4px 2px;
	/*		border: 1px solid #fff;*/
		} 
		
		#header_search legend, #header_search label {
			display: none;
		}
		
		#header_search button {
			position: relative;
			float: left;
			width: 75px;
			height: 26px;
			background: transparent url("../images/sprite_buttons.png") -421px 0 no-repeat;
			text-indent: -9999px;
			margin: 0 0 0 10px;
			padding: 0;
			display: inline;
		}
		
			#header_search button:hover {
				background: transparent url("../images/sprite_buttons.png") -421px -26px no-repeat;
			}




/* #footer_newsletter */

#newsletter {
	position: relative;
	float: left;
	width: 400px;
	height: 44px;
	margin: 0;
	padding: 0;
	background: transparent url("../images/footer_newsletter_bg.png") 0 0 no-repeat;
}
	
	#newsletter h5 {
		position:relative;
		float:left;
		font-size:1.3em;
		color:#fff;
		margin: 13px 0 0 0;
		padding: 0 0 0 15px;
		/*text-shadow: #06457e 0 -1px 0;*/
	}
	
	#newsletter_form {
		margin:0;
		padding:0;
	}
		
		#newsletter fieldset {
			position: relative;
			float: right;
			margin: 0 0 0 0;
			padding: 10px 0 0 0;
			width:260px;
			height:34px;
			border: none;
			/*background: #CCCC99 url("../images/newsletter.png") 11px 15px no-repeat;*/
		}

	#newsletter legend, #newsletter label{
		display:none;
	}
		

		#newsletter input {
			position: relative;
			float: left;
			width: 207px;
			height: 16px;
			margin: 0 4px 0 10px;
			padding: 2px;
			font-size: 1em;
			border-top: 1px solid #015881;
			border-right: 1px solid #5ac4ff;
			border-bottom: 1px solid #5ac4ff;
			border-left: 1px solid #015881;
		}

		#newsletter button {
			position: relative;
			float: left;
			width: 22px;
			height: 22px;
			background: transparent url("../images/sprite_buttons.png") -390px 0 no-repeat;
			text-indent: -9999px;
			border: none;
			margin: 0;
			padding: 0;
			cursor: pointer;
		}

			#newsletter button:hover {
				background: transparent url("../images/sprite_buttons.png") -390px -22px no-repeat;
			}

/* #footer_sub */

#footer_sub {
	position: relative;
	float: left;
	width: 980px;
	margin: 0 ;
	padding: 20px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
}

	#copyright {
	  position: relative;
	  float: left;
	  padding: 0;
	  width: 450px;
	  margin: 0 0 0 20px;
	}
	
		#copyright p {
			color: #888;
			font-family: Helvetica, Arial, sans-serif;
			font-size:1.0em;
			font-weight:bold;
			margin: 0;
			padding: 0;
		}


/* #footer_menu */

#footer_menu {
	position: relative;
	float: left;
  	width: 582px;
  	height: 44px;
	background: transparent url("../images/footer_links_bg.png") 0 0 no-repeat;
}

	ul#mainlevelfooter {
		float: left;
		margin: 11px 0 0 20px;
		padding: 0;
		font-size: 1.1em;
		font-weight: bold;
		display: inline;
	}
	
			ul#mainlevelfooter li {
				float: left;
				background: transparent url("../images/footer_link_sep.png") 100% 0 repeat-y ;
				margin: 0 15px 0 0;
				padding: 0 15px 0 0;
			}
			
					ul#mainlevelfooter li a {
						color: #fff;
					}
					
					ul#mainlevelfooter li a:hover {
						text-decoration: underline;
					}
	
	
		ul#mainlevel_gutter {
			position: relative;
			float: right;
			line-height: 1em;
			font-size: 1.0em;
			margin: 0 5px 0 0;
			padding: 0;
		}
		
			ul#mainlevel_gutter li {
				position: relative;
				float: left;
				background: transparent url("../images/footer_legal_sep.png") 0 0 repeat-y;
				margin: 0;
				padding: 0 15px 0 15px;
			}
						
					ul#mainlevel_gutter li a {
						color: #0072bc;
						font-weight: bold;
					}
					
					ul#mainlevel_gutter li a:hover {
						text-decoration:underline;
					}


		#fsa_notice {
		  position: relative;
		  float:left;
		  width: 980px;  
		  margin: 20px 0 0 0;
		  padding: 20px 0 0 0;
		  background: transparent url("../images/footer_sep_repeat.png") 0 0 repeat-x;
		  line-height: 1.8em;
	/*	  font-size: 1em;*/
		}
			
			#fsa_notice p {
				text-align: center;
				color:#909090;
				font-size:1.0em;
				font-weight:bold;	
			}
			
				#fsa_notice span {
				text-transform:uppercase;				
			}

/* #mod_cta */

#mod_cta {
	position:relative;
	float:left;
	width: 220px;
	background: transparent url("../images/hp_repeat220.png") 0 0 repeat-y;
	/*background-color:#ff0000;*/
	margin: 5px 0 0 0;
	padding: 0;
}	

	#mod_cta h5.home_cta_contact{	
		background: transparent url("../images/need_help_hp_bg.png") 0 0 no-repeat;
	}

	#mod_cta h5 {
		position: relative;
		float: left;
		background: transparent url("../images/need_help_bg.png") 0 0 no-repeat;	
		font-size:1.5em;
		width:210px;
		height:25px;
		color:#3a5719;
		padding:12px 0 0 10px;
		margin: -10px 0 0 0;
		/*text-shadow: #fff 0 1px 0;*/
	}
		#mod_cta h5 span {
			color:#63902b;
		}

	#mod_cta_inner {
		position: relative;
		float: left;
		margin: 15px 0 10px 20px; 
		width: 180px;
		display:inline;
	}

		#mod_cta_inner p {
		  margin: 0;
		  line-height: 1em;
		  /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
		  font-weight: bold;
		}

		#mod_cta_inner span {
		  display:block;
		}

			.tel {
			  padding-left: 15px;
			  font-size: 2em;
			  color: #5e8a2b;
			  font-weight: bold;
			  background: transparent url("../images/phone.png") 0 -1px no-repeat;
			  margin: 9px 0 5px 0;
			  height:17px;
			  line-height:17px;
			}
	
			.when { 
			  color: #9f9e9e;
			  font-size: 0.9em;
			  font-family: Arial, Verdana, Helvetica, sans-serif;
			}

			.btn {
			  display: block;
			  width: 185px;
			  height: 34px;
			  margin: 10px 0;
			  background: transparent url("../images/sprite_buttons.png") 0 0 no-repeat;
			  text-indent: 13px;
			  line-height: 2.4em;
			  color: #fff;
			  font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 1.1em;
			}

				.btn.call_back {
				  background-position: -195px 0;
				  text-indent: -9999px;
				}
				
				.btn.call_back:hover {
				  background-position: -195px -35px;
				}
				
				.btn.visit_branch {
				  background-position: -510px 0;
				  text-indent: -9999px;
				}
				
				.btn.visit_branch:hover {
				  background-position: -510px -35px;
				}

				.hr {
				  border-top: 1px dotted #b9b9b9;
				  margin: 12px 0 12px 0;
				}
				
				.hr hr {
				  display:none;
				}

	#mod_cta_bottom {
		position:relative;
		float:left;
		width:220px;
		height:10px;
		background: transparent url("../images/hp_bottomcurve220.png") 0 0 no-repeat;
		line-height:0;
	/*	font-size: 0;*/
	}
	
#mod_downloads {
	position: relative;
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
}

	#mod_downloads h5 {
		position: relative;
		float: left;
		height: 38px;
		width: 220px;		
		background: transparent url("../images/sprite_headers.png") -220px 0 no-repeat;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
	}

	/*#mod_downloads_inner {
		position: relative;
		float: left;
		margin: 15px 20px 10px 20px; 
		width: 180px;
	}*/
	
	#mod_downloads ul {
		position: relative;
		float: left;
		width: 180px;
		margin: 15px 0 10px 20px;
		display: inline;
	}
		
		#mod_downloads ul li {
			  margin: 12px 0 0 0;
			  padding: 0 0 9px 0;
			  background: none;
			  border-bottom: 1px dotted #b9b9b9;
		}
		
			#mod_downloads ul li a {
				display: block;
				margin: 0;
				padding: 0 0 5px 35px;
				line-height: 1.4em;
				background: transparent url("../images/pdf_icon.png") 0 0 no-repeat;
				color: #333;
			}
		
				#mod_downloads ul li a:hover {
					color: #0088cc;
					text-decoration:underline;
				}

				
#mod_articles{
	position: relative;
	float: left;
	width: 220px;
	margin: 0;
	padding: 0;
}

	#mod_articles h5 {
		position: relative;
		float: left;
		height: 38px;
		width: 220px;		
		background: transparent url("../images/sprite_headers.png") -430px 0 no-repeat;
		text-indent: -9999px;
		margin: 0;
		padding: 0;
	}

	/*#mod_downloads_inner {
		position: relative;
		float: left;
		margin: 15px 20px 10px 20px; 
		width: 180px;
	}*/
	
	#mod_articles ul {
		position: relative;
		float: left;
		width: 180px;
		margin: 15px 0 10px 20px;
		display: inline;
	}
		
		#mod_articles ul li {
			  margin: 12px 0 0 0;
			  padding: 0 0 9px 0;
			  background: none;
			  border-bottom: 1px dotted #b9b9b9;
		}
		
			#mod_articles ul li a {
				display: block;
				margin: 0;
				padding: 0 0 5px 35px;
				line-height: 1.4em;
				background: transparent url("../images/sbs_icon.png") 0 0 no-repeat;
				color: #333;
			}
		
				#mod_articles ul li a:hover {
					color: #0088cc;
					text-decoration:underline;
				}				

#gmap {
	margin:20px 0 20px 0;
	border: 5px solid #CCCCCC;
	float: left;
	height: 400px;
	padding: 3px;
	width: 95%;
}				
/* #banner */

#banner{
	/*position:relative;
	float:left;
	z-index:-100;*/
	
	position: absolute;
	top: 115px;
	left: 0;
	width: 982px;
	height:187px;
	margin: 0;
	padding: 0;
}
	#headText{
		position:relative;
		float:left;
		font-family:  Helvetica, Arial, Verdana, sans-seriff;
		font-size:2.8em;
		font-weight:bold;
		color:#fff;
		margin:40px 0 0 50px;
		display:inline;
		z-index:100;
	}

	.secBanner{
		z-index:-100;
		position: absolute;
		top:0;
		left:0;
	}
	
	
		#banner h1.headerSec {
			position:relative;
			float:left;
			font-family:  Helvetica, Arial, Verdana, sans-seriff;
			font-size:1em;
			font-weight:bold;
			color:#fff;
			margin:-5px 0 0 0px;
			z-index:100;
			}
			
		#banner h2.headerText {
			position:relative;
			float:left;
			font-family:  Helvetica, Arial, Verdana, sans-seriff;
			font-size:0.6em;
			font-weight:normal;
			color:#fff;
			margin:-5px 0 0 0px;
			z-index:100;
			}

			
#footballSwf{
	position:relative;
	float:right;
}
			
/* xStandard Styles */

.blueBox{
	background-color:#ECF1F5;
	border: 2px solid #E2E6EF;
	padding: 0 20px 0 20px;
	margin:10px 0 0 0;
}
	.blueBox span{
		color:#1E549A;
	}
	.blueBox h3 {
		color:#1497E5;
		margin:10px 0 10px 0;
		font-size:16px;
	}
.abPos{
	position:absolute;
	bottom:0;
	width:100%;
}
.abPosend{
	position:absolute;
	bottom:-14px;
}
	.abPosend .tinyapr{
		font-size:12px;
	}
	
.apr1{
	position:relative;
	float:left;
	width:150px;
	height:250px;
	border-right:1px dotted #bababa;
	margin: 10px 0 0 0;
}
	.apr1 h2{
		text-align:center;
		font-size:45px;
		margin:10px 0 0 5px;
	}
	
	.apr1 p {
		font-size:1.2em;
		padding-left:10px;
		padding-right:5px;
		margin: 0 0 0.8em 0;
	}
	
.apr2{
	position:relative;
	float:left;
	width:150px;
	height:250px;
	border-right:1px dotted #bababa;
	margin: 10px 0 0 0;
}
	.apr2 h2{
		text-align:center;
		font-size:45px;
		margin:10px 5px 0 5px;
	}
	.apr2 p{
		font-size:1.2em;
		padding-left:10px;
		padding-right:5px;
		margin: 0 0 0.8em 0;
	}
	
.apr3{
	position:relative;
	float:left;
	width:150px;
	height:250px;
	margin: 10px 0 0 0;
}
	.apr3 h2{
		text-align:center;
		font-size:45px;
		margin:10px 5px 0 5px;
	}
	.apr3 p{
		font-size:1.2em;
		padding-left:10px;
		padding-right:5px;
		margin: 0 0 0.8em 0;
	}

.apr1a{
	position:relative;
	float:left;
	width:230px;
	height:190px;
	border-right:1px dotted #bababa;
	margin: 10px 0 0 0;
}
	.apr1a h2{
		text-align:center;
		font-size:45px;
		margin:10px 0 0 5px;
	}
	
	.apr1a p {
		font-size:1.2em;
		padding-left:10px;
		padding-right:5px;
		margin: 0 0 0.8em 0;
	}
	
.apr2a{
	position:relative;
	float:left;
	width:210px;
	height:190px;
	margin: 10px 0 0 0;
	padding:0 0 0 10px;
}
	.apr2a h2{
		text-align:center;
		font-size:45px;
		margin:10px 5px 0 5px;
	}
	.apr2a p{
		font-size:1.2em;
		padding-left:10px;
		padding-right:5px;
		margin: 0 0 0.8em 0;
	}	
	
.landingPageBoxLeft{
	position:relative;
	float:left;
	background-color:#ECF1F5;
	border: 2px solid #E2E6EF;
	padding: 0 0px 0 0px;
	margin:10px 10px 0 0;
	width:206px;
	height:184px;
}
	.landingPageBoxLeft a{
		color:#000;
	}	
	.landingPageBoxLeft h3{
		color:#1497E5;
		margin:10px 0 10px 10px;
		font-size:16px;
	}
	.landingPageBoxLeft li{
		margin:0px 0 0px 10px;
		font-weight:bold;
		font-size:11px;
	}
	.landingPageBoxLeft .moreInfo  a{
		background: url(../images/green_bullets.png) 0 center no-repeat;
		color:#62902E;
		font-weight:bold;
		padding:0 0 0 15px;
		margin:0 0 0 15px;
	}
.landingPageBoxRight{
	position:relative;
	float:left;
	background-color:#ECF1F5;
	border: 2px solid #E2E6EF;
	padding: 0 0 0 0;
	margin:10px 0 0 0;
	width:206px;
	height:184px;
}
	.landingPageBoxRight a{
		color:#000;
	}
	.landingPageBoxRight h3{
		color:#1497E5;
		margin:10px 0 10px 10px;
		font-size:16px;
	}
	.landingPageBoxRight li{
		margin:0px 0 0px 10px;
		font-weight:bold;
	}
	.landingPageBoxRight .moreInfo  a{
		background: url(../images/green_bullets.png) 0 center no-repeat;
		color:#62902E;
		font-weight:bold;
		padding:0 0 0 15px;
		margin:0 0 0 15px;
	}

	.locationsContent{
		position:relative;
		float:left;
		border-left:1px dotted #bababa;
		width:195px;
		line-height:1em;
		padding:0 15px 0 15px;
	}
		.locationsContent h2{
			margin:0px 0 0 0;
		}
		
.locationsList{
	position:relative;
	float:left;
	height:auto;
	width:100%;
	border-bottom:1px dotted #bababa;
}
	.locationsList a{
		background: url(../images/green_bullets.png) 0 center no-repeat;
		color:#62902E;
		font-weight:bold;
		padding:0 0 0 15px;
	}
	
.imagefloatrightTop{
	position:relative;
	float:right;
	margin:-32px 0 0 0;
}

	

/* HOMEPAGE
------------------------------------------------------------------------------------->*/

body#p_homepage #container {
	margin: 119px 0 0 0;
}

#homepage {
	position: relative;
	float: left;
	width: 982px;
	margin: 0;
	padding: 0;
}

	.topcurve_982 {
		position:relative;
		float: left;
		width: 982px;
		height: 5px;
		background: transparent url("../images/topcurve_982.png") 0 0 no-repeat;
		margin: 0;
		padding: 0;
		line-height:0;
		font-size: 0;
	}

	.repeat_982 {
		position:relative;
		float: left;
		width: 982px;
		background: transparent  url("../images/repeat_982.png") 0 0 repeat-y;
		margin: 0;
		padding: 0;
	}

		#hp_banner {
			position: relative;
			float: left;
			width: 966px;
			height: 260px;
			margin: 1px 0 4px 7px;
			display: inline;
		}


	.bottomcurve_982 {
		position:relative;
		float: left;
		width: 982px;
		height: 5px;
		background: transparent url("../images/bottomcurve_982.png") 0 0 no-repeat;
		margin: 0;
		padding: 0;
		line-height:0;
	}


	.topcurve_982.hp_promostrap {
		margin: 6px 0 0 0;
	}

		#hp_offer p{
			position: relative;
			float: left;
			width: 876px;
			margin: 10px 0 0 32px;
			padding: 0 0 10px 42px;
			background: transparent url("../images/promo_icon.png") 0 15px no-repeat;
			font-size:1.6em;
			font-weight: bold;
			line-height: 67px;
			display: inline;
		}
		
			#hp_offer a {
				color: #62902f;
				background: transparent url("../images/green_bullets.png") 0 6px no-repeat;
				padding-left: 12px;
			}

		#hp_offer span {
			color: #0072bc;
  			font-style: normal;
		}

			#hp_offer span.smaller {
			
			}
			
			
	.imagefloatrightPromo{
		position:relative;
		float:right;
		height:67px;
	}

	#hp_col1 {
		position: relative;
		float: left;
		width: 750px;
		margin: 6px 0 0 0;
	}
	
		#hp_col1 .hp_topcurve_750 {
			position: relative;
			float: left;
			width: 755px;
			height: 10px;
			background: transparent url("../images/hp_topcurve750.png") 0 0 no-repeat;
			line-height:0;
			font-size: 0;
			margin: 0;
		}
		
		#hp_col1 .hp_repeat_750 {
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
			width: 755px;
			height: 231px;
			background: transparent url("../images/hp_repeat750.png") 0 0 repeat-y;
		}
		
			#vidBanner{
				position:relative;
				float:left;
				height: 57px;
				width:755px;
				margin:0 0 6px 0;
				background: transparent url("../images/videolink_banner.png") 0 0 no-repeat;
			}
				#vidBanner p {
					position:relative;
					float:left;
					font-size:1.6em;
					font-weight:bold;
					line-height:2em;
					margin:10px 0 0 32px;
					padding:0 0 10px 42px;
					display:inline;
				}
					#vidBanner p a {
						background:transparent url(../images/green_bullets.png) no-repeat scroll 0 6px;
						color:#62902F;
						padding-left:12px;
					}
		
			#hp_feature_1 {
				position: relative;
				float: left;
				width: 340px;
				height:220px;
				margin: 10px 0 0 20px;
				padding: 0;
				background: transparent url("../images/hp_savings_bg.png") 0 -50px no-repeat;
				display: inline;
/*				background-color:#993300;*/
			}
				#hp_feature_1 h2{
					font-size:2.0em;
			/*		background-color:#990000;*/
					margin:0 0em 0 0em;
				}
			
				#hp_feature_1 h2 span {
					color: #009ee0;
				}
				#hp_feature_1 p {
					color: #7EAD45;
					font-weight:bold;
		/*			background-color:#0033CC;*/
				}
					#hp_feature_1 p a{
						color:#7ead45;
						font-weight:bold;
						font-size:1.2em;
					}
				#hp_feature_1 a{
					color:#7ead45;			
				}
				
				#hp_feature_1 ul {
					margin-top: 20px;
			/*		background-color:#FF0000;*/
				}
				
				#hp_feature_1 ul a {
					color: #000;
								
				}
				
			
			#hp_feature_2 {
				position: relative;
				float: right;
				width: 340px;
				margin: 10px 20px 0 0;
				padding: 0;
				display: inline;
				background: transparent url("../images/hp_mortgages_bg.png") 0 -50px no-repeat;
				/*background-color:#99CC00;*/
			}
				#hp_feature_2 h2{
					font-size:2.0em;
			/*		background-color:#990000;*/
					margin:0 0em 0 0em;
				}
			
				#hp_feature_2 h2 span {
					color: #009ee0;
				}
				#hp_feature_2 p {
					color: #7EAD45;
					font-weight:bold;
		/*			background-color:#0033CC;*/
				}
					#hp_feature_2 p a{
						color:#7ead45;
						font-weight:bold;
						font-size:1.2em;
					}
				#hp_feature_2 a{
					color:#7ead45;			
				}
				
				#hp_feature_2 ul {
					margin-top: 20px;
				}
				
				#hp_feature_2 ul a {
					color: #000;
								
				}
		
		.feature_link{
			background: transparent url("../images/green_bullets.png") 0 6px no-repeat;
			padding-left: 12px;
			margin-left: 5px;
			font-size:1.3em;
			font-weight:normal;
		}
		
		#hp_col1 .hp_bottomcurve_750 {
			position: relative;
			float: left;
			width: 755px;
			height: 10px;
			background: transparent url("../images/hp_bottomcurve750.png") 0 0 no-repeat;
			font-size: 0;
			line-height: 0;
			margin: 0;
			padding: 0;
		}

	#hp_col2 {
		position: relative;
		float: right;
		width: 220px;
		margin: 11px 0 0 0;
		padding: 0;
		/*background-color:#0033CC;*/
	}
	
		#hp_col2 #mod_cta {
			/*margin: 0;*/
		}


/* SIDE NAVIGATION
------------------------------------------------------------------------------------->*/

#sub_nav {
	position: relative;
	float: left;
	width: 222px;
	margin: 0 0 0 0;
	padding: 32px 0 15px 0;
	background:transparent url("../images/sub_nav_repeater.png") 0 0 repeat-y;
}

	h5.cat_title_top {
		position: relative;
		float: left;
		font-size:1.5em;
		font-family:  Helvetica, Arial, Verdana, sans-seriff;
		background:transparent url("../images/sub_nav_bg.png") 0 0 no-repeat;
		width:222px;
		height:37px;
		margin:-36px 0 -12px 0;
		color:#003d8e;
		padding:12px 0 0 10px;
		/*text-shadow: #fff 0 1px 0;*/
	}
	
	h5.cat_title{
		float: left;
		font-size:1.5em;
		font-family:  Helvetica, Arial, Verdana, sans-seriff;
		background:transparent url("../images/sub_nav_bg.png") 0 0 no-repeat;
		width:222px;
		height:37px;
		margin:-5px 0 0 0;
		color:#003d8e;
		padding:12px 0 0 10px;
		margin: 0 0 -12px 0;
		/*text-shadow: #fff 0 1px 0;*/
	}

	#subnavcontent0 {
		float: left;
		margin:0;
		padding:0 0 0 0;
	}
	
		#subnavcontent0 ul {
			float: left;
			margin:0 0 0 1px;
		}

			#subnavcontent0 ul li{
				float:left;
				line-height:16px;
				margin:0;
				padding:0;
				font-size:0.9em;
				background: transparent url("../images/left_nav_repeater.png") bottom left no-repeat;
			}

				#subnavcontent0 ul li a {
					display:block;
					width:184px;
					margin:0;
					padding:7px 14px 7px 22px;
					background: transparent url("../images/list_bullets.png") 12px 12px no-repeat;
					color: #000;
				}
				
					#subnavcontent0 ul li a:hover {
						color:#0072bc;
						text-decoration:underline;
						/* background: transparent url("../images/list_bullets_hover.png") 12px 12px no-repeat; */
					}

					#subnavcontent0 ul li.active_sub a {
						color:#fff;
						font-weight:bold;
						text-decoration: none;
						background: #0072bc url("../images/list_bullets_hover.png") 12px 12px no-repeat;
						cursor:default;
					}
					#subnavcontent0 ul li.active_sub a:hover{
						color:#fff;
					}
				
	#subnavcontent1 {
		float: left;
		margin:0;
		padding:0 0 0 0;
	}
	
		#subnavcontent1 ul {
			float: left;
			margin:0 0 0 1px;
		}

			#subnavcontent1 ul li{
				float:left;
				line-height:16px;
				margin:0;
				padding:0;
				font-size:0.9em;
				background: transparent url("../images/left_nav_repeater.png") bottom left no-repeat;
			}

				#subnavcontent1 ul li a {
					display:block;
					width:184px;
					margin:0;
					padding:7px 14px 7px 22px;
					background: transparent url("../images/list_bullets.png") 12px 12px no-repeat;
					color: #000;
				}
				
					#subnavcontent1 ul li a:hover {
						color:#0072bc;
						text-decoration:underline;
						/* background: transparent url("../images/list_bullets_hover.png") 12px 12px no-repeat; */
					}

					#subnavcontent1 ul li.active_sub a {
						color:#fff;
						font-weight:bold;
						text-decoration: none;
						background: #0072bc url("../images/list_bullets_hover.png") 12px 12px no-repeat;
						cursor:default;
					}
					#subnavcontent1 ul li.active_sub a:hover{
						color:#fff;
					}					
				
		
		
#sub_nav_bottom {
	float: left;
	background: transparent url("../images/sub_nav_bottom.png") 0 0 no-repeat;
	width: 222px;
	height: 6px;
	margin: 0;
}

/*#sub_nav a{
	color:#000;
	font-size:0.9em;
}
	#sub_nav .active_sub a{
	color:#fff;
	font-weight:bold;
	background: #0072bc url(../images/list_bullets_hover.png) 12px 12px no-repeat;
}

.active_sub{
	color:#fff;
	font-weight:bold;
	background: #0072bc url(../images/list_bullets_hover.png) 12px 12px no-repeat;
}*/


	
/* JARGON BUSTER
------------------------------------------------------------------------------------->*/
/*
#jargonBuster {
	float: left;
	margin:15px 0 0 0;
	padding:0 0 15px 0;
	background:transparent url(../images/sub_nav_repeater.png) 0 0 repeat-y;
}
#jargonBuster span{
	color:#008EE3;
}

#jargonBuster h5.jar_title{
	float: left;
	font-size:1.5em;
	font-family:  Helvetica, Arial, Verdana, sans-seriff;
	background:transparent url("../images/sub_nav_bg.png") 0 0 no-repeat;
	width:222px;
	height:25px;
	margin:-5px 0 -10px 0;
	color:#003d8e;
	padding:12px 0 0 10px;
	margin: 0 0 8px 0;
	text-shadow: #fff 0 1px 0;
}
		#jargonBuster ul {
			float: left;
			margin:0 0 0 1px;
		}

			#jargonBuster ul li{
				float:left;
				line-height:16px;
				margin:0;
				padding:0;
				font-size:0.9em;
				background: transparent url("../images/left_nav_repeater.png") bottom left no-repeat;
			}

				#jargonBuster ul li a {
					display:block;
					width:184px;
					margin:0;
					padding:7px 14px 7px 22px;
					background: transparent url("../images/list_bullets.png") 12px 12px no-repeat;
					color: #000;
				}
				
					#jargonBuster ul li a:hover {
						color:#0072bc;
						text-decoration:underline;
					}
#jargonBuster p {
	font-size:0.9em;
	line-height:1.4em;
	padding:30px 15px 5px 18px;
	margin:-25px 15px 5px 5px;
	background-color:#ECF1F5;
}

.showJargon div{
	display:block;
}
	.showJargon li {
		background: transparent url ('../images/list_bullets_down.png') center 0 no-repeat;
	}
	.showJargon a{
		font-size:1.1em;
		font-weight:bold;
		color:#000;
		line-height:1.2em;
		margin:0.8em 1.5em 0.8em 0em;		
	}

.hideJargon div{
	display:none;
}

#jargon_bottom{
	float: left;
	background: transparent url("../images/sub_nav_bottom.png") 0 0 no-repeat;
	width: 222px;
	height: 6px;
	margin: 0;

}
*/
/* Contact Side
------------------------------------------------------------------------------------->*/

#contactSide {
	float: left;
	margin:-5px 0 0 0;
	padding:0 0 15px 0;
	width:222px;
	background:transparent url(../images/sub_nav_repeater.png) 0 0 repeat-y;
}
#contactSide span{
	color:#008EE3;
}

h5.contactSide{
	float: left;
	font-size:1.5em;
	font-family:  Helvetica, Arial, Verdana, sans-seriff;
	background:transparent url("../images/sub_nav_bg.png") 0 0 no-repeat;
	width:222px;
	height:25px;
/*	margin:-5px 0 -10px 0;*/
	color:#003d8e;
	padding:12px 0 0 10px;
	margin: -5px 0 5px 0;
	/*text-shadow: #fff 0 1px 0;*/
}
#contactSide h3 {
	margin:10px 10px 10px 10px;
	color:#008EE3;
}
#contactSide p{
	margin:0 10px 0 10px;
}
#contactSideBottom{
	float: left;
	background: transparent url("../images/sub_nav_bottom.png") 0 0 no-repeat;
	width: 222px;
	height: 6px;
	margin: 0;
}

/* SEARCH FORM
------------------------------------------------------------------------------------->*/
table.contentpaneopen{
	margin:0 0 0 0;
}

.searchphrase{
	position:relative;
	float:right;
	margin:-40px 50px 10px 50px;
	width:100px;

}
#search_searchword{
	position:relative;
	float:left;
	
}
	#search_searchwordlb{
		position:relative;
		float:left;
		width:100px;
		margin:0;
	}
#searchphraseany{
	position:relative;
	float:left;
	width:20px;
	height:20px;
}
	#searchphraseanylb{
		position:relative;
		float:left;
		width:100px;
		margin:-10px 0 20px -10px;		
	}

#searchphraseall{
	position:relative;
	float:left;
	width:20px;
	height:20px;
}
	#searchphrasealllb{
		position:relative;
		float:left;
		width:100px;
		margin:-10px 0 20px -8px;	
	}
	
#searchphraseexact{
	position:relative;
	float:left;
	width:20px;
	height:20px;
}
	#searchphraseexactlb{
		position:relative;
		float:left;
		width:100px;
		margin:-10px 0 20px -17px;	
	}
	
#search_ordering{
	position:relative;
	float:left;
}
	#search_orderinglb{
		position:relative;
		float:left;
		margin:0;
	}


.button{
	position: relative;
	float: left;
	width: 106px;
	height: 35px;
	border:none;
	background: transparent url("../images/sprite_buttons.png") -700px 0 no-repeat;
	margin: 0px 22px 0 90px;
	padding: 0;
	text-indent: -9999px;
	display: inline;
	line-height:0;
}
	.button:focus, .button:hover {
		border:none;
		cursor:pointer;
		background: transparent url("../images/sprite_buttons.png") -700px -35px no-repeat;
	}

/* PAGE NAVIGATION
------------------------------------------------------------------------------------->*/

ul.pagenav  {
	color: #7F7F7F;
	font-weight: bold;
	float:left;
	padding:0;
	margin:15px 0 5px 0;
}
	.pagenav li {
		list-style: none;
		background:none;
		display:inline;
		text-decoration: none;
		/*background-color:#eaeaea;*/
		/*border: 1px solid #ccc;*/
		margin: 0 5px 0 0;
		padding: 0;
	}
	.pagenav li a {
		background-color:#eaeaea;
		border: 1px solid #ccc;
		color: #7F7F7F;
		/*border-bottom: none;*/
		margin: 0;
		padding: 2px 3px 2px 3px;
	}
	.pagenav li a:hover {
		color: #0069AC;
	}

li.active_number {
	padding: 2px 3px 2px 3px;
	border: 1px solid #0069AC;
	background-color:#0069AC;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.inactive_number{

}

li.nav_back_active{
	padding: 2px 3px 2px 3px;
	border: 1px solid #0069AC;
	background-color:#0069AC;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.nav_fwd {
	color: #AA0000;
	font-weight: bold;
}
li.nav_fwd_active{
	padding: 2px 3px 2px 3px;
	border: 1px solid #0069AC;
	background-color:#0069AC;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}


/* MAIN NAVIGATION
------------------------------------------------------------------------------------->*/

#header_menu {
	position: absolute;
	top: 80px;
	right: 22px;
	height: 20px;
}

	#lists {
		position: relative; 
		float: left;
		margin: 0;
		list-style: none;
	}

		#lists li {
			position: relative;
			float:left;
			background-image: none;
			font-size: 1em;
			font-weight: bold;
			padding: 0;
			margin: 0 30px 0 0;
			display:block;
		}

			#lists li#mainlevel_7 {
				margin-right: 0;
				display: inline;
			}

				#lists li a {
					text-decoration: none;
					color: #333;
					display: block;
					background: transparent url("../images/header_bullet.png") 0 7px no-repeat;
					padding:0 0 0 12px;
				}

					#lists li a:hover {
						text-decoration:underline;
					}
					
}


/* Print stylesheet ******************************/
@media print {

body {
	background: #fff;
	font-size: 10pt;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

#col_2, #footer, #header, #mast_section, .hp_callmod_img, #hp_col_2 , #banner, #sub_nav, #sub_nav_bottom, #col_2, #footer_sub, .contentpaneopen{
	display: none;
}

#gmap {
	display:block;
}

#hp_flash_banner {
	display: none;
}


}

