/*  MySelfHelp Main Style Sheet 
 *  
 *  Colors:
 *  light gray      - #eee 
 *  medium gray     - #a3a3a3
 *  dark gray       - #6c6c6c
 *  light blue      - #aae1eb
 *  medium blue     - #018ea9
 *  dark blue       - #034f4f
 *  light green     - #a6c745
 *  medium green    - #76a100
 *  dark green      - #386e32
 *
 */
 
body {
    height: 100%;
    line-height: 120%;
    background-color: #eee;
    /*font-family: Helvetica;*/
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
}

p {
    margin-bottom: 10px;   
}

a, a:link, a:visited {
    text-decoration: underline;
    color: #386e32;;   
}

/** http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=1&postId=5341 **/
sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    font-size: smaller;
    
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

.cb {
   clear: both;    
}

.strong {
    font-weight: bold;
}

.italic, .italics {
    font-style: italic;
}

.hidden {
    display: none;   
}

#header {
    height: 147px;
}

.medium_gray {
    color: #a3a3a3;
    font-weight: normal;
}

.h_20 {
    height: 20px;
}

.mt_20 {
    margin-top: 20px;   
}

.mt_10 {
    margin-top: 10px;   
}


.blue_bold {
    font-weight: bold;
    color: 
}

/* Wrapper Styles */

#wrapper {
     height: 100%;
}

/* Page Styles */


#container {
    z-index: 1;
    /* padding-bottom: 200px; /* if you change this then change hte height of footer_bg  to match it */ */
    position: relative;
}

/* Header Styles */

#logo_wrapper {
    height: 130px;
    background:#eee url(/images/logo.png) no-repeat scroll 6px 0;
    float: left;
}

#home_link {
    position: absolute;
    height: 130px;
    width: 220px;
    left: 0;
    top: 0;
    text-indent: -9999px;
}

#login_container {
    height: 40px;
    /*padding: 10px 0 0 305px;*/
    padding: 10px 0 0 254px; /* Mark changed this on 2009-08-08.  The 'Contact Us' button was wrapping to the 2nd line in FF on Linux.*/
    text-align: left;
}

#login_container .form-item {
    float: left;
    font-size: 11px;
}

#login_container .form-item input {
    margin: 0 8px 0 5px;
}

#login_container img {
    margin: 0 5px 0 15px;
    float: left;
}

#cart_info {
    float: left;
    padding: 3px 0 0 0;
}

#newsletter_signup_wrap{
	position: relative;	
}

#newsletter_signup {
    color: #018ea9;
    position: absolute;
    top: 50px;
    left: 290px;
    width: 725px !important;
    align: left;
}

#newsletter_signup_box1 {
	float:left; 
	margin-top: 10px;
}

#newsletter_signup_box2 {
	float:left; 
	width:50px; 
	margin-top: 12px;
}

#newsletter_signup input[type=text] {
    height: 16px;
    /*line-height: 100%;*/ 
}

#newsletter_submit_btn {
	margin-left: 5px;
}

/* Main Nav Styles */

#main_nav_container {
    position: relative;
    z-index: 25;
}

ul#main_nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 25;
}

ul#main_nav li {
    float: left;    
}

ul#main_nav li a {
    display: block;
    height: 49px;
    text-indent: -9999px;
}

ul#main_nav li#home a {
    background: #eee url(/images/nav_main.png) no-repeat scroll 0 0;
    width: 104px
}

ul#main_nav li#about a {
    background: #eee url(/images/nav_main.png) no-repeat scroll -104px 0;
    width: 148px;
}

ul#main_nav li#programs a {
    background: #eee url(/images/nav_main.png) no-repeat scroll -252px 0;
    width: 173px;
}

ul#main_nav li#provenResults a {
    background: #eee url(/images/nav_main.png) no-repeat scroll -425px 0;
    width: 156px;
}

ul#main_nav li#contactUs a {
    background: #eee url(/images/nav_main.png) no-repeat scroll -581px 0;
    width: 139px;
}

    /* Main Nav Hover State */

    ul#main_nav li#home a:hover {
        background: #eee url(/images/nav_main.png) no-repeat scroll 0 -49px;
        width: 104px
    }
    
    ul#main_nav li#about a:hover {
        background: #eee url(/images/nav_main.png) no-repeat scroll -104px -49px;
        width: 148px;
    }
    
    ul#main_nav li#programs a:hover {
        background: #eee url(/images/nav_main.png) no-repeat scroll -252px -49px;
        width: 173px;
    }
    
    ul#main_nav li#provenResults a:hover {
        background: #eee url(/images/nav_main.png) no-repeat scroll -425px -49px;
        width: 156px;
    }
    
    ul#main_nav li#contactUs a:hover {
        background: #eee url(/images/nav_main.png) no-repeat scroll -581px -49px;
        width: 139px;
    }

/* content_body Styles */

#content_body {
   /* min-height: 400px; */
    position: relative;
	z-index: 1;
}

.homepage #content_body{
    width:947px;
    /*height: 650px;*/ /* TEMP */
    height: 690px;
}


/* Sidebar Left Styles  */

#sidebar_left {
    width: 225px;
	margin: 0;
	z-index: 500;
}

#sub_nav {
    background: #eee url(/images/sub_nav.png) no-repeat scroll 0 0;
    height: 325px;
    color: #fff;
    font-size: 15px;
    padding: 30px 3px 0 18px;
}

#sub_nav h1, #sub_nav h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

#sub_nav .h2_title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    /*margin-left: -10px;*/
    margin-bottom: 15px;
}


#sub_nav ul, #sub_nav ul li {
    color: #386e32;
    font-weight: bold;
    list-style-type: none;
    margin:0;
    padding:0;
}


#sub_nav ul li {
    padding: 8px 0;
   	margin-left: 15px;
    list-style-type: none;
    list-style-image: url(/images/green_arrow.gif);
}

/*
#sub_nav ul li {
    padding: 8px 0;
    background-image: url(/images/green_arrow.jpg);
    background-repeat: no-repeat;
	background-position: 0px 12px;
    padding-left: 12px;
    overflow: hidden;
}
*/
#sub_nav li a {
    color: #386e32;
    text-decoration: none;
}
/* content_column styles  */

.homepage #content_column {
   /*  width: 100%; */
   /* height: 600px;*/
    padding-left:221px;
   
}

.interior #content_three_column, .interior #content_two_column  {
    background-color: #fff;
	margin: 0 0 0 -4px;
	z-index: 100;
}

.interior #content_one_column {
    background-color: #fff;
}  

.interior #content_three_column {
	width: 507px;
	background: transparent url(/images/content_column_bg.png) repeat-y scroll 0 0;
}

.interior #content_two_column {
	width: 726px;
	background: transparent url(/images/two_column_outline_bg.jpg) repeat-y scroll 0 0px;
}

.interior #content_two_column #ctc_content {
	
}

#content_column #home_main {
    /*background: transparent url(/images/bg_content_main_brunett_woman.jpg) repeat-y scroll 1px 0;*/
    height: 350px;
    background-color: #FFF;
}

    #content_column #depression-management {
        background: transparent url(/images/bg_content_main_depression.jpg) repeat-y scroll 1px 0;
        height: 350px;
    }

    #content_column #stress-management {
        background: transparent url(/images/bg_content_main_stress_management.jpg) repeat-y scroll 1px 0;
        height: 350px;
    }
    #content_column #sleep-improvement {
        background: transparent url(/images/bg_content_main_sleep_management.jpg) repeat-y scroll 1px 0;
        height: 350px;
    }
    #content_column #binge-eating-control {
        background: transparent url(/images/bg_content_main_binge_eating.jpg) repeat-y scroll 1px 0;
        height: 350px;
    }
    #content_column #physical-activity {
        background: transparent url(/images/bg_content_main_physical_activity.jpg) repeat-y scroll 1px 0;
        height: 350px;
    }

.home-page-intro-movie {
	/*background: #aae1eb url(/images/sidebar_right_bg.png) repeat-y scroll 0 0;*/
	color:#6C6C6C;
	height:350px;
	position:absolute;
	margin-left:4px;
	top:0;
	width:350px;
	z-index:600;
	background-color: #FFF;
}

.message {
    /*background: transparent url(/images/greeting.png) no-repeat scroll 32px 16px;*/
    height: 350px;
    padding: 20px 0 0 32px;
    /*width:341px;*/
    color: #6c6c6c;
	position: absolute;	
	z-index: 600;
	top: 0px;
}

.message h1 {
/*     font-family: Trebuchet MS; */
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    color: #a6c745;
    /*line-height: 120%;*/
    /*margin: 16 0 0 32px;*/
    padding-bottom: 5px;
    /*width: 301px;*/
}

/**
MSH-119
**/
.message h1 span {
    display: block;
    line-height: 22px;
    color: #a6c745;
}
.message h1 .intro1 {
    font-style: italic;
}
.message h1 .intro2 {
    color: #397f3c;
}
.message h1 .intro3 {

}

#subsidiary {
    width: 340px;
    float: left;
}

#subsidiary .header {
    color: #386E32;
    font-weight: bold;
}

.message h2 {
/*     font-family: Trebuchet MS; */
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    color: #a6c745;
    line-height: 120%;
    margin: 16 0 0 32px;
    padding-bottom: 15px;
    /*width: 301px;*/
    
}

.message #welcome {
	/*margin: -10px 0 3px 0;*/
	/*width:400px;
	font-size:11px;*/
	width:420px;
	font-size:12px;
	/*color: #000;*/
}

.message .sub_message {
	font-weight: bold;
    color: #a6c745;
    font-size:16px;	
}

.message ul {
    list-style-type: disc;   
}
.message ul li {
    margin-left: 15px;   
}

.message form{
    margin-top: 10px;
    /*position: absolute;
    top: 250px;*/
}

.message .green_box {
    margin-top: 10px;
    width: 209px;
    height: 109px;
    background: url(/images/bg_small_green_box.png) no-repeat;
    padding: 10px;   
}

.message .green_box p {
    width: 90%;   
}

.message .green_box form {
    margin-top: 0;
}

#hp_join_now_block{
	/*position: relative;*/
	width: 146px;
}

#hp_join_now{
	margin-left: 378px;
	margin-top: 26px;
}

#home_callouts {
    height: 195px;
    background: #aae1eb url(/images/bg_hp_callouts.png) repeat-y scroll 0 0;
/*     border-top: 1px solid #018ea9; */
    padding: 24px 0 0 40px;
}

#home_callouts div {
    font-size: 11px;
}

#home_callouts #note, #home_callouts .video_callout {
    cursor: pointer;   
}

#home_callouts #note {
    background: #aae1eb url(/images/bg_callout_note.png) repeat-y scroll 0 0;
    height:116px;
    padding:17px 27px 3px 112px;
    width:90px;
    float: left;
}

#home_callouts p.quote {
    font-style: italic;
    margin-bottom: 5px;
    color: #034f4f;
}

#home_callouts p.clr, .clr a {
	color: #034f4f;
}


#main_bg_images .spash_img {
	display: none;
}

#main_bg_images img {
	margin-left: 1px;
}

#main_image{
	background: url(/images/main_image.png);
	background-repeat: no-repeat;
	width: 278px;
	height: 350px;
	float: right;	
}

#home_callouts #testimonials {
	height:123px;
    padding:10px 27px 3px 12px;
    width:179px;
    float: left;
	background-color: #fff;
	background:#AAE1EB url(/images/bg_callout_note2.png) repeat-y scroll 0 0;
}


#home_callouts #testimonials {
	font-style: normal;	
}

	#testimonials {
	    padding: 0 5px 0 30px;
	   	margin-right: 18px;/*Added for MSH-119 */
        color: #6c6c6c;
	    font-style: italic;
	    cursor: pointer;
	}

	#testimonials h2 {
	    font-size: 14px;
	    color: #76a100;
	    font-weight: normal;
	    padding: 0px 0 7px 0;
	}

	#testimonials a {
	    font-style: normal;
	    font-weight: bold;
	}
	

#home_callouts .video_callout {
    background: #aae1eb url(/images/bg_callout_videos.png) repeat-y scroll 0 0;
    height:136px;
    width:214px;
    float: left;
}

#home_callouts .video_callout img {
    margin: 8px 0 0 8px;
}

#home_callouts .video_callout div.inner {
    padding:10px 24px 0 18px;
    color: #026477;
}

#home_callouts .video_callout a.video_link {
    color: #026477;
    text-decoration: none;
    display: block;   
}

#callout_bottom_img {
    background: url(/images/callout_bottom.png) no-repeat;
    width: 726px;
    height: 14px;
}

/* Footer Styles */

#footer {
    font-size: 11px;
    margin: 0 auto;
    width: 700px;
    color: #fff;
}

#footer div {
    float: left;
    border-left: 1px solid #fff;
    height: 117px;
}

#footer a {
    color: #fff;
}

#footer ul , #footer p {
    padding:20px 0 0 15px;
}

#footer #col_one {
    width: 150px;
    border: 0;
}

#footer #col_two {
    width: 150px;
}

#footer #col_three {
    /*width: 210px;*/
    width: 200px;
}

#footer #col_four {
    /*width: 175px;*/
    width: 160px;
}

#footer a {
	text-decoration: none;	
}

.footer_col_padding {
	padding: 20px 0 0 15px;	
}

#footer_bg {
    clear: both;
    margin-top: 100px;
    background-color: #a3a3a3;
    width: 100%;
    height: 140px; /* if you change this then change the padding-bottom of container to match it */
    position: relative;
    bottom: 0;
/*    z-index: -1;*/
}

.info, #dev_notice {
    background-color: lightyellow;
    border: 1px solid #F0F0F0;
    padding: 0 12px;
    margin-bottom: 6px;
    width: 90%;   
}
.info p {
    margin: 12px 0;   
}

.tar {
    text-align: right;
}

#cart table {
    width: 99%;
}

#cart thead th {
    text-align: left;
}

#cart tfoot th {
    text-align: left;
}

#cart tr.even, #cart tr.odd {
	border-bottom: 1px solid #eee;
}

#cart td, #cart th {
	padding: 11px 0;
}

#cart_summary {
    text-align: right;
    padding-top: 44px;    
}


/** Manage Account **/
#my_account dl dt {
    float: left;
    width: 150px;
    clear: left;
}

/*Inside Pages*/

#sidebar_right {
	background: transparent url(/images/sidebar_right_bg.png) repeat-y scroll 0 0;
	margin: 0;
	width:222px;
	z-index: 400;
	margin:0 0 0 -3px;
}

#sidebar_right #sbr_content {
	padding: 3px 8px 0 8px;
}

#sidebar_right .block ul {
    list-style-type: none;    
}
#sidebar_right .block ul li {
    margin-bottom: 10px;
    font-size: 11px;
}

#cc_content {
	padding: 17px 20px 30px 30px;
}

#content_three_column #cc_content {
    min-height: 315px;
}

#content_two_column #cc_content {
    min-height: 315px;
}

#cc_content h1{
	color: #a6c745;
	font-size: 22px;
	margin-bottom: 14px;
}

#cc_content h2{
	color: #a6c745;
	font-size: 17px;
	margin-bottom: 10px;
}

#my_account dl dd {
    margin-left: 150px;
}

#sidebar_right div.quote {
	background-color: #fff;
	padding: 10px;
	border: 1px #018ea9 solid;
}

p.quote {
    font-style: italic;
    margin-bottom: 5px;
}

p.smaller {
    font-size: 10px;
}

div.insights_block {
	background-color: #fff;
	padding: 10px;
	border: 1px #018ea9 solid;
	margin: 10px 0;
}

div.insights_block h2 {
    color: #018EA9;
    font-size: 12px;
    margin-bottom: 10px;
       
}

div.tour_block {
	background-color: #a6c745;
	padding: 10px;
	border: 1px #386e32 solid;
	margin: 10px 0;
	color: #fff;
}

div.tool_block {
	background-color: #ebfac1;
	padding: 10px;
	border: 1px #a6c745 solid;
	margin: 10px 0;
	color: #fff;
}

div.tool_block h2 {
    color: #026477;
}

div.tool_block p {
    color: #808080;
}

/*Program Pages*/

#program_description {
	float: left;
	width: 260px;

}

.price_block {
	float: left;
	width: 136px;
	height: 204px;
	padding: 16px;
	background: transparent url(/images/bg_programs_buy.jpg) repeat-y scroll 0 0;
	margin-left:25px;
}

.price_block h3 {
	color:#A6C745;
	font-size: 14px;
	padding-bottom: 5px;
}

#program_list {
    padding: 0px 0 5px 0;
}

.program_block {
    float: left;
    text-align: center;
    width: 135px;
}

.program_name a {
    text-decoration: none;
    padding: 8px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #386e32;
    line-height: 16px;
}

.btn_join_now {
    padding: 8px 0;
}

/*Shopping Cart*/

th {
	background-color: #eee ;
}

.legal_info {
    /*font-size: 10px;*/
}

.legal_info ul {
    list-style-type: disc;
}

.legal_info ul li {
    margin-left: 18px;
}

.twoColHEaderImg {
    margin: -12px 0 0 1px;
}

/* Main Nav Highligh States */

body.home ul#main_nav li#home a {
    background: #eee url(/images/nav_main.png) no-repeat scroll 0 -49px;
}

body.about ul#main_nav li#about a {
    background: #eee url(/images/nav_main.png) no-repeat scroll -104px -49px;
}

body.our_program ul#main_nav li#programs a, body.program ul#main_nav li#programs a {
    background: #eee url(/images/nav_main.png) no-repeat scroll -252px -49px;
}

body.proven_results ul#main_nav li#provenResults a {
    background:#EEEEEE url(/images/nav_main.png) no-repeat scroll -425px -49px;
}

body.contact ul#main_nav li#contactUs a {
    background: #eee url(/images/nav_main.png) no-repeat scroll -581px -49px;
}

/** Checkout Form **/
.spinner {
    height: 24px;
}

.reg {
    font-size:85%;
    vertical-align:super;
    text-decoration:none;
    line-height: 4px;
}

ul.disc {
    list-style-type: disc;
    margin-bottom: 10px;
}

ul.disc li {
    margin-left: 15px;
}

#programs_table {
    width: 660px;
    text-align: left;
}

#programs_table td, #receipt_table td {
    padding: 5px 0;
}

tr.odd {
    background-color: #eee;
}

#receipt_table {
    width: 660px;
    text-align: left;
}


#order_receipt dt {
    clear: left;
    float: left;
    width: 150px;
}

#order_receipt h2 {
    clear: both;
    margin-top: 10px;
}

.font-14 {
	font-size: 14px;
}

.pt_8 {
	padding-top: 8px;
}

.pb_15 {
	padding-bottom: 15px;
}

.pb_8 {
	padding-bottom: 8px;	
}

#sidebar_left .callout {
	padding: 20px 0 0 15px;
}

#callout_risk_free #crf_txt {
	font-size: 11px; 
	width:165px; 
	color: #505050; 
	padding:0px 10px 0 10px;	
}

#callout_risk_free_top {
	/*height: 76px;*/
}

#callout_risk_free_middle {
	background: url(/images/img_risk_free_for_you-middle.png) repeat-y; 
	height: 136px;	
}

/** align close button and title on top of the shadwbox; if placed */
.sb-title-with-nav { float:left; }
.sb_title_nav_close {
    font-size:12px;
    cursor:pointer;
    display:block;
    float:right;
    height:16px;
    color:#FFF;
    text-decoration:none;
    vertical-align:middle;
}

