a {
	color: #F6821F;
	text-decoration: none;
}
a:hover {
	color: #F6821F;
	text-decoration: underline;
}
#wrapper #masthead
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(images/template/masthead-bg.jpg);
	background-repeat: repeat-x;
	height: 119px;
}
#wrapper #leftCol #searchDiv {
	text-align: center;
	float: left;
	margin-top: 0.5em;
	margin-left: 0.5em;
}
#wrapper #leftCol #linkContainer a {
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	color: #000000;
}

#wrapper #leftCol #linkContainer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #F7DB32;
	border: 1px solid #FFCC07;
	margin-left: 5px;
	padding-left: 5px;
}
#wrapper #body {
	background-image: url(images/template/leftCol-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrapper #body #content {
	margin-right: 30px;
	border-right-style: none;
	padding-left: 20px;
}
* html #wrapper #body #content {
	margin-left: 188px;
}
#wrapper #body #content h1 {
	color: #EF7834;
	margin-top: 1em;
}
#wrapper #body #content h3 {
	margin-bottom: 0.5em;
}

#wrapper #body #content p {
	margin-bottom: 1em;
	color: #333333;
}
#wrapper #body #content ul {
	margin-top: 0px;
	margin-bottom: 1em;
}
#wrapper #body #content li {
	margin: 0px;
}


#wrapper #footer #logoDiv {
	width: 205px;
}
#wrapper #footer .disclaimer {
	font-size: 0.8em;
	font-style: italic;
}
#wrapper #footer #logoDiv #council {
	margin-right: 5px;
	border: 1px solid #333333;
}
.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	left: -1000px;
	border: 1px solid #000000;
	visibility: hidden;
	color: #333333;
	text-decoration: none;
	background-repeat: repeat;
	background-image: url(images/template/masthead-bg.jpg);
	float: right;
}

.thumbnail span img{ /*CSS for enlarged image*/
	float: right;
	border: 1 solid #333333;
	margin: 5px;
}

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

}
#wrapper #body #content #form1 {
	line-height: 3em;
}
#wrapper #body #leftCol #ps {
	margin-top: 20px;
	border: 1px solid #333333;
}
