h1 {
	display: none;
}

/*******************	LARGE INTRO IMAGE		*******************/
#large_image {
	width: 685px; 
	height: 318px;
	margin-bottom: 15px;
	padding:15px 0 15px 15px;
}

	#large_image h2 {
		font-size: 2.2em;
		font-family: georgia, arial, helvetica, sans-serif;
		width: 350px;
		color: #fff; /* Temp fix for Mark */
	}
	
	#large_image p {
		width: 350px;
		margin-top: 15px;
		font-size: 1.2em;
		color: #fff; /* temp fix for Mark */
	}
	
		#large_image p strong {
			color: #707070;
			font-weight: bold;
			font-size: 1.1em;
		}


/*******************	HOME BLUE BOXES		*******************/
#newsletter_box, 
#ask_dual_box, 
#dual_xpress_box {
	float: left;
	width: 220px;
	height: 77px;
	margin-left: 20px;
	color: #fff;
	position: relative;
}

	#newsletter_box a, 
	#ask_dual_box a, 
	#dual_xpress_box a {
		color: #fff;
		text-decoration: none;
	}
	
		#newsletter_box a:hover, 
		#ask_dual_box a:hover, 
		#dual_xpress_box a:hover {
			text-decoration: none;
		}
	
	#newsletter_box h2, 
	#ask_dual_box h2, 
	#dual_xpress_box h2 {
		font-family: georgia, arial, helvetica, sans-serif;
		margin: 7px 0 0 15px;
		font-size: 1.55em;
	}
	
	#newsletter_box p, 
	#ask_dual_box p, 
	#dual_xpress_box p {
		margin-left: 15px;
		margin-top: 5px;
		width: 170px;
	}
	
	#newsletter_box a.the_link, 
	#ask_dual_box a.the_link, 
	#dual_xpress_box a.the_link {
		text-indent: -999999px;
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 220px;
		height: 77px;
	}

#main .first_box {
	margin-left: 0px;	
}

/*******************	ASSOCIATES		********************/

#associates {
	width: 700px;
	height: 70px;
	background: transparent url(/images/associates-bg.gif) no-repeat left top;
	position: relative;
}

	#associates h2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 196px;
		height: 70px;
		text-indent: -9999999px;
	}
	
	#associates ul {
		position: absolute;
		top: 0;
		left: 197px;
		width: 504px;
	}
		
		#associates ul li {
			float: left;
			padding-top: 1px;
		}
		
		#associates ul li,
		#associates ul li a,
		#associates ul li a img {
			float: left;
			display: block;
			height: 68px;
		}
		
		#associates ul li.divider {
			height: 68px;
			width: 1px;
			margin:0 20px;
			display:inline;
			background: transparent url(/images/associate-divider.gif) no-repeat left top;
		}
		
		#associates ul li.arch a { margin-left: 1px; width: 129px;	}		
		#associates ul li.hyperion a { margin-left: 1px; width: 128px;	}		
		#associates ul li.lloyds a { margin-left: 1px; width: 99px; }		
		#associates ul li.proclaim a { margin-left: 1px; width: 124px;	}
		
