/* 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: #525252;
	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: 38px;
	margin-right: 15px;
 }
 
#header h1 .top {
 	font-size: .9em;
 }
 
#header h1 .bottom {
 	text-indent: 2.7em;
	font-size: 1.5em;
	margin-top: 10px;
 }

#header h1 {
	color: #525252;
	float: left;
	margin: 35px 0 0 5px;
	background: none;
	font-weight: normal;
	width: 520px;
	line-height: 1em;
}

#header ul li {
	display: inline;
}

#header ul {
	float: right;
	font-size: .9em;
	color: #b9e8ff;
	margin-right: 20px;
}

#header a, #footer a {
	color: #525252;
	text-decoration: none;
}

.searchBox {	
	float: right;
	margin-top: 40px;
	width: 190px;
}

.searchSubmit {
	float: right;
	margin-top: -5px;
}

*html body .searchSubmit {
	float: right;
	margin-top: 0px;
}

.searchField {	
	float: left;
}

.headerLinks ul {
	padding: 0px;
	margin: 0px;
}

/*-----------------------------------> - FLASH */
#flash {
	background: url(../i/franchise_flash_bg.png) no-repeat;
	width: 900px;
	height: 279px;
	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/franchise_columnContainer_bg.jpg) no-repeat;
	padding: 35px 55px 20px 55px;
}

.indentedContent {
	margin-left: 17px;
}

/* - LEFT COLUMN */
#leftColumn {
	width: 480px;
	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;
}

#leftColumn ul + ul {
	margin-left: 30px;
}

/* - RIGHT COLUMN */
#rightColumn {
	width: 367px;
	float: right;
}

.cta {
	width: 350px;
	background: url(../i/franchise_rightColumn_bg.jpg) 0 10px repeat-y;
	float: right;
	margin-bottom: 15px;
}

.cta_left {
    width: 350px;
	background: url(../i/franchise_rightColumn_bg.jpg) 0 10px repeat-y;
	float: left;
	margin-bottom: 15px;
}

.cta p, .cta_left p {
	padding: 0px 30px 20px 30px;
	margin: 0;
	font-size: .9em;
	background: url(../i/franchise_rightColumn_bottom_bg.jpg) bottom no-repeat;
}

.cta h2, .cta_left h2 {
	padding: 25px 30px 10px 30px;
	font-weight: 700;
	background: url(../i/franchise_rightColumn_top_bg.jpg) top no-repeat;
}

.cta_left h2.newHeader {
    padding: 25px 30px 12px 30px;
	font-weight: 700;
	background: url(../i/franchise_rightColumn_top_bg_new.jpg) top no-repeat;
}

.cta_left img {
    margin-top: 15px;
}

.cta a, .cta_left 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;
}

/*--------------------------------------------------------------------------> + FOOTER */
#footer {
	background: url(../i/franchise_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;
}

/*-----------------------------------> - FOOTER CONTENT */
.footerContent {
	width: 980px;
	margin: 150px 0px 0px 60px;
	font-size: 1.2em;
	color: #525252;
	line-height: 1.9em;
	text-align: left;
}

.footerContent ul {
	margin: 0px;
	padding: 0px;
}

/* - FORM */
#formContainer {
	width: 373px;
	float: right;
	}

#form {
	width: 235px;
}

#formRequestInfo {
	width: 235px;
	border-right: 1px solid #ccc;
}
	
.formRightColumn {
	float: right;
	width: 220px;
}

#formHead {
	width: 373px;
	height: 92px;
	background: URL("../i/franchise_formTop.png") no-repeat top;
	}
	
#formHead h1 {
	font-size: 1.4em;
	color: #525252;
	font-weight: 700;
	padding: 52px 0 0 95px;
	background: none;
}

#formBody {
	padding: 0px 59px;
	background: URL("../i/franchise_formBg.jpg") repeat-y center;
	}

#formBody label, #formBodyContactUs label, .formRightColumn label {
	font: bold 14px Helvetica, Times, sans-serif;
	color: #271807;
	}

#formFoot {
	width: 373px;
	height: 46px;
	background: URL("../i/franchise_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;
	}

.formFieldMiddle {
	float: right;
	}

.formFieldRequired {
	float: right;
	}

.formField {
	margin: 10px 0;
	}	
	
.formFieldSalutation {
	margin: 0 0 10px 0;
	}			

.submitBtn {
	position: relative;
	left: -6px;
	}

.clearfloat {
	height: 0px;
	width: 0px;
	line-height: 0px;
	clear: both;
	}

/* MISC. CLASSES */
.marginTop {
	margin-top: 10px;
}

p.sig {
	margin-top: -10px;
	margin-bottom: 35px;
}

.searchButton {
	margin-left: 10px;
	margin-top: -5px;
	float: right;
}

*html body .searchButton {
	margin-top: 0;
}

.search {
	margin-left: 40px;
}

#locationsList {
	float: left;
}

.locationsLeft {
	float: left;
	width: 150px;
}

.locationsMiddle {
	float: left;
	width: 150px;
}

.locationsRight {
	float: left;
	width: 150px;
}

.listImage {
	float: left;
	padding-right: 15px;
}

.listBlock a {
	margin-top: -15px;
	display: block;
}

.listBlock {
	margin-bottom: 20px;
}

/* 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 */

.listDesc {
	margin-left: 140px;
	margin-bottom: 50px;
	border-bottom: 1px solid #daedf7;
}

#franchiseVideo {
	width: 356px;
	height: 280px;
	float: right;
}

#franchiseVideo_large {
	width: 480px;
	height: 360px;
	float: right;
}

#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;
}

.invalid {
	font-size: .7em;
	margin-bottom: -10px;
}

.radioText {
	font-size: .8em;
	float: left;
	margin-left: 30px;
	margin-top: -15px;
}

.consumerLink {
	font-weight: bold;
}

#header .consumerLink a {
	color: #016797;
	text-decoration: underline;
}

.inactiveLink {
	color: #525252;
}

.modalBackground {
	background-color:#000;
	filter:alpha(opacity=85);
	opacity:0.85;
}
 .availTerrTitle{ margin-left:25px;}
 .availTerrTitle img{margin-right:5px;}
 .availTerrDesc{width:500px;margin-bottom:100px;margin-top:5px;margin-left:25px;display:block;height:50px;	}
 #cblCountry{} 
 #tableLeftUS {float:left;min-height:400px;margin-top:25px;width:275px;padding-left:25px;font-size:12px;font-family:Arial;font-weight:bold;}
 #tableLeftUS .titleUS{font-size:14px;margin-left:3px;}
 #tableLeftUS .selectUS{font-size:12px;margin-bottom:25px;margin-left:3px;}
 #tableLeftUS input{float:left;}
 #tableLeftUS label{margin-left:10px;margin-top:1px;float:left; font-size: 12px;}
 #tableLeftUS {}
 #tableLeftCOUNTRY {margin-top:25px;float:left;width:435px;border-left:#ccc thin solid;margin-bottom:50px;font-size:12px;font-family:Arial;font-weight:bold;}
 .formSubmitTop{position:absolute;top:40px;right:50px;width:auto;}
 .formSubmitBottom{padding-bottom: 20px; padding-right: 30px;}
 #formSubmitBottomContainer { float: right; }
 #tableLeftCOUNTRY td{margin-left:20px;float:left;width:190px;}
 #tableLeftCOUNTRY .titleCOUNTRY{font-size:14px;margin-left:20px;}
 #tableLeftCOUNTRY .selectCOUNTRY{font-size:12px;margin-bottom:25px;margin-left:20px;}
 #tableLeftCOUNTRY input{float:left;}
 #tableLeftCOUNTRY label{margin-left:10px;margin-top:1px;float:left; font-size: 12px;}
 #tableLeftCOUNTRY span{margin-left:25px;}
 
 #ctl00_ContentPlaceHolder1_FranchiseGetStarted_cblCity{margin-top:15px;}
 #ctl00_ContentPlaceHolder1_FranchiseGetStarted_cblCountry{margin-top:15px;}

 /* Styles for article summary */
.article_summary h1{
	font-size: 1.2em;
}

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

.form_text 
{
	width: 320px;
	font-size: .9em;
	margin: 10px 0 10px 40px;
}

.linkedin_btn 
{
	margin: 0 0 10px 280px;
}
