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

* {margin:0px;padding:0px;}

/********* SITE WIDE STYLES *********/

body {background:url(/corporate/images/blueBG.png) repeat-x #fff;}

h1 {margin-top:8px;margin-left:0px;color:#58b35d}
h2 {color:#588db3}
h3 {}
h4 {}
h5 {}
h6 {}

a:link {color:#588DB3;}
a:visited {color:#588DB3;}
a:hover {color:#4a5e6c;}

.corpCleaningLogo {
	text-indent:-9999px;
	background:url(/corporate/images/corporate-cleaning-solutions-logo.png) no-repeat;
	height:87px;
	width:199px;
	display:block;
	}


/********* Nav Main Level *********/
body#whyOldMaid #nav #whyOldMaid, body#whoNeedsUs #nav #whyOldMaid, body#ourTeam #nav #whyOldMaid, body#cleaningServices #nav #cleaningServices, body#basicServices #nav #cleaningServices, body#commonExtras #nav #cleaningServices, body#cost #nav #cleaningServices, body#testimonials #nav #testimonials a, body#giftCertificates #nav #giftCertificates a, body#schedule #nav #schedule a 
	{background:url(/corporate/images/nav-On.png) repeat-x;cursor:default;}


/********* Nav Sub Level *********/
body#whoNeedsUs #nav #whoNeedsUs a, body#ourTeam #nav #ourTeam a, body#cost #nav #cost a, body#commonExtras #nav #commonExtras a, body#basicServices #nav #basicServices a
	{background:#8bc2ea;border:1px solid #DDD;cursor:default;}


#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
	background:url('/corporate/images/dropDownBG-Green.png') repeat-x #87e486;
	padding:4px 0 5px 0;
}

#nav li:hover ul {
	left: auto;
}

.subMenu {float:none !important;font-size:83% !important;}
.subMenu a:link, .subMenu a:visited {padding:0 10px !important;margin:0 5px;border:1px solid transparent;height:25px !important;line-height:25px !important;}
.subMenu a:hover, .subMenu a:visited:hover {padding:0px 10px;margin:0 5px;background:#8bc2ea !important;border:1px solid #DDD;height:25px !important;line-height:25px !important;}

/********* CONTENT *********/
.content {padding:10px 10px 0 30px;background:url(/images/contentBG.gif) repeat-y;}


/********* HOMEPAGE LAYOUT *********/
.introText {padding-top:100px;}
#corpBG {
	background:url(/corporate/images/homeBG.png) no-repeat center top;
	margin:0 auto;
	height:697px;
 }
 
 /********* NAVIGATION *********/

#nav ul li{display:block;color:#FFF;float:left;}
#nav ul li a {display:block;color:#FFF;padding:0 22px;text-decoration:none;font-size:99%;height:33px;line-height:33px;font-weight:bold;}
#nav ul li a:link {color:#FFF;text-decoration:none;display:block;height:33px;line-height:33px;}
#nav ul li a:hover {background:url(/corporate/images/nav-On.png);}

