#sidebar {
	display: none;
	}

#breadcrumb {
	display: none;
}	

#content {
	width: 860px;
	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;
	}

/* [ newsticker ] */
#newsticker_wrapper{
	height: 30px;
	background: url(newsticker_wrapper.gif) no-repeat 0 0;
	margin: 20px -5px 10px;

}

#newsticker{
	padding: 5px 10px 0 20px;
	font-size: 11px;
	line-height: 16px;
}

#newsticker h3{
	color: #333;
	margin: 0;
	font-size: 11px;
	font-weight: normal;
	width: 95px;
	float: left;
}

#newsticker a{
	color: #333;
	text-decoration: none;
}

#newsticker a:hover{
	color: #3688C8;
}

#ticker_window{
	float: left;
	height: 15px;
	overflow:hidden;
	padding-left: 20px;
	position: relative;
	width: 720px;
}

#news,
#news li{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	line-height: 15px;
}

#news{
	position: absolute;
}

#newsticker .date{
	color: #999;
	padding: 0 10px 0 0;
}

#newsticker a:hover .date{
	color: #3688C8;
}


/* [ Promotion Tiles ] */

#tiles {
	min-height: 1px;
	margin: 0px -10px 15px;
	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);}
	#tile_provider {background-image: url(tile_provider.gif);}			
	
/* [ Welcome Content ] */

#welcome {
	position:relative;
	width: 490px;
	float: left;
	z-index: 1;
	}
	
#welcome_content {}
		
#locations {
	width: 230px;
	margin: 0 0 0 50px;
	position: relative;
	float: right;
	padding: 15px 0;
	z-index: 0;
}

#locations h3{
	z-index: 3;
}

#hp_map {
  position: absolute;
  top: -20px;
  right: -19px;
  width: 473px;
  height: 401px;
  background: url(map.gif) no-repeat right 0;
  
}


	
#quote {
	margin-top:50px;
	}

#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;		
		}
	