@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
#containerShadow {
	width: 847px;
	margin: 0 auto;
	background-image: url(../assets/container-shadow.png);
	background-repeat: repeat-y;
} 
#container {
	width: 825px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 
#header {
	background-color: #CDC06E;
	background-image: url(../assets/plumbing-rancho-cucamonga.jpg);
	background-repeat: no-repeat;
	height: 137px;
	border-top: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	border-left: 4px solid #FFFFFF;
} 
#logo {
	margin: 8px auto 0 auto;
}
#phone {
	height: 32px;
	background-color: #CDC06E;
	margin: 0 4px 0 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
#banner {
	height: 30px;
	background-color: #0B144C;
	margin: 0 4px 0 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	border-bottom: 1px solid #FFFFFF
}
#navigation {
	height: 28px;
	margin: 0 4px 0 4px;
	background-color: #0B144C;
}

#columnLeft {
	float: left;
	width: 200px;
	margin: 0 16px 0 0;
	padding: 15px 0;
	border-right: 1px solid #0B144C;
	text-align: center;
}
h3 {
	margin: 10px 10px 0 10px;
	font-size: 16px;
}
#columnLeft p {
	margin-left: 14px;
	margin-right: 14px;
	font-size: 13px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	margin: 0 20px 0 20px;
} 
#mainContent h1 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 22px;
}
#mainContent h2 {
	margin: 0;
	padding: 10px 0 6px 0;
	text-align: center;
	font-size: 16px;
	color: #2C3497;
}
.leadWord {
	font-size: 16px;
	color: #343b97;
	font-style: italic;
	font-weight: bolder;
}
table {
	color: #2C3497;
}
#footer {
	padding: 0 10px;
	background:#CDC06E;
	border-top-width: medium;
	border-top-style: ridge;
	border-top-color: #CDC06E;
} 
#footer p {
	margin: 0;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.mainLinks a:link {
	color:#2C3497;
	text-decoration:none;
}
.mainLinks a:visited {
	color:#2C3497;
	text-decoration:none;
}
.mainLinks a:hover {
	color:#0000FF;
	text-decoration:underline;
}

/**** For Blog Feed *****/

#blogBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 190px;
	border: 1px solid #EEEEEE;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
}
#blogBox td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
#blogBox a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#blogBox a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
#blogBox a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000ff;
	text-decoration: none;
}