/*  
Description: A customized theme for gohealth.org
Author: Joy Blanchard (customized)
*/

/*  basics */
* {margin:0;padding:0}
.clear {
	clear:both
}

/* structure */
body{

	background-color: #99B5E1;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	background-repeat: repeat-x;
	background-image: url(../images/medifast_bg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#header{
	height: 125px;
	position:relative;
	width: 1024px;
	padding-top: 0.5em;
	clear: both;
}
#header2{
	height: 125px;
	position:relative;
	width: 1024px;
	padding-top: 0.5em;
	clear: both;
}

div#header img{
	position:absolute;
	top:10px;
	left:6px;
	text-decoration: none;
	height: 65px;
	width: 300px;
	background-color: #FFFFFF;
	}
	
div#header2 img{
	position:absolute;
	top:15px;
	left:5px;
	text-decoration: none;
	height: inherit;
	width: inherit;
	background-color: #FFFFFF;
}

#container {
	width: 1024px;
	margin: auto;
	clear: both;
}

#container-generic{
	width: 1024px;
	clear: both;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#specials {
	background-image: url(../images/specials_bgrnd.png);
	height: 51px;
	width: 237px;
}

div#content{
	width: 637px;
	background-image: url(../images/postbg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	text-align: left;
}
#sidebar1 {
	float: left;
	width: 220px;
	height: auto;
	position: relative;
	background-color: #FFFFFF;
	margin-left: 5px;
	padding-top: 15px;
	overflow: visible;
	visibility: visible;
	z-index: 2;

}
#mainContent {
	width: 769px;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	padding-top: 10px;
	text-decoration: none;
	height: auto;

} 	
#mainContent-generic {
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	padding-top: 10px;
	text-decoration: none;
	width: 1024px;

} 	

div#footer{
	width:1024px;
	height:20px;
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	clear: both;
}


/*navbar*/

#nav{
	width:1024px;
	position: absolute;
	height: 40px;
	left: 3px;
	padding-left: 1px;
	z-index: 0;
	top: 91px;
}
#navbar{
	float: left;
}

ul#navbar{
	margin:0;
	padding-top: 0;
	padding-right: 10px;
}
#navbar  li  {
	display: inline;
}

#navbar li a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	display: block;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	background-image: url(../images/menuon.png);
	width: 104px;
	height: 37px;
	float: left;
	line-height: 38px;
	background-repeat: no-repeat;
	background-position: center center;
	letter-spacing: 1px;
	margin-right: 0.1em;
}
/*---------------------------------------------------------horizontal navigation AP DIVs----------------------------------------*/
#homeLayer, #medifastLayer, #diabeticLayer, #careersLayer, #blogsLayer, #samplesLayer, #shopLayer {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 105px;
	height: 38px;
	line-height: 38px;
	background-repeat: no-repeat;
	background-position: center center;
	letter-spacing: 2px;
	text-transform: capitalize;
	position:absolute;
	background-image: url(../images/menuonc.png);
	padding-left: 1px;
	visibility: visible;
	top: 91px;
	z-index: 1;
}
#homeLayer{
	left: 3px;
}
#homeLayer a{
	text-decoration:none;
	color:#FFFFFF
}
#medifastLayer  {
	left: 108px;
} 
#medifastLayer a {
	text-decoration:none;
	color:#FFFFFF
}
#diabeticLayer  {
	left: 212px;
}
#diabeticLayer a {
	text-decoration:none;
	color:#FFFFFF
}
#careersLayer  {
	left: 318px;
}
#careersLayer a {
	text-decoration:none;
	color:#FFFFFF
}
#blogsLayer  {
	left: 423px;
}
#blogsLayer a {
	text-decoration:none;
	color:#FFFFFF
}
#samplesLayer  {
	left: 528px;
	letter-spacing: 1px;
}
#samplesLayer a {
	text-decoration:none;
	color:#FFFFFF
}
#shopLayer  {
	left: 633px;
}
#shopLayer a {
	text-decoration:none;
	color:#FFFFFF
}
/*----------------------------------------------------------end-----------------------------------------------------------------*/
#navbar li.current_page_item a{
	color: #618CD1;
	background-image: url(../images/menuoff.png);
	padding-left: 2px;
	background-position: center;
}

#navbar li a:hover{
	color: #618CD1;
	background-image: url(../images/menuoff.png);
}
/*links */

a{
	color: #336600;
	cursor: auto;
	text-decoration: underline;
	}
a:hover {
	color: #993300;
	text-decoration: underline;
	cursor: auto;
	}
a img {border:0;}	
/*images*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*typography*/
	
body {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	text-align: left;
}


/* H1
---------------------------------------------*/
h1 {
	font-size: 2em;
	line-height: 1.3em;
	color: #005085;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	text-indent: 0.25em;
}
h1 a{
	color: #005085;
	border-bottom: 0em none;
	display: block;
}
h2 {
	font-size: 135%;
	line-height: 1em;
	line-height: normal;
	color: #333333;
	padding-left: 1em;
}
h2 a, h3 a, h4 a{
	color: #0066CC;
	}
h3 {
	font-size: 110%;
	line-height: 1.3em;
	padding: 0.5em 0em 0em 1em;
	text-indent: 8px;
	letter-spacing: 1px;
}
h4 {
	font-size: 110%;
	line-height: 1.3em;
}
.headline_indent {
	text-indent: 20px;
	color: #0066CC;

}
h5 {
	font-size: 110%;
	line-height: 1em;
	font-weight: normal;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}

p {
	margin-bottom: 0.5em;
	padding-top: 0.25em;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: justify;
	line-height: 1.8em;
	color: #333333;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
.orange{
	color: #FF9900;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

/*LISTS*/
#navigation ul, #navigation li{
	list-style-type: none;
	margin: 0;
	text-indent: 30px;
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}



/*comments*/	
#comments{
	margin-top: 10px;
	margin-left: 25px;
margin-right: 10px;}
/*forms*/	

input {
	width: 180px;
}

textarea, select {	
	font: 1em Verdana, sans-serif; 
	background: #f8f8f8;
	border:1px solid #999;
	border-color:#999 #eef #eef #999;
	padding:1px;
	color: #444;}	

/*input#author, input#email{
	background-color: #fdffdd;}

input:focus, textarea:focus {
	background: #ffffff;
	color: #009900;
}

input:hover, textarea:hover {
	background:#ffffff;
	cursor:text;
}
	
input#submit {border: 1px #0f0000 outset;
	background-color: #e9e9e9;}

input#submit:hover {cursor: pointer;
	background-color: #fafafa;}
*/





/*reset width for non-text input*/

input.checkbox, input.submit {
	width:auto;
	}

/*display next to form elements for when you want them to stack*/
label {
	float: left;
	width: auto;
	padding-right: 15px;
}
label.top {
	display: block;
	float: none;
}
#choose_cd {
	margin: 20px 0;
	}
#textarea {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	
}

	/*display boxes - inline*/
#textarea label {
	float: none;
	padding-left:5px;
	display: inline;
	
}
#choose_cd label {
	float: none;
	display: inline;

}
/*align columns of checkboxes*/
div.input {
	float:left;
	padding-left: 20px
	}

#comment{width:420px;
	font: 1em Verdana, sans-serif;
margin-bottom: 1em;}
#commentform{
	margin-top: 15px;
	width: auto;
	margin-left: 20px;
}
#searchform{
	width: 254px;
	height: 40px;
	text-align: center;
	background-image: url(../images/searchform.png);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
	left: 747px;
	top: -2px;
}
input#s {
	width: 175px;
	font-size: 11px;
	border: 1px #aeab9f solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 17px;
}

.navigation{
	margin-left: 0px;
	margin-top: 5px;
	height:1.2em;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}
.navigation a{
	color: #CC6633;
	font-style: normal;
}
.navigation a:hover{
	text-decoration: underline;

}

.alignleft{
	float:left;
	}
.alignright{
	float:right;
	}
#pagenav{
margin-bottom: 1em;
height:25px;}

ul#pagenav{float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;}
	
#pagenav li{
	float:left;
	list-style-type:none;
}

#pagenav ul a{
	display:block;
	padding: 5px;
	float:left;
	line-height:15px;
	color: #FFFFFF;
	margin-left: 1px;
	background-color: #83B449;
	font-weight: bold;
	height: 20px;
}

#pagenav li.current_page_item a{
	color: #666;
	background-color: #006699;
}

#pagenav li a:hover{
	background-color: #CCFF66;
	color: #336633;
}
div#logo img {
	background-color: #FFFFFF;
	height: 46px;
	width: 215px;
	position: absolute;
	left: 787px;
	top: 30px;
}
#header #logo a {
}
#navbar li.current_page_item {
	color: #FFFFFF;
	background-image: url(../images/menuon.png);
	margin: 0px;
	padding: 0px;
}
div#content h2 {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 637px;
	text-align: left;
	text-indent: 13px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #993300;
}
h1 a:hover {
	color: #99CC33;
}
#commentform p {
	background-image: url(../images/contentbg.png);
}
#footer_info  {
	width: 1024px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;

}
#footer_info p {
	text-align: center;
	padding-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: -1px;
}
#footer_info a {
	color: #FFFFFF;
	text-decoration: underline;
}
div#navigation h2 a {
	color: #557EAA;
}
div#navigation h2 a:hover {
	color: #993300;
	text-decoration: none;
}
div#header h1 a {
	text-decoration: none;
}
#searchform_box {
	text-align: center;
	padding-top: 10px;
}
input#searchsubmit {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC6600;
	border: thin solid #FFFFFF;
}
input#searchsubmit:hover {
	border: thin groove #000000;
	color: #FFFFFF;
	cursor: default;
	background-color: #993333;
}
.img_top {
	position: relative;
}
#shop_now {
	position: absolute;
	left: 766px;
	top: 71px;
	width: 225px;
}
#shop_now  li  {
	display: inline;
}
#shop_now a {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #015185;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}
#slogan {
	position: absolute;
	left: 600px;
	top: 0px;
	width: auto;
	text-transform: uppercase;
	color: #608BD0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: .75em;
	overflow: visible;
	visibility: visible;
	height: 50px;
}
.addthis_toolbox {
	float: right;
}
#shop_now a:hover {
	color: #CC3300;
}
#headline_home {
	text-align: center;
	padding-bottom: 0em;
	width: 100%;
	height: 525px;
	float: none;
}
.padded_img {
	margin-left: 20px;
	margin-bottom: 20px;
}
#home_special {
	width: 349px;
	height: 382px;
	float: right;
	position: absolute;
	left: 523px;
	top: 282px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer_imgs  {
	width: 760px;
	float: right;
	padding-left: 0.25em;
	text-align: center;
}

.img_right {
	position: absolute;
	left: 827px;
	top: 221px;
}
.f18pxbold {
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
.f16pxbold_green {
	font-size: 16px;
	font-weight: bold;
	color: #339900;
}
#footer_info ul {
	list-style-type: none;
}
#footer_info li {
	display: inline;
}
#footer_info a:hover {
	color: #003366;
}
#footer_info p {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.small {
	font-size: 10px;
}
/*side navigation Css*/
#navcontainer
{
	width: 210px;
	list-style-type: none;
	font-size: 12px;
	display: block;
	padding-left: 10px;
}
#navcontainer script {

	width: 100%;
	font-size: 12px;
}
#current_specials, #about, #medifast, #careers, #downloads, #webinars {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 3px;
	line-height: 1em;
}
.subnavlist li, .subnavlist a
{
	text-transform: none;
	text-decoration: none;
	list-style-type: none;
	padding-left: 15px;
	line-height: normal;
	padding-bottom: 1px;
}
.subnavlist a
{
	color: #666666;
}
.subnavlist a:hover
{
	text-decoration: underline;

}
/*-----------------------------------------------------------------*/
.red {
	color: #CC0000;

}
.green {
	color: #009900;
}

#footer1 {
	clear: both;
	height: 90px;
	width: 1024px;
	position: relative;
	background-color: #FFFFFF;
	padding-left: 0em;
}
#front_content {
	position: absolute;
	left: 629px;
	top: 274px;
}
#content_pages {
	text-align: justify;
	padding-bottom: 15px;
	border-left-width: 0.12em;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 0.12em;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 0px;
	float: left;
	width: 775px;
	text-decoration: none;
}
#content_pages h1 {
	margin-top: 0.45em;
	width: auto;
	background-color: #6699CC;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 0.1em;
	letter-spacing: 0.1em;
	text-indent: 0.5em;
	height: 30px;
	text-decoration: none;
}

#content_pages1 ol {
	text-align: justify;
	margin-top: 1em;
	margin-left: 3em;
	line-height: 1.75em;
	margin-bottom: 0.5em;
	float: left;
	clear: left;
}
#image_right {
	height: auto;
	width: auto;
	float: right;
	margin: 10px;
}
.capitalize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}

.f16pxbold {
	font-size: 1.5em;
	font-weight: bold;
}
.flash_right {
	float: right;
}
.box {
	float: left;
}
.p_fullcontent {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	text-align: justify;
	float: left;
}
.p_alignleftcolumn {
	width: 380px;
	float: left;
}
.p_alignleftnarrow {
	width: 285px;
	float: left;
}
#content_pages ul {
	list-style-type: none;
	margin-left: 1.3em;
	width: auto;
	font-size: 14px;
	line-height: 1.5em;
}
.line_height_2ems {
	line-height: 2em;
}
#newclient_email {
	float: right;
	width: 205px;
	height: 220px;
	text-align: center;
	margin-right: 15px;
	background-image: url(/images/currentspecials/email_box.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#newclient_email p {
	text-align: center;
	margin-top: .1em;
	color: #FFFFFF;
	margin-bottom: 1em;
}
.img_left_xabs {
	float: left;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
}
.img_right_xabs {
	float: right;
	margin-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.p_rightcolumn {
	float: right;
}
.blue {
	color: #0066CC;
}
#beslim_table {
	width: 450px;
	margin-left: 1.4em;
}
#sm_img_left2, #lean_green, #medifast_meals {
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sm_img_left {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#sm_img_left h2 {
	text-indent: 0px;
	line-height: 1em;
}
#sm_img_vert, #jennifer, #lisa, #yvette, #nancy, #shannon, #ted, #patricia, #julie, #ray {
	height: auto;
	width: 225px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	float: left;
}
.normal_bold_italic {
	font-style: italic;
	text-align: right;
}
#team_container {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}
.blue_gray {
	color: #6699CC;
	text-decoration: none;
}

.dark_blue {
	color: #003399;
}

#searchform_box input {
	width: 150px;
}
#searchform_box .submit {
	width: 65px;
	text-align: center;
}
#horiz_nav a:hover {
	color: #003366;
	background-color: #FFFFFF;
	text-decoration: none;
}
#bmi {
	width: 385px;
	margin-left: 25px;
	height: auto;
	border: 1px solid #CCCCCC;
}
#bmi input {
	width: 30px;
}
#bmi .submit {
	width: 100px;
	float: left;
	margin-left: 0px;
	background-color: #99CC00;
	height: 20px;
}
#bmi .bmi_results {
	width: 100px;
}
#bmi p {
	margin-bottom: 0px;
	line-height: normal;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-top: 8px;
	margin-right: 0px;
}

.in_content {
	padding-left: 1.5em;
	width: 360px;
	float: left;
	margin: 0px;
}
.in_content li {
	font-size: 12px;
	list-style-type: disc;
}
/*-------------------------------------------------beslim philosophy class------------------------------------------------*/


.b, .e, .s, .l, .i {
	background-image: url(../images/medifast/beslim/b.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 11px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
	color: #666666;
}
.e  {
	background-image: url(../images/medifast/beslim/e.png);
}	
.s  {
	background-image: url(../images/medifast/beslim/s.png);
}	
.l  {
	background-image: url(../images/medifast/beslim/l.png);
}
.i  {
	background-image: url(../images/medifast/beslim/i.png);
}		
.m {
	background-image: url(../images/medifast/beslim/m.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
	color: #666666;

}
.beslimph {
	padding-right: 20px;
	padding-left: 7px;
}
.underlined {
	text-decoration: underline;
}
.no_underline {
	text-decoration: none;
}
.img_leftpadded {
	padding-left: 15px;
	float: left;
	padding-right: 10px;
}

.ul_wide {
	width: 80%;
	float: left;
	margin: 0px;
	padding-left:5em;
	text-align: justify;
}
.ul_wide li {
	list-style-type: circle;
	font-size: 12px;
}
.ul_mid {
	width: 55%;
	float: left;
	margin: 0px;
	padding-left:3em;
	text-align: justify;
	color: #666666;
}
.ul_mid li {
	list-style-type: circle;
	font-size: 12px;
}
.font_size12 {
	font-size: 12px;
}
.font_size15 {
	font-size: 15px;
}
#careers_form {
	width: auto;
	float: left;
	height: auto;

}
#careers_form label {
	width: 100px;
	font-weight: bold;
	color: #333333;
}
#careers_form input.submit {
	margin-left: 1.5em;
	}
.img_centered {
	clear: both;
	text-align: center;
	width: auto;
	padding: 10px;
}
.column {
	width: 47%;
	float: left;
	padding: 5px;
	margin-left: 0.5em;
}
#faqs a {
	color: #003366;
	text-decoration: underline;
}
#faqs a:hover {
	color: #CC6600;
}


.alignleft_paddedleft {
	margin-left: 20px;
	float: left;
	text-align: left;
}

#audio a, #guides a, #studies a {
	text-decoration: underline;

}
#audio, #guides, #studies {
	width: 250px;
	float: left;
	position: relative;
	height: auto;
}
h6 {
	font-size: 10px;
}
.font_size10 {
	font-size: 10px;
}
.font_size11 {
	font-size: 11px;
}
.normal_left {
	font-size: 12px;
	line-height: normal;
	color: #666666;
	font-weight: normal;
	width: 190px;
	float: left;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	height: auto;
}
.front {
	height: 166px;
	width: 365px;
	padding: 5px;
	text-align: left;
	color: #666666;
	line-height: normal;
}
.bold_italic {
	font-style: italic;
	text-align: left;
}
.front p {
	width: auto;
	padding-left: 10px;
	text-align: justify;
}
#medifast_less_table {
	width: 100%;
	text-align: center;
}
.clear_right {
	clear: right;
}
.sloganh2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #6699CC;
}
#wrapper {
	margin-top: 10px;
	background-image: url(/images/extra2bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	background-color: #FFFFFF;
	width: 1024px;
}

/*---------------------------SPRY Collapsible Panels-------------------------------------------*/


/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	width: 705px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	padding: 0px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	padding: 2px;
	cursor: pointer;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	letter-spacing: 1px;
	text-decoration: underline;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #666666;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: #FF0000;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #6699CC;
	color: #FFFFFF;
	background-image:url(../images/arrow_up.png);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover {
	color: #0066CC;
}
.CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-image:url(../images/arrow_up.png);
	background-position:right;
	background-repeat:no-repeat;
}
/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
/*.CollapsiblePanelFocused .CollapsiblePanelTab {
	color: #003366;
}*/
#CollapsiblePanel2, #CollapsiblePanel3, #CollapsiblePanel4, #CollapsiblePanel5, #CollapsiblePanel6, #CollapsiblePanel7{
	width: 100%;
	float: left;
	margin-left: 0px;
	text-align: justify;
}
/*-------------------------------------------SPRY Tabbed Panels--------------------------------------------------*/
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 97%;
}
/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	width: 98%;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	font: bold 0.8em sans-serif;
	background-color: #FFFFFF;
	list-style: none;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #CCC;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #666;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	width: 99%;
	padding-right: 5px;
	padding-top: 10px;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #666666;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
#faqs {
	float: left;
	width: 100%;
}
.line_height_1em {
	line-height: 1.25em;
}
#feedburner {
	padding-left: 15px;
}
.feedburnerFeedBlock {
	width: 195px;
	padding-right: 5px;
	padding-left: 15px;
}
.feedTitle {
	padding-left: 0px;
}
.feedTitle a {
	text-decoration: none;
	color: #009900;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.headline a {
	font-size: 12px;
	font-weight: normal;
	color: #006699;
	width: 214px;
}

.feedItemAuthor {
	line-height: normal;
	font-size: 11px;
}


.fbsubscribelink {
	color: #006600;
	font-weight: bold;
	padding-left: 0px;
	margin-top: 5px;
}
#creditfooter {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 15px;
}
#feedburner ul {
	display: block;
}
#feedburner li {
	list-style-type: none;
	float: left;
	padding-right: 5px;
}
#coupons {
	height: auto;
}
#recipes ul {
	list-style-type: none;
}
/*-----------------Webinars----------------------*/

#webinar1, #webinar2
{
	height: auto;
	width: 225px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	float: left;
}

/*-----------------index.html frontpage----------------------*/
#left_frontpage {
	width: 346px;
	text-align: left;
	margin-left: 15px;
	float: left;
}
#right_frontpage {
	width: 408px;
	float: left;
	background-position: center center;
	height: 374px;
	margin-top: 10px;
}
#biz-opp {
	margin: 60px;
	text-align: center;
}
#signup {
	width: 500px;
	margin-left: 250px;
}
.flashvid_right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
}
.p_alignleftnarrow li {
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/*-----------------NEW PRODUCTS----------------------*/
.new_p p {
	padding-left: 1.5em;
	width: 475px;
	float: left;
	margin: 0px;
	line-height: 150%;
	color: #333333;
}
