@charset "UTF-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.wrapper {
	position:relative;
	background-color:#FFFFFF;
	width:810px;
	padding:5px 20px;
	}
	
#sidebar {
	float:left;
	margin-right:10px;
	width:200px;  
	font-size:11px;
	}
#sidebar div {
	border:1px solid #CCCCCC;
	background-color:#FAFAFA;
	padding:4px;
	}
#sidebar div:hover {
	background-color:#E8E8E8;
	}
	
.address {
	display:none;
	}
.address select, .address input {
	border:1px solid #999999;
	}
#radiusSelect {
	width:50px;
	}
	
#map {
	float:right;
	overflow:hidden;
	height:500px;
	width:600px;
	}
#mapHelp {
	display:none;
	}

.dirForm input {
	border:1px solid #999999;
	}
	
.trtInfoDiv {
	margin:5px 0px;
	}
.trtInfoDiv img {
	margin:0px 5px 0px 0px;
	} 
.trtSideDiv {
	display:block;
	margin:3px 0px 0px 0px;
	border:0 !important;
	}
.trtSideDiv img {
	margin:0px 3px 0px 0px;
	} 

.legend {
	list-style:none;
	margin:5px 0px 5px 0px;
	border-top:1px solid #CCCCCC;
	padding-top:5px;
	float:left;
	width:600px;
	}
.legend li {
	margin-bottom:5px;
	}
.legend li img {
	float:left;
	margin:1px 10px 10px 0px;
	}

.submitForm {
	display:none;
	}
.submitForm img {
	float:left;
	margin:1px 0px 9px;
	}

.notice {
	display:none;
	}
.notice strong {
	color:#333333;
	}
	
.clearBoth {
	clear:none;
	}
.footerDiv {
	clear:both;
	}
