#sidebar {
	display: none;
	}

#breadcrumb {
	display: none;
}	

#content {
	width: auto;
	padding: 20px;
	float: none;
	min-height: 1px;
	}
	
	#content:after {
		content:".";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
		}
		
	* html #content {
		height: 1px;
		}

#home_image {
	position:relative;
	min-height: 1px;
	}
	
#home_image img {
	display: block;
	margin: 0;
	padding: 0;
	}

/* [ Promotion Tiles ] */

#tiles {
	min-height: 1px;
	margin: 15px -10px;
	padding: 0;
	}
	
	* html #tiles {
		height: 1px;
		}
		
	#tiles:after {
		content: ".";
		visibility: hidden;
		clear: both;
		display: block;
		height: 0;
		}

	#tiles li {
		background: none;
		padding: 0;
		margin: 0 5px;
		width: 210px;
		height: 110px;
		float: left;
		display: inline;
		}	
		
	#tiles li a {
		display: block;
		width: 210px;
		height: 110px;
		margin: 0;
		background-position: 0 0;
		}
		
	#tiles li a:hover {
		background-position: 0 -110px;
		}		
		
	#tiles li a strong {
		display: none;
		}		
		
	#tile_schedules {background-image: url(tile_schedules.gif);}
	#tile_register {background-image: url(tile_register.gif);}
	#tile_franchisee {background-image: url(tile_franchisee.gif);}
	#tile_newsletter {background-image: url(tile_newsletter.gif);}			
	
/* [ Welcome Content ] */

#welcome {
	position:relative;
	width: 300px;
	float: left;
	z-index: 1;
	}
	
#welcome_content {}
		
#locations {
	width: 230px;
	margin: 0 0 0 50px;
	position: relative;
	float: left;
	padding: 15px 0;
	z-index: 0;
}
	
#map {
  position: absolute;
  top: 30px;
  left: -180px;
}

	
#quote {
	margin-top:30px;
	}

#quote blockquote {
	float: none;
	margin: 9px 0;
	width: auto;
	padding: 0 0 0 20px;
	border: none;
	background-position: 0 4px;
	}
		
	.quote_person {
		font-size: 11px;
		margin: 0 0 0 20px;
		color: #666;
		line-height: 14px;
		}
		
	.quote_location {
		font-size: 11px;
		margin: 0 0 0 20px;
		color: #999;
		line-height: 14px;		
		}
	
	
#news {
	width: 210px;
	position:relative;
	float:right;
	background: #d6dce9;
	padding: 15px 10px;
	min-height: 1px;
	margin-bottom: 125px;
}

	#news a {
		color: #3688c8;
		}
		
	#news a:hover {
		text-decoration: underline;
		color: #D1332C;
		}		
	
	#news_items {
		margin: 9px 0;
		border-top: 1px solid #aec7e1;
	}
	
	#news_items li {
		background: none;
		padding: 5px 0 10px 0;
		margin: 0;
		border-bottom: 1px solid #aec7e1;
		color: #00295B;
		}

	#news_items .date {
		font-size: 10px;
		color: #6b82a2;
		}
		
	#news .sidebar_promo{
		position: absolute;
		bottom: -124px;
		display: block;
		width: 230px;
		height: 104px;
		left: 0;
	}

		
#survey_advert_wrapper{
	clear:right;
    width: 210px;
	position:relative;
	float:right;
	padding: 15px 5px;
	
}
	#survey_advert_wrapper a img{
		border:none;	
		}
