/* CSS Document */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	cursor: hand;
	color: #FFFFFF;
	border: none;
	z-index: 200;
}
#menu { /* drop-down menu background class */
	background-image: url(images/menuback.gif);
	text-indent: 2px;
	border: 1px solid #000000;
	z-index: 200;
}
#largepic {
	visibility: hidden;
	overflow: visible;
	z-index: 200;
	width: 350px;
	height: 450px;
	text-align: center;
}
#toppic {
	visibility: visible;
	overflow: visible;
	z-index: 1;
	width: 100%;
	height: 64px;
	margin-left: 0px;
}
#indexMenu {
	position: absolute;
	overflow: visible;
	width: 100%;
	top: 55px;
	z-index: 2;
	margin-left: 0px;
	visibility: visible;
}
#thumblayer {
	overflow: visible;
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	visibility: visible;
}
#mainContent {
	overflow: visible;
	position: absolute;
	z-index: 1;
	top: 77px;
	width: 100%;
	margin-left: 0px;
	visibility: visible;
}
#mainMap { /* map content */
	overflow: visible;
	position: absolute;
	z-index: 100;
	top: 160px;
	width: 100%;
}
#gallery { /* gallery categories drop-down class */
	position: absolute;
	visibility: hidden;
	overflow: visible;
	z-index: 200;
}
#states { /* locations drop-down class */
	position: absolute;
	visibility: hidden;
	overflow: visible;
	z-index: 200;
}
#locHeader { /* locations header */
	visibility: visible;
	overflow: visible;
	position: absolute;
	z-index: 1;
	top: 85px;
	width: 100%;
}
.franchiseInfo { /* franchise detail listing class */
	border: thin solid #000000;
}
#locations { /* franchise listings position class */
	overflow: visible;
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
body { /* body class */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	margin-left: 0px;
}
td { /* td class */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}
.norm {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000}
.headers {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: 293984}
.whiteheader {
	color: #FFFFFF;
}
.ident {
	padding-left: 15px;
}
