/* _____COLORS______ 

light blue- #b8eaff
dark blue- #378899
black- #000

*/

@font-face {
	font-family: 'RockwellRegular';
	src: url('../fonts/Rock.eot');
	src: local('Rockwell Regular'), local('Rockwell'), url('../fonts/Rock.woff') format('woff'), url('../fonts/Rock.ttf') format('truetype'), url('../fonts/Rock.svg#Rockwell') format('svg');
}


/* STICKY FOOTER FOR INNER PAGES*/

* { margin:0; padding:0; } 

html, body.inner, .inner #wrap { height: 100%; }

body.inner > #wrap {height: auto; min-height: 100%;}

.inner #main { padding-bottom: 105px; }  /* must be same height as the footer */

.inner #footer {
    position: relative;
	margin-top: -105px; /* negative value of footer height */
	height: 105px;
	clear:both;} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* GENERAL */

body {
	font-family: Arial,sans-serif;
	font-size:10px;
	color:#000;
}
body#home {
	background: #b8eaff url(../images/bg-home.jpg) top center no-repeat;
}

body.inner {
	background: #b8eaff url(../images/bg-inner.jpg) top center no-repeat;
}

#wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

h1 {
	font-family: RockwellRegular,georgia,'times new roman',serif;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 1.6em;
}

#logo a {
	display: block;
	width: 240px;
	height: 240px;
	position: absolute;
	top:0;
	left:25px;
	text-indent: -9999px;
}

#contact-number {
	position: absolute;
	top:4px;
	color:#b8eaff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1em;
	right:30px;
	right /*\**/: 50px\9;
	*right:40px;
	*top:8px;
	*font-size:16px;

}
#contact-number span {
	font-size:11px;
	font-weight: normal;
	margin-right:4px;
	position: relative;
	top:-2px;
}

.week {
	position: absolute;
	display: block;
	width:111px;
	height:45px;
	text-indent: -9999px;
	top:190px;
	right:225px;
}

#bin-week-sign, #bin-week-saturday-sign, #bin-week-sunday-sign {
	background: url(../images/bin-week.png) top left no-repeat;
}


#paper-week-sign, #paper-week-saturday-sign, #paper-week-sunday-sign {
	background: url(../images/paper-week.png) top left no-repeat;
}

#home #content {
	padding-top:420px;
}

*:first-child+html #home #content {
	min-height:1%;
}

.inner #content {
	padding-top:220px;
}

#home #content:after {
	content:".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#home #leftcol {
	float: left;
	background: #378899 url(../images/menu-top.gif) top left no-repeat;
	_background-color:transparent;
	padding-top:87px;
	width:204px;
}

.inner #leftcol {
	float: left;
	padding-top:0;
	margin-top:40px;
	width:204px;
}


#leftcol ul#nav {
	background: url(../images/menu-bottom.gif) bottom left no-repeat;
	padding: 0 5px 9px 10px;
	font-size: 1.2em;
}

.inner #leftcol ul#nav {
	position: relative;
	left:1px;
}


#leftcol ul#nav li {
	background: url(../images/bullet.gif) 0 2px no-repeat;
	padding:0 0 8px 10px;
	position:relative;
	color:#b8eaff;
}

#leftcol ul#nav li.current {
	color: #000;
}


#leftcol ul#nav li ul {
	margin-top:6px;
}



#leftcol ul#nav li ul li {
	padding: 0;
	margin:0;
	display: block;
	background: transparent url(../images/bullet.gif) 0 5px no-repeat;
}

#leftcol ul#nav li ul li a {
	display: block;
	padding:4px 8px;
}


#leftcol ul#nav li a {
	text-decoration: none;
	color:#b8eaff;
}

#leftcol ul#nav li a:hover {
	color:#000;
}


#leftcol ul#nav li#pay-online {
	padding-left:0;
	background-image: none;
	_height:28px;
}


#leftcol ul#nav li#pay-online a {
	background: url(../images/pay-online-btn.gif) top left no-repeat;
	position: relative;
	left:3px;
	display: block;
	width: 197px;
	height: 28px;
	padding:20px 0 0 12px;
	color:#000;
}


#leftcol ul#nav li#pay-online a:hover {
	color: #b8eaff;
}

#maincol {
	float: left;
	width:722px;
	margin-left: 34px;
	_margin-left:10px;;
}

#home #maincol {
	margin-top:30px;
}

#maincol h1 {
	background: url(../images/header-bg.gif) top left no-repeat;
	padding:10px;
	margin-bottom:10px;
	clear:left;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
	*margin: 0 10px 0 0;
	_margin: 0 10px 0 0;
}

#four-things div {
	float:left;
	width:178px;
	margin-left:2px;
}

#four-things h2 {
	display: block;
	width:178px;
	height: 199px;
	text-indent: -9999px;
}
#hwaste {
	background: url(../images/solid-waste.jpg) top left no-repeat;
}
#honlot {
	background: url(../images/onlot-sewers.jpg) top left no-repeat;
}
#hpub {
	background: url(../images/public-sewers.jpg) top left no-repeat;
}
#hyard {
	background: url(../images/yard-waste.jpg) top left no-repeat;
}

#four-things:after {
	content:".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#four-things p {
	background-color: #a4e4ff;
	margin:0 7px 0 5px;
	padding:5px;
}

#four-things .find-out-more {
	background: url(../images/find-out-more-btn.gif) bottom left no-repeat;
	display: block;
	width:136px;
	height:25px;
	margin-left: 5px;
	color:#000;
	padding:15px 0 0 30px;
	font-size: 10px;
	text-decoration: none;
}
#four-things .find-out-more:hover {
	background-position: left top;
}

#mountains {
	width: 100%;
	height: 67px;
	display: block;
	background: url(../images/mountains.jpg) top center repeat-x;
}

#footer {
	background:url(../images/footer-repeat.gif) top left repeat;
}

#footer-content {
	width:960px;
	margin:0 auto;
	padding:10px 0;
}

#footer-content p {
	margin:0;
	color: #b8eaff;
}

#footer-content p a {
	color: #b8eaff;
}

/* CALENDAR */

.bin {
	background-color: #b8eaff;
}

.paper {
	background-color: #fff;
}

#footer-content table {
	background: #363636 url(../images/calendar-top.gif) top left no-repeat;
	width: 960px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#footer-content table th, #footer-content table td {
	width:14.28%;
	height: 80px;
	padding:10px;
	border-collapse: collapse;
	border:1px solid #444d52;
	color: #daa61c;
}

#footer-content table td span {
	margin-top: 10px;
}

#footer-content table td a {
	font-size: 11px;
	color:#000000;
}

#footer-content table td.paper h4, #footer-content table td.bin h4 {
	color: #363636;
}

#footer-content table td h4 {
	font-size: 14px;
	font-weight: bold;
}

#footer-content table tr.smd_cal_navrow th {
	border: 0;
	height: 55px;
	height /*\**/: 1px\9;
	_height:1%;
}

#footer-content table tr.smd_cal_daynames th {
	height:20px;
	text-align: center;
	font-size:14px;
	font-weight: bold;
}


.smd_cal_navrow {
	height: 55px;
	font-size:18px;
}

.smd_cal_navrow th {
	vertical-align: middle;
	color:#daa61c;
	font-weight: bold;
	font-family: RockwellRegular,helvetica,arial,sans-serif;
	text-align: center;
}

.smd_cal_navrow th.leftarrow {
	text-align: left;
}

.smd_cal_navrow th.rightarrow {
	text-align: right;
}

.smd_cal_navrow th a {
	text-decoration: none;
	color: #daa61c;
}


/* INNER PAGE SETUP */

.inner #maincol h2 {
	color:#378899;
	font-family: RockwellRegular,georgia,'times new roman',serif;
	font-size:1.4em;
	margin: 8px 0;
	border-top:1px solid #378899;
	border-bottom: 1px solid #378899;
	padding: 8px 0;
	letter-spacing:.1em;
}

p.explanation {
	font-size:10px;
}

.contact-us p {
	margin-left:20px;
	line-height:1.4em;
}

.contact-us p b {
	position: relative;
	margin-left:-20px;
}

.contact-us label {
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.8em;
}

.contact-us input, .contact-us select, .contact-us textarea {
	margin-bottom: 10px;
}

.contact-us .zemSubmit {
	border:0;
	font-family: RockwellRegular,georgia,'times new roman',serif;
	background:url(../images/submit-btn.gif) top left no-repeat;
	display: block;
	width:121px;
	height:27px;
	cursor: pointer;
}

.zemError {
	font-size: 14px;
	color:red;
}

#calendar-download, #sewer-download {
	float: right;
	margin-left:15px;
	margin-bottom: 15px;
	padding-left:15px;
	background-color: #b8eaff;
}

#calendar-download h3, #sewer-download h3 {
	font-family: RockwellRegular,georgia,'times new roman',serif;
	text-align: center;
	font-size: 1.8em;
}

#calendar-download a {
	display: block;
	width:177px;
	height:178px;
	text-indent: -9999px;
	background: url(../images/calendar-btn.gif) top left no-repeat;
}

#sewer-download a {
	display: block;
	width:177px;
	height:178px;
	text-indent: -9999px;
	background: url(../images/sewer-app.jpg) top left no-repeat;
}

.news h3 {
	font-family: RockwellRegular,georgia,'times new roman',serif;
	font-size: 1.5em;
}

.news h2 span {
	color: #000;
	font-size:11px;
}

.rates-and-payments p {
	font-family: RockwellRegular,georgia,'times new roman',serif;
	font-size: 1.8em;
}

#maincol ul {
	font-size: 1.4em;
	margin-bottom:15px;
}

#maincol.public-sewers ul {
	font-size: 1.2em;
	list-style-type: disc;
	padding-left:10px;
}

#maincol.on-lot-sewers ul {
	font-size: 1.2em;
	padding-left:10px;
}

.public-sewers ul li {
	padding-bottom: 10px;
}

#maincol ul li, #maincol ol li {
	margin-bottom:8px;
}

#maincol ol {
	list-style-type: decimal;
	padding-left:10px;
}

.links ul li, .public-sewers ul li {
	border-bottom: 1px dotted #000;
	padding-bottom: 10px;
}

.on-lot-sewers ol li {
	border-bottom: 1px dotted #000;
	padding: 8px 0;
	margin-left:15px;
	font-size:1.2em;
}


.links ul li span {
	font-size:10px;
	margin-top:4px;
}

#maincol ul li a {
	color: #378899;
	text-decoration: none;
}

#maincol ul li a:hover {
	text-decoration: underline;
}

.rates-and-payments ul li {
	border-bottom:1px dotted #000;
	*position:relative;
}

.rates-and-payments span {
	float:right;
	position: relative;
	bottom: -3px;
	background-color: #b8eaff;
	text-transform: uppercase;
	*position:absolute;
	*right:0;
}

.rates-and-payments strong {
	position: relative;
	bottom: -3px;
	background-color: #b8eaff;
	text-transform: uppercase;
}

.rates-and-payments span.caps {
	float:none;
	position: relative;
	bottom: 0;
	text-transform: none;
}

a.lightbox {
	margin-right: 6px;
}

a.lightbox img {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-moz-box-shadow:#4f7686 0 0 10px;
	-webkit-box-shadow:#4f7686 0 0 10px;
	border: 4px solid #C0F1FF;
}

a.lightbox:hover img {
	border-color: #378899;
}

.inner #maincol.rules-and-regulations h2 {
	color:#000;
}

#maincol p a {
	color: #378899;
	text-decoration: none;
}

#maincol p a:hover {
	text-decoration: underline;
}

.coming-soon p {
	color:#990000;
	font-weight: bold;
}
