/*  --  LOCATION PAGES  --  */

div.location_pages {
	width:530px;
	min-height:500px;
	padding-top:150px;
	background-color:transparent;
	text-align:left;	
	font-family:"Verdana";
	font-size:10pt;
	color:black;
			
}


/*  --  LOCATION CONTENT CONTAINER  --  */

div.location_content_container {
	width:530px;
	float:left;
	border:0px red solid;
	background-image:url(http://www.home2va.com/templates/home2va/images/location_bgbldgimage.jpg);
	background-position:100% 30px;
	background-repeat:no-repeat;
}

div.basic_text_container {
	margin-left:30px;
}

div.left_text_container {
	width:495px;
	border:1px blue solid;
}

div.intro_text {
	line-height:14pt;
	color:white;
}

span.location_head2 {
	margin-top:25pt;
	font-size:18pt;
	font-weight:normal;
	line-height:20pt;
	margin-right:15px;

}


