* {
	margin: 0;
	padding: 0;
}
	
html {
	font-size: 			50%; /* Part one of 1em = 10px */
}
	
body {
	font-family: verdana, arial, helvetica, sans-serif;

	font-size: 			125%; /* Part two of 1em = 10px */
}
	
a {
	color: #877334;
	text-decoration: none;
}
	
a:hover {
	text-decoration: underline;
}
	
p {
	color: #424547;
}
	
img {
	border: 0;
}
	
#container {
	width: 580px;
}
	
#header #print {
	display: block;
	width: 72px;
	height: 12px;
	text-indent: -9999px;
	float: right;
	display: inline;
	margin: 58px 20px 0 0;
	background: transparent url('../images/page_tools_print_alt.gif') no-repeat left top;
}
	
#header #logo {
	float: left;
	margin: 30px 0 10px 10px;
}

#header h1 {
	clear: both;
	text-indent: -9999px;
	border: 1px solid #a79762;
	margin-bottom: 21px;
	height: 48px;
}

#header h1.directions {
	background: #612220 url('../images/h1_driving_directions.gif') no-repeat 24px 18px;
}

#header h1.request {
	background: #612220 url('../images/h1_request_information.gif') no-repeat 24px 18px;
}

#header h1.attorneys {
	background: #612220 url('../images/h2_attorneys.gif') no-repeat 24px 18px;
}
	
#body {
	margin: 0 20px;
}
	
#body #directionsimage {
	float: right;
	display: inline;
	border: 1px solid #a99966;
	margin-bottom: 8px;
}
	
#body #address {
	float: left;
	display: inline;
	width: 165px;
	height: 110px;
	background: transparent url('../images/popup_address.gif') no-repeat left top;
	padding: 12px 4px 12px 10px;
}
	
	
#body #address #headerveenfirm {
	line-height: 1px;
	font-size: 1px;
	text-indent: -99999px;
	height: 9px;
	background: transparent url('../images/popup_veenfirm.gif') no-repeat left top;
}
	
#body #directions {
	float: left;
	display: inline;
	width: 165px;
	height: 110px;
	padding: 12px 4px 12px 10px;
	margin-top: 15px;
}
	
#body #directions #headerdirections {
	height: 8px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -99999px;
	margin-bottom: 10px;
	background: transparent url('../images/popup_directions.gif') no-repeat left top;
}
	
#body #directions #linklist {
	list-style-type: none;
}
	
#body #directions #linklist li {
	padding: 6px 0;
	background: transparent url('../images/bkgd_hr.gif') repeat-x left top;		
}
	
#body #directions #linklist li a {
	font-weight: bold;
}
	
#body div.hr	{
	height: 1px;
	line-height: 1px;
	padding: 10px 0;
	clear: both;
	background: transparent url('../images/bkgd_hr.gif') repeat-x center center;
}
	
#body div.hr hr	{
	position: absolute;
	top: 0;
	left: -9999px;
}
	
#body div.padding {
	padding: 0 10px;
}
	
#body div.padding p {
	font-size: 1.1em;
	margin-top: 5px;
}
	
#body #fromeastbay,
#body #fromnorthbay,
#body #fromsouthbay {
	padding-bottom: 20px;
}

#body #fromeastbay h2,
#body #fromnorthbay h2,
#body #fromsouthbay h2 {
	height: 24px;
	text-indent: -99999px;
	margin-bottom: 10px;	
}
	
#body #fromeastbay h2 {
	background: transparent url('../images/popup_fromeastbay.gif') no-repeat left top;		
}
	
#body #fromnorthbay h2 {
	background: transparent url('../images/popup_fromnorthbay.gif') no-repeat left top;		
}
	
#body #fromsouthbay h2 {
	background: transparent url('../images/popup_fromsouthbay.gif') no-repeat left top;		
}


#body ul {
	list-style-type: none;
}

#body ul li {
	background: transparent url(../images/ul_bullet_arrow.gif) no-repeat 0 4px;
	margin: 0 0 .7em 0;
	line-height: 1.4em;
	padding: 0;
	padding-left: 10px;
	color: #3d4950;
}
