.pinStyle1{
	position: relative;
	background: url('http://www.zombiezodiac.com/rob/ped/clock/pin.png') no-repeat 0 0; 
	height: 38px; 
	width: 25px;
	top: -20px; 
	text-align:center; 
	font: bold 12px Arial;
	cursor: pointer;
  }

.pinStyle1 .text{ 
	position: relative; 
	top: 5px; 
  }
.pinStyle1 .text a{ 
	color: #000; 
	text-decoration: none;
  }

body 
{
	margin:5px;
	padding:0px;
	font-family: Helvetica, Arial;
	background-color: #fff;
	min-width:600px;
}

.toptitle
{
	font-weight: bold; margin: 5px 0px 5px 0px;
}

.directions
{
 margin: 10px;
}

div.markerTooltip, div.markerDetail 
{
	color: black;
	font-weight: bold;
	background-color: white;
	font-size: smaller;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid black;
       }

#clocklist
{
	padding:0px;
	margin: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	scrollbar-base-color:#ccc;
	}

#clocklist li
{
	float: left;
	list-style: none;
	position: relative;
	}

#clocklist li .overlay
{
	position:absolute;
	bottom:4px;
	right:0px;
	color: #000;
	background: rgb(135, 206, 250); /* fallback color */
	background: rgba(135, 205, 250, 0.6);
	padding: 1px;
	font-size:smaller;
	}

#logo 
{
	border-width: 0px;
	width: 449px;
	height: 80px;
}

.leftbannertext {
	padding: 5px 0px 0px 5px;
	width: 110px;
}

.leftbannertext a {
	color: #000; 
	text-decoration: none; 
}

#top
{
	height: 100px;
	width: 100%;
	color: #505050;
	margin: 0px;
	border: solid #505050;
	border-width: 3px 0px 3px 0px;
	background: #ccc url(/rob/ped/clock/clockwalk_banner.jpg) no-repeat top left;
}

#content, #head 
{
	padding: 10px;
}

#newcontent
{
	margin:0px 510px 10px 10px;
}
#map
{
	float: right;
	position:relative; 
	width:50%; 
	height:600px;
}

a 
{
	text-decoration: none; 
	color: #0066CC;
}
	
a:hover 
{
	color: #0066CC;
	text-decoration: underline;
}

img
{
	border: 0px;
}

div.otherblogs 
{
	background-color: #CCC;
	border-width: 0px 0px 1px 0px;
	border-color:#999;
	border-style:  solid;
	padding: 1px;
	font-size: smaller;
}

div.indexsection {
	padding: 8px;
}

.ahem 
{
	display: none;
}


#header
{
	clear:both;
	background: #fff;
	min-height: 150px;
	float:left;
	width: 100%;
	margin: 0px 0px 15px 0px;
}

#headtext
{
	margin: 3px 3px 0px 3px;

}

#headpic img
{
	border: 0px;
	width: 400px;
	float: right;
	clear: right;
}

.indexheadline
{
	padding-left: 10px;
	font-weight: bold;
	font-size: larger;
}

.footer
{
	margin: 10px;
}


