/*
 *  Magnolia Plumbing, Inc
 *  Site by New Media Campaigns
 */

/* Eric Meyer's Reset styles */
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;}:focus{outline:0;}ins{text-decoration:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}


/* Begin text */

body {
	font-size: 87.5%;  /* Reset base size to 14px */
	line-height: 1.43em;
	}

body, input, textarea, select, label {
	font-family: "Trebuchet MS", Geneva, Arial, sans-serif;
	}
	
code {
	font-family: Consolas, "Courier New", Courier, mono;
	}
	
p {
    padding-bottom: 1.43em;
	}
	
a:link, a:visited {
    color: #ce202c;
    text-decoration: underline;
	}	
a:focus, a:hover, a:active {
    text-decoration: none;
	}

h1 {
    font-size: 1.57em;
    font-weight: normal;
    color: #ce202c;
    padding: 0.9em 0;
	}
	
h2 {
    font-size: 1.3em;
    font-weight: normal;
    padding: 0.5em 0;
	}
	
h3 {
    font-size: 1.14em;
    font-weight: normal;
	}
	
h4 {
    font-size: 1em;
    font-weight: bold;
	}

h5 {
    font-size: 1em;
    font-weight: normal;
	}
	
h6 {
	font-size: .85em;
	font-weight: normal;
	color: #ce202c;
	}

h1 em, h2 em, h3 em, h4 em, h5 em {
	font-style: normal;
    color: #ce202c;
	}

blockquote {
	background: #eee;
	margin: 0 0.715em 1.43em;
	padding: 0.715em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
label {
	font-size: 11px;
	}
label.error{
        display: block;
        margin: -1em 0 1em 0;
        color: red;
        font-size: 11px;
        }
label span.req{ color: red; }

input, textarea, select {
	font-size: 1em;
	}

input[type=text], textarea {
    border: 1px solid #aaa;
	}

input[type=submit], input[type=button], button {
    
	}

img {
	-ms-interpolation-mode: bicubic;  /* Fixes IE6 scaling ugliness */
	}

.meta {
	color: #969090;
	}

.alert {
	color: #ce202c;
	}

.left {
	float: left;
	}
img.left {
	margin-right: 1em;
	}
.right {
	float: right;
	text-align: right;
	}
img.right {
	margin-left: 1em;
	}
	
.clear {
	clear: both;
	}

/* End text */ 


/* Begin page styles */

html { background: #323132 url(../images/body-bg.png) repeat; }
body { background: #323132 url(../images/body-top-bg.png) repeat-x left top; }
	
#wrapper {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/wrapper-bg.png) repeat-y center top;
	}
#wrapper:after {
/* auto clear the section */
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#wrapper {display: inline-table;}
/* Hide from IE Mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE Mac */

/* End page */


/* Begin header styles */

#skip {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	}

#logo { padding: 0; }
#logo a {
	display: block;
	height: 98px;
    width: 350px;
    background: url(../images/logo.png) no-repeat;
    text-indent: -9999px;
	}
	
#nav {
	padding: 0;
	background: #ce202c;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #d84d56;
	overflow: hidden;
	}
#nav li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-position: outside;
	}
#nav li a {
	display: block;
	height: 40px;
	color: #fff;
	text-decoration: none;
	background: url(../images/nav-sprites.png) no-repeat 0 0;
	text-indent: -9999px;
	}
	#nav li a span{ display: block; background: transparent url(../images/highlight.png) top repeat-x; }
	#nav li:hover a span{ background: none; }
#nav li#navHome a { width: 78px; background-position: 0 0; }
#nav li#navAbout a { width: 79px; background-position: -78px 0; }
#nav li#navRes a { width: 120px; background-position: -157px 0; }
#nav li#navComm a { width: 120px; background-position: -277px 0; }
#nav li#navService a { width: 173px; background-position: -397px 0; }
#nav li#navFAQ a { width: 95px; background-position: -570px 0; }
#nav li#navSpecials a { width: 161px; background-position: -665px 0; }
#nav li#navContact a { width: 94px; background-position: -826px 0; }

#nav li ul {
	position: absolute;
	display: none;
	z-index: 100;
	width: 170px;
	padding: 0 16px 10px;
	background: #ad212b url(../images/submenu-bg.png) repeat-x left top;
	list-style: none;
	font-size: 0.86em;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.25);
	box-shadow: 0 4px 5px rgba(0,0,0,0.25);
	}
#nav li ul li { float: none; }
#nav li ul li a {
	height: auto;
	width: auto !important;
	text-indent: 0;
	background: none;
	text-decoration: underline;
	}
#nav li ul li a:focus, #nav li ul li a:hover { text-decoration: none; }

#breadcrumbs {
	overflow: hidden;
	width: 874px;
	height: 40px;
	padding: 0 23px;
	background: #292929 url(../images/breadcrumb-bg.png) no-repeat 0 0;
	color: #fff;
	list-style: none;
	font-size: 0.86em;
	line-height: 40px;
	}
#breadcrumbs li {
	float: left;
	padding: 0;
	}
#breadcrumbs li a {
	padding-right: 14px;
	margin-right: 10px;
	background: url(../images/bullet.png) no-repeat right center;
	color: #fff;
	text-decoration: none;
	}

#signup {
	position: absolute;
	display: block;
	top: 0;
	right: 20px;
	width: 427px;
	height: 36px;
	padding: 5px 15px;
	background: url(../images/signup-bg.png);
	text-align: center;
	}
#signup #email {
	margin-left: 10px;
	padding: 2px 4px;
	width: 150px;
	}
#signup .button {
	position: relative;
	top: 6px;
	}

#callnow {
	position: absolute;
	top: 60px;
	right: 45px;
	padding-left: 34px;
	line-height: 27px;
	font-size: 23px;
	font-weight: normal;
	background: url(../images/callnow.png) no-repeat left center;
	}
#callnow em { font-weight: bold; }

/* End header */


/* Begin body styles */

#content {
	float: left;
	display: inline;
	padding: 10px 20px;
	width: 640px;
	}

#content ul {
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
    padding-bottom: 0.715em;
    margin-left: 1em;
	}
#content ul li {
    padding-bottom: 0.715em;
	}
	
#content ol {
	list-style-type: decimal;
	list-style-position: outside;
    padding-bottom: 0.715em;
    margin-left: 1.75em;
	}
#content ol li {
    padding-bottom: 0.715em;
	}
	
#comments fieldset{margin-bottom:0.715em;}
#comments label{display:block;}
#comments input.text{color:#666; padding:4px; width:250px;}
#comments textarea{color:#666; height:150px; padding:4px; width:400px;}
#comments ol{margin-left:0;}
#comments ol li{
border-top:1px solid #e3e3e3; padding-top:0.715em; list-style:none;
}
#comments ol li.first{border:none; padding-top:0;}
#comments ol li img{float:left; margin-right:16px;}
#comments ol li h3, #comments ol li p{margin-left:96px;}
#pagination-links {
    list-style: none;
    list-style-type: none;
    font-size: 0.93em;
    }
#pagination-links li { display: inline; }
	
/* End body */


/* Begin sidebar styles */

#sidebar {
	float: right;
	display: inline;
	width: 230px;
	margin-top: 10px;
	font-size: 0.93em; 
	}

#sidebar #serviceRequest {
	padding: 14px 14px 10px;
	background: #e3e3e3;
	border-bottom: 1px solid #c8c8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
#sidebar #serviceRequest h3 { font-size: 1.54em; padding-bottom: 0.7em; }
#sidebar #serviceRequest #service { width: 100% ;margin-bottom: 10px; }
#sidebar #serviceRequest dt {  float: left; clear: left; width: 75px; font-weight: bold; line-height: 25px; }
#sidebar #serviceRequest dt.wide { width: 200px; }
#sidebar #serviceRequest input { width: 116px; margin-bottom: 8px; }
#sidebar #serviceRequest textarea { width: 200px; }
#sidebar #serviceRequest input.button { width: auto; margin-top: 10px; }

#address {
	margin-top: 14px;
	padding: 14px 14px 10px;
	background: #fff url(../images/offices-bg.png) repeat-x left top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

/* End sidebar */


/* Begin footer styles */

#footer {
    width: 880px;
    margin: 0 auto;
    padding: 20px 40px;
    background: url(../images/footer-bg.png) no-repeat left top;
    color: #b1b1b1;
    font-size: 0.93em;
	}
	
/* End footer */


/* Begin homepage */

#homepage #feature { position: relative; height: 220px; background: url(../images/home-feature.jpg); }
#homepage #feature h1 { text-indent: -9999px; }
#homepage #feature p { position: absolute; left: 34px; top:  153px; }
#homepage #feature p .request { float: left; width: 176px; height: 35px; background: url(../images/btn-home-request.png) no-repeat 0 0; text-indent: -9999px; }
#homepage #feature p .readMore { margin-left: 20px; line-height: 35px; color: #fff; font-weight: bold; }

#homepage #homeCol1 {
	float: left;
	display: inline;
	width: 360px;
	margin: 20px;
	}
#homepage #homeCol1 blockquote {
	background: #fff;
	padding: 0;
	margin: 20px 0;
	}
#homepage #homeCol1 blockquote .quote {
	background: #fff4ba url(../images/quote.png) no-repeat left bottom;
	padding: 15px 15px 35px;
	font: italic 0.93em/1.5em Georgia, "Times New Roman", Times, serif;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
#homepage #homeCol1 blockquote p { padding: 0; }
#homepage #homeCol1 blockquote cite { float: left; font-style: normal; }
#homepage #homeCol1 blockquote p.readMore { float: right; font-size: 0.93em; }

#homepage #homeCol2 {
	float: left;
	display: inline;
	width: 265px;
	margin: 20px 0 0 15px;
	}
#homepage #homeCol2 .section {
	background: #fff url(../images/home-col2-bg.png) no-repeat 0 0;
	padding: 10px 20px;
	}
	
#homepage #homeCol3 {
	float: right;
	display: inline;
	width: 230px;
	margin: 20px 0 0;
	}
#homepage #homeCol3 .section {
	padding: 10px 14px 10px;
	background: #e3e3e3;
	border-bottom: 1px solid #c8c8c8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#homepage #homeCol2 ul, #homepage #homeCol3 ul { margin-top: 5px; text-indent: 0; font-size: 0.93em; list-style: none; list-style-image: none; line-height: 1.23em;}
#homepage #homeCol2 li, #homepage #homeCol3 li { padding-bottom: 0.5em; }

#serviceLocations {
  clear: both;
  width: 920px;
  font-size: 0.8em;
  border-top: 1px solid #888;
  padding: 1.43em 0;
  }
#serviceLocations table {
  width: 100%;
  }
#serviceLocations table p {
  padding-bottom: 0.715em;
  }
#serviceLocations table a {
  color: #eee;
  }
  
/* End homepage */


/* Services */

#content ul.services:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content ul.services li{ width: 50%; float: left; height: 1em; }
	
#content #section-list, #content ul.testimonials, #content ul.projects{ list-style: none; list-style-image: none; margin-left: 0; }
#content ul.testimonials li p.citation{ margin-top: -9px; color: #CE202C;}