/* CSS Document */
.content {
	font-size:12px;
}
.garFrm ul li{
	list-style:none;
	display:inline;
//	float:left;
}
.clear{
	clear:both;
}
input{
	border-color:#369;
	border-width:1px;
	border-style:solid;
	background-color:#E9F2F3;
	margin:0px 3px 0px 3px;
}
textarea{
	border-color:#369;
	border-width:1px;
	border-style:solid;
	background-color:#E9F2F3;
	margin:0px 3px 0px 3px;
}
select{
	border-color:#369;
	border-width:1px;
	border-style:solid;
	background-color:#E9F2F3;
	margin:0px 3px 0px 3px;
}
.frmLabel{
	vertical-align:top;
	width:20%;
	color:#06F;
	font-size:12px;
}
.frmValue{
	font-size:normal;
	color:#333;
}
.frmImage{
	margin:10px 0;
	padding:5px;
	border:solid;
	border-color:#999;
}
.infoContainer{
	text-align:left;
/*	height: 350px; overflow:auto; */
}
.infoImage{
	margin:0 10px;
	padding:5px;
	border:solid;
	border-color:#999;
}
.infoPhoto{
}
.infoPhoto li{
	list-style:none;
	display:inline;
	float:left;
}
.infoAddress{
	font-weight:bold;
	font-size:medium;
	color:#06F;
}
.infoDate{
	font-size:small;
}
.infoName{
	margin:5px 0;
	color:#06F;
	font-size:small;
}
.infoDesc{
	font-size:small;
}
.infoDirections{
	font-size:small;
}
.infoContact{
	font-size:small;
}	
.mapContainer{
	width: 720px; 
	height: 600px;
	border-style:solid;
	border-width:1px;
	border-color:#CC3300;
}
.map{
	width: 550px; 
	height: 600px;
	float:left;
}
.mapSelection{
	width: 169px; 
	height: 600px;
	float:right;
	font-size:12px;
	text-align:left;
	border-left-color:#CC3300;
	border-left-width:1px;
	border-left-style:solid;
}
.mapSelection ul{
	list-style:none;
}
.mapSelection a{
	text-decoration:none;
	color:#06F;
}
.mapAction{	
	font-size:12px;	
	font-weight:bold;
}	
.mapAction2{
	color:#CC3300;
	font-size:12px;	
	font-weight:bold;
}
.navSeparator2{
	color:#cc3300;
}
.mapSearch{
	margin:10px 0;
}
.mapSearchLabel{
	font-size:12px;
	font-weight:bold;
}
.success{
	font-size:12px;
}
.required{
	color:#F00;
}
.frmRadio{
	text-align:center;
}