/* CSS Document */

/*--- Top Frame ---*/
#topFrame {
width: 960px;
height: 400px;
}
/*--- Content ---*/
#content {
width: 650px;
height: auto;	
padding: 10px;
float: left;
}
#testimonial_image {
	background-image: url(../images/plumbing_testimonial_bg.jpg);
	width: 650px;
	height: 280px;
	padding: 5px 5px 5px 5px;
	background-repeat: no-repeat;
}

#testimonal_text {
	width: 220px;
	height: auto;
	float: right;
	font-size: 1.0em;
	padding: 10px 15px 10px 10px;
}
.testimonial_title {
font-size: 1.85em;
font-weight: bold;
text-align: left;
padding-bottom: 5px;
}
/*--- Sidebar ---*/
#sidebar {
width: 270px;
height: auto;
padding-top: 10px;
padding-left: 5px;
padding-right: 10px;
border-left: 1px solid #ccc;
float: right;
}
/*--- Bottom Frame ---*/
#bottomFrame {
width: 960px;
height: 350px;
border-top: 1px solid #ccc;
padding: 10px 0px 0px 0px;
text-align: left;
}
div#bottomFrame ul li {
font-size: 1.1em;
list-style: inside;
list-style-type: disc;
padding-left: 5px;
}
/*--- Left Column ---*/
#leftcolumn { 
 color: #333;
 border-right: 1px dotted #ccc;
 background: #fff;
 margin: 0px;
 padding: 0px 3px 0px 6px;
 width: 229px;
 height: auto;
 float: left;
}
/*--- Left Middle Column ---*/
#leftmiddle { 
 color: #333;
 border-right: 1px dotted #ccc;
 background: #fff;
 margin: 0px;
 padding: 0px 0px 0px 5px;
 width: 234px;
 height: auto;
 float: left;
}
/*--- Right Middle Column ---*/
#rightmiddle { 
 color: #333;
 border-right: 1px dotted #ccc;
 background: #fff;
 margin: 0px;
 padding: 0px 0px 0px 6px;
 width: 234px;
 height: auto;
 float: left;
}
/*--- Right Column ---*/
#rightcolumn { 
 color: #333;
 background: #fff;
 margin: 0px;
 padding: 0px 0px 0px 5px;
 width: 235px;
 height: auto;
 float: left;
}



