body
{
	margin:0;
	padding:0;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a{ color:#12285f; outline: none;}
a:hover{color:#12285f;}

h1
{
	font-size: 30px;
	font-family: "Times New Roman", Times, serif !important;
	color: #222;
	padding:0 0 15px;
	margin:0;	
}

h2
{
	font-size: 18px;
	font-family: Times New Roman;
	color: #285179;
	padding:0 0 15px;
	margin:0;
}

li.points
{
  font-size:14px;
  font-weight:bold;
  margin-left: 35px;
  padding: 5px;
  list-style-type: bullet;
  color:#285179;
  font-family:Arial;
}
 
p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding:0 0 15px 0;
	margin:0;
	line-height: 20px;
}


.clear{ clear:both; margin:0; padding:0;}
.main_wrapper{ width: 100%; height: 100%;}
.header{ width: 100%; background: url(../cleaning_services/Cleaning_Service_bg.jpg) left top repeat-x;}
.header_left{ width: 50%; float:left; height: 150px;}
.header_right{ width: 50%; float:right;}
.header_right img{ float: right; padding:0;}
.body_content{ width:100%; height:auto; background: url(../cleaning_services/body_bg.jpg) left top repeat-y;}
.left_col{ float: left; width: 217px; padding: 0 0 30px 0;}
.left_col .phone {
    color: #fff;
    font-size: 23px;
    line-height: 25px;
    padding: 30px 0 20px;
    text-align: center;
}

.right_col {
    background: none repeat scroll 0 0 #fff;
    float: right;
    width: 86%;
}

.right_col_content {
    padding: 25px;
}
.external{ padding:0; text-align:center;}
.external p{ color: #fff; font-size: 12px; text-align:center; padding: 0;}
.external img{ padding: 15px 0 0 0;}
.footer{ background: url(../cleaning_services/Construction_clean_up_botto.jpg) left top repeat-x #999999; height: auto;} 
.forbig_image{}
.forbig_image img {
    float: right;
    margin-left: 30px;
}
.small_image{ float: left;}

.service_box {
    float: right;
    margin: 0;
    padding: 0;
    width: 550px;
}
.service_box ul{ margin:0; padding:0; list-style: none;}

.service_box ul li {
    float: left;
    margin: 0 10px 15px;
    padding: 0;
    width: 255px;
}
.table_left{ width:425px; float: left;}
.table_right{ width:425px; float: left;}
.table_right p, .table_left p {
    font-size: 11pt;
    line-height: 23px;
}










#cssmenu {
  position: relative;
  height: auto;
  width: auto;
  margin:20px 0 50px 10px;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu ul li a {
  color: #12285f;
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: underline;
  outline: none;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu ul li:hover > a {
  color: #000;
  text-decoration: underline;
}

#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 4px solid transparent;
  border-top-color: #fff;
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
	display: none;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 43px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 35px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
  list-style:none;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 40px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 156px;
  border-bottom:1px solid #000;
  padding: 12px 20px;
  font-size: 12px;
  color: #fff;
  background:#814b06;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  text-align:left;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #ff9900;
  color: #000;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}

#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}




@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	
#cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
	border-right: 0;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
	float: none;
	height:auto;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #000;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
	display:inline-block;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: none;
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 12px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 20px;
    top: 22px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
  
  
#cssmenu ul li a#current {
    background: #c47533;
    border: medium none;
    border-radius: 0;
	color: #fff;
}
#cssmenu ul li a.active{  color: #1c466e;background:#ffcc00;}


}



@media only screen and (max-width: 767px){
	
#cssmenu{ height:auto; background: none; margin:15px 0 0 0px;}
#cssmenu > ul > #menu-button{ display:inline-block; width:100%;}
#cssmenu > ul{ margin:0 auto; width:288px;}
#cssmenu #menu-button > a{ background:#0f2c88; color:#fff; width:86%; min-width:86%; height:22px; padding:8px 20px; line-height: 22px; text-decoration: none;}
#cssmenu #menu-button > a:hover0{ background: none;}
#cssmenu > ul > li > a{ background: #c5d6e7; border-top: 1px solid #fff; color: #003262;text-decoration: none;}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.has-sub > a:hover{ background: #0f2c88; color:#fff;text-decoration: none;}
#cssmenu > ul > li > ul > li > a{ background:#000; color:#f1d7c5; font-weight:normal; border-bottom: 1px solid #1a1a1a;}
#cssmenu > ul > li > ul > li:hover > a{ background:#291e0e; color:#dddddd;}
#cssmenu > ul > li.has-sub > a, #cssmenu ul li a{ font-size:14px; font-weight: normal;}
.header-inr{ height:auto;}
#cssmenu > ul.open > li#menu-button > a{ color:#fff; line-height: 22px;}

#cssmenu ul.open li, #cssmenu > ul.open > li{ border-top: none;}
#cssmenu ul.open li:first-child, #cssmenu > ul.open > li:first-child{ border-top: none;}


#cssmenu > ul > ul > li > a, #cssmenu ul li a:hover, #cssmenu > ul > ul > li:hover a{ border-radius:0 !important;}
#cssmenu ul li a{ min-width:82%; text-align:left;}
#cssmenu ul ul li a{ width:228px; min-width:228px;}
#cssmenu ul li:last-child{ float:none;}
#cssmenu ul li a{ 
	padding:12px 20px; 
	float: none;
	height:auto;
}
#cssmenu ul ul li a{ padding:8px 30px;}
#cssmenu ul li a.active{  color: #fff;background:#144676;}


.header {
    background: url("../images/electrical_contractor_bg.jpg") repeat-x scroll left top rgba(0, 0, 0, 0);
    width: 100%;
}

.header img {
	width: 100%;
    padding: 0;
}

.left_col {
    float: none;
    padding: 0;
    width: auto;
}

.body_content { background: none;}
.left_col .phone {
    color: #204d78;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    padding: 13px 0;
    text-align: center;
}

.right_col {
    float: none;
    width: auto;
}

.right_col_content {
    padding: 25px 15px;
}

.forbig_image { text-align:center;}
.forbig_image img {
    float: none;
    padding: 8px 0;
    width: 100%;
	margin:0;
}

.small_image {
    float: none;
	text-align:center;
}
.forbig_image p{ text-align: left;}
.small_image blockquote{ margin:0; padding:0;}
.right_col_content blockquote{ margin:0; padding:0;}

.external p {
    color: #103a63;
    font-size: 18px;
}
.external img{ float: left;}
.external {
    margin: 0 auto;
    width: 270px;
}

.service_box {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: auto;
}
.table_left{ width:100%; float: none;}
.table_right{ width:100%; float: none;}

.header_left{ width: auto; float:none; height: 100px;}
.header_right {
    float: none;
    margin-top: -15px;
    width: auto;
}
.header_right img{ float: none; padding:0; width: 100%;height: 100%;}
.header_left img{ width:100%; height: 100%;}
.window_side{ display: none;}

h1 {font-size: 23px;}
h1 img{ width: 100%; padding: 10px 0; margin:0;}

.footer {height: auto;}
.right_col_content img{ float: none; width: 100%; margin:0; padding:10px 0;}


}












