@charset "utf-8";
body {
	background-color: #cac0cd;
	background-image: url(images/backgroundGradient.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}

#BarTileID {
	background-image: url(images/barTile.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	top: auto;
}
#BodyText p {
	margin: 0px;
	padding: 0px;
}

#Map {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#apNavigation {
	position:absolute;
	left:0px;
	top:199px;
	width:222px;
	height:286px;
	z-index:1;
}
#Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #554457;
	padding: 0px;
	margin: 0px 0px 0px 222px;
	height: 41px;
	width: 423px;
	position: absolute;
	left: 0px;
	top: 199px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #402E44;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #402E44;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 20px;
}
#apFooter {
	position:relative;
	left:3px;
	width:647px;
	height:41px;
	z-index:3;
	vertical-align: bottom;
	bottom: inherit;
	top: 609px;
}

#BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	margin: 0px;
	position:absolute;
	left:224px;
	top:240px;
	width:461px;
	height:1448px;
	z-index:2;
	padding: 0px;
	list-style-image: none;
	list-style-type: circle;
}
.mainList {
	list-style-image: url(images/bullet.jpg);
	line-height: 120%;
}

.subList   {
	list-style-image: url(images/bulletLittle.jpg);
	list-style-type: none;
	margin-left: -25px;
}

#banner {
	height: 156px;
	margin: 0px;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	left: -1000px;
	border: thin inset gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 50;
	left: 60px; /*position where enlarged image should offset horizontally */

}

</style>
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #402E44;
}
.thumbnailRight {
	float: right;
}
.thumbnailLeft {
	float: left;
	margin-right: 9px;
}
.underThumbNail {
	clear: both;
	float: none;
	position: fixed;
}
.spacer {
	height: 10px;
	width: 100%;
	top: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
	float: left;
}
.thumbnailHolder {
	height: auto;
	margin-top: 5px;
	margin-left: 0px;

}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #402E44;
	margin-bottom: 2px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 11px;
}

.thumbnailCenter {
	padding-left: 0px;
	margin: 0px 0px 0px 10px;
	border-top: 2px #840084;
	border-right: 2px #840084;
	border-bottom: 2px #840084;
	border-left: 2px #840084;
}
