@charset "utf-8";
/* CSS Document */

#tabHolder { 
	position:relative; 
	float:left; 
	width:610px; 
	margin-bottom:5px; 
} 

#tabHolder ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 610px;
	position:absolute;
	top:0px;
}

#tabHolder ul.tabs li {
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #008C9B;
	background: #D6EDEF;
	border: 1px solid #008C9B;

	margin: 0 4px 0 0;;

	height: 30px;
	line-height: 30px;

	float: left;
	overflow: hidden;
	position: relative;
}

#tabHolder ul.tabs li a {
	text-decoration: none;
	color: #008C9B;
	padding: 0 10px;
	display: block;
	outline: none;
}

#tabHolder ul.tabs li.test {
	color: #FFF;
	background: #008C9B;
}

#tabHolder ul.tabs li.test a{
	color: #FFF;
}

#tabHolder .tab_container {
	border-top: none;
	position:relative;
	float: left; 
	width: 610px;
	height:600px;
	margin-top:32px;
}

#tabHolder .tab_content {
	position: absolute;
	background: #008C9B;
}

#tabHolder .tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}

#tabHolder .tab_content h3 a{
	color: #254588;
}

#gmMap, #gmStreet {
	height: 488px;
	width: 600px;
	padding: 0;
	margin: 5px;
}
.pancontainer{
position:relative; /*keep this intact*/
overflow:hidden; /*keep this intact*/

border:1px solid black;

}
