body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Lucida Grande, Verdana, sans-serif;
	font-size: 10pt;
}	
p, td	{	font-family: Lucida Grande, Verdana, sans-serif;
			font-size: 8pt;
		}
h1, h2, h3	{	font-family: Myriad, Lucida Grande, Verdana, sans-serif;
				color: #3399CC;
			}
a:link	{ color: #99BBEE; text-decoration: none; }
a:visited	{ color: #88AADD; text-decoration: none; }
a:hover	{ color: #ffffff; text-decoration: underline; }
#adButton { position: absolute; bottom: 65px; left: 5px; height: 150px; width: 180px; z-index: 105; }
#mapInfo { background-color: #666677; padding: 5px; margin-bottom: 3px; color: #CCCCCC; }
#mapControls, #permalinkdiv { background-color: #776666; padding: 5px; margin-bottom: 3px; color: #CCCCCC; }
#header		{
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			background-color: #000000;
			color: #ffffff;
			height: 25px;
			margin: 0px;
			padding-top: 10px;
			padding-bottom: 10px;
			vertical-align: middle;
			border-bottom: medium double #ffffff;
			font-size: 9pt;
			z-index: 5;
		}
#footer {
		position: absolute;
		left: 0px; bottom: 0px; right: 0px;
		width: 100%; height 15px;
		z-index: 10;
		padding-top: 5px; padding-bottom: 5px; margin: 0px;
		background-color: #000000;
		color: #ffffff;
		vertical-align: middle;
		border-top: thin double #ffeedd;
		font-size: 8pt;
		}
#staticFooter {
			position: absolute;
			bottom: 0;
			width: 100%; height: 25px;
			padding-top: 5px; padding-bottom: 5px; margin: 0px;
			background-color: #000000;
			color: #ffffff;
			vertical-align: middle;
			border-top: thin double #ffeedd;
			font-size: 8pt;
		}
#footerText { padding-left: 5px; padding-right: 5px; float: right; }		
#map	{
/*		min-height: 90%; */
		position: absolute; width: 100%; height: auto;
		left: 0px; top: 45px; bottom: 25px; right: 0px;
		z-index: 1; background-color: #cccccc;
}
#rightPane	{ width: 350px; position: absolute; right: 10px; top: 95px;
		z-index: 10; font-size: 8pt; color: #ffffff;}
#headerlinks{
		position: relative;
		float: right;
		margin-right: 10px;
		padding: 7px 15px 0px 0px;
		vertical-align: middle;
		font-size: 8pt;
}

#pageTitle {font-family: Myriad, Lucida Grande, Verdana, sans-serif;
		color: #ffffff;
		font-weight: bold;
		font-size: 18pt;
		position: absolute;
		bottom: 40px; 
		right: 10px;
		z-index: 100;
}
.sectionTitle {font-family: Myriad, Lucida Grande, Verdana, sans-serif;
	color: #EEEEFF;
	font-weight: bold;
	font-size: 12pt;
}
#paPane{
	background-color: #F2EFE9;
	padding: 5px;
	color: #000000;
	margin-bottom: 3px; 
}
#paText{
	color: #d2cfc9;
}
#smartPane{
	background-color: #A7CC95;
	padding: 5px;
	color: #000000;
	margin-bottom: 3px;
}
#smartText{
	color: #87aa75;
}	
#centerPane{
	background-color: #F2EFE9;
	padding: 5px;
	color: #000000;
	margin-bottom: 3px;
}
#centerText{
	color: #d2cfc9;
}
#gmap_geocode{
	background-color: #F2EFE9;
	padding: 5px;
	color: #000000;
	margin-bottom: 3px;
}
.lite { color: #bbbbff; }
.small {
	font-size: 8pt;
}
.in_title{ 
		color: #333;
		font-style: oblique;
		font-weight: bold;
		font-size: 1em;
		position: relative;
		top: .25em;
		left: 35px;
		width: 50%;
}
a.plain:link { color:#000066; text-decoration: underline; }
a.plain:hover { color:#660000; text-decoration: underline; }
a.plain:visited { color:#660066; text-decoration: underline; }