/*------------------------------------
   Directions Content
------------------------------------*/
/* Large Intro Text */
.em { font-family: Georgia, "Times New Roman", Times, serif; color: #00457c; font-size: 1.1em; font-weight: bold; line-height: 1.4em; padding: 5px 0 .9em 0;}
.em .accent { color: #0196d6;}
/* Small Subtext */
.sm { color: #80807f; font-size: .9em; line-height: 1.3em; padding-bottom: 1.4em;}

/* Directions List */
ul#directionslist { list-style: none; margin: 0; padding: 0; width: 245px;}
	ul#directionslist li { padding: 5px 0 5px; display: block; background: url('../images/icons/file-pdf.png') no-repeat scroll 100% 10px transparent}
	ul#directionslist li a { font-size: 1.1em; font-weight: bold; text-decoration: none; color: #000;}

#googleMapDirections { margin-top: 20px; padding: 5px 0 5px; width: 245px; background: url('../images/directions/arrow.png') no-repeat 100% 4px;}
#googleMapDirections a { color: #000; font-weight: bold; text-decoration: none; font-size: 1.1em;}



