/*  
Begin styles.css
Developed for Symphony Plumbing
by Christopher Hansen | http://tralucent.net
*/

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg-top2.gif);
	background-repeat: repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333; 
	line-height: 16px; 
}

/*----------------------------------------------------------------------------
Links
*/
a {
	color: #0B4499;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #0B4499;
	text-decoration: none;
}

/*----------------------------------------------------------------------------
Headers
*/
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}

h1 {
	font: bold 1.8em Arial, Sans-Serif;
	color: #0B4499;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	margin: 0; 
	padding: 3px 0 10px 0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	color: #0B4499; 
	background-color: inherit;
	
}

h2 a {
	color: #6AC65D;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #6AC65D;
}

h3 {
	margin: 0; 
	padding:2px 0; 
	font: 110% Arial, Sans-Serif;
	font-weight: bold;
	color: #444444; 
	background-color: inherit;
}

h3 a {
	color: #6AC65D;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px dotted #6AC65D;
}

h3 a:hover {
	color: #388F2C;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid #388F2C;
}

/*----------------------------------------------------------------------------
Various Block Elements
*/
ol, ul, form, blockquote {
	padding:0;
	margin:0;
}

p {
	padding: 0 0 15px 0 ;
	margin: 0;
	line-height:1.8em;
}

p.tips {
	padding: 0 0 15px 0 ;
	margin: 0 0 15px 0;
	line-height:1.8em;
	border-bottom: 1px dotted #e2e2e2;
}

img.tips {
	float: right;
	margin: 10px;
	padding: 3px;
	border: 1px solid #e6e6e6;
}

/*----------------------------------------------------------------------------
Structure
*/
#content {
	margin: 0px auto; 
	width: 780px; 
}

.header { 
	height: 144px; 
	margin: 0; 
	padding: 15px 0 0 5px;
	border-top: 4px solid #000;
	background: #FFF url(images/headerbg.gif) repeat-x bottom left;
	color: #808080;
}

.emergency {
	margin: 0;  
	font: 120% Arial, Sans-Serif;
	font-weight: bold;
	color: #C72121; 
	background-color: inherit;
}

.left {
	float: left;
	margin: 10px 10px;
	padding: 5px 0 0 5px;
	width: 205px;
	background-color:#ffffff;
}

#services-list { 
	list-style-image: url(images/checkmark.png); 
	padding:0 0 0 20px;
	margin:0;
}

#services-list li {
	padding:3px 0 3px 0;
}

.right {
	float: right;
	width: 520px;
	margin: 0; 
	padding: 15px 0 20px 25px; 
	color: #444;
	background-color: #FFFFFF; 
	border-left: 1px solid #e6e6e6;
}

.contact {
	float: right;
	clear: both;
	padding:10px 0 0 0;
	margin: 0 10px 0 0;
	width: 263px;
	border-top: 1px solid #e6e6e6;
}

#info {
	float: left;
	margin: 10px 0 0 0;
	width: 490px;
	padding: 13px;
	background: #f2f2f2;
	border:1px solid #0B4499;
	color: #333;
	clear:both;
}

.footer { 
	clear: both; 
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999; 
	background-color: #FFFFFF;
	padding: 10px 0 10px 0; 
	border-top: 1px solid #e6e6e6; 
	text-align: center;  
	line-height: 1.6em;
}

.footer a:link, .footer a:visited { 
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #999999; 
	border-top: none;
}

.footer a:hover, .footer a:active { 
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid #0B4499; 
}

/*----------------------------------------------------------------------------
Subheader / Navigation
*/
#subheader {
	clear: both;	
	float: right;
	width: 263px;
	margin: 0 12px 0 0;
	padding-bottom: 15px;
} 

#subheader ul {
	margin:0;
	padding: 0;
	white-space: nowrap;
}

#subheader ul li {
	display: inline;
	list-style-type: none;
}

#subheader li a:link, #subheader li a:visited {
	padding:0 0 1px 0; 
	margin:0 10px;
	color: #555;
	font-size: 1.2em;
	line-height:1.8em;
	font-weight: bold;
	text-decoration: none;
}

#subheader li a:hover {
	color: #000;
	line-height:1.6em;
	text-decoration: none;
	border-bottom: 3px solid #000;
}

#subheader ul li a.current {
	color: #000;
	line-height:1.6em;
	text-decoration: none;
	border-bottom: 3px solid #000;
}

/*
END style.css
*/
