@charset "UTF-8";

/*CSS Reset*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, em, img, q, s, strike, strong, sub, sup, fieldset, form, label, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, del, form, label, table, caption, tr, th, td, strong, em{
	font-family:Calibri, Arial, Helvetica, sans-serif;
}

p{
	color:#333;
}

:focus {
	outline: 0;
}

*:focus {
	outline: 0;
}

body {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg_repeater.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

/*Structure*/

#swoop{
	border-top:24px solid #076324;
	width:100%;
	/*background-image:url(../images/bg_swoop.jpg);*/
	background-image:url(../images/swoop_v2.jpg);
	height:197px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-98;
	background-position:center top;
	background-repeat:no-repeat;
}

#wrapper{
	width:800px;
	margin:0px auto;
}

#header{
	height:221px;
	background-image:url(../images/top_bar.jpg);
	background-repeat:no-repeat;
}

#navigation{
	height:32px;
	background-color:#c2a204;
	background-image:url(../images/main_nav_gold.jpg);
}

#homePage{
	background-image:url(../images/home-bg-main.png);
}

#bottomNavigation{
	height:32px;
	background-color:#c2a204;
}

#leftContent{
	width:419px;
	height:1433px;
	background-image:url(../images/left_col.jpg);
	background-color:#fff;
	background-repeat:no-repeat;
	float:left;
}

#leftContentConsult{
	width:419px;
	background-color:#fff;
	float:left;
}

#rightContent{
	width:381px;
	background-image:url(../images/right_col.jpg);
	float:right;
	font-size:14px;
	margin-bottom:15px;
}

#rightContentConsult{
	position:relative;
	width:381px;
	background-image:url(../images/right_col_consult.jpg);
	background-repeat:no-repeat;
	float:right;
	font-size:14px;
}

#footer{
	clear:both;
	height:57px;
	background-image:url(../images/footer_bg.jpg);
}

#recommended{
	background-image:url(../images/recommended_repeater.jpg);
	background-repeat:repeat-y;
	padding-bottom:0px;
}

#recLeft{
	width:472px;
	float:left;
	overflow:hidden;
}

#recRight{
	width:328px;
	float:right;
	background-image:url(../images/recommended_right_bg.jpg);
	background-repeat:no-repeat;
}

#aboutLeft{
	width:469px;
	float:left;
	overflow:hidden;
}

#aboutRight{
	width:331px;
	float:right;
	background-image:url(../images/about_right.jpg);
	background-repeat:no-repeat;
}

#about{
	background-image:url(../images/about_repeater.jpg);
	background-repeat:repeat-y;
}

/*Navigation*/
p.topNav{
	text-align:right;
	color:#fff;
	padding-top:3px;	
	font-size:13px;
}

p.topNav a, p.topNav a:link, p.topNav a:visited{
	color:#fff;
	text-decoration:none;
}

p.topNav a:focus, p.topNav a:hover, p.topNav a:active{
	text-decoration:underline;
}

ul#mainNav{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul#mainNav li{
	display:inline;
	margin:0px;
	padding:0px;
}

ul#mainNav li a, ul#mainNav li a:link, ul#mainNav li a:visited {
	display:block;
	padding-top:6px;
	height:26px;
	float:left;
	background-color:#c3a204;
	text-decoration:none;
	color:#fff;
	font-size:16px;
}

ul#mainNav li a:hover, ul#mainNav li a:focus, ul#mainNav li a:active {
	background-color:#076324;
	text-decoration:none;
	color:#fff;
}

ul#mainNav li a.current, ul#mainNav li a.current:link, ul#mainNav li a.current:visited {
	background-color:#076324;
}

.bottomNav{
	padding-top:9px;
	text-align:center;
	color:#fff;
	height:23px;
	clear:both;
	font-size:12px;
	background-color:#c3a204;
}

p.bottomNav a, p.bottomNav a:link, p.bottomNav a:visited{
	color:#fff;
	text-decoration:none;
}

p.bottomNav a:focus, p.bottomNav a:hover, p.bottomNav a:active{
	text-decoration:underline;
}

p.recLeftNav a, p.recLeftNav a:link, p.recLeftNav a:visited, p.aboutLeftNav a, p.aboutLeftNav a:link, p.aboutLeftNav a:visited{
	color:#fff;
	text-decoration:none;
}

p.recLeftNav a:focus, p.recLeftNav a:hover, p.recLeftNav a:active, p.aboutLeftNav a:focus, p.aboutLeftNav a:hover, p.aboutLeftNav a:active{
	text-decoration:none;
}

/*Links*/

a, a:visited, a:link{
	color:#d71920;
	text-decoration:none;
}

a:hover, a:focus, a:active{
	color:#03f;
}

a.underline, a.underline:visited, a.underline:link{
	color:#d71920;
	text-decoration:underline;
}

a.underline:hover, a.underline:focus, a.underline:active{
	color:#03f;
	text-decoration:underline;
}

#footer a, #footer a:visited, #footer a:link, #footer p a:hover, #footer p a:focus, #footer p a:active{
	color:#000;
}
	

/*Text*/
strong{
	font-weight:bold;
	color:#076324;
}

strong.red{
	color:#d71920;
}


.redU{
	color:#d71920;
	text-decoration:underline;
}

strong.yellow{
	color:#fff200;
	font-weight:normal;
}

em{
	font-weight:bold;
	font-style:normal;
}

em.italic{
	font-weight:normal;
	font-style:italic;
}

em.both{
	font-weight:bold;
	font-style:italic;
}

h1{
	font-size:26px;
	color:#000;
	font-weight:normal;
	margin-bottom:40px;
}

h3{
	font-weight:normal;
	font-size:16px;
	color:#006225;
	text-align:center;
}

.textCenter{
	display:block;
	text-align:center;
}

.testimonials{
	padding:25px 20px 0px 165px;
	font-size:13px;
	line-height:120%;
	background-image:url(../images/testimonials-bg.png);
	background-repeat:no-repeat;
	height:308px;
	overflow:hidden;
}

.testimonials p{
	height:100px;
}

#footer p{
	padding-top:12px;
	font-size:9px;
	text-align:center;
	font-weight:bold;
}

.details{
	font-size:10px;
	font-weight:bold;
}

.text16px{
	font-size:16px;
}

.strongIncentive{
	font-size:22px;
	margin:0px 25px 20px 35px;
	font-weight:bold;
}

/*Form*/

#form{
	margin:0px;
	padding:0px;
	overflow:hidden;
	position:relative;
}

.form1{
	margin:0px 20px 0px 90px;
	line-height:150%;
}

.form2{
	margin:20px 20px 0px 90px;
	line-height:150%;
}

.form3{
	padding:20px 20px 0px 90px;
	line-height:150%;
}

.formTable{
	margin:20px 0px 0px 50px;
	width:300px;
}

.formTable input{
	width:150px;
}

.formTable select{
	width:155px;
}

.submit{
    position:relative;
	margin:8px 0px 0px 39px;
}

/*Misc*/

.clearBoth{
	clear:both;
}

.imgCentered{
	display:block;
	margin:0px auto;
}

.imgLeft{
	margin:0px 10px 10px 0px;
	float:left;
}

.imgRight{
	margin:0px 0px 10px 10px;
	float:right;
}

#submitOne{
	background-image:url(../images/right_submit_one.jpg);
	height: 60px;
}

.submitTrigger{
	margin:2px 0px 0px 43px;
}

.floatRight{
	display:block;
	float:right;
}

/*Page Specific Styles*/

/*home*/

.video{
	margin:32px 0px 0px 10px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

.semiTitle{
	font-size:25px;
}

.mainCopy{
	margin:65px 0px 0px 25px;
	font-size:16px;
	line-height:200%;
	text-align:left;
}

/*Contact*/

.contact{
	margin:0px 75px 0px 75px;
}

.contact p{
	line-height:150%;
	font-size:16px;
	text-align:center;
}

.contact p.introText{
	font-size:18px;
	line-height:200%;
	margin-bottom:30px;
}

/*Customer Support*/

.customerSupport{
	height:694px;
	background-image:url(../images/customer_support_bg.jpg);
}

.customerSupport p.introText{
	font-size:16px;
	line-height:175%;
	text-align:center;
}

.custSup1{
	padding:0px 60px 0px 60px;
}

.custSup2{
	padding:60px 540px 0px 35px;
}

.custSup2 p{
	font-size:13px;
	line-height:175%;
	text-align:center;
}

.custHighlight{
	font-size:13px;
	color:#006225;
	text-align:center;
	padding-top:15px;
	line-height:180%;
	font-weight:bold;
}

/*Free Consultation*/

#freeConsultation{
	background-image:url(../images/rec_bg_repeat.jpg);
}

.rightColSubmit{
	height:1102px;
	float:right;
	width:381px;
	background-image:url(../images/right_col_consult_bottom.jpg);	
	background-repeat:no-repeat;
	background-color:none;
}

.consultTestimonials{
	margin: 0px 40px 0px 70px;
	text-align:center;
}

.testimBig{
	color:#076324;
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	line-height:130%;
}

.testimMed{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	font-size:18px;
	line-height:160%;
	padding:30px 9px;
	margin:15px 0px;
	
}

.byline{
	font-size:16px;
	line-height:160%;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	color:#000;
}

.fixMargin{
	margin:0px 10px 0px 35px;
	line-height:190%;
}

.contactConsult{
	height:21px;
	background-image:url(../images/left_col_consult_top.jpg);
	width:419px;
	text-align:right;
	padding-top:2px;
	font-size:14px;
}

.contactConsult a, .contactConsult a:link, .contactConsult a:visited{
	color:#fff;
	text-decoration:none;
}

.contactConsult a:hover, .contactConsult a:focus, .contactConsult a:active{
	color:#fff;
	text-decoration:underline;
}

/*Share with a Friend*/

#shareFriend{
	background-image:url(../images/share_content.jpg);
	background-repeat:no-repeat;
	background-color:#e7e8ea;
	padding-bottom:10px;
}

.formShare{
	padding:0px 70px 0px 70px;
	font-size:16px;
}

.formShare input{
	width:95%;
	font-size:9px;
	color:#717073;
	font-weight:bold;
}

.formShare input.form100{
	width:100%;
}

.formShare textarea{
	font-size:12px;
	color:#717073;
	font-weight:bold;
	width:100%;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	padding:7px 0px;
}

.formShare input.shareSubmit{
	display:block;
	margin:30px auto 0px auto;
	width:auto;
}

#toolkit{
	background-image:url(../images/online_toolkit.jpg);
	height:915px;
	overflow:hidden;	
}

.tool1{
	padding: 0px 55px 0px 55px;
	text-align:center;
	font-size:16px;
	line-height:150%;
}

.tool2{
	padding:0px 57px 0px 57px;
	text-align:left;
	font-size:16px;
	line-height:200%;
	font-weight:bold;
}

.tool3{
	padding:0px 57px 0px 57px;
	text-align:left;
	font-size:16px;
	line-height:125%;
}

.bigger{
	font-size:20px;
	font-weight:bold;
	display:block;
	line-height:200%;
}

/*recommended Products*/

.recLeftNav{
	width:299px;
	height:111px;
	padding:1px 0px 0px 8px;
	float:left;
	background-image:url(../images/recommended_left_nav.jpg);
	color:#fff;
	font-size:15px;
}

.trial{
	height:25px;
	padding:2px 0px 0px 50px;
	font-size:20px;
	font-weight:bold;
	float:left;
	width:180px;
}

.recNormal{
	margin:0px 35px 0px 35px;
	font-size:16px;
	line-height:150%;
}

.recMinor{
	margin:0px 25px 0px 35px;
	font-size:13px;
	line-height:175%;
}

.topDivider{
	border-top:1px solid #999;
	padding-top:7px;
}

.paraStart{
	color:#006225;
	font-size:20px;
}

#recRight .testimBig{
	border-bottom:1px solid #999;
	padding:25px 0px;
	margin:0px 30px 0px 40px;
	text-align:center;
}

#recRight .testimMed{
	border-top:none;
	font-size:16px;
	line-height:160%;
	padding:25px 0px;
	margin:0px 30px 0px 40px;
	text-align:center;
}

/*Faq Content*/

#faqContent{
	margin:0px 30px 30px 30px;
}

#faqContent p{
	padding:20px 0px 40px 0px;
	border-top:1px solid #000;
	font-size:16px;
	line-height:175%;
}

#faqContent p.top{
	border-top:none;
	padding-top:0px;
}


/*About John Cummuta */

.aboutLeftNav{
	width:454px;
	height:22px;
	padding:2px 15px 0px 0px;
	background-image:url(../images/about_top_nav.jpg);
	color:#fff;
	font-size:15px;
	text-align:right;
}

.chatEmailWidget{
	margin:35px 25px 0px 25px;
	height:389px;
}

.aboutRightWrap{
	margin:20px 0px 45px 0px;
}

#aboutRight .radio{
	margin:0px 35px 0px 35px;
}

#aboutRight .radio .titleText{
	color:#076324;
	font-size:26px;
	text-align:center;
}

#aboutRight .radio p{
	font-size:16px;
	margin:0px 0px 10px 0px;
	padding-top:0px;
}

#aboutRight .radio img{
	display:block;
	clear:left;
	float:left;
	margin:5px 10px 10px 10px;
}

.aboutRightImage{
	clear:both;
	margin:30px 0px 0px 40px;
}

#aboutRight .testimBig{
	border-bottom:1px solid #999;
	padding:25px 0px;
	margin:0px 30px 0px 35px;
	text-align:center;
}

.aboutRightWrap p.testimMed{
	border-top:none;
	font-size:16px;
	line-height:160%;
	padding:25px 0px;
	margin:0px 30px 0px 35px;
	text-align:center;
}

#aboutLeft .mainCopy{
	margin:0px 15px 0px 25px;
}

h1.subHead{
	margin:20px 15px 20px 25px;
	color:#006225;
}

.minorHeader{
	font-size:18px;
	display:block;
	line-height:200%;
	margin:20px 15px 20px 25px;
}

p.redHighlight{
	background-color:#d71921;
	padding:8px 5px;
	margin:20px 15px 20px 20px;
	font-size:26px;
	color:#fff;
}

p.beigeHighlight{
	background-color:#f1f1f2;
	padding:10px 5px;
	margin:20px 15px 20px 20px;
	font-size:16px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	line-height:200%;
}

#chat{
	background-image:url(../images/chat_box.jpg);
	width:279px;
	height:376px;
	position:relative;
}

#email{
	background-image:url(../images/email_box.jpg);
	width:279px;
	height:406px;
	position:relative;
}

#chat .title{
	font-size:30px;
	color:#d71921;
	text-align:right;
	padding:20px 15px 0px 0px;
}

#email .title{
	font-size:24px;
	color:#fff;
	text-align:center;
	padding:30px 0px 0px 0px;
}

#chat .include{
	position: absolute;
	top:195px;
	left:30px;
	width:240px;
	height:160px;
	font-size:12px;
}

#chat .med{
	font-size:16px;
}

.emailTab{
	width:139px;
	height:29px;
	position:absolute;
	top:183px;
	left:110px;
}

.chatTab{
	width:140px;
	height:29px;
	position:absolute;
	top:183px;
	left:-30px;
}

.emailTabEmail{
	width:139px;
	height:29px;
	position:absolute;
	top:378px;
	left:140px;
}

.chatTabEmail{
	width:140px;
	height:29px;
	position:absolute;
	top:378px;
	left:-0px;
}

#email .formEmail{
	margin:20px 0px 0px 30px;
}

#email input{
	width:130px;
	height:13px;
	border:1px solid #999;
	color:#999;
	font-size:13px;
}

#email input.submitStyle{
	width:auto;
	height:auto;
	border:none;
	color:auto;
}

#email textarea{
	width:130px;
	border:1px solid #999;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#999;
	font-size:13px;
}

#email table tr td{
	font-size:16px;
	color:#fff;
	font-weight:normal;
	vertical-align:top;
}

#freeVideo{
	width:320px;
	height:260px;
	margin:0px auto;
}


#privacy { margin:20px 40px; }
#privacy p, #privacy h2 { margin-bottom:15px; }

.hidden{display:none;}
.seen{display:block;}
.form1.error, .form2.error { border:1px solid #f00; }

.formTable .error { border:none; }
.formTable .error label { background:#f00; color:#fff; font-weight:bold; padding:3px 5px; }
.formTable .error2 { border:1px solid #f00; padding:1px; }