/* CSS Franchise Pages */

#mcontent_inner {
	margin: 0 auto;
	padding: 0;
	width: 870px;
	font-size: 12px;

}

#franchise_p {
	margin: 0;
	padding: 5px 5px 0 5px;
	/*background-image: url(../images/franchise-pbg.gif);
	background-repeat: no-repeat;
	background-position: left top;	*/
	width: 871px;
	font-size: 11px;
	text-align: center;
	/*border: 1px solid red;*/
}

#franchise2 {
	margin: 0 0 0 440px;
	padding: 0;
	width: 410px;
	text-align:center;
	height: auto;
}

#joinus {
	margin: 0;
	padding: 0;
	width: 420px;
	height: 417px;
	float: left;
	text-align:center;
	background-image: url(../images/franchise-whybg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#joinus p {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 90%;
	text-align:left;
	color: #cecece;
}

#media {
	margin: 25px 0 0 300px;
	padding: 0;
	width: 515px;
}

#nextstep ul {
	margin: 15px auto 0 auto;
	padding: 0;
	width: 90%;
	list-style-type:none;	/*font-weight: bold;*/
}

#nextstep li {
	width: 100%;
	margin-bottom: 5px;
	padding-left: 10px;
	background: transparent url(../images/bullet.gif) no-repeat;
	background-position: 0 5px;
	list-style-type: none;	
	list-style-position: outside;
	display: block;
}

#nextstep ul li {list-style-type: none;}

.num {
	width: 10px;
	text-align: left;
	padding-right: 5px
}

#whyfranchise {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	font-size: 12px;
}

#whyfranchise ul li {
	list-style-type: none;
	list-style-position: inside;
	width: 80%;
	background: transparent url(../images/bullet.gif) no-repeat;
	background-position: 0 5px;
	text-indent: 10px;

}

#nextstep {
	margin: 0 auto;
	padding: 0;
	/*width: 85%;*/
	text-align: left;
}

#nextstep .join {
	margin: 0;
	padding: 0;
	float: left;
	width: 178px;
	height: 357px;
}

#nextstep p {
	margin: 0 0 0 190px;
	padding: 0;
	width: 540px;
}


/*PARTS----------------------------------------------*/
.part1 {
	margin: 0;
	padding: 0 10px;
	width: 375px;
	border-right: 1px solid #cdcdcd;
}


.part2 {
	margin: 0;
	padding: 0 10px;
}

/*APPLY ONLINE------------------------*/
#applyonline {
	margin: 0;
	padding: 0;	
}

.panel {
	margin: 0;
	padding: 0;
}

#applyonline ul {
	margiN: 0;
	padding: 0;
	width: 100px;	
}

#applyonline li {}


/*STRIP------------------------------------------*/
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0 0 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; min-height: 250px; height: auto; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 1px solid #5e5e5f; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	min-height: 250px;
	height: auto;
	clear: both;
	background-color: #fff;
	background-image: url(../images/formgradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;			
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 700px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 5px 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			list-style: none;
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #cdcdcd;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0 15px;
			float: left;

		}
		
		.stripNav a:hover {
			background: #5e5e5f;
		}
		
		.stripNav a.current {
			background: #5e5e5f;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("../images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/arrow-right.gif") no-repeat center;
		}


/*Franchise Form----------------------------------*/
#franchiseform {
	margin: 0 auto;
	padding: 15px;
	width: 625px;
	display: block;
	background-color:#FFFF99;
	
	border: 1px solid red;
}


.label {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 125px;
	float: left;
	text-align: right;
	/*border: 1px solid red;*/
	
}

.label2 {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.txtfield {
	margin: 0 0 15px 25px;
	padding: 0;
	font-size: 14px;
	width: 200px;
	/*display: block;
	border: 1px solid blue;*/
}

.txtarea {
	margin: 5px 0 25px 50px;
	padding: 0;
	height: 75px;
	width: 550px;
	display: block;
	overflow: visible;
}

#applyonline ul {
	list-style: none;
	float: left;
	width: 400px;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
	/*border: 1px solid green;*/
}

#applyonline li {
	display: block;
	list-style: none;
	float: left;
	width: 75px;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
	/*border: 1px solid red;*/
}

.wrapper h1 {margin: 0; padding:0}

a.cross-link {
	color: #cdcdcd;	
	text-decoration: none;
}

a.cross-link:hover {
	color: white;
	text-decoration: underline;
}

/*BOTTOM LINE*/
.bline {
	text-align: left;
	width: 50%;
	font-weight: bold;
}

.graybg {
	background-color:#eee;
}