
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #F9FAF5 url(images/site_bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .82em;
	color: #484848;
	text-align: center;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 1.5em;
	padding: 10px 20px 15px 10px;
}

h2 {
	font-size: 1.4em;
	padding: 5px 20px 10px 10px;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 20px 10px 10px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 20px 10px 10px;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 10px 15px 15px 10px;
}

img.right {
	float: right;
	margin: 10px 0px 15px 15px; 
}

img.left-clear {
	float: left;
	clear: left;
	margin: 10px 15px 15px 10px;
}

img.right-clear {
	float: right;
	clear: right;
	margin: 10px 0px 15px 15px;
}

img.inline {
	margin: 10px 15px 10px 10px;
}

p {
	padding: 5px 0px 5px 10px;
}

p.narrow {
	padding: 25px 100px 25px 100px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 1.5em;
}

ul {
	margin: 0px 0px 10px 25px;
}

ul.inside-bullets {
	list-style: inside;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #2200CC;
}

a:hover {
	text-decoration: none;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.red {
	color: #EF3E43;
}



/* =HEADER
--------------------------------------------------------------------------------------------------------------- */
/*
DESCRIPTION: The header and all of its content are styled within this section.
*/

#header {
	width: 960px;
	height: 92px;
	margin: 0 auto;
	background: url(images/header.jpg) repeat-y left top;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: left;
}

#header p {
	padding: 5px 0px 0px 10px;
}

#logo {
	float: left;
	width: 220px;
	color: #000000;
}

#logo img {
	float: left;
	margin: 0px 0px 1px 12px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

#phone {
	float: right;
	width: 400px;
	margin: 0px 220px 0px 0px;
	font-size: 1.5em;
	font-weight: bold;
}

#tag-lines {
	float: right;
	clear: right;
	width: 400px;
	margin: 0px 300px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;  
}



/* MENU 
==================*/

#menu {
	width: 960px;
	height: 40px;
	background: url(images/menu_bg.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;	
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 0px;
	width: 80px;
	height: 32px;
	padding: 6px 0px 7px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/redbutton.jpg) no-repeat;
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: center;
	color: #FFFFFF;
	border: none;
}

#menu a.wide {
	width: 120px; 
	background: url(images/redbutton.jpg) repeat-x;
}

#menu a:hover {
	background: url(images/redbuttonroll.jpg) repeat-x;
	text-decoration: none;
}

#menu li.active a{
	background: url(images/redbuttonroll.jpg) repeat-x;
}



/* =WRAPPER 
--------------------------------------------------------------------------------------------------------------- */
/*
DESCRIPTION: 
*/


#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: left;
}



/* =PAGE 
--------------------------------------------------------------------------------------------------------------- */
/*
DESCRIPTION: 
*/


#page {
	width: 952px;
	margin: 0 auto;
	/*padding: 3px 10px 5px 8px;*/
	padding: 10px 10px 15px 10px;
}



/* =CONTENT 
--------------------------------------------------------------------------------------------------------------- */
/*
DESCRIPTION: The main site content and all of its content are styled within this section.
*/


/* columnA content
==================*/

#columnA {
	display: block;
	float: left;
	width: 715px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}


/* INTRODUCTION */

.introduction {
	display: block;
	width: 670px;
	padding: 15px 10px 25px 0px;
	margin: 0px 0px 50px 45px;
}

.introduction-left-column {
	display: block;
	float: left;
	width: 175px;
}

.introduction-right-column {
	display: block;
	float: right;
	width: 480px;
}



/* =SIDEBAR 
--------------------------------------------------------------------------------------------------------------- */
/*
DESCRIPTION: The sidebar and all of its content are styled within this section.
*/


#sidebar {
	display: block;
	float: right;
	width: 200px;
	background: #FFFFAA;
	margin: -2px 10px 10px 0px;
	padding: 10px 5px 10px 0px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
 	-moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}

#sidebar.homepage {
	margin: 10px 10px 10px 0px;
}

#sidebar p {
	font-size: .90em;
}

#sidebar img {
	margin-left: 10px;
}

#sidebar img.left {
	float: left;
	margin: 10px 15px 15px 0px;
}



/* =CUSTOM PAGE STRUCTURES AND STYLES
--------------------------------------------------------------------------------------------------------------- */
/*
DESCRIPTION: This is where any custom pages for the website will be styled and structured.
*/


/* boxes (two in a row, more can
   be added or deleted) on homepage 
===================================*/

.boxes-wrapper {
	float: left;
	display: block;
	width: 904px;
	margin: 15px 0px 20px 12px;
	padding: 15px 0px 15px 8px;
	border: 1px solid #E1E1E1;
	background: #F3F3F3;
	border-radius: 8px;
 	-moz-border-radius: 8px; /* Firefox 3.6 and earlier */
}

.boxes {
	float: left;
	display: inline;
	width: 420px;
	height: 240px;
	background: #FFFFFF url(images/boxes_bg.jpg) repeat-x;
	margin: 0px 8px 0px 8px;
	padding: 5px;
	border: 1px solid #D0D0C8;
	border-radius: 8px;
 	-moz-border-radius: 8px; /* Firefox 3.6 and earlier */
}

.boxes p {
	padding: 0px 0px 5px 10px;
}

.boxes ul {
	margin: 0px 0px 0px 35px;
}

.boxes img.left {
	float: left;
	margin: 10px 15px 15px 0px;
}


/* Blog rollover image sprite 
   on asktheplumber.html page 
=============================*/

#blog-img-link a {
	display: block;
	float: right;
	width: 195px;
	height: 195px;
	margin-top: 25px;
	background: url(images/blog-image.jpg) no-repeat;
	background-position: 0px 0px;
}

#blog-img-link a:hover {
	background-position: 0px -195px;
}


/* TESTIMONIALS 
================*/

.testimonials {
	display: block;
	width: 550px;
	padding: 15px 20px 15px 15px;
	margin: 10px 0px 25px 25px;
	border: 1px solid #E1E1E1;
	background: #F3F3F3;
	border-radius: 5px;
 	-moz-border-radius: 5px; /* Firefox 3.6 and earlier */	
}

p.copy {
	padding: 5px 0px 5px 10px;
}

p.signature {
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	margin-top: 10px;
}



/* =FORMS 
--------------------------------------------------------------------------------------------------------------- */
/*
DESCRIPTION: Form content and formatting for website.
*/

#contact-form {
	margin: 0px 0px 0px 25px;
}



/* =CLEAR CLASS 
--------------------------------------------------------------------------------------------------------------- */
/*
DESCRIPTION: This is a global clear class used throughout the website to maintain structure.
*/

.clear {
	clear: both;
	height: 0px;
}



/* =FOOTER 
--------------------------------------------------------------------------------------------------------------- */
/*
DESCRIPTION: The footer and all of its content are styled within this section.
*/

#footer {
	width: 962px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 10px 0 15px 0;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: .85em;
	text-transform: uppercase;
	text-align: center; 
}

#footer img {
	padding: 0px 8px 0px 8px; 
	vertical-align:middle;
}


#footer a {
	color: #FFFFFF;
}
