@charset "utf-8";
/* CSS Document */

 .left-image {
 	float:left;
	margin-right:10px;
 }
 .right-image {
 	float:right;
	margin-left:10px;
 }
 
/* ------------------------ 
		content
------------------------ */
 #content {
 	width:922px;
	padding: 10px 16px 10px 16px;
	clear:both;
	position:relative;
 }
 
 	#content h2 {
		margin-bottom:10px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:22px; font-weight:normal;
		color:#111111;
	}
	
	#content p {
		margin-bottom:18px;
	}
	
/* ------------------------ 
		locations
------------------------ */
 .map {
	 float:left;
	 display:inline;
	 width:415px;
	 padding-top:10px;
 }
 	.map-push{
		margin-right:55px;
	}
 		.map h3 {
			display:block;
			height:40px;
			text-indent:-9999px;
		}
			.map h3.title-map-downtown {
				background:url(../images/site/title-Downtown-Office.jpg) no-repeat top;
			}
			
			.map h3.title-map-lancaster {
				background:url(../images/site/title-Lancaster-Office.jpg) no-repeat top;
			}
			
/* ------------------------ 
		services
------------------------ */
 ul.services {
	display:block;
	width:250px;
	float:left;
	list-style-type:disc;
	line-height:1.65em;
	display:inline;
	margin-left:10px;
	width:300px;
 }
 	.services li {
		list-style-image:url(../images/site/bullet.jpg) 0 20px;
		margin-bottom:4px;
		list-style-position:inside;
	}

