/* colors
 * 
 *  navy blue		002154
 *  neutral light 	c1ad79
 *  neutral medium	938356
 *  light gray		bbbebf
 *  medium gray		787e80
 *  dark gray		404344
 *  medium brown	3f3c21
 *  dark brown 		272300
 *  dark orange 	9f3415
 *  dark red 		a53126
 *  dark yellow 	ccba00
 * 
 */

/* reset formatting */

	html, body { width: 100%; height: 100%; }
	html, body, table, img {	border:0;	margin:0;	padding:0;}
	p, h1, h2, h3, h4, h5, h6 {	margin:0;	padding:0;	font-weight:normal; font-size: 100%; line-height: 130%;}
	form {margin:0;	padding:0;	display:inline;}
	a {text-decoration:none;}
	td { padding: 0; vertical-align: top;}
	ul,ol {list-style: none; margin:0;	padding:0;}
	ul li, ol li {list-style-type: none; margin:0; padding:0; position: relative;}


/* common formatting shortcuts */
 
	small {	font-size:0.85em;}
	sup {	position:relative;	bottom:0.3em;	vertical-align:baseline;}
	sub {	position:relative;	bottom:-0.2em;	vertical-align:baseline;}
	acronym, abbr {	cursor:help;	letter-spacing:1px;	border-bottom:1px dashed;} 
	.clear, .clear-hidden         { clear:both; }
	.clear-hidden	{ font-size: 0em; }
	.clear-after:after	{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.float-left    { float:left; }
	.float-right   { float:right; }
	.text-left     { text-align:left; }
	.text-right    { text-align:right; }
	.text-center   { text-align:center; }
	.text-justify  { text-align:justify; }
	.bold          { font-weight:bold; }
	.italic        { font-style:italic; }
	.underline     { border-bottom:1px solid; }
	.highlight     { background:#ffc; } 
	.nopadding     { padding:0; }
	.noindent      { margin-left:0;padding-left:0; }
	.nobullet      { list-style:none;list-style-image:none; }
	.hidden		   { display: none;}

	
/*
 *   typography   *****************************************************************
 */
 
 	html,
	body,
	input,
	select,
	textarea
	{
		font-family: helvetica, arial, sans-serif, tahoma, verdana;
		font-size: 90%;	
		line-height: 130%;
	}

	/* links */
 
	a, a:link
	{
		text-decoration: underline;
	}
	a:visited
	{
	}
	a:hover
	{
		text-decoration: none;
	}
	 
 
/* 
 *   page blocks    ******************************************************
 */


	body
	{
		background-color: #fff;
		color: #000;
		background-image: url(images/header.jpg);
		background-position: top center;
		background-repeat: repeat-x;
	}
	
/* body wrapper */

	.body-wrap
	{
		background-image: url(images/footer.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;

	}
	
/* page wrapper */
	
	.page
	{
		margin: 0 auto;
		width: 800px;
		position: relative;
	}	

/* branding */

	.branding
	{
		position: relative;
		height: 240px;
	}
	.branding h2
	{
		font-size: 140%;
		display: none;
		font-weight: bold;
	}
	.branding p
	{
		display: none;
	}
	.branding a
	{
		width: 100%;
		height: 100%;
		display: block;
	}
		
/* bee bio link */

	#bee
	{
		height:72px;
		left:39px;
		opacity:0.5;
		position:absolute;
		top:40px;
		width:66px;
	}
	#bee a
	{
		text-indent: -9999px;
		font-size: 0px;
		display: block;
		height: 100%;
		width: 100%;
	}

/* main nav */

	.nav
	{
		position: absolute;
		top: 0;
		right: 0px;
		width: 670px;
		height: 55px;
		overflow: hidden;
	}
	
	/* hide heading */
	.nav h2
	{
		position: absolute;
		left: -9999px;
	}
	.nav ul
	{
		float: right;
	}
	.nav li
	{
		position: relative;
		float: left;
		margin: 5px 0 0 0;
		padding: 15px 15px 0;
	}
	.nav a,
	.nav a:link,
	.nav a:visited
	{
		color: #2d3745;
		font-size: 115%;
		font-weight: bold;
		text-decoration: none;
	}
	
	/* link hover */
	.nav a:hover
	{
		color: #fff;
	}

	/* selected link */
	.nav li.active
	{
		color: #fff;
		background-image: url(images/nav_tab.jpg);
		background-position: top left;
		background-repeat: repeat-x;
		height: 50px;
	}
	.nav li.active a,
	.nav li.active a:link,
	.nav li.active a:visited,
	.nav li.active a:hover
	{
		font-weight: bold;
		color: #fff;
	}

/*
** content area
*/

	.content
	{
		width: 70%;
		float: left;
		margin-top: 0px;
	}
	.content h1
	{
		margin: 0 0 .25em 0;
		font-weight: normal;
		font-style: normal;
		font-size: 250%;
		letter-spacing: -1px;
		line-height: 110%;
		text-transform: uppercase;
		color: #002154;
	}
	.content h2
	{
		margin: 1em 0 .5em 0;
		font-weight: bold;
		font-size: 150%;
		line-height: 120%;
		color: #a53126;
		clear: left;
	}
	.content h3
	{
		margin: .5em 0 .5em 0;
		font-weight: normal;
		font-size: 125%;
		line-height: 120%;
		font-weight: bold;
		clear: left;
	}
	.content p
	{
		margin: 0 0 .75em 0;
		line-height: 140%;
	}
	/* unordered list */
	.content ul
	{
		margin: 15px 0 15px 20px;
		list-style: disc;
	}
	.content ul li
	{
		margin: 0 0 10px 20px;
		list-style-type: disc;
	}
	/* order list */
	.content ol
	{
		margin: 15px 0 15px 20px;
		list-style: decimal;
	}
	.content ol li
	{
		list-style-type: decimal;
		margin: 0 0 10px 25px;
	}
	.content p,
	.content ul,
	.content ol,
	.content h3
	{
		margin-left: 20px;
	}
	/* links */
	.content a,
	.content a:link,
	.content a:visited
	{
		color: #00379a;
	}
	.content a:hover
	{
		color: #ccba00;
	}
	.content blockquote
	{
		margin: 20px;
		margin-left: 40px;
		padding: 15px;
	}
	
	/* inline content */
	
	.inline-left
	{
		float: left;
		margin: 0 10px 10px 0;
	}
	.inline-right
	{
		float: right;
		margin: 0 0 10px 10px;
	}

	/* contact form */
	
	#form-contact
	{
		margin: 20px;
		display: block;
	}
	#form-contact fieldset
	{
		border: none;
		margin: 0 0 5px 0;
		padding: 0;
	}
	#form-contact label
	{
		clear: both;
		display: block;
		float: left;
		width: 150px;
	}
	#form-contact .text,
	#form-contact select
	{
		width: 200px;
	}
	#form-contact textarea
	{
		width: 400px;
		height: 100px;
	}
	
	/* specific content */
	
	.content ul.cleaning-company li
	{
		background-image:url(images/checkmark-big.jpg);
		background-position:1px 2px;
		background-repeat:no-repeat;
		list-style-type:none;
		margin-left:0pt;
		padding:16px 0pt 5px 50px;
	}
	
	.content .nfpa-changes
	{
		background: #a53126; 
		color: #fff; 
		margin-left: 15px;
	}
	.content .nfpa-changes a,
	.content .nfpa-changes a:link,
	.content .nfpa-changes a:visited
	{
		color: #c1ad79;
	}
	.content .nfpa-changes-list span
	{
		font-weight: bold;
		color: #999;
	}
	
	.content .nfpa-violations span
	{
		font-weight: bold;
		color: #999;
	}

	/* photos */
	
	.content .hood-pics .loading
	{
		margin:20px;
	}
	.content .hood-pics .loading img
	{}
	.content .hood-pics .loading span
	{
		color:#333333;
		font-size:120%;
		left:10px;
		position:relative;
		top:-6px;		
	}
	.content .hood-pics p {
		margin: 0 0 .5em 0;
	}

	.content .hood-pics ul
	{
		margin: 20px 0 0 0;
		padding: 0;
		list-style:none;
	}
	.content .hood-pics ul li
	{
		margin: 0 30px 20px 0;
		padding: 0;
		list-style: none;
		float: left;
	}
	.content .hood-pics ul img
	{
		border: solid 1px #ddd;
		padding: 4px;
	}
	.content .hood-pics a:hover img
	{
		border: solid 2px #ccba00;
		padding: 3px;
	}
	.content .hood-pics .caption
	{
		margin: 0;
		font-size: 90%;
		color: #666;
		text-align: center;
	}
	
	
	/* pics key form */
	
	#pics-form
	{
		margin: 30px 20px;
		color: #666;
		display: block;
	}
	#pics-form fieldset
	{
		border: none;
	}
	#pics-form label
	{
		float:left;
		font-size:125%;
		position:relative;
		top:15px;
		width:100px;
	}
	#pics-form #pics-key
	{
		font-size:150%;
		padding:10px 5px;
	}
	#pics-form #pics-submit
	{
		position:relative;
		top:-7px;
		left: 10px;
	}
	
	/* before & after pics */
	
	#before-after-pics
	{
		margin: 20px 0 0 0;
		padding: 0;		
	}
	#before-after-pics li
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		height: 240px;
		position: relative;
		clear: both;
	}
	#before-after-pics .before img,
	#before-after-pics .after img
	{
		border: solid 1px #666;
	}
	
	#before-after-pics .before
	{
		width: 250px;
		float: left;
	}
	#before-after-pics .after
	{
		width: 250px;
		margin-left: 40px;
		float: left;
	}
	#before-after-pics p
	{
		text-align: center;
		color: #666;
		margin: 5px 0 0 0;
		font-size: 125%;
	}
	#before-after-pics .after p
	{
		font-weight: bold;		
	}
	#before-after-pics .arrow,
	#before-after-pics span
	{
		position: absolute;
		top: 30px;
		left: 215px;
		display: inline;
	}
	#before-after-pics span .arrow
	{
		position: relative;
		top: 0px;
		left: 0px;
	}

	/* bee bio */
	
	#bee-bio dl
	{
		margin: 0 0 0 20px;
	}
	#bee-bio dt
	{
		float: left;
		width: 90px;
		color: #666;

	}
	#bee-bio dd
	{
		margin: 0 0 10px 90px;
	}
	#bee-bio .name
	{
		font-weight: bold;
	}
	#bee-bio .species
	{
		font-style: italic;
	}
	#bee-bio .portrait
	{
		float: right;
		margin: -50px 10px 0 0;
	}
	
	/* supplemental sidebar */
	
	.supp
	{
		width: 185px;
		float: right;
		/*
		background-color: #bbbebf;
		background-image: url(images/sidebar-metal.jpg);
		background-position: left top;
		background-repeat: repeat-y;
		margin-top: 10px;
		*/
		padding: 0 10px 10px 10px;
		overflow: hidden;
		margin-top: -10px;
	}
	.supp h2
	{
		color: #a53126;
		font-size: 130%;
		font-weight: bold;
		margin: 1em 0 .5em 0;
	}
	.supp p
	{
		margin-bottom: .5em;
		margin-left: 10px;
		color: #666;
	}
	/* links */
	.supp a,
	.supp a:link,
	.supp a:visited
	{
		color: #00379a;
	}
	.supp a:hover
	{
		color: #ccba00;
	}
	
	/* customer logos */
	
	.supp .customer-logos
	{
		height: 290px;
		overflow: auto;
	}
	.supp .customer-logos img
	{
		margin: -5px 0;
	}
	
/*
** footer
*/

	.site-info
	{
		clear: both;
		height: 162px;
		position: relative;
	}
	.site-info div
	{
		font-size: 90%;
		position: absolute;
		right: 20px;
		bottom: 30px;
	}
	.site-info p
	{
		text-align: right;
		color: #333;
	}
	.site-info a,
	.site-info a:visited
	{
		text-decoration: none;
		color: #333;
	}
	.site-info a:hover
	{
		text-decoration: underline;
		color: #fff;
	}
	.site-info h2
	{
		display: none;
	}
	.site-info #simplimation
	{
		font-size:95%;
	}
	
