/* CSS Document */
a {
		color: rgb(79,123,180);
	}

/* a - links */
a.a-grey {
		color: rgb(80,80,80);
	}

a.a-blue {
		color: rgb(79,123,180);
		font-weight: bold;
	}
	
a.a-purple {
		color: rgb(74,57,104);
	}
	
a.a-purple-seethesales {
		color: rgb(74,57,104);
	}

#arbylogo {
		position:absolute;
		top:22px;
		left:520px;
		z-index:9000;
	}
/* Bar Blue - the solid blue bar with a single line of bold white text-appears in the lower portion of "start a franchise" */
#bar-blue {
	width: 432px;
	height: 22px;
	background-color: rgb(79,123,180);
	font-size: 14px;
	font-weight: bold;
	color: white;
	padding-left: 5px;
}

#bar-bluelink a {
	text-decoration:none;
	color: rgb(79,123,180);
	font-size: 11px;
	font-weight: bold;
}

	#bar-bluelink a.a-blue {
		text-decoration:none;
		color: rgb(79,123,180);
		font-size: 11px;
		font-weight: bold;
	}

#bar-bluelink a:hover {
	text-decoration:underline;
	color: rgb(79,123,180);
	font-size: 11px;
	font-weight: bold;
}

/* big image small text page layout (table and td IDs) */
#bigimg-text {
	table-layout: fixed;
	z-index: 500;
	width: 607px;
	text-align: left;
}
	#bigimg {
		width:318px;    
		padding:0px;
		vertical-align: top;
		margin:0px;
	}
	
	#text {   
		width: 320px;
		padding-left: 18px;
		padding-top: 42px;
		vertical-align: text-top;
		font-size: 11px;
		line-height: 110%;
	}
		#text p {
		margin:0px;
		padding:0px;
	}

/* big text small image page layout (table and td IDs) */	
#bigtext-smallimage {
	font-size: 11px;
	line-height: 120%;

}

#bigtext-smallimage-abs {
	font-size: 11px;
	vertical-align: top;
}

	#bigtext {
		width: 445px;
		padding-bottom: 10px;
		padding-top: 0px;
		font-size: 11px;
		line-height: 160%;
		vertical-align: text-top;
	}
	
		#bigtext p{
		font-size: 14px;
		line-height: 160%;
	}

	#smallimage {
		vertical-align: top;
		padding-left: 20px;
		padding-top: 0px;
	}

/* background colors */
.bglightblue {
	background: rgb(240,242,251);
	}

.bgyellow {
	background: rgb(251,248,227);
	}

/* Body  -  Layout and Background: and general settings to make sure I get a clear palette with no borders or padding*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: rgb(103,121,141);
	line-height: 150%;
	color: rgb(80,80,80);
}

.color-black {
	color: rgb(0,0,0);
}

.color-blue-bold {
	color: rgb(79,123,180);
	font-weight: bold;
} 

.color-blue {
	color: rgb(79,123,180);
} 
	
.color-blue-large {
	font-size: 18px;
	color: rgb(178,198,227);
} 

.color-blue-verylarge {
	font-size: 20px;
	color: rgb(108,137,193);
} 		

.color-lightgrey {
	color: rgb(195,195,195);
} 

.color-grey {
	color: rgb(90,90,90);
} 

.color-grey-bold {
	color: rgb(90,90,90);
	font-weight: bold;
} 

.color-grey-larger {
	font-size: 14px;
	color: rgb(90,90,90);
} 

.color-purple {
	color: rgb(113,93,147);
} 

.color-red {
	color: rgb(166,51,51);
	font-weight: bold;
}

.color-white {
	color: white;
}

.color-white-large {
	font-size: 20px;
	color: white;
}

.black {
	color: rgb(0,0,0);
}

.blue-bold {
	color: rgb(79,123,180);
	font-weight: bold;
} 

.blue {
	color: rgb(79,123,180);
} 
	
.blue-large {
	font-size: 18px;
	color: rgb(178,198,227);
} 

.blue-verylarge {
	font-size: 20px;
	color: rgb(108,137,193);
} 		

.lightgrey {
	color: rgb(195,195,195);
} 

.grey {
	color: rgb(90,90,90);
} 

.grey-bold {
	color: rgb(90,90,90);
	font-weight: bold;
} 

.grey-larger {
	font-size: 14px;
	color: rgb(90,90,90);
} 

.purple {
	color: rgb(113,93,147);
} 

.red {
	color: rgb(166,51,51);
	font-weight: bold;
}

.white {
	color: white;
}

.white-large {
	font-size: 20px;
	color: white;
}

	#body.bd-salesite-blue {
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: center;
		color: rgb(0,123,180);
		line-height: 120%;
	}
body a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

body a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar {
		width: 581px;
		background: rgb(255,255,255);
		color: rgb(150,150,150,);
		border: 1px solid rgb(100,120,200);
	}
	/*calendar title: month*/
	.cal-header {
		border-bottom: 2px solid rgb(210,210,210);
		height: 35px;
		font-size: 15px;
		color: rgb(92,76,117);
		font-weight: bold;
	}
	.cal-date {
		width: 60px;
		background:rgb(245,245,245);
		padding: 5px;
		font-size: 22px;
		color: rgb(150,150,150);
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
	}
	/*other day (other than sunday) event cell*/
	.cal-dayofweek {
		width: 80px;
		background:rgb(245,245,245);
		text-align: center;
		vertical-align: middle;
		padding: 5px;
	}
	/* description of event */
	.cal-description {
		font-size: 11px;
		color: rgb(92,76,117);
		font-weight: bold;
		background:rgb(231,233,241);
		vertical-align: text-top;
		padding: 8px;
	}
	
/* CATB page layouts*/
#catb-bigimg-text {
	table-layout: fixed;
	z-index: 500;
	width: 607px;
	text-align: left;
}
	#bigimg {
		width:318px;    
		padding:0px;
		vertical-align: top;
		margin:0px;
	}
	
	#text {   
		width: 320px;
		padding-left: 18px;
		padding-top: 42px;
		vertical-align: text-top;
		font-size: 11px;
		line-height: 110%;
	}
		#text p {
		margin:0px;
		padding:0px;
	}

#catb-bigtext-smallimage {
	font-size: 11px;
	line-height: 120%;
}

#catb-bigtext-smallimage-abs {
	font-size: 11px;
	line-height: 120%;
}

	#bigtext {
		width: 445px;
		padding-bottom: 10px;
		padding-top: 0px;
		font-size: 11px;
		line-height: 160%;
		vertical-align: text-top;
	}

	#smallimage {
		vertical-align: top;
		padding-left: 20px;
		padding-top: 0px;
	}

#catb-twotr-twotd {
	width: 605px;
	font-size: 11px;
}
	
	#tr1td1 {
		width: 280px;
		vertical-align: top;
	}

	#tr1td2 {
		width: 315px;
		padding-left: 25px;
		vertical-align: middle;
	}
	
	#tr2td1 {
		padding-top: 11px;
		width: 280px;
		vertical-align: text-top; 
	}
	
	#tr2td2 {
		padding-top: 11px;
		width: 315px;
		padding-left: 25px;
		padding-right: 10px;
		vertical-align: text-top; 
	}

/* Container  -  Layout: Just one more way to make sure I have a clear pallette*/
#container {
	margin: 0px;
	width: 100%;
	padding: 0px;
	text-align: left;
	z-index:1;
}

/* Content Area - Layout with a background*/
#contentarea-90-416 {
	position: absolute;
	margin: 0px;
	right: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 400;	
	line-height: 150%;
	top: 90px; 
	height: 416px;
	}
	
#contentarea-125-379 {
	position: absolute;
	margin: 0px;
	right: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 400;	
	line-height: 150%;
	top: 125px; 
	height: 379px;
	}
	
#contentarea-90 {
	margin: 0px;
	right: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 400;	
	position: absolute;
	line-height: 150%;
	top: 90px; /* used to be 90 */
	}

#contentarea-80 {
	position: absolute;
	margin: 0px;
	right: 0px;
	width: 100%;
	overflow: hidden;
	z-index: 400;	
	line-height: 150%;
	top: 90px; 
	}

	.ca-lightindigo {
		top: 90px; 
		background: rgb(226,231,253);
		background-image: url(http://www2.jbfsale.com/images/swirl-pattern-month.gif);
	}
	
	.ca-yellow {
		top: 90px; 
		background: rgb(251,245,228);
		background-image: url(http://www2.jbfsale.com/images/swirl-pattern.gif);
	}

	.ca-lightblue {
		top: 125px; 
		background-color: rgb(242,243,246);
		background-image: url(http://www2.jbfsale.com/images/swirl-pattern.gif);
	}	
	
	#ca-lightblue {
		background-color: rgb(242,243,246);
		background-image: url(http://www2.jbfsale.com/images/swirl-pattern.gif);
	}
/*Content Text - Layout, and Color Scheme*/
#contenttext {
	margin-top: 0px;
	margin-bottom:0px;
	margin-right:0px;
	z-index: 500;
	position: relative;
	margin-left: 125px;
	font:11px Arial, helvetica, Geneva, Verdana, sans-serif;
	padding:0px;
	line-height: 150%;	
}

#contenttext p, #presentationcontent p, #formcontent p {
	margin-top:5px;
	line-height:150%;
}

#contenttext li, #presentationcontent li, #formcontent li {
	margin-left:20px;
	line-height:150%;
}

#contenttext h4 {
	padding:0px;
	text-align: left;
	margin:0px;
	width: 100%;
	line-height: 150%;
}


#contenttext h5, #contenttext h6 {
	xcolor: rgb(192,13,20);
	top: 127px;
	left: 125px;
	padding:0px;
	text-align: left;
	margin:0px;
	line-height: 150%;
}

#contenttext a, #presentationcontent a, #formcontent a {
	text-decoration:none;
}
#contenttext a:hover , #presentationcontent a:hover, #formcontent a:hover {
	text-decoration:underline;
}
#contenttext a:active, #presentationcontent a:active, #formcontent a:active {
	text-decoration:underline overline;
}

/* Date */
#date {
	font:Bold 10px Arial, helvetica, Geneva, Verdana, sans-serif;
	text-align: left;
	background: none;
	color: rgb(113,93,147);
	height:20px;
	z-index:700;
}

/* Date Area - Layout */
#datearea {
	position:absolute;
	top:115px;
	margin-bottom:0px;
	margin-right:0px;
	z-index:600000;
	left: 615px;
}
/* Date Area - Layout */
#datearea_home {
	position:absolute;
	top:145px;
	margin-bottom:0px;
	margin-right:0px;
	z-index:600000;
	left: 615px;
}

	#datearea.da-seethesales {
		position:absolute;
		top:135px;
		margin-bottom:0px;
		margin-right:0px;
		z-index:600;
		left: 592px;
	}

#datearea_salesite {
	position:absolute;
	top:100px;
	margin-bottom:0px;
	margin-right:0px;
	z-index:600000;
	left: 615px;
}


/* DateNext - displays the next event date */
#datenext {
	position:absolute;
	top:135px;
	margin-bottom:0px;
	margin-right:0px;
	z-index:600;
	left: 615px;
}

/* Dotline - Places the repeated horizontal doted line gif image on page */
#dotline {
	background-repeat: repeat-x;
	margin: 0px;
	}

	.dl-menu {
		height: 10px;
		width: 93px;
		left: 10px;
		position: absolute;
		background:  url(http://www2.jbfsale.com/images/dot-purple.gif);
	}
	
	.dl-home {
		height: 10px;
		width: 175px;
		background:  url(http://www2.jbfsale.com/images/dot-purple.gif);		
	}
	
	.dl-startfranchise {
		height: 10px;
		width: 175px;
		background:  url(http://www2.jbfsale.com/images/dot-purple.gif);		
	}
	
	.dl-salesite {
		height: 10px;
		width: 442px;
		background:  url(http://www2.jbfsale.com/images/dot-purple.gif);
		background-position: 0px 5px;
		background-repeat: repeat-x;
	}
	
    .dl-salesite-popup {
		height: 10px;
		width: 600px;
		background:  url(http://www2.jbfsale.com/images/dot-purple.gif);
	}

    .dl-heading {
		height: 10px;
		background:  url(http://www2.jbfsale.com/images/dot-purple.gif);
		background-position: 0px 5px;
		background-repeat: repeat-x;
	}
	
/* Email Links */
#email-links a {
	color: rgb(91,124,184);
	font-weight: bold
	}

#flashmap {
	position:relative;
	top:15px;
	}

/* Footer - Layout */
#footer {
	text-align: center;
	margin:0px;
	z-index:3900;
	height: 85px;
	width: 100%;
	color: rgb(255,255,255);
	}

	.ft-flow {
		position: relative;
		top: 15px;
		background: rgb(103,121,141);
	}

	.ft-absolute {
		position: absolute;
		top: 506px;
		background: rgb(103,121,141);
	}

#footer a {
	color: rgb(255,255,255);
	}

/* Footer Navigation */
#footernav {
	top: -10px;
	position: realtive;
	text-align: center;
	color: rgb(255,255,255);
}

#footernavlinks li {
	list-style-type: none;
	color: rgb(255,255,255);
	display: inline;
	height: 20px;
	white-space: nowrap;
	line-height: 17px;						
}

#footernavlinks li a {
	text-decoration: none;
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	color: rgb(255,255,255);
	text-align: left;
	white-space: nowrap;
}

#footernavlinks li a:hover {
	text-decoration:underline;
	color: rgb(255,255,255);
}

/* Footer Text*/
#footertext {
	font: 10px Arial, helvetica, Geneva, Verdana, sans-serif;
	text-decoration:none;
	color: rgb(255,255,255);
}
#footertext a{
	text-decoration:none;
	color: rgb(255,255,255);
}
#footertext a:hover{
	text-decoration:underline;
	color: rgb(255,255,255);
}

/* Form Area */
#formarea { 
	width: 540px;
	border: 1px solid; 
	border-color: rgb(79,123,180);
	background: rgb(255,255,255);
}

#form { 	

}

#formtable {
	width: 540px;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#formlabel {
	width: 170px;
	text-align: right;
	padding-right: 4px;
}

#formbox {
	padding-right: 5px;
	align: left;
	width:200px;
}

#forminput {
	left: 0px;
}

#form h4 {
	xcolor: rgb(80,80,80);
	font-weight: normal;
	font-size: 17px;
}

#form h5 {
	xcolor: rgb(0,0,0);
	font-size: 15px;
}

#form h6 {
	xcolor: rgb(192,13,20);
	font-size: 13px;
}

.frm_button {
	font-family: Arial, helvetica, Verdana, Geneva, sans-serif;
	background: rgb(113,93,147);
	color: rgb(255,255,255);
	cursor: hand;
	font-size : 11px;
}

/* gallery - the image gallery for the "see the sales" page */
#gallery-container {
	position: absolute;
	left: 130px;
	top: 0px;
	height: 420px;
	width: 740px;
	z-index: 900;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}

	#gallery {
		width: 725px;
		height: 335px;
		padding: 0px;
		margin: 0px;
		background: rgb(255,255,255);
		border: 1px solid rgb(148,131,182);
		font-family: Arial, Helvetica, sans-serif;
	}
	#gallerylisting {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	font-size: small;
	line-height: 22px;
}

#gallerylisting li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: rgb(0,0,0);
	display: inline;
	height: 22px;
}

#gallerylisting li a {
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 20px;  
	margin-top: 5px;
	font-size: 11px;
	height: 22px;
}

#gallerylisting li a:hover {
	text-decoration: overline underline;
	font-weight:bold;
}
	#gl-portrait {
		width: 175px;
		height: 232px;
		overflow: hidden;
		background-position:top center;	
		background-repeat: no-repeat;
		border:1px solid rgb(180,180,180);
	}
	
	#gl-portrait img {	
		margin:0 0 0 0;	
		padding:0 0 0 0; 
		line-height:1px; 
		width: 175px;
		height: 232px;
		overflow:hidden;
	}
	
	#gl-landscape {
		width: 232px;
		height: 175px;
		overflow: hidden;
		background-position:top center;	
		background-repeat: no-repeat;
		border:1px solid rgb(180,180,180);
	}
	
	#gl-landscape img {	
		margin:0 0 0 0;	
		padding:0 0 0 0; 
		line-height:1px; 
		width: 232px;
		height: 175px;
		overflow:hidden;}
	

/* H1-H6  -  Color Scheme: Changing the color of the headers if they are in a colored background area such as the header section usually is.*/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, helvetica, Geneva, Verdana, sans-serif;
	line-height:120%;
}

/* H1-H6 */
h1 {
	font-size:25px;
	font-family: Arial, helvetica, Geneva, Verdana, sans-serif;
}


h2 {
	font-size:22px;
	font-family: Arial, helvetica, Geneva, Verdana, sans-serif;
}


h3 {
	font-size:19px;
	font-family: Arial, helvetica, Geneva, Verdana, sans-serif;
}


h4 {
	font-size:17px;
	font-family: Arial, helvetica, Geneva, Verdana, sans-serif;
}


h5 {
	font-size:15px;
	font-family: Arial, helvetica, Geneva, Verdana, sans-serif;
}


h6 {
	font-size:12px;
	font-family: Arial, helvetica, Geneva, Verdana, sans-serif;
}

/* Header -  Color Scheme with background -- Jospeh; contains yellow stripe at top of page and mainnavbar*/
#header {
	position:absolute;
	background: rgb(238,195,83);
	width:100%;
	padding:0px;
	margin:0px;
	height: 37px;
	z-index: 480;
}

#header-salesite {
	position:absolute;
	background: rgb(238,195,83);
	width:100%;
	padding:0px;
	margin:0px;
	height: 37px;
	z-index: 480;
}
	
	
/* Heading - The heading of large text found at the top of the "franchise of the month" and "start farnchise" pages */
#heading {
	z-index: 500;
	width: 607px;
	text-align: left;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 20px;
}

	#hd-607 {
		width: 607px;
		line-height: 18px;
		font-size: 14px;
		color: rgb(90,90,90);
		padding-top: 0px;		
	}
		
	#hd-442 {
		width: 442px;
		font-size: 14px;
		color: rgb(90,90,90);
		padding-top: 0px;		
	}
	
/* Image Cell - controls the table cell properties for the image cell-- unique class defined for each page */
#imagecell {
	margin:0px;
	padding:0px;
	}
	
	.ic-home {
		width:318px;    
		padding:0px;
		vertical-align: bottom;
		margin:0px;
	}
	
	.ic-startfranchise {
		width:318px;    
		padding:0px;
		vertical-align: bottom;
		margin:0px;
	}
	
	.ic-franchisemonth {
		width:150px;    
		height:150px;
		padding:0px;
		vertical-align: bottom;
		margin:0px;
	}
	
/* Logo */


	#logo-main {
		position: absolute;
		top: 19px;
		left: 9px;
		position: absolute;
		z-index: 500;
	}

	#logo-home {
		position: absolute;
		top:30px;
		left: 5px;
		position: absolute;
		z-index: 500;
	}
	
	#logo-salesite {
		position: absolute;
		top: 19px;
		left: 9px;
		position: absolute;
		z-index: 500;
	}

#mailingaddress {
	display:none;
}

/* Main Nav - actually the main navigation for the site */
#mainnav1 {
	position: absolute;
	height: 22px;
	width: 100%;
	background-color: rgb(255,255,255);
	top: 15px;
	font:13px Geneva, Arial, helvetica, sans-serif;
}

#mainnav1-salesite {
	position:absolute;
	height: 22px;
	font-size:16px;
	width: 100%;
	background-color: rgb(255,255,255);
	top: 15px;
}
	
#mainnav1links {
	position:absolute;
	height: 22px;
	left: 118px;
	width: 670px;
}

#mainnav1links ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	line-height: 22px;
}

#mainnav1links li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: rgb(0,0,0);
	display: inline;
	height: 22px;
}

#mainnav1links li a {
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-right: 9px;
	padding-left: 9px;
	margin-left: 20px;  
	margin-top: 5px;
	height: 22px;
}
	
	#mainnav1links li a.mn1-main {
			color: rgb(0,0,0);
			background: transparent url(http://www2.jbfsale.com/images/bullet_tnav.gif) no-repeat right center;		
		}
	
	#mainnav1links li a.mn1-purple {
			background-color: rgb(113,93,147);
			color: rgb(255,255,255);
			border-top: 1px solid rgb(113,93,147);
		}
	
	#mainnav1links li a.mn1-blue {
			background-color: rgb(91,124,184);
			color: rgb(255,255,255);
			border-top: 1px solid rgb(91,124,184);
		}

	#mainnav1links li a.mn1-lightbluegrey {
			background-color: rgb(149,169,193);
			color: rgb(255,255,255);
			border-top: 1px solid rgb(149,169,193);
		}

	#mainnav1links li a.mn1-indigo {
			background-color: rgb(78,88,141);
			color: rgb(255,255,255);
			border-top: 1px solid rgb(78,88,141);
		}
		
	#mainnav1links li a.mn1-bluegrey {
			background-color: rgb(103,121,141);
			color: rgb(255,255,255);
			border-top: 1px solid rgb(103,121,141);
		}

#mainnav1links li a:hover {
	color: rgb(0,0,0);
	text-decoration:underline;
}

/* Main Nav 2 */
#mainnav2 { 
	position:absolute;	
	top: 120px;
	margin:0px;
	padding:0px;
	z-index:99999999;
}

#home-mainnav2 { 
	position:absolute;	
	top: 170px;
	margin:0px;
	padding:0px;
	z-index:99999999;
}

#salesite-mainnav2 { 
	position:absolute;	
	top: 120px;
	margin:0px;
	padding:0px;
	z-index:99999999;
}

#mainnav2links ul { 
	position:relative;
	left: 0px;
	width: 110px;
	z-index: 500;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	line-height: 110%;
	xbackground-color:rgb(133,255,77);
}
 
#mainnav2links li { 
	list-style-type: none;
	display: list-item;
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	width: 110px;
	margin-bottom: 8px;
	text-align: right;
	xbackground-color:#FF6699;
	}
	
	.li-purple {
		color: rgb(113,93,147);
		background-image:  url(http://www2.jbfsale.com/images/bullet_purple.gif);
		background-repeat: no-repeat;
		background-position:  right center;
	}
	
	.li-grey {
		color: rgb(195,195,195);
		background-image:  url(http://www2.jbfsale.com/images/bullet_grey.gif);
		background-repeat: no-repeat;
		background-position:  right center;
	}
	
	.li-yellow {
		background-image:  url(http://www2.jbfsale.com/images/bullet_yellow.gif);
		background-repeat: no-repeat;
		background-position:  right center;
	}

	.li-nodot {
	}

#mainnav2links a {
	position:relative;
	margin-right:15px;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	text-decoration: none;
	display: block;
	xbackground-color:#00FFFF;
	}

	.a-purple {
		color: rgb(113,93,147);
	}

	.a-yellow {
		color: rgb(0,0,0);
	}

#mainnav2links a:hover {
	text-decoration: underline;
}

#mainnav2links span {
}

/* Main Nav 3 */
#mainnav3 { 
	position: absolute;
	top:315px;
	z-index: 500000;
}

#mainnav3-salesite { 
	position: absolute;
	top:180px;
	z-index: 500000;
}

#mainnav3links {
	position:relative;
	top:15px;
}

#mainnav3links ul { 
	position:relative;
	left: 0px;
	top:5px;
	width: 110px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	font-size: small;
	white-space: normal;
	line-height: 110%;
}
 
#mainnav3links li { 
	list-style-type: none;
	color: rgb(113,93,147);
	display: list-item;
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	width: 105px;
	margin-bottom: 2px;
	margin-left:5px;
	margin-right:0px;
	margin-top:0px;
	text-align: right;
	background-repeat: no-repeat;
	background-position:  right 5px;
	}
	
	#mainnav3links li ul {
		margin-top:4px;
		margin-bottom:4px;
		margin-left:0px;
		margin-right:0px;
	}
	
	#mainnav3links li li{ 
	list-style-type: none;
	color: rgb(90,90,90);
	display: list-item;
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	width: 95px;
	margin-bottom: 2px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	text-align: right;
	background-repeat: no-repeat;
	background-position:  right center;
	}

#mainnav3links a {
	position:relative;
	margin-right:15px;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	text-decoration: none;
	display: block;
	}

	.a-purple {
		color: rgb(113,93,147);
	}

	.a-yellow {
		color: rgb(0,0,0);
	}

#mainnav3links a:hover {
	text-decoration: underline;
}

#mainnav3links span {
}

/* Orgname */
#orgname {
	position: absolute;
	z-index: 3000;
	line-height:110%;
	}

	.on-home {
		margin-top: 19px;
		margin-left: 265px;
		background: transparent url(http://www2.jbfsale.com/images/header_jbf_text.gif) no-repeat 0 0;
		height: 86px;
		width: 475px;
	}
	
	#orgname h2 {
		display:none;
	}
	
	.on-salesite {
		margin-top: 8px;
		margin-left: 150px;
		word-spacing: 2px;
		le
	}
	
	#orgname p {
	margin: 0px;
	padding: 0px;
	}
		
	.on-salesite-popup-blue {
		margin-top: 20px;
		margin-left: 150px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: white;
	}

/* Pagetitle */
#pagetitle {
	position: absolute;
	z-index: 3000;
	margin-top: 20px;
	margin-left: 150px;
	}
	
	.pt-largewhite {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		color: white;
		line-height:110%;
		vertical-align:top;
	}
	
	#pagetitle h1, #pagetitle h2, #pagetitle h3, #pagetitle h4, #pagetitle h5, #pagetitle h6 {
		
	}
	
	.pt-salesite {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 25px;
		color: white;
		line-height: 20%;
	}
		
	.pt-salesite-popup-blue {
		margin-top: 2px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: white;
	}

/* P - text (font, color, size, weight) control */
p {
	line-height: 120%;
	}


/* span --controls fonts */
#span.blue {
	color: rgb(79,123,180);
	font-weight: bold;
} 
#span.red {
	color: rgb(166,51,51);
	}
	
#span.grey-bold {
	color: rgb(90,90,90);
	font-weight: bold;
} 
	
/* site title */
#sitetitle {
	display:none;
	}
	
/* sponsor tablr */
#sponsor {
		width: 581px;
		background: rgb(255,255,255);
		color: rgb(150,150,150,);
		border: 1px solid rgb(100,120,200);
	}

	.spo-header {
		height: 35px;
		font-size: 15px;
		color: rgb(92,76,117);
		font-weight: bold;
	}

	.spo-info {
		background:rgb(245,245,245);
		vertical-align: middle;
		padding: 3px;
		color: rgb(150,150,150);
		vertical-align: middle;
		font-weight: bold;
	}

	.spo-description {
		font-size: 11px;
		color: rgb(92,76,117);
		font-weight: bold;
		background:rgb(231,233,241);
		vertical-align: text-top;
		padding: 6px;
	}
	
	.spo-image {
		
	}

/* stripe - the lavender background stripe on the see the slaes page */
#stripe {
	position:absolute;
	width:100%;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	z-index: 450;
	height: 182px;
	background: rgb(209,202,220);
	top: 210px;
	}
	
/* stripe - the blue/grey strip on the "find a sale" page below the map */
#strip {
	width:100%;
	padding: 0px;
	margin: 0px;
	overflow: visible;
	z-index: 450;
	background: rgb(149,169,193);
	color: rgb(255,255,255);
	text-align: center;
	}

#subsitelisting {
	position:relative;
	padding:0px;
	margin:0px;
	width:100%;
	left:0px;
}

#subsitelisting table #imagecell{
	width:125px;
}

#subsitelisting table #textcell{
	vertical-align: top;
}

#subsitelisting table{
	position:relative;
	width:100%;
	padding:0px;
	margin:0px;
}

#subsitelisting ul {
	left:0px;
	display:inline;
	margin: 0px;
	padding: 0px;
	line-height:180%;
}

#subsitelisting li {
	display:inline;
	margin-left:5px;
	margin-bottom:0px;
	margin-right:10px;
	margin-top:0px;
	background:  url(http://www2.jbfsale.com/images/bullet_tnav.gif) no-repeat right center;
	color:rgb(113,93,147);
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-top: 0px;
}

#subtitle {
	display:none;
}
	
#surveybtn {
	position:absolute;
	left:0px;
	top:300px;
	z-index:900;
}

/* sets the default td text */
td {
	font-size: 11px;
	line-height: 120%;
}

/* Text Cell - controls the table cell properties for the text cell */
#textcell {   
	margin:0px;
	font-size: 11px;
	line-height: 150%;	
	}
	
	.tc-home {
		width: 320px;
		padding-left: 18px;
		padding-top: 44px;
		vertical-align: text-top;
		line-height: 130%;
	}

	.tc-startfranchise {
		width: 320px;
		padding-left: 18px;
		padding-top: 72px;
		line-height: 150%;	
	}

	.tc-franchisemonth {
		padding-left: 20px;
		line-height: 150%;	
	}

	.tc-salesite {
		line-height: 150%;
		height: 320px;	
		vertical-align: text-top;
	}

/* Titlebar  -  the thick strip of color below the top navigation*/
#titlebar-37-90 {
	position:absolute;
	width:100%;
	padding:0px;
	margin:0px;
	overflow: visible;
	z-index:39000;
	top: 37px;
	height: 90px;
	}
	
#titlebar-37-57 {
	position:absolute;
	width:100%;
	padding:0px;
	margin:0px;
	overflow: visible;
	z-index:39000;
	top: 37px;
	height: 57px;
	}
	
#titlebar-22-57 {
	position:absolute;
	width:100%;
	padding:0px;
	margin:0px;
	overflow: visible;
	z-index:39000;
		top: 37px;
		height: 57px;
	}
	
	.tb-purple {
		background:rgb(113,93,147);
	}
	
	.tb-blue {
		background:rgb(91,124,184);
	}

	.tb-lightbluegrey {
		background:rgb(149,169,193);
	}

	.tb-indigo {
		background:rgb(78,88,141);
	}
	
	.tb-bluegrey {
		height: 57px;
		background: rgb(103,121,141);
		top: 37px;
	}
	
#twotr-twotd {
	width: 605px;
	font-size: 11px;
}
	
	#tr1td1 {
		width: 280px;
		vertical-align: top;
	}

	#tr1td2 {
		width: 315px;
		padding-left: 25px;
		vertical-align: middle;
	}
	
	#tr2td1 {
		padding-top: 11px;
		width: 280px;
		vertical-align: text-top; 
	}
	
	#tr2td2 {
		padding-top: 11px;
		width: 315px;
		padding-left: 25px;
		padding-right: 10px;
		vertical-align: text-top; 
	}

/* bullet */
&bull; {
	font-weight: bold;
	font-size: 16px;
	}
