
#navcontainer ul
{
	list-style-type: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 2px;
	padding: 5px;
	color: #020417;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2em;
	text-indent: 2px;
}

#navcontainer ul li a
{
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: transparent;
	background-image: url(../img/off.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 5px;
	letter-spacing: 1px;
}

#navcontainer ul li a:hover
{
	color: black;
	background-color: transparent;
	background-image: url(../img/on.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#navcontainer ul li a:active
{
	color: #666;
	background-color: transparent;
	background-image: url(../img/active.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#navcontainer #gallery
{
	margin: 2px;
	padding: 2px;
}

#committee ul
{
	list-style-type: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 2px;
	padding: 5px;
	color: #020417;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2em;
	text-indent: 2px;
}

#committee ul li a
{
	text-decoration: none;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
}

#committee ul li a:hover { color: black; }

#committee ul li a:active { color: #666; }

/*Committee Image map*/

#comm-img
{
	width: 508px;
	height: 326px;
	position: relative;
	background-image: url(../img/comittee.png);
}

#comm-img ul
{
	margin: 0;
	padding: 0;
	list-style:none;
}

#comm-img a
{
	position:absolute;
	width: 100px;
	height: 100px;
	text-decoration:none;
	background-image:url(../img/pixel.png);
	cursor: pointer;
}

#comm-img .eamon a
{
	top: 0px;
	left: 1px;
}

#comm-img .bernard a
{
	top: 0px;
	left: 145px;
}

#comm-img .steven a
{
	top: 0px;
	left: 275px;
}

#comm-img .catherine a
{
	top: 145px;
	left: 355px;
}

#comm-img .breda a
{
	top: 145px;
	left: 185px;
}

#comm-img .angela a
{
	top: 130px;
	left: 25px;
}

#comm-img a:hover { background-image:url(../img/transparent.png); }

#comm-img a .outer
{
	display:block;
	width:98px;
	height:98px;
}

#comm-img:hover a .outer, #comm-img a:hover .outer { border: 1px solid #000000; }

#comm-img a .inner
{
	display:block;
	width:96px;
	height:96px;
}

#comm-img:hover a .inner { border: 1px solid #FFFFFF; }

#comm-img a .note
{
	position:absolute;
	bottom: -3em;
	width: 10em;
	padding: 0.2em 0.5em;
	background-color: #ffc;
	text-align:center;
	border: 1px solid #000000;
	left:-3000px;
	margin-left: -5em;
}

#comm-img a:hover .note { left: 50px; }
