/* CSS Document */




div#holder {
	display: block;
	float: left;
	width: 550px;
	margin-left: 20px;
}

*html  div#holder {
width: 530px;
}
/*-------------  Text Bulleted List ------------- */

ul#address {
	display: block;
	float: left;
	padding: 0px;
	width: 220px;
	margin: 0px;
	height: 370px;
}


ul#address li.bullet{
	display: block;
	float: left;
	width: 200px;
	list-style-type: none;
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #013528;
}
	
ul#address li{
	display: block;
	float: left;
	width: 200px;
	list-style-type: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}		

ul#address li a {
	display: block;
	float: left;
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013528;
}

ul#address img {
border: 1px solid #013528;
}
/*-------------  Directions expanded list ------------- */


ul#expand {
display: block;
float: left;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
}

ul#expand ul#directions  {
display: none;
margin: 0px;
padding: 0px;
width: 450px;
}


ul#expand ul#directions  li.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding: 0px 0px 0px 15px;
}

ul#expand ul#directions  li.nobullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	list-style-type: none;

}