.shadetabs
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-weight: bold;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li
{
	display: inline;
	margin: 0;
	padding:0;
}
.shadetabs li a, .shadetabs li span
{
	text-decoration: none;
	padding: 3px 7px 5px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white /* url(shade.gif) top left repeat-x */;
}
.shadetabs li a:visited
{
	color: #2d2b2b;
}
.shadetabs li a:hover
{
	text-decoration: underline;
	color: #2d2b2b;
}
.shadetabs li.selected
{
	position: relative;
}
.shadetabs li.selected a
{
	/*selected main tab style */ /* background-image: url(shadeactive.gif); */
	border-bottom-color: white;
}
.shadetabs li.selected a:hover
{
	/*selected main tab style */
	text-decoration: none;
}
.tabcontentstyle
{
	/*style of tab content oontainer*/
	border: 1px solid gray;
	width: 208px; /* margin-bottom: 1em; */
	padding: 0;
}
.tabcontent
{
	display: none;
	padding: 5px;
}
.officeHeader, .accordion_headings
{
	padding: 0px 3px 0px 3px;
	height: 19px;
	margin-top: 2px;
}
.officeHeader
{
	background: #f1eac8;
}
.officeHeader div
{
	font-weight:bold;
	color: #003464;
}
.accordion_headings
{
	background: #f1eac8;
	cursor: pointer;
}
.accordion_headings div
{
	font-weight:bold;
	color: #003464;
}
.accordion_headings:hover, .header_highlight
{
	background: #00ac05;
	/* background: #003464; */
}
.accordion_headings:hover div, .header_highlight div
{
	color: #ffffff;
	/* color:#f1eac8; */
}
.accordion_child
{
	padding: 7px;
	background: #ffffff;
}
.accordion_child table *, .accordion_child div
{
	font-size: 8pt;
	font-family: arial;
}
a.printOfficeMap,
a.printDirections,
a.showAllOffices
{
	DISPLAY: inline-block;
	color:#003464 !important;
	font-weight:bold;
	text-decoration:none;
}
a.printOfficeMap
{	 
	 MARGIN-BOTTOM: 7px;	 
}
#directionForm
{
	margin:0;
	padding:5px 0 5px 0;
}
#aRoute,
#liRoute
{
	display: none;
}
input#address
{
	width:390px;
	color: gray;
	vertical-align:middle;
}
#map
{
	 width: 500px;
	 height: 456px;
}
.officeName
{
	width: 130px;
	float: left;
	line-height: 19px;
	clear: left;
}
.officeMileage
{
	font-weight: normal;
	width: 60px;
	text-align: right;
	font-size: 8pt;
	line-height: 19px;
	clear: right;
	float: left;
}
.WAFContent form
{
	padding: 10px;
}
a.addressLink
{
	color:black;
	text-decoration:none;
}
a.addressLink:hover
{
	text-decoration:underline;
}
div#getDirections
{
	font-weight: bold;
}
div.mapBubble
{
	font-size:8pt;
}
div.mapBubble input
{
	font-size: 8pt;
}
div.mapBubble input.TextControl
{
	width: 200px;
}
