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

/*These are the universal styling elements that are present on each page */

body, ul, li, h1, h2, h3, h4, h5, h6, form, p, ol 
{ margin : 0; padding : 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background-image: url(images/bgbody.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #c8e9fe;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 28px;
	line-height: 32px;
	color: #134A4C;
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	color: #b74433;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}



ul , ol{
	list-style-type: none;
}
a {
}
a:hover {
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #branding {
	display: inline;
	float: left;
	height: 325px;
	width: 960px;
	background-image: url(images/bgBranding.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper #branding #mainnavigation {
	display: inline;
	float: right;
	width: 700px;
	margin-left: 0px;
	background-color: #999;
	height: 90px;
	margin-top: 25px;
	margin-right: 25px;
}
#wrapper #branding #mainnavigation li {
	width: 140px;
	float: left;
	height: 90px;
}
#mainnavigation li a   {
	display: block;
	width: 140px;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 90px;
}
#wrapper #branding #mainnavigation li a:hover {
	background-repeat: no-repeat;
	background-position: center top;
}
#homePage .buttonHome a , #aboutPage .buttonAbout a , #servicesPage .buttonServices a , #whyPage .buttonWhy a , #contactPage .buttonContact a{
	display: block;
	width: 140px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
}
.buttonHome a{
	background-image: url(images/buttonHome.png);
}
.buttonAbout a{
	background-image: url(images/buttonAbout.png);
}
.buttonServices a{
	background-image: url(images/buttonServices.png);
}
.buttonWhy a{
	background-image: url(images/buttonWhy.png);
}
.buttonContact a{
	background-image: url(images/buttonContact.png);
}


#wrapper #stage {
	display: inline;
	float: left;
	width: 960px;
	background-color: #F8FAE9;
	background-image: url(images/bgStage.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper #stage #homeMain {
	display: inline;
	float: left;
	width: 540px;
	background-image: url(images/cleaningSupplies.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 250px;
	padding-top: 25px;
	margin-left: 3px;
}

#wrapper #stage #homecolumn {
	display: inline;
	float: right;
	width: 350px;
	margin-right: 20px;
}

#wrapper #stage #homeMain p {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 40px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: right;
}
#homecolumn .homeInfo   {
	display: block;
	height: 150px;
	width: 335px;
	margin-bottom: 10px;
	padding-left: 5px;
	background-image: url(images/bgHomeInfo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 25px;
}
#wrapper #stage #homecolumn a {
	text-decoration: none;
	color: #000;
}
#wrapper #stage #homecolumn a .homeInfo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#homecolumn .homeInfo img {
	float: left;
	margin-right: 10px;
}

#homecolumn .homeInfo h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #144C4E;
	text-transform: capitalize;
	margin-bottom: 3px;
}
#homecolumn .homeInfo ul {
	float: left;
	width: 200px;
}

#wrapper #stage #homecolumn .homeInfo ul li {
	margin-left: 25px;
	line-height: 15px;
	padding-left: 15px;
	background-image: url(images/littleCheckmark.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

#wrapper #stage #smallcolumn {
	display: inline;
	float: left;
	width: 260px;
	margin-left: 40px;
	background-color: #FFFF7F;
	padding-right: 20px;
	padding-left: 20px;
}
.smallServices {
	background-image: url(images/bgSmallServices.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 730px;
	padding-top: 20px;
}
.smallAbout {
	background-image: url(images/bgSmallAbout.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 730px;
	padding-top: 20px;
}
.smallContact {
	background-image: url(images/bgSmallContact.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 730px;
	padding-top: 20px;
}
.largeServices {
	background-image: url(images/bgLargeServices.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 730px;
	padding-top: 20px;
}
.largeAbout {
	background-image: url(images/bgLargeAbout.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 730px;
	padding-top: 20px;
}

#wrapper #stage #largecolumn {
	display: inline;
	float: right;
	width: 520px;
	margin-right: 40px;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
}
.serviceType {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 10px;
	height: 380px;
	background-image: url(images/bgServiveType.png);
	background-repeat: no-repeat;
	background-position: center top;
}


#wrapper #stage #admin {
	width: 900px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#wrapper #stage #bigcolumn {
	width: 900px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	display: inline;
}
#howEmployee {
	clear: both;
	float: right;
	width: 375px;
	background-image: url(images/retainEmployee.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 250px;
	margin-right: 250px;
	margin-top: -80px;
	z-index: 250;
}
.whyParagraph {
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}


#reasonlist     {
	display: block;
	float: left;
	padding-top: 100px;
	background-image: url(images/reasonsArrow.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: -40px;
	padding-bottom: 15px;
}
#reasonlist li     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	list-style-type: decimal;
	height: 30px;
	list-style-position: outside;
	float: left;
	color: #144B4D;
	margin-left: 50px;
	width: 300px;
}

.reasons {
	float: left;
	width: 180px;
	display: inline;
	margin-right: 12px;
	margin-left: 13px;
	height: 440px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.reasons h3 {
	line-height: 25px;
	margin-bottom: 5px;
	color: #FFF;
}
.passion {
	background-image: url(images/bgReasonsPassion.png);
}
.integrity {
	background-image: url(images/bgReasonsIntegrity.png);
}
.clean {
	background-image: url(images/bgReasonsClean.png);
}
.greatemployees {
	background-image: url(images/bgReasonsEmployees.png);
}
.normalList {
	text-transform: uppercase;
}
.normalList li {
	margin-right: 40px;
	margin-left: 40px;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	padding-top: 5px;
}


#quickQuote {
	height: 218px;
	width: 250px;
	display: block;
	float: left;
	margin-left: 75px;
}


/* footer and bottom navigation controls and styles */

#footer {
	width: 960px;
	clear: both;
	background-image: url(images/bgFooter.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 300px;
}
#footer p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	letter-spacing: 1pt;

}
#footer p a {

}


#footer #botnav {
	list-style-type: none;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left;
	color: #13494B;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #13494B;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 10px;
	padding-bottom: 15px;
	z-index: 500;
	clear: both;
}
#footer #botnav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
}
#footer #botnav a {
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	color: #13494B;
	font-size: 12px;
	display: inline;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer #botnav a:hover {
	background-color: #FFF;
}
#footer #botnav li.last      {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#sitecredits {
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#sitecredits a {
	text-decoration: none;
	color: #3FB3F8;
}
#sitecredits p {
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
}


/*styles for testimonials */


.testimonial {
	display: inline;
	clear: both;
	float: left;
	width: 90%;
	margin-left: 5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	padding-top: 15px;
	margin-bottom: 10px;
}
.openQuotes {
	background-image: url(images/openQuotes.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-left: 30px;
}
.closeQuotes {
	background-image: url(images/closeQuotes.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 30px;
	padding-bottom: 10px;
	text-align: right;
	padding-top: 10px;
}


/*styles for for the contact page main form */

#MainContact {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bgForm.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 75px;
}
#MainContact fieldset {
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #144E50;
}
#MainContact fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

/*random styles for other areas */


.phonenumbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
#newPhotos {
	float: left;
	width: 900px;
	margin-right: 30px;
	margin-left: 30px;
}

