body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #027ABB;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 15px;
	background-image: url(../images/backgrnd.jpg);
}

a{color:#027ABB;text-decoration:underline;}
a:hover{text-decoration:none;}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #027ABB;
	font-weight: bold;
}


.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #00A0C6;
}


.bulletlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #027ABB;
	list-style-position: outside;
	list-style-type: disc;
	clip: rect(auto,auto,auto,auto);
	text-align: left;
}


.bodytext,.bodytext1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #027ABB;
}


.leftCol, .rightCol{
margin-top:30px; width:45%; text-align:left;
}

.leftCol{
float:left;
margin-right:5%;
}
.rightCol{
float:right; 
margin-left:5%;
}


.update img{
	float:left;
	margin:5px;
	}

td img {display: block;}


/*


BANNERS
----------------------------------------------------*/



.banner{
	float:left; 
	margin:10px 0;
	padding:40px 7px 3px 7px; 
	width:700px;
	height:100px;
	max-height:100px;
	color:#fff;
	min-height:100px;
	
}

.upcomingEvents{
background: url(../images/upcomingEventsBG.jpg) no-repeat top center;
}

.constructionAlert{
background: url(../images/constructionAlertBG.gif) no-repeat top center;
}

.streetscape td{
	margin:3px;
	padding:3px;
	text-align:center;
	}

.streetscape td img{
margin-left:25px;
}
	
.streetscape table{text-align:center; width:580px;margin-left:60px;}


/*


EMAIL FORM
----------------------------------------------------*/

.tbContactform .antispam {
		display:  none;
		visibility: hidden;
	}

	.tbContactform label {
		width:  100px;
		display:  block;
		vertical-align: top;
		clear: both;
	}

	.tbContactform input.text,
	.tbContactform textarea {
		width:  225px;
		padding: 2px;
	}

	.tbContactform textarea {
		height:  115px;
	}

	.tbContactform input.submit {
		display: block;
      	margin-left: 10px;
      	width:  auto;
	}

	.tbContactform .tbErrors p {
		color: #FF0000;
	}
	
.galleryThumbs img{
	margin:5px;
	float:left;}

#constructionGalleryLink{
background-color:#e9f6fe; padding-top:10px; padding-bottom:10px; padding-right:30px; font-size:1em; font-weight:bold; text-align:right; width:350px; float:right;
margin-bottom:20px; border:1px solid #36F;
}

#constructionGalleryLink:hover {
	background-color:#addbf8;
}

.clear{
	clear:both;
	}
