html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: .8em;
	background-color: #CCC;
	background-image:url(../images/bg_white_900px.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* Main Container */

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	text-align: center; /* hack to force IE5.x pc to center our wrapper div */
	width:100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* all other browsers */
	background-image:url(../images/bg_header_blue_dark.gif);
	background-repeat: repeat-x;
}

/* Content */

#content {
	position: relative; /* needed for footer positioning*/
	padding:0 0 85px 0; /* bottom padding for footer */
	margin: 0 auto; /* center, not in IE5 */
	text-align: left;
	width: 900px;
	min-height: 300px;
	background-color: #FFF;
}

.logo {
	position: absolute; 
	border: none;
	top: 62px;
	left: 40px;
}

.tag1  {
	position: absolute; 
	top: 65px;
	left: 160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:19px;
	font-style:italic;
	color:#FFF;
	padding: 0;
	margin: 0;
}

#content.home {
	background-image:url(../images/bg_header_blue.gif);
	background-repeat: repeat-x;
}

#masthead {
	padding: 0;
	margin:0 0 5px 0;
	height: 112px;
	width: 900px;
	background-image:url(../images/bg_header_worker.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

a:link {
	color: #015F91;
	text-decoration: none;
}

a:visited {
	color: #015F91;
	text-decoration: none;
}

a:hover {
	color: #66CC33;
	text-decoration: underline;
}

a img { 
	border:none; 
}

p { 
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.2em;
	margin: 0 0 1.3em 0;
	line-height: 1.4em;
}


h1 { 
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.5em;
	margin: 0.5em 0;
}

h2 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.25em;
	margin: 0;
}

h3 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.5em;
	color: #015F91;
	margin: 0 0 8px 0;
}


/* Home Page Promo */

#promo1 {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 260px;
	background-image: url(../images/bg_bulb_blue.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#promo1 p {
	line-height: 1.2em;
}


#promo1 a:link {
	color: #99FF33;
	text-decoration: none;
}

#promo1 a:visited {
	color: #99FF33;
	text-decoration: none;
}

#promo1 a:hover {
	color: #FC3;
	text-decoration: underline;
}

.textblock1 {
	float: left;
	width: 520px;
	margin: 74px 0 0 60px;
	padding: 0;
	max-height: 180px;
	color:#FFF;
}

.rotatingimage {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

/* Box 2 - Column */

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.box1 {
	float: left;
	display: inline;
	width: 570px;
	margin: 0 10px 0 15px;
	background: url(../images/bg_box1_sbbody-r.gif) no-repeat bottom right;
}
.box1_head {
	background: url(../images/bg_box1_sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}
.box1_head h2 {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_box1_sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 2px 10px 0px 25px;
	color: #000;
	font-size: 10px;
	line-height: 11px;
	font-weight:normal;
}

.box1 .boxbody {
	background: url(../images/bg_box1_sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 4px 15px 15px 15px;
}


/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.box2 {
	float: left;
	width: 285px;
	margin: 0 0 10px 5px;
	background: url(../images/bg_box2_sbbody-r.gif) no-repeat bottom right;
}
.box2_head {
	background: url(../images/bg_box2_sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}
.box2_head h2 {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_box2_sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 0px 10px 0px 25px;
	color: #000;
	font-size: 10px;
	line-height: 11px;
	font-weight:normal;
}

.box2 .boxbody {
	background: url(../images/bg_box2_sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 0 15px 5px 15px;
}

.box2 .boxbody p {
	margin: 0 0 9px 0;
	padding: 0;
	line-height: 16px;
}

.box2 img {
	margin: 0 12px 0 0;
	padding: 0;
}


.quote {
	display: block;
	color: #525252;
	line-height: 23px;
	font-size:13px;
	font-style: italic;
	margin-bottom: 10px;
	width: 238px;
	padding-left: 4px;
}



/* Masthead and Navigation */

#navbar {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
	width: 900px;
	height:27px;
	font-weight: bold;
	background-color: #666;
}

#nav, #nav ul {
	float: right;
	list-style: none;
	width: 900px;
	padding: 0;
	margin: 0;
	background-color: #666;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 15px;
	line-height: 27px;
}

#nav a:hover {
	background-color: #333;
	color: #9F3;
}

#nav a.active {
	background-color: #333;
}

#nav li {
	float: right;
	padding: 0;
	border-right: 1px solid #333;
	border-left: 1px solid #CCC;
}

#nav li.noborder {
	border-right: none;
}

#nav li.dooubleborder {
	border-left: none;
	background-image: url(../images/bg_border_home.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 2px;
}


/* Subpages */


#headers {
	width: 870px;
	margin: 14px auto 0 auto;
	padding: 0;
}

#headers h1 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 15px 0;
}

#headers .swipe_residentail {
	text-indent: -999em;
	height: 130px;
	background-image: url(../images/bg_header_residential.jpg);
	background-repeat: no-repeat;
}

#headers .swipe_commercial {
	text-indent: -999em;
	height: 130px;
	background-image: url(../images/bg_header_commercial.jpg);
	background-repeat: no-repeat;
}

#headers .swipe_industrial {
	text-indent: -999em;
	height: 130px;
	background-image: url(../images/bg_header_industrial.jpg);
	background-repeat: no-repeat;
}

#headers .swipe_emergency {
	text-indent: -999em;
	height: 130px;
	background-image: url(../images/bg_header_emergency.jpg);
	background-repeat: no-repeat;
}

#headers .swipe_referrals {
	text-indent: -999em;
	height: 130px;
	background-image: url(../images/bg_header_referrals.jpg);
	background-repeat: no-repeat;
}

#headers .swipe_contact {
	text-indent: -999em;
	height: 130px;
	background-image: url(../images/bg_header_contact.jpg);
	background-repeat: no-repeat;
}


#content2 {
	width: 806px;
	margin: 0 auto;
	padding: 0;
}

#content2 a:link {
	color: #015F91;
	text-decoration: none;
}

#content2 a:visited {
	color: #015F91;
	text-decoration: none;
}

#content2 a:hover {
	color: #6C0;
	text-decoration: underline;
}

#column1 {
	float: left;
	width: 520px;
	margin: 0;
	padding: 0 15px 0 0;
	border-right: 1px dashed #CCC;
}

#column2 {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
}

.column3 {
	float: left;
	width: 235px;
	margin: 0;
	padding: 0 0 0 25px;
}

#column4 {
	float: left;
	width: 720px;
	margin: 0;
	padding: 0 15px 0 0;
}




/* FORMS */

form {
	margin: 0;
	padding: 0;
}

.form1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 340px;
}

.form1 p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 14px;
}

.form1 h4 {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 20px;
	color: #015F91;
	text-transform:none;
	font-weight:normal;
}

legend {
	font-weight: bold;
}

label {
	float: left;
	width: 105px;
	padding-right: 15px;
}

fieldset div {
	width: 250px;
	float: left;
	padding-bottom: 20px;
}

.textInput {
	border: 1px solid #999;
	background: #E5E5E5;
	color: #333;
	font-size: 12px;
}

.other {
	width: 100px;
	margin-left: 10px;
	height: 12px;
}

p.submit {
	display: block;
	width: 170px;
	clear: both;
	padding: 5px 0 0 0;
	margin: 0 0 0 150px;
}

textarea {
	width: 200px;
}

/* Footer */

#footer {
	clear:both;
	position: absolute;
	width:100%;
	height: 80px;
	bottom:0; /* stick to bottom */
	left: 0;
	background-color:#444;
	margin: 0 auto;
	font-size: 1em;
	color:#FFF;
	line-height: 1.3em;
}

#footer p {
	display: block;
	text-align: left;
	width:880px;
	background-color:#666;
	margin: 0 auto;
	padding: 15px 0 0 20px;
	height: 65px;
	background-image: url(../images/bg_plugs.gif);
	background-repeat:no-repeat;
	background-position: 720px 0;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #09C;
	text-decoration: underline;
}

.smaller {
	font-size: .8em;
}


/* Extras */

.cleaner {
	clear:both;
}

.camera {
	margin: 0 0 15px 0;
	padding: 0 0 0 33px;
	background-image: url(../images/icon_camera.gif);
	background-repeat:no-repeat;
	line-height: 20px;
}


