@charset "utf-8";
/* CSS Document */


.leftBar {
	float: left;
	width: 340px;
	margin: 40px 20px 40px 40px;
}
.hrBig4 {
	float: left;
	width: 340px;
	height: 12px;
	background: url(../../images/hrBig.jpg) left top repeat-x;
	margin: 0 0 28px 0;
}
.subSlogan4 {
	width: 340px;
	font-family:'grem',Sans-Serif;
	font-size: 23px;
	font-weight: normal;
	color: #554d44;
	margin-bottom: 40px;
}


.rightBar {
	float: left;
	width: 580px;
	margin: 40px 20px 40px 0;
}
.contactData {
	float: left;
	width: 580px;
	margin: -8px 40px 20px 0;
}
.rightBar a:link, .rightBar a:visited {
	text-decoration: none;
	color: #e14239;
}	.rightBar a:hover, .rightBar a:active {
	margin-left: 2px;
}
.contactData P {
	margin: 0 0 4px 0;
}
.smalHR {
	float: left;
	width: 580px;
	height: 1px;
	margin: 0 0 28px 0;
	background: url(../../images/hrSmall.jpg) left top repeat-x;
}
.name {
	font-size: 20px;
	color: #444;
}


/* STYLES FOR GOOGLE MAP */

.map {
	float: left;
	margin: 0;
	padding: 0;
}
a.mapLink:link, a.mapLink:visited {
	text-align: left;
	text-decoration: none; color: #e14239;
}	a.mapLink:hover, a.mapLink:active {
	text-decoration: underline;
	!important
}

/* STYLES FOR FORM */

#formMail {
	float: left;
	margin: 0;
	padding: 0;
}

#submit {
	float: left;
	width: 78px;
	height: 30px;
	color: #555;
	border: solid 1px #E1E1E1;
	background-color: #FFF;
	cursor: pointer;
}
#name { color: #555 } #email { color: #555 } #message { color: #555 } 