@charset "utf-8";
body  {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	background-image: url(../images/graygradient1500.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EFEFEF;
	margin: 10px auto 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
} 
#sidebarComm #fadeshow2 {
	width: 250px;
	height: 188px;
}
#sidebarComm #guy {
	float: left;
	width: 250px;
	margin-left: 25px;
}
#sidebarComm #guy h4 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}

#sidebarComm #fadeshow1 {
	width: 250px;
	height: 188px;
	margin-bottom: 10px;
}
#sidebarComm #fadeshow1 h4 {

}



#container1 {
	background: #FFF;
}

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
	width: 950px;
	position: relative;
	background-color: #ECE5D3;
	background-image: url(../images/equalityHeader3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
#footer h3 {
	font-size: 1.5em;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #202020;
}
#nav {
	height:35px;
	background: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 950px;
}
#nav ul {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -25px;
}
#nav li {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #202020;
	font-weight: normal;
	margin-left:10px;
	text-align: center;
}
#nav li a:link,#nav li a:visited{
	padding-top:.2em;
	padding-bottom:.2em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	line-height:1.2em;
}
#nav li a:hover {
	color:#FF0800;
	font-style: normal;
	font-size: 12px;
}
#nav li a:current {
	color:#999999;
	font-style: normal;
}

#nav li a.current,#nav li a.current:hover,#nav li a.current:active{
	color:#CCC;
	cursor:default;
	font-size: 12px;
}
#mainMenu {
	width: 475px;
}
ul.menuHorizontal li {
	float:left;
	width: 115px;
	text-align: center;
}
ul.menuVertical {
	text-align: center;
	visibility: hidden;
	position: absolute;
	list-style: none;
	width: 115px;
	font-size: .9em;	

}
#subMenuOne li {
	position: relative;
	width: 115px;
	display:block;
	background-color: #BE1A0E;
}
ul#subMenuOne {
	left:230px;
	width: 115px;
	margin-top: -11px;
}
#subMenuOne li a:link, #navMain a:visited {
	padding-top:.2em;
	padding-bottom:.2em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	line-height:1.2em;
	width: 115px;
}
#mainContent  a {
	color: #BE1A0E;
}

#subMenuOne li a:hover {
	color:#000;
	background-color: #BE1A0E;
	text-align: center;
	
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 350px;
	top: 223px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 1em;
}

#sidebar1 ul {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style: none;
	padding-left: 5px;
	line-height: 2em;
	font-size: 1em;
	font-style: italic;
}
.TheTextOff{
	color:#202020;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
}
.TheTextOn{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	color: #55A0FF;
}
.twoColFixLtHdr #mainContent {
	text-align: left;
	top: 223px;
	padding: 10px 10px 10px 10px;
	width: 425px;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 0;
	margin-bottom: 0;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.1em;
}

#sidebar2 {
	float: right;
	width: 500px;
	padding-left: 15px;
	margin-right: 25px;
	margin-top: 25px;
	text-align: left;
}
#sidebarComm {
	float: right;
	width: 400px;
	margin-right: 25px;
	margin-top: 10px;
	text-align: left;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
	background-color: #ECE5D3;
}

#mainContent h1 {
	text-align: center;
	font-size: 2em;
	color: #000;
}
.call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #202020;
}
.estimate {
	font-style: italic;
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	color: #202020;
	text-align: center;
	line-height: 1em;
}
.commercial {
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5F798A;
}
.serveNV {
	text-align: center;
}

.specializing {
	font-style: italic;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #202020;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #202020;
	text-align: center;
}
.complete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#skills {
	float: left;
	width: 400px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	margin-top: -20px;
}
#skills ul li {
	line-height: 120%;
}


.master {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #202020;
	
}
.heating {
	line-height: 1.4em;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.10em;
	color: #202020;
	text-align: center;
}
.emergency {
	font-size: 1em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: -15px;
}
.evening {
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #202020;
	text-align: left;
		  }

.financing {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #333;
	text-align: center;
}
.twoColFixLtHdr #footer {
	padding: 5px 5px 5px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	color: #FFF;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #FFF;
	text-align: right;
	line-height: 1.25em;
	font-style: normal;
	padding: 5px;
}
.coupon {
	text-align: center;
	padding-top: 15px;
}
#mapGoogle {
	float: right;
	width: 325px;
	margin-top: 15px;
	background: transparent;
	padding-right: 10px;
}

#mainContent3 {
	width: 400px;
	float: right;
	color: #000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	background-color: #ECE5D3;
	margin-right: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#union2 {
	width: 300px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 40px;
}

#contact2 {
	float: left;
	width: 425px;
	margin-top: 10px;
	text-align: left;
	margin-left: 25px;
	padding: 10px;
}

#credit {
	width: 450px;
}
.emer {
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #000;
}
#hours {
	width: 450px;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#call {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
}
#sidebarTips {
	float: left;
	width: 425px;
	margin-left: 25px;
	color: #090909;
	text-align: left;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: 15px top;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
}
#sidebarDir {
	float: left;
	width: 875px;
	margin-left: 25px;
	color: #090909;
	text-align: left;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: 15px top;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	background-color: #FFF;
}
#safety {
	float: right;
	width: 400px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 10px;
	margin-right: 25px;
	background-color: #ECE5D3;
	font-size: 14px;
}
#safety p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#sidebarTips #tips p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#tips img {
	float: left;
	padding: 10px;
}


#safety ul {
	width: 320px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#safety ul li {
	padding-bottom: 15px;
}


#tips {
	color: #080808;
}
#bottom {
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	float: right;
	color: #000;
	text-align: left;
	background-color: #ECE5D3;
	background-repeat: no-repeat;
	margin-right:25px;
	margin-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
}
#please {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	padding: 25px 15px 15px;
}
#estimate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	text-align: center;
	font-weight: bold;
}
#mainPhone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	text-align: left;
}
#meta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	background: #E3E3E3;
	color: #999;
	padding: 5px 10px;
}
#sidebarTips .emergency {
	padding-top: 35px;
	text-align: left;
}
#safety p img {
	margin-top: 15px;
	padding-left: 10px;
}


#bottom ul {
	width: 375px;
}
#bottom ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 6px;
	color: #000;
	font-weight: normal;
}
div#links {
	left: 10px;
	width: 375px;
	z-index: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	float: left;
	color: #F00;
	text-align: center;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
div#links2 {
	left: 10px;
	width: 375px;
	z-index: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	float: left;
	color: #F00;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
div#links a {
	display: block;
	text-align: left;
	border-width: 0;
	text-decoration: none;
	color: #333;
	background: url(../images/check.png) no-repeat 10px center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	width: 315px;
	padding-left: 50px;
   }
   div#links2 a {
	display: block;
	text-align: left;
	border-width: 0;
	text-decoration: none;
	color: #333;
	background: url(../images/check.png) no-repeat 10px center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	width: 315px;
	padding-left: 50px;
   }
#sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.1em;
}
#union {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

div#links a img {
	height: 0;
	width: 0;
	border-width: 0;
	margin-left: -500px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
div#links a:hover img {
	top: 200px;
	left: 500px;
	height: 225px;
	width: 225px;
	margin-left: -500px;
	padding: 10px;
}
#footer p a {
	color: #FFF;
	text-decoration: none;
}
#footer p {
	color: #FFF;
}

#footer p a:visited {
	color: #FFF;
}
#coupon p a {
	color: #000;
}
#list {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
}

#mainContent2 {
	float: left;
	width: 400px;
	margin-top: 10px;
	text-align: left;
	padding: 10px;
	margin-left: 25px;
	font-size: 14px;
}
#mainContentComm {
	float: left;
	width: 425px;
	margin-top: 10px;
	text-align: left;
	margin-left: 25px;
	padding: 10px;
	font-size: 14px;
	
}

#mainContentRes {
	float: left;
	width: 450px;
	margin-top: 25px;
	background: url(../images/residentialmarkets.png) no-repeat 25px top;
	padding-top: 65px;
	text-align: left;
	margin-left: 25px;
	
}
#mainContentInd {
	float: left;
	width: 425px;
	margin-top: 10px;
	text-align: left;
	margin-left: 25px;
	font-size: 14px;
	padding: 10px;	
}
#fadeshow3 {
	margin-left: 25px;
}
#fadeshow4 {

}
#mainContentComm h4 {
	margin-left: 25px;
}
#acc {
	float: left;
	width: 250px;
}
#clean {
	float: left;
	width: 250px;
	margin-left: 25px;
}
#moraga {
	float: left;
	width: 250px;
}
#sidebarComm  #fadeshow5 {
	float: left;
	width: 250px;
	height: 188px;
}
#guys {
	float: left;
	width: 250px;
	margin-left: 25px;
}
#moraga #fadeshow4 {
	width: 250px;
}
#moraga h4 {
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
}
#acc h4 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}
#clean h4 {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}

#guys h4 {
	font-weight: normal;
}
#contact2 h2 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#add1 {
	float: left;
	width: 200px;
}
#add2 {
	float: left;
	width: 190px;
}
#phoneCon {
	float: left;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#sidebar2 a {
	color: #BE1A0E;
}
#contract {
	float: right;
	width: 400px;
	margin-top: 10px;
	margin-right: 25px;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	background-color: #ECE5D3;
}
#contract h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#mainContent2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-align: left;
	font-weight: normal;
}
#mainContent2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}


#mainContentComm p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#mainContentComm h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#sidebarComm h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#sidebarComm p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#mainContentComm li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 6px;
	line-height: 18px;
}
#contact2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#mainContentComm h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#movie {
	width: 300px;
	height: 300px;
	background: #999;
	text-align: center;
	font-weight: bold;
	float: right;
	margin-right: 45px;
	margin-top: 10px;
}
#movie p {
	margin-top: -24px;
}
#contact2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#mainContent3 h4 {
	text-align: left;
}



a:visited {
	color: #BE1A0E;
}
#mainContent2 ul li {
	padding-bottom: 6px;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}


a:link {
	color: #BE1A0E;
	text-align: left;
}
#mainContent2 ul ul {
}

#contract ul li {
	font-size: 13px;
	padding-bottom: 6px;
	line-height: 18px;
}
#mainContent2 ul li ul li {
	padding-bottom: 3px;
}

#mainContent2 ul {
}



#mainContentInd h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#mainContent2 p a {
	text-align: center;
	font-weight: bold;
}
#sidebarTips h1 {
	font-size: 24px;
}
#bottom h2 {
	font-size: 20px;
	text-align: center;
}
#footer p a {
	text-align: center;
}
#sidebarComm ul li {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	padding-bottom: 6px;
}
#sidebarTips2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#safety h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#navy {
	float: left;
	width: 120px;
	text-align: center;
	margin-left: 30px;
}
#FAA {
	float: left;
	width: 120px;
	text-align: center;
}
#Defense {
	float: left;
	width: 120px;
	text-align: center;
	margin-bottom: 20px;
}
#Texas {
	float: left;
	width: 120px;
	text-align: center;
	margin-left: 75px;
}
#GSA {
	float: left;
	width: 120px;
	text-align: center;
	margin-bottom: 25px;
}
#mainContentComm ul {
}
#sidebarDir table {
	margin-left: 107px;
}
#sidebarDir p {
	line-height: 18px;
	font-size: 12px;
}
#dir {
	float: right;
	height: 59px;
	margin-top: -75px;
}
.gsa {
    margin-left: 50px;
	
	
}

