﻿#map{
	width: 625px;
	height: 500px;
	float:left;
	border: 2px solid #CC3300;
}

#side_bar {
	background:#ffffff none repeat scroll 0% 0%;
	border:1px solid Black;
	float:right;
	height:498px;
	padding:2px 5px;	
	overflow-x:hidden;
	overflow-y:auto;
	width: 150px;
	color: rgb(68, 68, 255);
}

#side_bar a{
	color: black;
	text-decoration: none;
	padding: 2px;
	display: block;
	width: 95%;
}

#side_bar a:hover{
	background-color:#C42616;
	color: white;
}

#featured_locations {
	padding:2px 5px;	
	float: right;
	width: 150px;
	height: 90px;
	border:1px solid Black;
	background-color: rgb(192,192,192);
	margin-bottom: 5px;
}

#restLeft{
	float: left;
	width: 185px;
	padding-right: 15px;
	color: #3388CC;
}

#restLeft h4{
	padding: 5px 0;
}

#restLeft h4 a{
	background-color: rgb(230, 230, 230);
	padding: 5px;
	border-top: 1px solid #3388CC;
	border-right: 1px solid #3388CC;
	border-bottom: 1px solid #3388CC;
	float: left;
	cursor: pointer;
}

#restLeft h4 a:first-child{
	border-left: 1px solid #3388CC;
}

#restLeft h4 a.selected{
	border-bottom: 0px solid black;
	background-color: white;
}

#restRight{
	float: right;
	width: 800px;
}

#map_wrapper{
	margin-bottom: 15px;
}

.left_375{
	float: left;
	width: 375px;
}

/*TN Added 6/17/2009*/
.icon{
	max-width: 160px;
}
/*TN Added 6/17/2009*/

.right_375{
	float: right;
	width: 375px;
}

.tooltip {
	background-color:#ffffff;
	font-weight:bold;
	border:2px #006699 solid;
	padding: 3px;
}

.controls select{
	width: 185px;
	margin-bottom: 10px;
}

.controls input[type=image]{
	float: right;
}
