html
{
	background : black url(img/contact/contact_bg.jpg) center 119px scroll no-repeat;
}

.zoom
{
	width : 80px;
	height : 25px;
	cursor : pointer;
	position : relative;
	left : 475px;
	
	background : transparent url(img/contact/enlarge_btn.png) scroll no-repeat;
}

#title
{
	text-indent : -9000em;
	width : 250px;
	height : 53px;
	position : absolute;
	left : 50px;
	top : 30px;
	
	background : transparent url(img/contact/contact_title.png) scroll no-repeat;
}

.left_col, .right_col
{
	position : relative;
	top : 100px;
}

.left_col
{
	float : left;
	clear : left;
	width : 252px;
	left : 45px;
}

.right_col
{
	margin-left : 385px;
}

#address
{
	padding : 15px 25px 15px;
	background-color : #fff;
}

#contact_list
{
	margin-top : 30px;
	padding : 15px 25px 15px 23px;
	background-color : #fff;
}

#contact_list h2
{
	text-indent : -9000em;
	border-bottom : 1px solid #344da1;
	width : 210px;
	height : 19px;
	
	background : transparent url(img/contact/contact_heading.png) scroll no-repeat;
}

#contact_list h3
{
	font-style : italic;
	font-weight : normal;
}

#contact_list ul
{
	padding-top : 20px;
}

#map
{
	width : 557px;
	position : relative;
}

#overlay
{
	display : none;
	width : 875px;
	height : 475px;
	
	background : url(img/contact/map_large.png) bottom left no-repeat;
}

.close_btn
{
	width : 30px;
	height : 15px;
	padding : 3px 30px 5px;
	position : absolute;
	top : 10px;
	right : 10px;
	
	color : #354da1;
	background-color : #fff;
	text-align : center;
	cursor : pointer;
}

.close_btn:hover
{
	color : #fff;
	background-color : #111;
}

.x
{
	left : -20px;
	width : 20px;
	height : 23px;
	position : absolute;
	display : block;
	
	background : transparent url(img/contact/close_btn.png) no-repeat scroll;
}