﻿
#contact-leftcol {
	float: left;
	display: inline;
	width: 30%;
	margin-left: 20px;
}
#contact-rightcol {
	float: right;
	display: inline;
	border-left: 2px solid #AAA;
	padding-left: 5%;
	width: 58%;
}

#contact {
	clear: left;
}

#contact .row {
	width: 99%; /*For IE6 overflow*/
	overflow: hidden;
}

#contact .title {
	float: left;
	margin-right: 1em;
	line-height: 2em;
	font-weight: bold;
}

#contact .address {
	line-height: 2em;
}

#contact .addressblock {
	padding-left: 0px;
}

#contact .value {
	line-height: 2em; 
}

.bumper {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
