@charset "utf-8";

/* Base Structure */

.hidden {
	visibility: hidden;
	display: none;
}

* {
margin:0;
padding:0;
}
* html a:hover {
	visibility: visible;
}

body {font-family: "Tahoma", Arial, Helvetica, sans-serif;color: #000000; background: url(../images/bg_outer_repeat.jpg) repeat-x;font-size: 12px; background-color: #dddddd;}
a {color: #000000;text-decoration: none;font-weight: normal;}
a:hover, a:active {text-decoration: none;color: #000000;}
/*#body_cell {width: 980px;margin-left: auto;margin-right: auto;background: url(../images/shadow_repeat_right.png) repeat-y right;}*/
#body_cell {
	width: 980px;
	margin: 0 auto;
	background: url(../images/bg-shadow-repeat-right.png)  right 0 repeat-y;
}
/*#main_container_outer {width: 970px;float: left;background: url(../images/shadow_repeat_left.png) repeat-y left; }*/
#main_container_outer {
	width: 970px;
	background: url(../images/bg-shadow-repeat-left.png) 0 0 repeat-y;
}
#main_container_inner {width: 960px; float: right; background: #ffffff;}
#bottom_shadow {width: 996px; margin-left: auto; margin-right: auto; height: 26px;}

/*-------------------------- Font Styles -------------*/
h1 {
	line-height:0.9;
	padding-top:0;
	margin-top:0;
	height:auto;
}
h1 span.header_top {font-size:26px; margin-top:0px;}
h1 span.header_bottom {font-size:32px;}

.fonthead {
	font-weight: bold;
	font-size: 30px;
	line-height: .5em;
}

p {margin:15px 0;}
.font_red {
	color: #9e0d17;
}
.font_red_two {
	color: #9d0c16;
}
.font_red_normal {
	color: #9d0c16;
	font-weight: normal;
	font-size: 16px;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
}
.font_ten {
	font-size: 10px;
}

/*-------------------------------------------------------------------- Common Elements */
/*-------------------------------------- Header */
#header_container {width: 100%; position: relative; height:105px;}
	#logo_holder {
		width: 180px;
		height: 104px;
		position: absolute;
		z-index:1000;
		left:-25px;
		top: 6px;
	}

#nav_top {float: left;width: 780px;padding: 20px 0px 10px 170px;}
#tagline {float: left;font-size: 1.5em;word-spacing: 0.8; color: #555;}
#request_info {float: right;font-size: 11px;font-weight: bold;}
#request_info a {font-weight: bold;color: #FF0000;text-decoration: underline;}
#request_info a:hover, #request_info a:active {font-weight: bold;color: #FF0000;text-decoration: none;}
#click_here {font-size: 10px;float: left;margin-top: 1px;margin-right: 2px;}

/*-------------------------Navigation */
#navigation {width: 905px; height: 46px; position: absolute; background:url(../images/nav_sprite.jpg); margin: 0; padding: 0; right:0; top: 44px;}
#navigation {list-style:none;}
#navigation li {float:left;}
#navigation li a {
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
	display: block;
	height: 46px;
	background: url(../images/nav_sprite.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
/*---------------------------------------------- Navigation (new) */
#navigation_new {
	width: 906px;
	margin-left: 54px;
	height: 48px;
	overflow: hidden;
	clear: both;
	*clear: none;
}
#navigation_new, #navigation_new li a {
	background: url(../images/bg-nav.jpg) 0 0 no-repeat;
}
	#navigation_new li a:hover, 
	body#body_about a#nav_1, 
	body#body_industry a#nav_2, 
	body#body_why_us a#nav_3, 
	body#body_training a#nav_4, 
	body#body_growth_markets a#nav_5, 
	body#body_costs_criteria a#nav_6, 
	body#body_next_steps a#nav_7 {
		background-position: 0 -48px;
	}
#navigation_new li {
	float: left;
	border-right: 1px solid #2358fc;
	list-style: none;
}
#navigation_new li.last {
	border-right: none;
}
#navigation_new li a, #navigation_new li a:hover {
	display: block;
	float: left;
	height: 48px;
	text-decoration: none;
	overflow: hidden;
}
#navigation_new li a {
	text-align: center;
}
#navigation_new li a span, #navigation_new li a:hover span {
	display: block;
	height: 24px;
	text-align: left;
	text-indent: -9999px;
}
li#nav_1_li {
	margin-left: 84px;
}
	a#nav_1, a#nav_2, a#nav_3, a#nav_4, a#nav_5, a#nav_6, a#nav_7 {
		padding: 0 31px 0 30px;
	}
		a#nav_1 span {
			background: url(../images/nav/bg-nav-txt-about-us.png) 0 0 no-repeat;
			width: 38px;
		}
li#nav_2_li {
}
	a#nav_2 {
	}
		a#nav_2 span {
			background: url(../images/nav/bg-nav-txt-industry.png) 0 0 no-repeat;
			width: 58px;
		}
li#nav_3_li {
}
	a#nav_3 {
	}
		a#nav_3 span {
			background: url(../images/nav/bg-nav-txt-why-us.png) 0 0 no-repeat;
			width: 30px;
		}
li#nav_4_li {
}
	a#nav_4 {
	}
		a#nav_4 span {
			background: url(../images/nav/bg-nav-txt-training.png) 0 0 no-repeat;
			width: 64px;
		}
li#nav_5_li {
}
	a#nav_5 {
	}
		a#nav_5 span {
			background: url(../images/nav/bg-nav-txt-growth.png) 0 0 no-repeat;
			width: 74px;
		}
li#nav_6_li {
}
	a#nav_6 {
	}
		a#nav_6 span {
			background: url(../images/nav/bg-nav-txt-costs-criteria.png) 0 0 no-repeat;
			width: 86px;
		}
li#nav_7_li {
}
	a#nav_7 {
		padding: 0 30px;
	}
		a#nav_7 span {
			background: url(../images/nav/bg-nav-txt-next-steps.png) 0 0 no-repeat;
			width: 34px;
		}
li#nav_8_li {
}
	a#nav_8 {
		background: url(../images/bg-nav-8-reg.png) 0 0 no-repeat;
		width: 74px;
	}
li#nav_9_li {
}
	a#nav_9 {
		background: url(../images/bg-nav-9-reg.png) 0 0 no-repeat;
		width: 86px;
	}
li#nav_10_li {
}
	a#nav_10 {
		background: url(../images/bg-nav-10-reg.png) 0 0 no-repeat;
		width: 28px;
	}
/*up state*/
li#aboutUs a { left: 0; width: 158px; background-position: 0 0; }
li#whyFranchisings a { left: 158px; width: 94px; background-position: -158px 0; }
li#whyThisIndustry a { left: 252px; width: 77px; background-position: -252px 0;}
li#whyUs a {
	left: 329px;
	width: 84px;
	background-position: -329px 0;
}
li#trainingSupport a {
	left: 414px;
	width: 105px;
	background-position: -414px 0;
}
li#ourFranchisees a {
	left: 518px;
	width: 136px;
	background-position: -518px 0;
}
li#discoveryProcess a {
	left: 656px;
	width: 100px;
	background-position: -656px 0;
}
li#keyGrowthMarkets a {left: 655px; width: 89px; background-position: -655px 0;}
li#RequirementsInvestments a {left: 744px; width: 107px; background-position: -744px 0;}
li#Faq a {left: 851px; width: 54px; background-position: -851px 0;}

/*hover state*/
li#aboutUs a:hover {background-position: 0 -48px;}
li#whyFranchisings a:hover {background-position: -158px -48px; }
li#whyThisIndustry a:hover {background-position: -252px -48px;}
li#whyUs a:hover {background-position: -329px -48px;}
li#trainingSupport a:hover {background-position: -414px -48px;}
li#ourFranchisees a:hover {background-position: -518px -48px;}
li#discoveryProcess a:hover {background-position: -656px -48px;}
li#keyGrowthMarkets a:hover {background-position: -655px -48px;}
li#RequirementsInvestments a:hover {background-position: -744px -48px;}
li#Faq a:hover {background-position: -851px -48px;}

/* active */
#body_about li#aboutUs a {background-position: 0 -96px;}
#body_why li#whyFranchisings a {background-position: -158px -96px; }
#body_whyThis li#whyThisIndustry a {background-position: -252px -96px;}
#body_whyUs li#whyUs a{background-position: -329px -96px;}
#body_training li#trainingSupport a {background-position: -414px -96px;}
#body_ourFranchisees li#ourFranchisees a {background-position: -518px -96px;}
#body_discovery li#discoveryProcess a {background-position: -567px -96px;}
#body_keyGrowth li#keyGrowthMarkets a {background-position: -656px -96px;}
#body_requirements li#RequirementsInvestments a {background-position: -744px -96px;}
#body_faq li#Faq a {background-position: -851px -96px;}

/*-------------------------------------- Header END */

/*-------------------------------------- Footer */
#footer {height:65px; width:100%; }

.copyright {
	float: left;
	width: 300px;
	padding: 15px 0 0 20px;
}
.copy_photos {
	float: right;
	width: 400px;
	padding: 0px 20px 0px 0px;
}
#vetFran {float: right; height:38px; width:64px;}
#minorityFran {float: right; width:68px; height:36px;}
#eagle {float: right; width:50px; height:38px;}
#memberCfa {float: right; width:56px; height:42px;}
#IFA {float: right; width:63px; height:36px;}

.footer_button_consultant {
	float: left;
	width: 131px;
	height: 21px;
	padding: 12px 0px 0px 10px;
}

/* 
p.copyright {
	padding: 25px 15px 0px;
	*padding: 12px 15px 0px;
	_padding: 15px 15px 0px;
}
body#body_home p.copyright {
	float: left;
	padding: 15px 0 0 20px;
}
.copyright_home {
	display: none;
}
body#body_home .copyright_home {
	display: block;
	float: left;
}
body#body_home p.copyright {
	display: none;
}

#footer ul {float:right; list-style:none; margin-right:15px;}
#footer ul li {float:left; }
#footer ul li a {display:block;}

#footer ul li#vetFran a {height:38px; width:64px;}
#footer ul li#minorityFran a {width:68px; height:36px;}
#footer ul li#eagle a {width:50px; height:38px;}
#footer ul li#memberCfa a {width:56px; height:42px;}
#footer ul li#IFA a {width:63px; height:36px;}
*/

/*-------------------------------------- Footer END */
/*-------------------------------------------------------------------- Common Elements END */
#content {padding:15px; width:930px; position:relative; background:url(../images/index_bg.jpg) top right no-repeat; }

/*-------------------------------------------------------------------- Index Page */
#index_franchisees {
	width:530px;
	height:284px;
	position: absolute;
	left: -34px;
	top: 3px;
	background:url(../images/bg_index_main.jpg) no-repeat 95px 13px;
}
#index_franchisees_inner {
	position: relative;
	width: 250px;
}
#index_franchisees_btm {background:url(../images/index_franchisees_btm.png) no-repeat; position:absolute; left: -41px; top: 284px; width:284px; height:184px;}
#index_content {
	float: right;
	width:435px;
	padding: 0 15px 20px 200px;
	background: url(../images/bg_index_curve.jpg) 30px -10px no-repeat;
}
#index_content p {
	margin-bottom:-5px;
}
#index_start_learning {
	background: url(../images/button_start_learning_mo_NEW.png) no-repeat;
	width:119px;
	height:99px;
	float:right;
	margin-top:-45px;
	margin-right: -12px;
	_margin-right: -8px;
}
#index_start_learning a {
	width:119px;
	height:99px;
	display: block;
}
#index_start_learning a:hover img {
	visibility: hidden;
}

#index_boxes {position: relative; z-index:1000;}
#index_boxes {clear:both; float:right; width: 690px; margin-top:17px; padding-right: 15px;}
#index_boxes ul {list-style:none;}
#index_boxes ul li {float:left; width:210px; padding-left: 5px; padding-right: 5px; height:170px; background:#fff; overflow:hidden; font-size:12px; line-height: 1.2;}
#index_boxes ul li#index_signs, #index_boxes ul li#index_franchisees_box {margin-right:10px; }
#index_boxes ul li#index_signs { background: url(../images/bg_index_for_sign_shop_owners.jpg) no-repeat; width: 205px; padding-right: 10px;}
/*#index_boxes ul li#index_franchisees_box { width: 218px; background: url(../images/bg_index_our_franchisees.png) no-repeat; padding-left: 6px; padding-right: 2px;}*/
p.home_main {
	font-size: 12px;
	line-height: 1.3;
}
#index_list .list_items {
	margin: 8px 0 0 8px;
	padding-left: 16px;
	background: url(../images/index_bullets.jpg) 0 4px no-repeat;
	font-size: 12px;
}
#index_list {
	float: left;
	margin-top: 5px;
}
#index_boxes ul li#index_signs {
	background: url(../images/bg_index_for_sign_shop_owners_NEW.png) no-repeat;
}
#index_boxes ul li#index_franchisees_box {
	width: 222px;
	padding-left: 2px;
	padding-right: 2px;
}
#index_boxes ul li#index_consult_box {
	width: 222px;
	padding-left: 2px;
	padding-right: 2px;
}
#index_boxes ul li#index_kit {background: url(../images/bg_index_bottom_download.jpg) no-repeat;}

#index_signs p {margin:38px 0 0 8px;}
#index_signs a {margin:4px 0 0 5px; width:88px; height:20px; display:block; background: url(../images/button_index_learn_more_over.png) no-repeat;}
#index_signs a:hover img {visibility: hidden; }

#index_franchisees_box p.quote {margin:38px 0 0 75px; }
#index_franchisees_box p.name {margin:21px 0 0 75px; font-size:9px; font-style:italic; }

#index_kit p {margin:38px 0 0 8px; }
#index_kit a {width:36px; height:21px; display:block; background: url(../images/button_index_go_over.png) no-repeat; margin:5px 0 0 160px;}
#index_kit a:hover img { visibility: hidden; }
/*-------------------------------------------------------------------- Index Page END */


/* Template */

.mid_container {
	float: left;
	width: 960px;
	padding-top: 5px;
	padding-bottom: 30px;
}
.col_left {
	float: left;
	width: 141px;
	padding-left: 9px;
}
.col_mid {
	float: left;
	width: 540px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.5em;
	font-family: Tahoma, Arial;
}
.col_mid ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}
.col_mid ul li {

}
.col_mid a {
	color: #022caa;
	text-decoration: underline;
	font-weight: normal;
}
.col_mid a:hover {
	color: #022caa;
	text-decoration: none;
	font-weight: normal;
}
.col_mid_wide {
	float: left;
	width: 780px;
	padding-left: 20px;
	line-height: 1.5em;
	font-family: Tahoma, Arial;
}
.col_right {
	float: left;
	width: 220px;
}

.nav_left_container {
	float: left;
	width: 141px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.nav_left_cap_top {
	float: left;
	width: 141px;
	height: 15px;
	background-image: url(../images/nav_left_cap_top.jpg);
	background-repeat: no-repeat;
}
.nav_left_header {
	float: left;
	width: 136px;
	padding-left: 5px;
	padding-bottom: 15px;
	font-size: 14px;
}
.nav_left_area {
	float: left;
	width: 141px;
}
.nav_left_area ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}
.nav_left_area ul li {

}
.nav_left_area a {
	font-size: 12px;
	color: #474646;
	text-decoration: underline;
	font-weight: normal;
}
.nav_left_area a:hover {
	font-size: 12px;
	color: #474646;
	text-decoration: none;
	font-weight: normal;
}
.nav_left_cap_bottom {
	float: left;
	width: 141px;
	height: 10px;
	background-image: url(../images/nav_left_cap_bottom.jpg);
	background-repeat: no-repeat;
}

.button_frankit_right {
	float: left;
	width: 220px;
	height: 61px;
	padding-bottom: 17px;
	background: url(../images/button_download_kit_over-1.jpg) no-repeat;
	overflow: hidden;
}
	.button_frankit_right a {
		display: block;
		width: 222px;
		height:60px;
		overflow: hidden;
	}
	.button_frankit_right a:hover img {
		visibility: hidden;
	}
.quote_container_right {
	float: left;
	width: 220px;
}
.quote_cap_top {
	float: left;
	width: 220px;
	height: 39px;
	background-image: url(../images/quote_right_cap_top.jpg);
	background-repeat: no-repeat;
}
.quote_mid {
	float: left;
	width: 218px;
	min-height: 240px;
	_display: inline;
	border-left: 1px solid #4d4d4d;
	border-right: 1px solid #4d4d4d;
	background-image: url(../images/quote_right_bg_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #aeaeae;
}
.quote_area {
	float: left;
	width: 210px;
	padding-top: 15px;
	padding-bottom: 18px;
}
.quote_area_left {
	float: left;
	width: 20px;
	height: 11px;
}
.quote_area_right {
	float: left;
	width: 190px;
	background-image: url(../images/quote_right.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	line-height: 1.4em;
}
.quote_byline_container {
	float: left;
	width: 192px;
	padding-bottom: 5px;
	padding-left: 18px;
}
.quote_byline_left {
	float: left;
	width: 55px;
}
.quote_byline_right {
	float: left;
	width: 137px;
	font-size: 12px;
	padding-top: 5px;
}
.quote_cap_bottom {
	float: left;
	width: 220px;
	height: 13px;
	background-image: url(../images/quote_right_cap_bottom.jpg);
	overflow: hidden;
}

.text_center_container {
	float: left;
	width: 540px;
	padding-top: 3px;
}
.text_center_cap_top {
	float: left;
	width: 540px;
	height: 10px;
	background-image: url(../images/center_text_cap_top.jpg);
	background-repeat: no-repeat;
}
.text_center_mid {
	float: left;
	width: 540px;
	font-style: italic;
	text-align: center;
	font-size: 11px;
}
.text_center_cap_bottom {
	float: left;
	width: 540px;
	height: 15px;
	background-image: url(../images/center_text_cap_bottom.jpg);
	background-repeat: no-repeat;
}
.page_nav_right {
	float: right;
}
.page_nav_right_text_previous {
	float: left;
}
.page_nav_right_text_previous a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #aeaeae;
}
.page_nav_right_text_previous a:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #aeaeae;
}
.page_nav_right_squares {
	float: left;
	width: 65px;
	padding-top: 2px;
}
.page_nav_right_text_next {
	float: left;
}
.page_nav_right_text_next a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #d7322d;
}
.page_nav_right_text_next a:hover {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #d7322d;
}
.spacer_grey_mid {
	float: left;
	width: 540px;
	height: 30px;
	background-image: url(../images/grey_mid_spacer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
	display: inline;
}
.spacer_grey_mid_short {
	float: left;
	width: 540px;
	height: 10px;
	background-image: url(../images/grey_mid_spacer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 10px;
	display: inline;
}
.bullet_area {
	float: left;
	width: 540px;
	padding-top: 15px;
}
.bullet_area ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}
.bullet_area ul li {
	padding-bottom:3px;
}

.img_space_left {
	float: left;
	width: 141px;
	padding-bottom: 20px;
}
body#body_why_us li em {
	display: block;
	/*margin-left: 12px;*/
}
	body#body_why_us li em span.hide_me {
		display: none;
	}
body#body_why_us .bullet_area {
	cursor: pointer;
}
.bullet_img {
	display: inline-block;
	margin-right: 2px;
}
/* About */

.about_img_right {
	float: right;
	width: 245px;
	height: 157px;
	padding-left: 15px;
}
.font_tahoma_grey {
	font-size: 16px;
	font: Tahoma;
	text-decoration: underline;
	color: #474646;
	font-weight: normal;
}
.mgmt_area {
	float: left;
	width: 540px;
}
.mgmt_header {
	float: left;
	width: 540px;
	font-weight: bold;
	font-size: 12px;
	color: #9e0d17;
	padding-bottom: 5px;
}
.mgmt_text_area {
	float: left;
	width: 540px;
}
.mgmt_portrait_area {
	float: left;
	width: 95px;
	height: 100px;
}

/* Why Franchising */

.why_fran_img_right {
	float: right;
	width: 219px;
}

/* Why Industry */

.why_industry_img_right {
	float: right;
	width: 169px;
	padding-left: 9px;
}
.why_img_caption {
	float: left;
	width: 169px;
	text-align: center;
	padding: 3px 0px 0px 0px;
	font-size: 10px;
}

/* Why Us */

.why_us_img_right {
	float: right;
	width: 249px;
	height: 169px;
	padding-left: 9px;
}
.indent_area {
	float: left;
	width: 528px;
	padding-left: 12px;
}
body#body_why_us .indent_area {
	display: none;
}

/* Training and Support */

.training_img_right {
	float: right;
	width: 239px;
	height: 159px;
	padding-left: 9px;
}

/* Our Franchisees */

.our_fran_quote_area {
	float: left;
	width: 540px;
}

.our_fran_quote_txt_left {
	float: left;
	width: 468px;
}
.our_fran_quote_txt_left_top {
	float: left;
	width: 464px;
	padding-right: 4px;
}
.our_fran_quote_txt_left_bottom {
	float: left;
	width: 448px;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 11px;
	font-style: italic;
}
.our_fran_quote_img_right {
	float: left;
	width: 72px;
}

.our_fran_quote_txt_right {
	float: left;
	width: 467px;
}
.our_fran_quote_txt_right_top {
	float: left;
	width: 460px;
	padding-left: 7px;
}
.our_fran_quote_txt_right_bottom {
	float: left;
	width: 447px;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 11px;
	font-style: italic;
}
.our_fran_quote_img_left {
	float: left;
	width: 73px;
}

/* FAQs */

.faq_plus, .faq_minus {
	width: 11px;
	padding-right: 6px;
	padding-top: 2px;
	float: left;
}
.faq_bullets {
	padding-left: 24px;
}
.click_collapse_expand_container {
	float: left;
	width: 100%;
	cursor: pointer;
	cursor: hand;
}
h2 {
	font-size: 11px;
	font-weight: bold;
}
.click_bullet {
	width: 10px;
	float: left;
}
	.click_expand_collapse {
		float: right;
		padding-left: 10px;
		background: url(../images/bullet_img_orange.jpg) no-repeat left;
		font-size: 10px;
		font-style: italic;
	}
	.click_collapse_expand {
		float: right;
		padding-left: 10px;
		background: url(../images/bullet_img_orange.jpg) no-repeat left;
		font-size: 10px;
		font-style: italic;
	}

/* Why Convery */

.why_convert_two_cell {
	float: left;
	width: 540px;
}
.why_convert_two_cell_left {
	float: left;
	width: 268px;
	height: 142px;
	background-image: url(../images/why_convert_sell.jpg);
	background-repeat: no-repeat;
}
.why_convert_two_cell_left_mo {
	float: left;
	width: 268px;
	height: 142px;
	background-image: url(../images/why_convert_sell_mo.jpg);
	background-repeat: no-repeat;
}
.why_convert_two_cell_right {
	float: right;
	width: 268px;
	height: 142px;
	background-image: url(../images/why_convert_join.jpg);
	background-repeat: no-repeat;
}
.why_convert_two_cell_right_mo {
	float: right;
	width: 268px;
	height: 142px;
	background-image: url(../images/why_convert_join_mo.jpg);
	background-repeat: no-repeat;
}

/* Form Styles */

.download_kit_form_area {
	float: left;
	width: 450px;
	padding-left: 93px;	
	font-size: 10px;
}
.dkit_top {
	float: left;
	width: 450px;
	padding-bottom: 30px;
}
.dkit_row {
	float: left;
	width: 450px;
	padding-bottom: 10px;
}
.dkit_top_left {
	float: left;
	width: 85px;
	padding-right: 10px;
}
.dkit_top_right {
	float: left;
	width: 355px;
}
.dkit_form_field {
	float: left;
	width: 170px;
	font-size: 10px;
}
.dkit_bottom {
	float: left;
	width: 450px;
	padding-bottom: 25px;
}
.dkit_submit {
	width: 193px;
	height: 21px;
	margin: 0 auto;
	padding-top: 15px;
}

.request_form_area {
	float: left;
	width: 555px;
	padding-left: 60px;	
	font-size: 10px;
}
.req_left {
	float: left;
	width: 270px;
	padding-right: 15px;
}
.req_right {
	float: left;
	width: 270px;
}
.req_row {
	float: left;
	width: 270px;
	padding-bottom: 10px;
}
.req_row_topspace {
	float: left;
	width: 270px;
	padding-bottom: 15px;
	padding-top: 20px;
}
.req_top_left {
	float: left;
	width: 90px;
	padding-right: 10px;
}
.req_top_right {
	float: left;
	width: 170px;
}
.req_form_field {
	float: left;
	width: 170px;
	font-size: 10px;
}
.req_submit {
	float: left;
	width: 147px;
	height: 21px;
	padding-left: 385px;
	padding-top: 15px;
}
/* Why Convert Forms */
.bullet_area_conv {
	float: left;
	width: 540px;
}
.bullet_area_conv ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}
.bullet_area_conv ul li {

}
.indent_area_conv {
	float: left;
	width: 528px;
	padding-left: 12px;
	padding-bottom: 10px;
}
.convert_form_area {
	float: left;
	width: 555px;
	font-size: 12px;
}
.plain_submit {
	float: left;
	width: 59px;
	height: 20px;
	padding-left: 500px;
	padding-top: 15px;
}

/* New */

.requirements_text {
	font-size: 10px;
	font-style: italic;
	line-height: 1em;
}
.req_graph_container {
	float: left;
	width: 460px;
	padding-left: 10px;
	padding-top: 15px;
}
.footer_text_home {
	display: none;
}
body#body_home .footer_text_home {
	display: block;
	float: left;
	padding: 15px 10px;
	font-size: 10px;
	font-style: italic;
}
.clr {
	width: 100%;
	clear: both;
}
#home_clear {
	display: none;
}
body#body_home #home_clear {
	display: block;
}

/* New Home Nav */

.button_home_area {
	float: right;
	width: 714px;
	height: 172px;
}
.button_home_left {
	float: left;
	width: 346px;
	height: 172px;
}
.button_home_right {
	float: right;
	width: 346px;
	height: 172px;
	padding-right: 10px;
}
.button_home_start {
	float: left;
	width: 188px;
	height: 27px;
	padding: 20px 0px 0px 120px;
}

/* New Img Styles */

.
