/* Contact CSS this is our layout style */

#promo{
	width:960px;
	float:left;
	background-image: url(../images/promo_contact.jpg);
	height: 398px;
}

.lower_container{
	width:960px;
	float:left;
	background-color: #F3F4EF;
	height: 900px;
	border-bottom: 18px solid #98D621;
	background-image: url(../images/dwarf_clear.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.title{
font-family:Arial, Helvetica, sans-serif;
color:#6A746C;
font-size:36px;
border-bottom:1px solid #6A746C;
}

.body{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:14px;
}
.linkfont{
	font-family:Arial, Helvetica, sans-serif;
	color:#6A746C;
	font-size:18px;
	text-decoration: none;
}
.linkfont:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#7CB01C;
	font-size:18px;
	text-decoration: none;
}
.lgefont{
	font-family:Arial, Helvetica, sans-serif;
	color:#6A746C;
	font-size:18px;
	text-decoration: none;
}
#text_box{
	width:460px;
	height:570px;
	float:left;
	text-align: left;
	margin-top: 44px;
	padding-bottom: 15px;
	padding-left: 55px;
	background-repeat: no-repeat;
}
 #map {
	height : auto;
	width:500px;
	float:left;
	padding-left: 22px;
    }
