/* Change these to fit inside your contact page content area */
#map_wrap						{ margin:25px auto 0; width:400px; height:400px; padding:2px;
								-webkit-box-shadow: 4px 4px 5px rgba(50, 50, 50, 0.15);
								-moz-box-shadow:    4px 4px 5px rgba(50, 50, 50, 0.15);
								box-shadow:         4px 4px 5px rgba(50, 50, 50, 0.15); }
#map_canvas						{ width:100%; height:100%; }

#directions_wrap				{ margin:25px auto 0; width:400px; }
#directions_ajax				{ margin:20px 0; }
#directions_head				{ padding:15px; background:url(../images/15black.png) repeat; margin-bottom:20px; }
#directions_head p				{ margin:0 0 5px 0; }
#directions_list				{ margin:0; padding:0; width:100%; }
.step							{ clear:both; width:100%; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px #e2e2e2 dotted; }
.step:after						{ content:"."; display:block; height:0; clear:both; zoom:1; visibility:hidden; }
.step_number					{ float:left; font-weight:bold; margin-right:5px; }
.step_text						{ float:left; width:75%; }
.step_distance					{ float:right; }

#directions_links				{ list-style:none; margin:15px 0 0; padding:0; }
#directions_links li			{ margin:8px 0 0; padding:0; }
#directions_links li:first-child{ margin-top:0; }
.icon_link						{ display:block; height:16px; line-height:16px; }
.icon_link img					{ float:left; margin-right:5px; }