/* Interior page styles -----------------------------------------------------------------------------
   Replace Homepage styles --------------------------------------------------------------------- */

#container, #main, #side, #footer, #contents, #header, ul#nav, h2#page-title {
	background: transparent;
	color: #000;
	border: none;
}
h1 { padding: 0; }
/* Begin Stylesheet ------------------------------------------------------------------------------ */
#container { background: url(../../images/int-side-bg.jpg) no-repeat #fff; }
/* Header ---------------------------------------------------------------------------------------- */
#header { padding-top: 10px; }
h1 a {
	background-image: url(../../images/int-abc-electric-logo.gif);
	background-position: top left;
	height: 95px;
	margin-left: 45px;
}
#header h2 {
	border-top: 3px solid #666;
	border-bottom: 3px solid #666;
	font-size: 130%;
	text-align: left;
	background: #bbb;
	color: #000;
	padding: 3px 0;
}
#header h2 strong {
	padding: 3px 0;
	margin: -3px 0;
	background: #000;
	color: #fff;
	display: block;
	float: left;
	width: 184px;
	text-align: center;
	margin-right: 20px;
}
h2#page-title {
	text-align: left;
	padding: 0;
}
/* Sidebar --------------------------------------------------------------------------------------- */
#side { width: 185px; }
/* Navigation --------------------------------------------------------------------------------------- */
ul#nav {
	padding-top: 5px;
	margin-top: 0;
	padding-left: 20px;
}
ul#nav li {
	float: left;
	clear: left;
}
ul#nav li a { width: 125px; }
#services ul#nav li.services a, #about ul#nav li.about a, #contact ul#nav li.contact a, #projects ul#nav li.projects a, #staff ul#nav li.staff a { background-position: 0 -31px; }
/* Page Contents ------------------------------------------------------------------------------------------ */
#contents p { margin: 1em 0; }
#about #contents, #contact #contents { background: url(../../images/int-contents-bg.gif) no-repeat 50% 55px !important; }
#contents {
	margin: 0px 0px 0px 40px;
	width: 485px;
}
#contents h2#page-title { font-size: 200%; }
#contents h3.commercial, #contents h3.industrial, #contents h3.residential, #contents h3.cabling, #contents h3.service {
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 10px 10px;
	font-size: 18pt;
	color: #fff;
	text-align: center;
	font-weight: bold;
	clear: left;
	border-top: 3px solid #999;
	border-bottom: 3px solid #999;
	margin: 0.5em 0;
}
#contents h3.commercial { background-image: url(../../images/h3-commercial-bg.jpg); }
#contents h3.industrial { background-image: url(../../images/h3-industrial-bg.jpg); }
#contents h3.residential { background-image: url(../../images/h3-residential-bg.jpg); }
#contents h3.cabling { background-image: url(../../images/h3-cabling-bg.jpg); }
#contents h3.service { background-image: url(../../images/h3-service-bg.jpg); }
#contents ul.services {
	width: 40%;
	float: left;
	margin-top: 0;
	margin-left: 10px;
	padding-left: 1.5em;
}
#projects #contents img {
	margin: 0 9px 10px 0;
	height: 75px;
}
div.staff {
	float: left;
	clear: left;
	margin-bottom: 5px;
	margin-left: 185px;
	display: inline;
	width: 545px;
	padding: 5px;
}
div.staff .pic {
	text-align: center;
	font-style: italic;
	vertical-align: top;
	width: 170px;
	float: left;
	display: inline;
}
div.staff .pic img, #staff #staffpic { margin-bottom: 5px; }
div.staff .bio {
	margin: 0px 5px 0px 10px;
	width: 355px;
	float: left;
	display: inline;
}
div.staff .bio p { margin-top: 0; }
#contact #contents address {
	font-style: normal;
	/*background: url(../../images/contact-address-bg.jpg) 20px 0px no-repeat;
	padding-left: 220px;*/
	margin-top: 1em;
	text-align: center;
}
.projectlist { list-style: none; padding: 0; margin: 0; }
.projectlist li { float: left; }
/* Footer ------------------------------------------------------------------------------------------ */
#footer { margin-left: 184px; }
#services #footer a.services, #about #footer a.about, #contact #footer a.contact, #projects #footer a.projects, #staff #footer a.staff {
	text-decoration: none;
	color: #333;
}