@charset "utf-8";
/* CSS Document */

#contact_map {
	clear: both;
	position: relative;
	width: 920px;
	height: 250px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#map {
position: relative;
float: left;
width: 100%;
height: 332px;

margin: 0px;

}

#map_heading {
position: relative;
float: left;
width: 100%;
height: 24px;
padding-top: 8px;

background: #dddddd;
}

#google_map {
position: relative;
float: left;
width: 100%;
}

#phone_numbers li {
float: left;
padding: 10px;

list-style: none;
}

#credit_form {
position: relative;
width: 730px;
height: auto;
}

#workorder_books {
position: relative;
width: 730px;
height: auto;
}

.text_box {
background: #dddddd;
border: 1px solid #777777;
}

