/*
Description: Primary styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Container
2. Left Navigation
3. Page Content

*/


/* 1. Container
--------------------------------------------------*/

#Content
{
	background: url(../Images/LocationsContentBkg.gif) center repeat-y;
	margin: 0px 10px 12px 12px;
	padding-bottom: 40px;
	overflow: hidden;
}


/* 2. Left Navigation
--------------------------------------------------*/

#LeftColumn
{
	margin: 0px 0px 25px 22px;
}

#LeftNav
{
	float: left;
	list-style: none;
	margin-left: 33px;
	width: 125px;
}

	#LeftNav a.Berks
	{
		background: url(../Images/LeftNav_Locations_Berks.gif);
		display: block;
		height: 43px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.Berks
	{
		background: url(../Images/LeftNav_Locations_Berks.gif) 0px -43px;
	}
	
	#LeftNav a.Chester
	{
		background: url(../Images/LeftNav_Locations_Chester.gif);
		display: block;
		height: 50px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.Chester
	{
		background: url(../Images/LeftNav_Locations_Chester.gif) 0px -50px;
	}
	
	#LeftNav a.Cumberland
	{
		background: url(../Images/LeftNav_Locations_Cumberland.gif);
		display: block;
		height: 50px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.Cumberland
	{
		background: url(../Images/LeftNav_Locations_Cumberland.gif) 0px -50px;
	}
	
	#LeftNav a.Dauphin
	{
		background: url(../Images/LeftNav_Locations_Dauphin.gif);
		display: block;
		height: 50px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.Dauphin
	{
		background: url(../Images/LeftNav_Locations_Dauphin.gif) 0px -50px;
	}
	
	#LeftNav a.Lancaster
	{
		background: url(../Images/LeftNav_Locations_Lancaster.gif);
		display: block;
		height: 46px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.Lancaster
	{
		background: url(../Images/LeftNav_Locations_Lancaster.gif) 0px -46px;
	}

	#LeftNav a.York
	{
		background: url(../Images/LeftNav_Locations_York.gif);
		display: block;
		height: 52px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.York
	{
		background: url(../Images/LeftNav_Locations_York.gif) 0px -52px;
	}
	
	#LeftNav a.Corporate
	{
		background: url(../Images/LeftNav_Locations_Corporate.gif);
		display: block;
		height: 51px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
		margin-bottom: 15px;
	}
	
	#LeftNav a:hover.Corporate
	{
		background: url(../Images/LeftNav_Locations_Corporate.gif) 0px -51px;
	}

	
/* 3. Page Content
--------------------------------------------------*/
	
#RightColumn
{
	margin-left: 189px;
	width: 529px;
}



/* Location, Location, Location...
--------------------------------------------------*/

#RightColumnBerks
{
	background: url(../images/bkg_Berks.jpg) no-repeat top;
	padding-top: 108px;
}

#RightColumnChester
{
	background: url(../images/bkg_Chester.jpg) no-repeat top;
	padding-top: 108px;
}

#RightColumnCumberland
{
	background: url(../images/bkg_Cumberland.jpg) no-repeat top;
	padding-top: 108px;
}

#RightColumnDauphin
{
	background: url(../images/bkg_Dauphin.jpg) no-repeat top;
	padding-top: 108px;

}

#RightColumnLancaster
{
	background: url(../images/bkg_Lancaster.jpg) no-repeat top;
	padding-top: 108px;
}

#RightColumnYork
{
	background: url(../images/bkg_York.jpg) no-repeat top;
	padding-top: 108px;
}


#RightColumnCorporate
{
	background: url(../images/bkg_Corporate.jpg) no-repeat top;
	padding-top: 108px;
}

/*  *** END *** Location, Location, Location... 
--------------------------------------------------*/






.LocationTitle
{
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 12px 20px;
}

.GoogleMap
{
	border: #F1E1B7 solid 3px;
	float: left;
	height: 225px;
	margin: 0px 0px 0px 20px;
	width: 250px;
}

.LocationInfo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-left: 292px;
	padding-bottom: 14px;
}