@charset "UTF-8";
/* CSS Document */

/* Divs */
	#map {
		width:912px;
		height:312px;
		float:none;
	}
	#map_details {
		height:80px;
		width:300px;
		line-height:20px;
	}
	#quote {
		width:503px;
		background-color:#FFF;
		/*height:810px;*/

	}
	#quote form {
		padding: 10px 0px 10px 15px;
	}	
	#current_specials {
		width:409px;
		background-color:#f4f3f3;
		/*height:810px;*/
	}
	
	#address {
		padding: 10px 0px 10px 15px;
	}	

/* Classes */

	.phone {
		font-size:24px;
		}
	.phone img {
		vertical-align:baseline;
	}
		

