/* Jani-King Consumer, Darren Wissler 06-09 */

/* TABLE OF CONTENTS

+ CONTAINER
	- HEADER
	- FLASH
	+COLUMN CONTAINER
 		- LEFT COLUMN
		- RIGHT COLUMN
+ FOOTER
	- FOOTER CONTENT

*/
 
/*--------------------------------------------------------------------------> + CONTAINER */
#container {
	margin: auto;	
	width: 980px;
	text-align: left;
	font-size: 1.4em;
	color: #424d53;
	line-height: 1.3em;
 }
 
/*-----------------------------------> - HEADER */
#header {
 	width: 980px;
	height: 95px;
	margin-top: 10px;
	float: left;
 }
 
#header .logo {
 	float: left;
	margin: 10px 0 0 50px;
 }
 
#header .locateAnOffice {
 	float: right;
	display: block;
	margin-top: 25px;
	margin-right: 15px;
 }
 
#header h1 .top {
 	font-size: 1em;
 }
 
#header h1 .bottom {
 	text-indent: 2em;
	font-size: 1.2em;
	margin-top: 10px;
 }
 
 #header h1.landing .bottom {
 	text-indent: 2em;
	font-size: 1.5em;
	margin-top: 10px;
 }

#header h1 {
	color: #fff;
	float: left;
	margin: 15px 0 0 40px;
	background: none;
	font-weight: normal;
	width: 480px;
}

#header h1.landing {
	color: #0671a3;
	margin: 15px 0 0 120px;
}

#header ul li {
	display: inline;
}

#header ul {
	float: right;
	font-size: .9em;
	color: #b9e8ff;
	margin-right: 20px;
}

#header a, #footer a {
	color: #FFF;
	text-decoration: none;
}

/*-----------------------------------> - FLASH */
#flash {
	background: url(../i/consumer_flash_bg.png) no-repeat;
	width: 900px;
	height: 279px;
	float: left;
	margin-left: 10px;
	padding: 25px 30px 0 30px;
}

#flashMap {
	background: url(../i/consumer_flash_bg.png) no-repeat;
	width: 960px;
	height: 500px;
	float: left;
	padding: 17px 0px 0 10px;
}

#flashExpertise {
	background: url(../i/consumer_flash_bg.png) no-repeat;
	width: 902px;
	height: 410px;
	float: left;
	margin-left: 10px;
	padding: 25px 30px 0 30px;
}

#headerImage {
	background: url(../i/consumer_flash_bg.png) no-repeat;
	width: 900px;
	height: 279px;
	float: left;
	margin-left: 10px;
	padding: 25px 30px 0 30px;
}

/*-----------------------------------> + COLUMN CONTAINER */
#columnContainer {
	float: left;
	width: 870px;
	background: url(../i/consumer_columnContainer_bg.jpg) no-repeat;
	padding: 35px 55px 20px 55px;
}

.indentedContent {
	margin-left: 17px;
}

/* - LEFT COLUMN */
#leftColumn {
	width: 490px;
	float: left;
}

#leftColumn ul li.PBItem, #rightColumn ul li.PBItem {
	font-weight: normal;
	font-size: 1.1em;
}

#leftColumn ul, #rightColumn ul {
	font-weight: 700;
	font-size: .9em;
}

/* - RIGHT COLUMN */
#rightColumn {
	width: 367px;
	float: right;
}

.cta {
	width: 350px;
	background: url(../i/consumer_rightColumn_bg.jpg) 0 10px repeat-y;
	float: right;
	margin-bottom: 15px;
}

.cta p {
	padding: 0px 30px 20px 30px;
	margin: 0;
	font-size: .9em;
	background: url(../i/consumer_rightColumn_bottom_bg.jpg) bottom no-repeat;
}

.cta h2 {
	padding: 25px 30px 10px 30px;
	font-weight: 700;
	background: url(../i/consumer_rightColumn_top_bg.jpg) top no-repeat;
}

.cta .new {
	padding: 25px 30px 27px 30px;
	margin: 0px;
	font-weight: 700;
	background: url(../i/consumer_rightColumn_NEW_top_bg.jpg) top no-repeat;
}

.cta a {
	display: block;
	line-height: 2em;
	font-weight: 700;
}

.cta input {
	float: left;
	margin-bottom: 10px;
}

.cta .searchBtn {
	float: right;
	margin: -7px 10px 0 0px;
}

.searchButton {
	margin-left: 10px;
	margin-top: -5px;
	float: left;
}

.search {
	margin-left: 40px;
	margin-bottom: 20px;
}

.fb-like {
	margin-bottom: 10px;
}

ul.like_tweet_plusone {
	padding: 0;
}

.like_tweet_plusone li {
	display: inline;
}

.like_tweet_plusone .like {
	position: absolute;
}

.like_tweet_plusone .tweet {
	margin-left: 75px;
}

*html body .search {
	margin-left: 40px;
	margin-top: 5px;
}

.searchField {
	float: left;
}

.headerLinks ul {
	padding: 0px;
	margin: 0px;
}

/* CTA for Social Media Icons */
.cta_social {
	width: 350px;
	background: url(../i/consumer_rightColumn_social_bg.jpg) no-repeat;
	height: 88px;
	float: right;
	margin-bottom: 15px;
}

.cta_social h2 {
	padding: 35px 30px 10px 10px;
	font-weight: 700;
	float: left;
}

.socialMediaIcons {	
	float: right;
	width: 250px;
	margin-top: -30px; 
	margin-bottom:-10px; 
	text-align:center;
}


/*--------------------------------------------------------------------------> + FOOTER */
#footer {
	background: url(../i/consumer_footer_bg.jpg) bottom no-repeat;
	height: 265px;
	width: 100%;
	float: left;
}

#footer li {
	display: inline;
	margin: 0 5px 0 5px;
}

#footer li:first-child {
    margin: 0px 5px 0px 0px;
}

#landing_footer {
	width: 920px;
	font-size: .9em;
	margin-left: 40px;
	margin-top: 100px;
}

/*-----------------------------------> - FOOTER CONTENT */
.footerContent {
	width: 980px;
	margin: 150px 0px 0px 60px;
	font-size: 1.2em;
	color: #fff;
	line-height: 1.9em;
	text-align: left;
}

.footerContent ul {
	margin: 0px;
	padding: 0px;
}

/* - FORM */
#formContainer {
	width: 373px;
	float: right;
	}

#form {
	width: 255px;
	}
	
#formGetAQuote {
	width: 255px;
	border-right: 1px solid #ccc;
}

.formRightColumn {
	float: right;
	width: 220px;
}
	
#formContainer h1 {
	font-size: 1.4em;
	color: #73848d;
	font-weight: 700;
	padding: 52px 0 0 95px;
	background: none;
}

#formHead {
	width: 373px;
	height: 92px;
	background: URL("../i/consumer_formTop.png") no-repeat top;
	}
	
#formHead_general {
	width: 373px;
	height: 92px;
	background: URL("../i/general_formTop.png") no-repeat top;
}

#formHead_restaurant {
	width: 373px;
	height: 92px;
	background: URL("../i/restaurant_formTop.png") no-repeat top;
}

#formHead_bank {
	width: 373px;
	height: 92px;
	background: URL("../i/bank_formTop.png") no-repeat top;
}

#formHead_healthcare {
	width: 373px;
	height: 92px;
	background: URL("../i/healthcare_formTop.png") no-repeat top;
}

#formHead_hospitality {
	width: 373px;
	height: 92px;
	background: URL("../i/hospitality_formTop.png") no-repeat top;
}

#formHead_retail {
	width: 373px;
	height: 92px;
	background: URL("../i/retail_formTop.png") no-repeat top;
}

#formHead_stadium {
	width: 373px;
	height: 92px;
	background: URL("../i/stadium_formTop.png") no-repeat top;
}

#formHead_education {
	width: 373px;
	height: 92px;
	background: URL("../i/education_formTop.png") no-repeat top;
}

#formHead_manufacturing {
	width: 373px;
	height: 92px;
	background: URL("../i/manufacturing_formTop.png") no-repeat top;
}

#formHead_government {
	width: 373px;
	height: 92px;
	background: URL("../i/government_formTop.png") no-repeat top;
}

#formHead_general h1 {
	color: #f68a33;
}

#formHead_bank h1 {
	color: #8c8c8c;
}

#formHead_restaurant h1 {
	color: #529b9c;
}

#formHead_healthcare h1 {
	color: #83529c;
}

#formHead_hospitality h1 {
	color: #afa345;
}

#formHead_retail h1 {
	color: #172800;
}

#formHead_stadium h1 {
	color: #5c6f7c;
}

#formHead_education h1 {
	color: #ae2024;
}

#formHead_manufacturing h1 {
	color: #a04276;
}

#formHead_government h1 {
	color: #005695;
}

#formBody {
	padding: 0px 59px;
	background: URL("../i/consumer_formBg.jpg") repeat-y center;
	}

#formBody label, #formBodyContactUs label, .formRightColumn label {
	font: bold 14px Helvetica, Times, sans-serif;
	color: #271807;
	}
	
.radio label {
	font-weight: normal;
	font-size: .9em;
}

#formFoot {
	width: 373px;
	height: 46px;
	background: URL("../i/consumer_formBottom.jpg") no-repeat bottom;
	}

.typeAsterisk {
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #a12200;
	}
	
.typeRequired {
	display:block;
	font: bold 11px Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #a12200;
	}
	
.typeRequiredContactUs {
	display:block;
	font: bold 11px Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #a12200;
	}
	
.typeFooter {
	font: 12px Helvetica, Arial, sans-serif;
	color: #3472ac;
	}

.typeFooter a {
	font: 12px Helvetica, Arial, sans-serif;
	color: #3472ac;
	text-decoration: underline;
	}

.typeAlert {
	display: block;
	font: bold 11px Tahoma, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	}

.formFieldFirstName {
	float: left;
	margin: 0 0 0 0;
	}

.formFieldLastName {
	float: right;
	margin: 0px;
	padding: 0 0 0 5px;
	}

.formFieldRequired {
	float: right;
	}

.formField {
	margin: 10px 0;
	}	

.submitBtn {
	position: relative;
	left: -6px;
	}

.clearfloat {
	height: 0px;
	width: 0px;
	line-height: 0px;
	clear: both;
	}

/* MISC. CLASSES */
.marginTop {
	margin-top: 10px;
}

.sig {
	font-size: .9em;
	line-height: 1.2em;
}

p.sig {
	margin-top: -10px;
	margin-bottom: 35px;
}

#locationsList{
	float: left;
}

.locationsLeft {
	width: 166px;
	font-size: .9em;
}

.listBlock {
	margin-bottom: 20px;
}

.listImage {
	float: left;
}

.listDesc {
	margin-left: 140px;
	margin-bottom: 50px;
	border-bottom: 1px solid #daedf7;
}

.listBlock a {
	margin-top: -15px;
	display: block;
}

/* Fixes spacing issue between search results summary */
.listBlock_results a {
	display: block;
}

.listBlock_results {
	margin-bottom: 20px;
}

.listBlock_results p {
	padding: 0;
	margin: 0;
	display: inline;
}
/* Fixes spacing issue between search results summary */

.listImage {
	float: left;
	padding-right: 15px;
}

#leftColumn .sitemap ul + ul {
	margin-left: 0px;
}

.sitemap li {
	margin-left: 25px;
	list-style-type: none;
}

.sitemap .first {
	margin-left: 0px;
	list-style-type: disc;
}

.careers_left {
	float: left;
	width: 150px;
	height: 25px;
	clear: left;
	font-size: 90%;
}

.careers_right {
	float: left;
	margin-right: 0px;
	width: 300px;
	height: 25px;
	font-size: 90%;
}

.newsArchive {
	margin-left: 35px;
}

.invalid {
	font-size: .7em;
	margin-bottom: -10px; display: block; height: 15px;
}

.getAQuote_phone {
	width: 200px;
}

.green {
	color: #7bc142;
}

.inactiveLink {
	color: #fff;
}

.imageBorder {
	border: 1px solid #525252;
}

.cleaningIconsContainer {
	width: 490px;
	float: left;
	margin-bottom: 10px;
}

.cleaningIconsRight, .cleaningIconsLeft, .cleaningIconsRightSecondary {
	float: left;
	list-style-type: none;
	line-height: 3em;
}

.cleaningIconsRight a, .cleaningIconsLeft a, .cleaningIconsRightSecondary a {
	text-decoration: none;
}

.cleaningIconsRight {
	margin-left: 30px;
}

.cleaningIconsRightSecondary {
	margin-left: 0px;
}

.cleaningIconsRight li a img, .cleaningIconsLeft li a img, .cleaningIconsRightSecondary li a img {
	padding-right: 10px;
	margin-bottom: -5px;
}

.careerSearchText {
	font-size: 1em;
	color: #0671a3;
	font-weight: 700;
	margin-top: -30px;
	float: left;
}

/* Locations International Styles*/
.intLocationBlock {
	float: left;
	width: 503px;
	margin-bottom: 15px;
}

.intLocationLinks {
	padding: 0px;
	color: #016797;
	margin-left: 0;
	clear: left;
}

.intLocationLinks label {
	text-decoration: underline;
	font-weight: normal;
	font-size: .9em;
}

.intLocationLeft {
	float: left;
	width: 251.5px;
	clear: left;
}

.intLocationRight {
	float: right;
	width: 251.5px;
	clear: right;
}

.intLocationLinks label.details  {
	display: inline; 
	color: #525252; 
	text-decoration: none; 
}

.intLocationBlock h1 {
	margin-top: 15px;
}

*html body .intLocationBlock {
	float: left;
	width: 500px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.intLocationBlock h2 {
	margin-top: 15px;
	padding: 0px;
	font-size: 1.1em;
}

.country {
	color: #016797;
	list-style-type: none;
	text-decoration: underline;
}

.franchiseLink {
	font-weight: 700;
}

#header .franchiseLink a {
	color: #e89e0f;
	text-decoration: underline;
}

/* Cleaning Service Color Specific H1 Tags */
h1.healthcareColor {
	color: #83529c;
	background: url(../i/consumer_icon_healthcareArrow.gif) 0 35% no-repeat;
}

.healthcareColor {
	color: #83529c;
}

h1.bankColor {
	color: #8c8c8c;
	background: url(../i/consumer_icon_bankArrow.gif) 0 35% no-repeat;
}

.bankColor {
	color: #8c8c8c;
}

h1.restaurantColor {
	color: #529b9c;
	background: url(../i/consumer_icon_restaurantArrow.gif) 0 35% no-repeat;
}

.restaurantColor {
	color: #529b9c;
}

h1.generalOfficeColor {
	color: #f68a33;
	background: url(../i/consumer_icon_officeArrow.gif) 0 35% no-repeat;
}

h1.officeColor {
	color: #f68a33;
	background: url(../i/consumer_icon_officeArrow.gif) 0 35% no-repeat;
}

.generalOfficeColor {
	color: #f68a33;
}

h1.hospitalityColor {
	color: #afa345;
	background: url(../i/consumer_icon_hospitalityArrow.gif) 0 35% no-repeat;
}

.hospitalityColor {
	color: #afa345;
}

h1.stadiumAndEventsColor {
	color: #5c6f7c;
	background: url(../i/consumer_icon_stadiumArrow.gif) 0 35% no-repeat;
}

h1.stadiumColor {
	color: #5c6f7c;
	background: url(../i/consumer_icon_stadiumArrow.gif) 0 35% no-repeat;
}

.stadiumAndEventsColor {
	color: #5c6f7c;
}

h1.educationColor {
	color: #ae2024;
	background: url(../i/consumer_icon_educationArrow.gif) 0 35% no-repeat;
}

.educationColor {
	color: #ae2024;
}

h1.retailColor {
	color: #172800;
	background: url(../i/consumer_icon_retailArrow.gif) 0 35% no-repeat;
}

.retailColor {
	color: #172800;
}

h1.governmentColor {
	color: #005695;
	background: url(../i/consumer_icon_governmentArrow.gif) 0 35% no-repeat;
}

.governmentColor {
	color: #005695;
}

h1.manufacturingColor {
	color: #a04276;
	background: url(../i/consumer_icon_manufacturingArrow.gif) 0 35% no-repeat;
}

.manufacturingColor {
	color: #a04276;
}

/* Career Filter Styles */
.careerFilter {
	width: 503px;
	background: url(../i/consumer_careersFilter_bg.jpg) 0 10px repeat-y;
	margin-bottom: 15px;
	float:left;
}

.careerFilter .bottom {
	margin: 0;
	float: left;
	width: 503px;
	height: 43px;
	font-size: .9em;
	background: url(../i/consumer_careersFilter_bottom_bg.jpg) bottom no-repeat;
}

.careerFilter h2 {
	padding: 25px 30px 10px 30px;
	font-weight: 700;
	background: url(../i/consumer_careersFilter_top_bg.jpg) top no-repeat;
}

.careerFilter label {
	width: 120px;
	float: left;
	font-weight: bold;
}

.left {
	float: left;
	clear: right;
}

.btnleft {
	float: left;
	clear: right;
	margin-left: 5px;
	margin-top: -5px;
}

.block {
	float: left;
	height: 25px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.noMarginBottom {
	margin-bottom: 0;
}

/* Chad Campbell Video Styles */

h2.videoHeadline {
    margin: 30px 0px;
}

.videoRow {
    height: 107px;
    border-bottom: 1px dotted #d0d0d0;
    margin-bottom: 25px;
}

    .videoRow h3 {
        float: left;
        font: bold 12px arial, sans-serif;
        color: #0671a3;
    }
        

.videoItem {
    height: 106px;
    width: 290px;
    float: left;
}

.videoThumb {
    float: left;
    border: none;
}

.videoDate {
    float: left;
    font-size: 10px;
    color: #595f61;
}

/* Landing Page Styles */
.flags {
	width: 980px;
	margin: auto;
	text-align: center;
	font-size: .9em;
	padding-top: 30px;
}

.flags li {
	float: left;
	display: inline;
	margin-right: 12px;
}

.flags a {
	text-decoration: none;
	color: #016797;
}

.flags a:hover {
	color: #3d3d3d;
}

#landing_flashMap {
	width: 940px;
	margin: auto;
	height: 550px;
	padding-top: 175px;
}

/* Styles for article summary */
.article_summary h1{
	font-size: 1.2em;
}

.article_summary p{
	font-size: .9em;
	color: #838383;
}
