.left, .right {
	float: left;
	display: inline;
	margin-bottom: 0px;
}
.left {
	width: 290px;
	margin-right: 15px;
}
.right { width: 595px; }

#map { 
	float: left;
	height: 300px;
	width: 595px;
	position: relative;
	margin-bottom: 30px;
}

.contactInformation {
	float: left;
	clear: both;
	position: relative;	
	width: 100%;
}
.contactInformation ul { float: left; display: inline; width: 292px; }
.contactInformation ul.contactLeft { margin-right: 10px; }


.contactInformation ul li { float: left; display: inline; clear: both; width: 100%;} 
.contactInformation .prefix { float: left; width: 80px; }

#content .zend_form { margin: 0; }
#contactForm { margin-bottom: 1.5em;}
#contactForm textarea,
#contactForm input { width: 282px; }
#contactForm textarea { height: 160px; }
#contactForm dt,
#contactForm dd { float: left; clear: both; }


#sendMessageButton { 
	width: 154px;
	height: 40px;
	float: right;
	clear: both;
	background-position: 0 0;
	background-image: url('/images/common/send.gif');
	background-repeat: no-repeat;
}
#sendMessageButton:hover {
	background-position: -154px 0;
}



