.contact_datas, .google_map{
	position: relative;
    padding: 10px;
    margin-bottom: 30px;
	background: url("../images/background/scroll-bg.jpg") repeat-x scroll left top #FFFFFF;
}

.contact_datas{
	width: 440px;
	float: left;
}
.google_map{
	width: 440px;
	float: right;
}

.contact_datas h3, .google_map h3{ 
	background:none; 
	border:none;
	margin:0; 
	padding:6px 0 17px 8px; 
	font:normal 22px/24px Arial, Helvetica, sans-serif;
	color:#95a451; text-transform:capitalize;
}  

.contact_datas .boxIndent, .google_map .boxIndent { 
	padding: 10px;
}

.contact_row{
	position: relative;
	margin: 0 10px;
	height: 22px;
}

.contact_row .contact_title{
	position: relative;
	float: left;
	height: 20px;
	width: 100px;
}

.contact_row .contact_value{
	position: relative;
	float: left;
}


.contact_row .contact_value a {
    color: #95A451;
    font-weight: normal;
    margin-left: 3px;
    text-decoration: underline;
}