@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

neighborhood-news {
	height: 303px;
	width: 350px;
	background-repeat: no-repeat;
	border: thin solid #9DC9EB;
	color: #CFF;
}



iec {
	height: 254px;
	width: 350px;
	background-image: url(../images/David-Ross-Sandy-350px.jpg);
	background-repeat: no-repeat;
	border: thin solid #9DC9EB;
	color: #CFF;
}
#sprytooltip2 {
	margin-top: 22px;
	width: 442px;
	position: relative;
}


#sprytooltip2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #06C;
	width: 442px;
	position: absolute;
	top: 12px;
	z-index: 100;
	text-align: center;
}

#sprytooltip3 {
	width: 442px;
	position: relative;
	margin-top: 22px;
}


#sprytooltip3 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:  #06C;
	width: 442px;
	position: absolute;
	top: 6px;
	z-index: 100;
	text-align: center;
	margin-top: -2px;
}

#sprytooltip4 {
	width: 442px;
	position: relative;
	margin-top: 22px;
}


#sprytooltip4 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:  #06C;
	width: 442px;
	position: absolute;
	top: 6px;
	z-index: 100;
	text-align: center;
	margin-top: -2px;
}
