@charset "UTF-8";

/* v1.0 | 010410 */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Main Styles */


body {
	background-image: url(images/mm-bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #dad4cd;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	color:#666666;
	}
	
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 175px;
}
.home {
	background-image: url(images/mm-home-header.jpg);
	background-repeat: no-repeat;
}
.commercial {
	background-image: url(images/mm-commercial-header.jpg);
	background-repeat: no-repeat;
}
.asset {
	background-image: url(images/mm-asset-header.jpg);
	background-repeat: no-repeat;
}
.leaky {
	background-image: url(images/mm-leaky-header.jpg);
	background-repeat: no-repeat;
}
.residential {
	background-image: url(images/mm-residential-header.jpg);
	background-repeat: no-repeat;
}
.conservation {
	background-image: url(images/mm-conservation-header.jpg);
	background-repeat: no-repeat;
}
.logo {
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 20px;
	padding-bottom:25px;
	width: 320px;
	height: 80px;
}
#navigation {
	height: 20px;
	position:relative;
	padding-left: 10px;
	padding-top: 8px;
	background-image: url(images/nav-bg.png);
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	float: left;
}
#navigation li a {
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	text-decoration: none;
}
#navigation li a:hover {
	color: #FC0;
}
#navigation ul .current a {
	color: #FC0;
}
#navigation .email {
	float: right;
	margin-right: 40px;
	margin-top: -4px;
	width:150px;
	display: block;
}
#navigation .email a {
	text-decoration:none;
	color:#FFF;
	}
#navigation .email a:hover {
	color:#FC0;
}
#navigation .email a span {
	margin-top: 3px;
	position: absolute;
}
#navigation .email a img {
	padding-right: 10px;
	opacity:100%;
}
#shadow {
	height: 11px;
	background-image: url(images/mm-shadow.png);
}
#breadcrumbs {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 20px;
}
#breadcrumbs .date {
	width: 200px;
	float: right;
	text-align: right;
	margin-right: 10px;
}
#content {
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	padding-bottom: 10px;
}
#leftcolumn {
	width: 186px;
	float: left;
	list-style-image:none;
}
#contact-leftcolumn {
	width: 186px;
	float: left;
	line-height: 1.2;
	padding:8px;
	line-height: 20px;
	list-style-type:none;
}
#leftcolumn a {
	color:#695e5a;
	text-decoration:none;
	list-style-type:none;
}
#leftcolumn a:hover {
	color:#000;
}
#leftcolumn dl {
	background-image: url(images/menu-top.png);
	background-position: top;
	background-repeat: no-repeat;
	line-height: 1.2;
	list-style-type:none;
}
#leftcolumn dt {
	list-style-type:none;
}
#leftcolumn .leftnav dd {
	background-image: url(images/menu-bg.png);
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 25px;
	list-style-type:none;
}
#leftcolumn .leftnav dd a {
	background-image: url(images/menu-bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	font-size: 11px;
	list-style-type:none;
	margin-left: -10px;
	padding-left: 10px;
}

#leftcolumn .leftnav dt.mid {
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	background-image: url(images/menu-dt.png);
}
#leftcolumn .leftnav dt.bottom {
	background-image: url(images/menu-dt-last.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#leftcolumn .leftnav dt.top {
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	background-image: url(images/menu-top.png);
	background-repeat: no-repeat;
}
#leftcolumn .leftnav dd.last {
	background-image: url(images/menu-last.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
}
#leftcolumn .address {
	margin-top: 30px;
	line-height: 20px;
	padding-left: 5px;
	margin-bottom: 30px;
}
#centrecolumn {
	float: left;
	width: 450px;
	margin-left: 15px;
	margin-right: 40px;
	line-height: 1.4;
}
#big-centrecolumn {
	float: left;
	width: 650px;
	margin-left: 15px;
	margin-right: 20px;
	line-height: 1.4;
}
#contact-centrecolumn {
	float: left;
	width: 650;
	margin-left: 15px;
	margin-right: 20px;
	line-height: 1.4;
	width: 850px;
}
.clear {
	clear: both;
	height: 1px;
	margin: 0 auto;
}
h1 {
	color: #695E5A;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0px;
}
h2 {
	color: #695E5A;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	background-image: url(images/h2-bg.png);
	height: auto;
	padding: 5px 5px;
}
h3 {
	color: #695E5A;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	height: auto;
}
h4 {
	color: #695E5A;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	height: auto;
}
#column ul {
	list-style-type: circle;
	margin-left: 15px;
	list-style-image: url(images/bullet.png);
}
#column {
	width: 214px;
	float: left;
	margin-right: 10px;
	line-height: 1.3;
	margin-bottom: 15px;
	font-size: 13px;
	color: #695E5A;
	font-weight: bold;
}
#column ul li {
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#centrecolumn p, #big-centrecolumn p {
	margin-bottom: 15px;
	text-align: justify;
}
#rightcolumn {
	float: left;
	width: 185px;
}
#rightcolumn #panel {
	height: 100px;
	width: 185px;
	margin-bottom: 15px;
}
#leftcolumn .leftnav .current {
	font-weight: bold;
}
#panel .button {
	height: 100px;
	width: 185px;
		display:block;
}

a.button span {
	position:absolute;
	left:-999em;
	}
#footer {
	text-align: center;
	height: 100px;
	padding-top: 10px;
	margin-top: 0px;
}
a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#centrecolumn a:hover {
	color: #FC0;
}
#leftcolumn .current {
	color: #000;
}
#breadcrumbs a {
	font-weight: normal;
}
#breadcrumbs a.current {
	font-weight: bold;
}
#centrecolumn dl dt {
	margin-bottom: 0px;
	margin-top: 10px;
}
#centrecolumn ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 15px;
}
#centrecolumn small a {
	color: #BEB6A7;
}
.leftimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#centrecolumn form {
	float: left;
	width: 230px;
}
#centrecolumn form label {
	display:block;
	margin-bottom: 10px;
}
#centrecolumn .error {
	font-size: 10px;
	color: #F00;
}

