﻿#maps {	width:880px; margin-left:-5px;/*	border:thin aqua solid;*/}
#map_canvas {z-index:0; margin:3px 0 0 3px;}
#map_frame {
	width:676px;
	height:506px;
	margin-left:0px;
	padding-top:0px;
	float:left;
	background-image:url('../Google/images/mapCanvas.png');
	background-repeat:no-repeat;
}

/* Tour Info Stuff */
#tour_frame {
	width:202px;
	height:506px;
	float:right;
	margin-right:0px;
	background-image:url('../Google/images/tourInfo.png');
	background-repeat:no-repeat;
}

#tour_info {overflow:auto;height:68px;color:#666666;}
#act_info {overflow:auto;height:68px;color:#666666;}
#att_info {overflow:auto;height:68px;color:#666666;}
#acc_info {height:68px;}
#tra_info {height:68px;}

/*Catagories */ 

#catagories {margin:4px;}
#catagories h1 {
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:12pt;
	text-transform:uppercase;
	height:30px;
	padding-top:5px;
	background-image:url('../Google/images/head_bg.jpg');
	background-repeat:no-repeat
}

#catagories p {line-height:2px;}

#catagories a: {color:#333333;text-decoration:none;}
#catagories a:link {color:#333333;text-decoration:none;} 
#catagories a:visited {color:#333333;text-decoration:none;}
#catagories a:hover {color:black;text-decoration:underline;}


#daytours {/*	border:thin gray solid;*/}id;*/}
#activities {/*	border:thin gray solid; */}id; */}
#attractions {/*	border:thin gray solid; */}
#accommodation {color:#CCCCCC;/*	border:thin gray solid; */}
#transportation {color:#CCCCCC;/*	border:thin gray solid;*/}

/* Controls Stuff */
#map_controls {position:absolute;z-index:9999;margin-top:20px;margin-left:10px;/*border:thin blue solid;*/}

#map_zoomupper {
	margin: -30px 0 0 40px;;
	clear: both;
	cursor: pointer;
	width: 100px;
	border-bottom:thin blue solid;
}

#map_zoommid {
	margin: 0px 0 0 12px;
	clear: both;
	cursor: pointer;
	width: 100px;

	border-bottom:thin blue solid;
}
#map_zoomlower {
	margin: 0px 0 0 0px;
	clear: both;
	cursor: pointer;
	width: 100px;
}
#map_reset {
	cursor: pointer;
	margin: -15px 0 0 -10px;
	position: absolute;
}

/* End Controls Stuff */
