
/*-------------------------------------------
	Contact Section Only
-------------------------------------------*/
/*
div#row_1 div.col1 {
	padding: 105px 0 0;
}
*/
div#row_1 div.col1 {
	padding: 105px 0 0;
	width: 300px;
	margin-left: 225px;
}

/*-------------------------------------------
	Image Replaced Headlines
-------------------------------------------*/
/* Use span.hidden to hide text content */
/*
h1#hdl_contact {
	position: absolute;
	left: -84px;
	top: -10px;
	background: url(../_images/headlines/h1/contact_us.gif) left top no-repeat;
	height: 115px;
	width: 232px;
}
*/
h1#hdl_contact {
	position: absolute;
	left: 200px;
	top: -10px;
	background: url(../_images/headlines/h1/contact_us.gif) left top no-repeat;
	height: 115px;
	width: 232px;
}
h2#hdl_team {
	position: absolute;
	left: 300px;
	top: 21px;
	background: url(../_images/headlines/h2/our_vizcaya_team.gif) left top no-repeat;
	height: 91px;
	width: 257px;
}


