@charset "UTF-8";
/* CSS Document */* Colors

#b9240a = red
#4c4c4c = gray (text)
#969696 = gray (fill)
#dedede = gray (footer borders)
#9e9e9e = gray (footer text)

*/

@import "reset.css";

/* General Styles 
------------------------------------- */

html { overflow-y: scroll; }

body {
	font: 12px/17px Arial, sans-serif;
	color: #4c4c4c;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin: 18px 9px 18px 19px;
}
p, ul, ol {
	margin: 0 9px 18px 19px;
}
.highlight p, .highlight h1, .highlight h2, .highlight h3, .highlight h4, .highlight h5, .highlight h6, .highlight ul, .highlight ol {
	margin: 9px 0 9px 0;
}

.no-bottom {
	margin-bottom: 0;
}

.details {
	font: 10px/12px Arial, sans-serif;
	color: #9e9e9e;
}

h3 {
	font: bold 12px/17px Arial, sans-serif;
	color: #b9240a;
}

h4 {
	font: bold 15px/17px Arial, sans-serif;
	color: #b9240a;
}

body#thank-you p {
	font: 15px/17px Arial, sans-serif;
	width: 470px;
}
body#thank-you p.more-information {
	font: 12px/17px Arial, sans-serif;
}
body#thank-you p.more-information a {
	color: #b9240a;
	text-decoration: none;
}
body#thank-you p.more-information a:hover {
	text-decoration: underline;
}

p.quote {
	font: 12px/17px Arial, sans-serif;
	color: #b9240a;
}
p.quote em {
	font: 13px/17px Arial, sans-serif;
	font-style: italic;
}

ul li {
	list-style: circle url(/images/jtaxfranchise/cta-bullet.gif) outside;
	margin: 0 0 0 18px;
}

hr {
	height: 3px;
	border-top: 1px solid #dedede;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
}

form {
	background-color: transparent;  
}

.hide {
	display: none;
}
.show {
	display: block;
}

/* Structure
------------------------------------- */

.wrap {
	width: 950px;
	margin: 0 auto;
}

/* #content {
	margin-top:-18px;
} */

#header {
	margin-top: 18px;
}

#container {
	width: 440px;
}
#top-left-gutter {
	float: left;
	width: 604px;
	height: 76px;
	background: #fff url(/images/jtaxfranchise/bg-topMain.jpg) no-repeat 0 0;
}
body#thank-you #top-left-gutter {
	background: #fff url(/images/jtaxfranchise/bg-topMain-ty.gif) no-repeat 0 0;
}

#top-right-gutter {
	float: left;
	width: 345px;
	height: 76px;
	background: #fff url(/images/jtaxfranchise/bg-rightMain.jpg) no-repeat 0 0;
}
body#thank-you #top-right-gutter {
	background: #fff url(/images/jtaxfranchise/bg-rightMain-ty.jpg) no-repeat 0 0;
}

#left-main {
	float: left;
	width: 604px;
	background: #fff url(/images/jtaxfranchise/bg-main.jpg) no-repeat 0 0;
}
body#thank-you #left-main {
	width: 604px;
	background-image: none;
}

#right-main {
	float: left;
	width: 345px;
	background: #fff url(/images/jtaxfranchise/bg-right.jpg) no-repeat 0 0;
}

body#thank-you #right-main {
	height: 370px;
	margin-bottom: 0;
	background: #b9240a url(/images/jtaxfranchise/bg-right-ty.jpg) no-repeat 0 0;
}

.highlight-edge {
	width: 19px;
	height: 162px;
	background: #fff url(/images/jtaxfranchise/bg-graySection.gif) no-repeat 0 0;
	float: left;
}

.highlight {
	padding: 9px 15px 18px 0;
	width: 570px;
	height: 162px;
	background: #fff url(/images/jtaxfranchise/bg-graySection_repeat.gif) repeat-x 0 0;
	float: left;
}

#right-main ul {
	margin: 140px 0 0 0;
	padding: 0;
}

#step-1, #step-2 {
	margin: 0;
	padding: 0;
	background-color: #686868;
	color: #d4d3d3;
	float: left;
	border-right: 1px solid #d4d3d3;
	border-top: 1px solid #d4d3d3;
	border-bottom: 1px solid #d4d3d3;
	list-style: none;
}
#step-1 a, #step-2 a {
	display: block;
	margin: 0;
	padding: 9px;
	font: 10px/12px Arial, sans-serif;
	color: #d4d3d3;
	text-decoration: none;
	text-transform: uppercase;
}
#step-1 a {
	padding-left: 27px;
}
#step-1 a:hover, #step-2 a:hover {
	text-decoration: underline;
}

#step-1.selected-form, #step-2.selected-form {
	color: #fff;
	background-color: #969696;
	border-bottom: 1px solid #969696;
}
#step-1.selected-form a, #step-2.selected-form a {
	color: #fff;
}

#step-1-form, #step-2-form {
	width: 345px;
	height: 600px;
	float: left;
	background: #969696 url(/images/jtaxfranchise/bg-form.gif) repeat-x 0 bottom;
}
#step-2-form{
height:750px;
}

#close-form {
	width: 345px;
	height: 14px;
	background: #fff url(/images/jtaxfranchise/bg-form_btm.gif) no-repeat 0 0;
	float: left;
}
form h4 {
	color: #fff;
	width: 200px;
	display: inline;
	width: 170px;
	float: left;
	margin: 18px 0 9px 27px;
	padding: 0;
	font: 14px/12px Arial, sans-serif;
}
form span {
	text-align: right;
	color: #fff;
	width: 121px;
	float: left;
	margin: 18px 27px 9px 0;
	font: 10px/12px Arial, sans-serif;
}

form label {
	padding: 2px 0;
	color: #fff;
	width: 291px;
	float: left;
	margin: 3px 27px 3px 27px;
	font: 11px/12px Arial, sans-serif;
	border: 2px solid transparent;
}
form input, form select, form textarea {
	padding: 2px 0;
	width: 291px;
	float: left;
	margin: 0 27px;
	font: 14px/12px Arial, sans-serif;
}
form input.radio {
	clear: left;
	width: 24px;
	margin-right: 6px;
}
form textarea {
	height: 60px;
}

/* unique form styles */
.s120 {
	width: 120px;
	margin-right: 0;
	margin-left: 27px;
}
.s133 {
	width: 133px;
	margin-right: 0;
	margin-left: 27px;
}
.s210 {
	width: 210px;
	margin-right: 0;
	margin-left: 27px;
}
.s212 {
	width: 222px;
	margin-right: 0;
	margin-top: 0;
	margin-left: 9px;
	padding: 0;
}
.s70 {
	width: 70px;
	margin-right: 0;
	margin-left: 9px;
}
.s71 {
	width: 71px;
	margin-right: 0;
	margin-left: 9px;
}
.s76 {
	width: 76px;
	margin-right: 0;
	margin-left: 9px;
}
.s140 {
	width: 140px;
	margin-right: 0;
	margin-left: 9px;
}

a#nextStep {
	float: right;
	display: block;
	height: 25px;
	width: 121px;
	margin: 18px 27px 0 0;
	background: transparent url(/images/jtaxfranchise/btn-nextStep.gif) no-repeat 0 0;
}

a#nextStep:hover {
	background: transparent url(/images/jtaxfranchise/btn-nextStep.gif) no-repeat 0 -25px;
}

input#submitBtn {
	float: right;
	display: block;
	height: 25px;
	width: 121px;
	border:0px;
	cursor:pointer;
	color:transparent;
	margin: 18px 27px 0 0;
	padding: 0;
	background: transparent url(/images/jtaxfranchise/btn-submit.gif) no-repeat 0 0;
}

input#submitBtn:hover {
	background: transparent url(/images/jtaxfranchise/btn-submit.gif) no-repeat 0 -25px;
}

a#nextStep span {
	display: none;
}


a#view-article {
	font: 10px/12px Arial, sans-serif;
	color: #fff;
	float: left;
	display: block;
	height: 25px;
	width: 121px;
	margin: 250px 0 0 47px;
	padding-left: 7px;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url(/images/jtaxfranchise/btn-arrow.gif) no-repeat 0 3px;
}

a#view-article:hover {
	text-decoration: underline;
}

#footer {
	margin: 18px 0 18px 0;
	float: left;
	width: 949px;
}
body#thank-you #footer {
	margin-top:0;
	float: left;
}

#footer p, #footer span {
	border-top: 1px solid #9e9e9e;
	font: 10px/12px Arial, sans-serif;
	color: #9e9e9e;
	padding-top: 18px;
	text-decoration: none;
}
#footer a {
	border-top: 0;
	font: 10px/12px Arial, sans-serif;
	color: #9e9e9e;
	padding-top: 18px;
	text-decoration: none;
}

#footer span {
	width: 475px;
	float: left;
}
#footer span.right-links {
	width: 474px;
	text-align: right;
}

/* Media 
------------------------------------- */

.header-image {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 9px 19px;
}

.header-image.none {
	width: 2px;
	height: 2px;
	margin: 0;
}

.highlight .header-image {
	margin-left: 0;
}

#open {
	width: 389px;
	height: 22px;
	background: transparent url(/images/jtaxfranchise/hdr-open.gif) no-repeat 0 0;
}

#forbes {
	margin-top: 18px;
/*	width: 383px;*/
	height: 100px;
	background: #fff url(/images/jtaxfranchise/hdr-forbes.gif) no-repeat 0 0;
}
#interest {
	margin-top: 18px;
	margin-bottom: 18px;
	width: 450px;
	height: 128px;
	background: #fff url(/images/jtaxfranchise/hdr-thankyou.gif) no-repeat 0 0;
}
#main-logo img{
	border:0px;
}

sup{
	line-height:80%;
	font-size:80%;
}

.hidden{
	display:none;
}
.visible{
	display:inherit;
}

.cb24{
	float: left; 
	width: 24px; 
	margin-top: 7px; 
	margin-right: 6px;
}

.lbl235{
	margin-left: 0px; 
	width: 235px;
}

ul#franchise-form-tabs{ display:none}