

/*  ------- Document Level -------*/

	body {
		text-align: center;
		min-width: 900px;
		background-color: #fff;
		font-family: Verdana, Helvetica, sans-serif;
		}
	html {
		min-height:100%;		
		margin-bottom:1px;
		}
	a {
	  	outline: none;
		}
	img {
		border-style: none;
		}
	h1 {
		font-size:18px;
		color:#bb3948;
		margin-top:63px;
		margin-bottom:40px;
		margin-left:67px;
		}
	h2 {
	font-size:14px;
	margin-left: 20px;
			}
	h4 {
	margin-top:10px;
	font-size:18px;
	margin-left: 20px;
	color: #1a1d72;
	
	}
	p {
		margin:10 20 10 20px;
	}

/*  -------  ID Rules   -------*/

	body.one #menuMain a#one, body.two #menuMain a#two,body.three #menuMain a#three,body.four #menuMain a#four,body.five #menuMain a#five,body.six #menuMain a#six {
		color: #323232;
		}
  
/*  ------- Wrapper -------*/

	#wrapper {
		width: 900px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		background-image: url(../_images-base/backgroundWrapper.gif);
		background-repeat: no-repeat;
		background-color: #1A1D72;
		}

/*  ------- Masthead -------*/

	#masthead {
		float: right;
		text-align: left;
		width: 731px;
		}
	calloutPopup {
		position: relative;
		z-index: 10;
		top: -100px;
		height: 150px;
		}
		
/*  ------- Nav -------*/

	#nav {
		width: 900px;
		}
	#nav img {
		float: left;
		}

/*  ------- Content -------*/
	
	#content {
		width: 731px;
		background-image: url(../_images-base/backgroundContent.gif);
		background-position-x: right;
		background-repeat: repeat-y;
		float: right;
		text-align: left;
		}
		
/*  ------- Copy -------*/
	
	#copy {
		padding-top:10px;
		width: 563px;
		/* IE MIN-HEIGHT HACK */
		min-height:435px;
		height:auto !important;
		height:435px;
		float: left;
		background-color: #fceec6;
		}
	#copy p {
		font-size: 12px;
		line-height: 17px;
		color: #000000;
		margin-top:10px;
		margin-right:20px;
		margin-bottom:10px;
		margin-left:20px;
	}
	
	#copy b {
	color: #1a1d72;
	}
	
	#copy strong {
	color: #1a1d72;
	}
	
	#copy table .signs {
	margin-left:20px;
	}
	
	#copy ul {
	margin-right:20px;
	}
.backgroundWelcome{
		background-image: url(../_images-base/backgroundWelcome.gif);
		background-repeat: no-repeat;
	
		}
	
/*  ------- Callout -------*/
	
	#callout {
		margin-left: 15px;
		}
			
	#callout img {
		float:left;
		}

/*  ------- Left -------*/
	
	#left {
		width: 169px;
		float:left;
		text-align:left;
		}
	#calloutPopup  {
		overflow: hidden;
		position: relative;
		z-index: 10;
		}
	#left li {
		margin-right: 15px;
		margin-bottom: 15px;
		margin-left: -15px;
		list-style: none;
	}
	#left a {
		font-size:11px;
		font-weight:bold;
		color: #fff;
		text-decoration: none;
		}
	#left a:hover {
		color: #fff;
		text-decoration: underline;
		}
	#left p {
		font-size: 15px;
		line-height: 22px;
	}
	#left img {
		margin-top: 20px;
		margin-left: 25px;
		
	}
	#flash {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

	
/*  ------- Right -------*/

	#right {
	float:right;
	width: 168px;
	/* IE MIN-HEIGHT HACK */
		min-height:435px;
	height:400px !important;
	height:435px;
	text-align: left;
	background-image: url(../_images-base/backgroundMap.gif);
	background-repeat: no-repeat;
	background-color: #6164a2;
		}
		
	#right p {
		font-size: 12px;
		line-height: 16px;
	}
	
	#right em {
		font-family: Garamond, Georgia, Helvetica, sans-serif;
		font-size: 14px;
		color: #4f4f4f;
		line-height: 22px;
	}
	
		#right li {
		font-size: 10px;
		line-height: 16px;
		list-style-image: url(../_images-base/Bullet.jpg);
		margin-bottom: 15px;
	}
	
/*  ------- Footer -------*/
	
	#footer {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #838383;
		width: 685px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		}
	#footer a {
		color: #6276c1;
		text-decoration: none;
		}
	#footer a:hover {
		text-decoration: underline;
		}
	#footer p {
		margin-top: 10px;
		}
	#footer li {
		display: inline;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding-right: 20px;
		}
	#footer ul {
		margin-left: 160px;
	}
	
	#clearboth {
		clear: both;
	}

/*  ------- Classes -------*/

	.floatRight {
		float: right;
		text-align: right;
		}
	.floatLeft {
		float: left;
		text-align: right;
		}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

	.gallerycontainer{
		position: relative;
		/*Add a height attribute and set to largest image's height to prevent overlaying*/
		}
	.thumbnail img{
		
		}
	.thumbnail:hover{
		background-color: transparent;
		}
	.thumbnail:hover img{
		}
	.thumbnail span{ /*CSS for enlarged image*/
		position: absolute;
		top:230px;
		padding: 5px;
		left: -1000px;
		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*/
		visibility: visible;
		top: 1;
		left: 305px; /*position where enlarged image should offset horizontally */
		z-index: 50;
		}
.theTownList {
	width: 140px;
	margin-left: 10px;
	margin-top: 50px;
}
/*---- PANP nav include ----*/

#subnav {
	margin-left:10px;
	margin-top:22px;
	margin-right:5px;
}

#subnav a{
	color:#FFFFFF;
	
}

#subnav a:hover {
	color:#FE3582;
	
}
.mD {
list-style-type:none;
	line-height: 1;
	/* margin:0px auto;*/
	margin: 0px;
	padding: 0px 0px 0px 15px;

}

#navhighlight1 a#highlight1, #navhighlight2 a#highlight2, #navhighlight3 a#highlight3,#navhighlight4 a#highlight4, #navhighlight5 a#highlight5
{
	color:#FE3582;
}