@charset "utf-8";

/* 
		Author: Peter Manis
*/

body div#content_row div#left_column{
	float:left;
	padding:0px;
	margin-bottom:10px;
	width:498px;
	height:auto;
}
body div#content_row div#right_column{
	float:right;
	padding:0;
	margin-bottom:10px;
	width:432px;
	height:auto;
	overflow:visible;
	border-left:#666 solid 1px;
	border-bottom:#666 solid 1px;
}
body div#content_row div#right_column h3.graystripe {
	background: #666 url(../images/bkgrd-graystripe_header_432.gif) repeat-y left top;
	padding: .3em 0 .3em 0 !important;
}
body div#content_row div#right_column h4 {
	font-family: Arial, Helvetica, sans-serif
	font-size:14px;
	font-weight:bold;
	padding:5px;
	margin-top:5px;
	margin-bottom:0px;
}
body div#content_row div#right_column p {
	font-size:12px;
	padding:5px;
	margin:0px 10px 0px 10px;
}
body div#content_row div#right_column h4.grey_back, body div#content_row div#right_column p.grey_back {
	background-color:#e5e5e5;
}
#googleInputDirectionsContainer {
	clear:both;
	position:relative;
	top:0px;
	overflow:hidden;
	width:498px;
	margin:auto;
	padding:0px;
	text-align:left;
	background-color:#FFFFFF;
}
#googleInputDirectionsRow { 
	clear:both;
	position:relative;
	top:0px;
	width:498px;
	margin:0px;
	padding:4px 0px 4px 0px;
}
#googleInputDirectionsRow .twoColumnLeft {
	position:relative;
	top:0px;
	float:left;
	width:50px;
	text-align:right;
}
#googleInputDirectionsRow .twoColumnRight {
	position:relative;
	top:0px;
	float:right;
	width:438px;
	text-align:left;
}
#googleInputDirectionsRow .label {
	font: bold 12px Arial, Helvetica, sans-serif;
}
#googleInputDirectionsRow .textbox {
	width:424px;
}
#map_canvas {
	width:478px;
	height:300px;
	border: solid 1px #000000;
	margin:20px auto 0px auto;
}
#directions_canvas {
	width:450px;
	margin:0px auto 0px auto;
}
