@charset "UTF-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
}


.container
{
	width:900px;
	margin:0 auto 0 auto;
}
.subhead
{
	color:#254c99;
	font-weight:bold;
 }
 
 .subhead2
{
	color:#254c99;
	font-weight:bold;
	text-align:center;
	font-size:18px;
 }
 
 .required{
	color:#900;	 
 }
/**********Header***********/
.header
{
	margin:0;
	padding:0;
	height:107px;
	position: relative; 
}

.right-contact
{
	float:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	/*line-height:18px;
	margin-top:120px;*/
	font-weight:bold;
	text-align:right;
	position: absolute; 
	bottom: 0; 
	right: 0;
	margin:0 0 10px 0;
}

.right-contact a
{
	color:#254c99;
	text-decoration:underline;
}
.right-contact a:hover
{
	color:#254c99;
	text-decoration:none;
}
/*************Navigation************/
.navigation
{
	background-image:url(images/template/spry-background.jpg);
	height:31px;
	clear:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

/***********Index Page************/
.index-image
{
	width:900px;
	height:174px;
	background-image:url(images/template/index-img.jpg);
	margin:1px 0 0 0;
	padding:0;
}
.index-text
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#FFF;
	width:335px;
	text-align:center;
	padding:60px 0 0 300px;
	font-weight:bold;
	font-style:italic;
}
.index-right
{
	margin:14px 0 0 0;
}

.content .construction-hotspot a{
	background-image:url(images/template/construction-deconstruction.jpg);
	background-repeat:no-repeat;
	height:52px;
	width:254px;
	padding:10px;
	text-decoration:none;
	display:block;
	background-repeat:no-repeat;
	color:#ffff66;
}

.content .construction-hotspot a:hover{
	color:#ffc066;	
}

.content .residential-hotspot a
{
	height:52px;
	width:254px;
	background-image:url(images/template/residential.jpg);
	padding:10px;
	text-decoration:none;
	display:block;
	background-repeat:no-repeat;
	color:#000;
}

.content .residential-hotspot a:hover{
	color:#666;
}

.content .recycling-hotspot a
{
	height:52px;
	width:254px;
	background-image:url(images/template/recycling.jpg);
	padding:10px;
	color:#cc3300;
	text-decoration:none;
	display:block;
	background-repeat:no-repeat;
}

.content .recycling-hotspot a:hover{
	color:#900;	
}

.content .e-recycling-hotspot a
{
	height:52px;
	background-image:url(images/template/e-recycling.jpg);
	padding:10px;
	color:#030;
	text-decoration:none;
	display:block;
	background-repeat:no-repeat;
	margin:0 auto;
}

.content .e-recycling-hotspot a:hover{
	color:#fff;	
}

.content .commercial-hotspot a
{
	height:52px;
	width:254px;
	background-image:url(images/template/commercial.jpg);
	padding:10px;
	color:#b8c7e8;
	text-decoration:none;
	display:block;
	background-repeat:no-repeat;
}

.content .commercial-hotspot a:hover{
	color:#fff;	
}

.hotspot3
{
	height:52px;
	width:254px;
	background-image:url(images/template/boro-wide-index3.jpg);
	padding:10px;
	color:#FFF;
}

#hot-spot-widget-container{
	width:603px;
	margin:0 auto;
}

#widget-container{
	width:309px;
	height:611px;
	float:right;
	xmargin:0 0 0 20px;
}



/*************Content************/
.content
{
	margin:20px 10px 0 10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
}
.content h1
{
	color:#274c9a;
	font-size:12px;
	font-weight:bold;
}
.content a
{
	color:#254c99;
	text-decoration:underline;
}
.content a:hover
{
	color:#254c99;
	text-decoration:none;
}

.formatted-table{
 	border-left:1px solid #999;	
	border-bottom:1px solid #999;	
}

.formatted-table th{
	background:url(images/template/spry-background.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFF;
	border-right:1px solid #999;
	text-align:left;
	font-style:italic;
}

.formatted-table td{
	background:url(images/template/gray-gradient-for-td.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border-right:1px solid #999;
}

/*************Footer************/
.footer
{
	border-top:1px solid #000;
	margin-top:60px;
	padding-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
.footer a
{
	color:#254c99;
	text-decoration:underline;
}
.footer a:hover
{
	color:#254c99;
	text-decoration:none;
}
.footer-right
{
	float:right;
	text-align:right;
}
