@charset "utf-8";
/* CSS Document */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 1em Open sans, Helvetica, Arial, sans-serif;
		color: #818181;
		line-height:180%;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }
 


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		
		font-family: Open Sans, "Arial", Helvetica, serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 220%; line-height: 120%; margin-bottom: 14px; text-transform:uppercase; }
	h2 { font-size: 180%; line-height: 130%; margin-bottom: 14px; text-transform:uppercase;font-weight:bold; margin-top:25px}
	h3 { font-size: 140%; line-height: 130%; margin-bottom: 14px; font-style:italic;}
	h4 { font-size: 120%; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }
	
	p { margin: 0 0 14px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	.bluetext { color:#0081ff }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }
	


/*	Horizontal rules (section breaks) */
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	.blue { width:48px; border: solid #0081ff; border-width: 4px 0 0;margin-left: auto; margin-right: auto; margin-bottom:12px; }


/* #Links
================================================== */
	a, a:visited { color: #0081ff; text-decoration: none; outline: 0;  }
	a:hover, a:focus { color: #0081ff; }
	p a, p a:visited { line-height: inherit; }



/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
		
		
/* #General Styles
================================================== */
	.logo { margin:10px 0 0 20px; float:left }
	
	#header ul {
		list-style: none;
		margin:30px 0 0 0;
		float:right;
		text-transform:uppercase;
		font-size:.9em;
	}

	#header li {
		float: left;
		display:block;
		padding:10px 5px 0 5px;
		}	
	
		
	li {
		list-style:circle;
		margin-left:40px
	}	
		
	.small {
		font-size:13px;
	}
		
	#sidebar .contact { font-size:20px;text-transform:uppercase; }	
	#sidebar ul {list-style: none; }

	#sidebar li {list-style: none;float: left; text-transform:uppercase; width:100%; height:45px; margin-top:14px; border-bottom:#0081ff 3px solid; border-left:#0081ff 7px solid; margin-left:1px; padding:6px 0 0 40px;  background-repeat:no-repeat }

.background1 {background-image:url(../images/commercial-cleaning-icon.png);}
.background2 {background-image:url(../images/window-cleaning-icon.png);}
.background3 {background-image:url(../images/property-maintenance-icon.png);}


	#sidebar li p{line-height:100%; margin-top:5px}
	
		
	#footer	{
		background-color:#e3e6ea; 
		width:100%; 
		font-size:13px; 
		border-top:#c1baba 1px solid; 
		margin-top:30px; 
		padding-bottom:30px
	}
	
	input, textarea, select {
     font-size: 12px;
     color:#333333;
     border: 1px solid #555553;
     font-family: verdana, sans serif;
	 background-color: #efefef;
	 padding:8px;
}
		


.navsmallfont { font-size:10px; border-top:#787880 1px dotted; padding:2px 5px 0 0 }
.quote {font-style:italic; color:#7d7c7c; display:block; margin-bottom:20px}
.smallfont { font-size:11px; padding-top:6px; color:#7c7d82 }
.bluefont {color:#007fff}
.greenfont {color:#1eb052}


/* #NAVIGATION
================================================== */



#menu ul {

	list-style: none;

}

#menu li {

	display: inline-block;
	
}

/* nav link */
#menu a {
	display: block;
	text-decoration:none;
	color:#4f4f55;
	font-weight:700;
	
}
#menu a:hover {
	color:#007fff
}


/* nav dropdown */
#menu ul {
	padding: 2px;
	position: absolute;
	display: none; /* hide dropdown */
	width:130px;
	background-color:#fff;
	margin-left:-20px;
	margin-top:10px
}
#menu ul li {
	float: none;
	margin: 0;
	padding: 4px 10px;
	background-image:none	
}

#menu ul li a {
	padding: 2px 10px;
}

#menu ul li a:hover {
	border-bottom:none;
	background-color:#fff
}
	
#menu li:hover > ul {
	display: block; /* show dropdown on hover */
}
#menu li.sub{
	width:100%;
	
	
}


.slicknav_menu {
        display:none;
    }
	
	
    
@media screen and (max-width: 850px) {
        /* #menu is the original menu */
        .js #menu {
            display:none;
        }
        
        .js .slicknav_menu {
            display:block;
        }
		
		.logo { margin:0; float:left }
		h2 { font-size: 150%;}
 }

       