@charset "utf-8";

/*

	REP LOCATOR STYLES
	Created by Darrin Robertson - d@darrinrobertson.com
	December, 2007

*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  LAYOUT */



#repDir
{
	width: 585px;
	position: relative;
	float: left;
	padding: 12px 0px 0px 0px;
	color: #000000;
}

#repDir a {
color: #003e93;
text-decoration: underline;
}

.repListBody
{
	background: white;
	text-align: left;
}

.address
{
	margin-bottom: 12px;
}

#repClear
{
	width:585px;
	clear:both;
}

#repDir h3, #repDir h4
{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 12px 0px;
	width: 575px;
	clear: both;
}

#repDir .repListBody
{
	background: white;
	text-align: left;
}

#repDir #introCopy
{
	position: relative;
	width: 550px;
	top: 12px;
}
#repDir #introCopy h3, #repDir #introCopy p
{
	padding: 0px;
	position:relative;
	left: 10px;
}

#repDir .addressRow
{
	width: 565px;
	padding: 0px 0px 12px 10px;
	position: relative;
	clear: both;
}
#repDir .leftAddress
{
	width: 276px;
	padding: 0px 0px 12px 0px;
	float: left;
}
#repDir .rightAddress
{
	width: 276px;
	padding: 0px 0px 12px 0px;
	float:right;
}
