/*

#2

-------------------------------
CSS for Macatawa Driving School
www.drivemacatawa.com

Created by Regan Hurd
www.revid.net

12.15.06
------------------------------
*/




/* global.css Overrides
-------------------------------*/

div#header {
	display: none;
}

div#content {
	background: url(../images/loc_bg.gif) top repeat-x;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 688px;
}



/* [location].php Styles
-------------------------------*/

#seg {
	float: left;
	width: 390px;
	height: 185px;
	background: url(../images/loc_segbg.gif) top no-repeat;
}


#addy {
	float: right;
	width: 290px;
	height: 132px;
	background: url(../images/loc_addybg.gif) top no-repeat;
}

#right {
	float: right;
	width: 290px;
	height: 50px;
	background: url(../images/loc_rightbg.gif) top no-repeat;
}

.segment1 {
	float: left;
	width: 390px;
	margin-bottom: 10px;
	background: url(../images/loc_seggr.gif) bottom no-repeat;
}

.segment2 {
	float: right;
	width: 290px;
	margin-bottom: 10px;
	background: url(../images/loc_rightgr.gif) bottom no-repeat;
}

	.segment1 h4, .segment2 h4 {
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		padding: 2px;
		margin-bottom: 2px;
		background-color: #DCE1E2;
		border-bottom: 1px solid;
	}
	
	.segment1 strong, .segment2 strong {
		font-size: 16px;
		padding-bottom: 5px;
	}

.margin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 8px;
	margin-right: 10px;
}

#extra_margin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
}

.address {
	float: left;
	display: inline;
	margin-top: 35px;
	margin-left: 5px;
}
