

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
		
		Isagenix ABO Library styles
		v. 12.2008
		

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


@import 'reset.css';
@import 'lib/typography.css';
@import 'lib/forms.css';




/* :::::: sitewide general styles :::::: */


body.library { margin: 0; background: url(../img/BG.gif) repeat-x; }


/* A container should group all columns. */
#wrapper {
	width: 940px;
	height: 100%;
	margin: 0 auto;
}



	/* ::: button styles as set by styleguide ::: */
	
	div.buttons { float: right; }
	
	/* generic button style */
	.btn {
		background: #e0eec5; 
		border: 1px solid #888;
		border-radius:10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		padding: 5px 15px; 
		font-family: verdana;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		text-decoration: none;
		cursor: pointer; /* IE6 */ 
	}
	
	.btnPrimary, .btnSecondary {
		background: url(../img/btn_bg_grn.png) repeat-x top center #669933;
		border: 1px solid #888;
		border-radius:10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		padding: 5px 15px;
		color: white;
		font-family: verdana;
		font-weight: bold;
		font-size: 12px;
		text-align: center;
		text-decoration: none;
		cursor: pointer; /* IE6 */
	}
	
	.btnSecondary {
		background: url(../img/btn_bg_gry.png) repeat-x top center #666;
	}
	
	
	.btnPrimarySmall, .btnSecondarySmall  {
		background: url(../img/btn_bg_grn.png) repeat-x top center #669933;
		border: 1px solid #888;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-size: 10px; 
		font-weight: normal; 
		padding: 3px 7px 4px;
		color: #ffffff;
		font-family: verdana;
		text-decoration: none;
		text-align: center;
		cursor: pointer; /* IE6 */
	}
	
	.btnSecondarySmall {
		background: url(../img/btn_bg_gry.png) repeat-x top center #666;
	}
	
	.btnPrimary:hover, .btnSecondary:hover, .btnO:hover, a.btnPrimarySmall:hover, a.btnSecondarySmall:hover {
		background: white;
		border: 1px solid #333;
		color: #333;
	}
	





/* header :::::::::::::::::::::::::::::::::::::::: */

.library #header {
	position: relative;
	background: url(../img/header_bg.gif) no-repeat center 1px;
	height: 149px;
	width: 972px;
}

h1#logo {
	text-indent: -9999px;
	background: url(../img/logo_abo.gif) no-repeat left 1px;
	width: 170px;
	height: 90px;
	margin: 0;
	position: absolute;
	left: 25px;
	top: 15px;
}

h1#logo a { cursor: pointer; }

body.library #header h2 { font: bold 38px Verdana, arial, tahoma, sans-serif; color: #3e5c20; margin: 0 50px 15px 0; padding-top: 20px; text-align: right; }
body.library #header h3 { color: #555; margin-right: 52px; text-align: right; }

body#help.library #header h2 { margin-left: 205px; padding-top: 15px; }

body.library form#form1 {
	font-size: 10px;
	left: 27px;
	margin: 0;
	position: absolute;
	top: 85px;
}

body.library form#form1 tr td { margin: 0; padding: 0; }
body.library form#form1 tr td label { display: none; }
body.library form#form1 tr td[rowspan] { margin: 0; padding: 0; }
body.library form#form1 tr td[nowrap] { font-size: 11px; }

		
		
		/* nav styling */
		#nav {
			padding: 0;
			margin: 0;
			list-style: none;
			text-align: right;
			font: 12px Verdana, Arial, Tahoma, sans-serif;
		}
						
		#nav li a.top_link {
			display: block;
			line-height: 27px;
			color: #fff;
			background: #669933;
			width: 200px;
			text-decoration: none;
			font-weight: bold;
			margin: 3px 0;
			padding-right: 20px;
			cursor: pointer;
		}
		
		#nav li.top a.top_link:link { background: #669933; }
		/* 
		#nav li.top a.top_link:visited { background: #333; } */		
		#nav li.top a.top_link:hover { color: #eee; background: #3e5c20; }
					
				
		#nav li:hover a.top_link,
		#nav a.top_link:hover {
			color: #f1f1f1;
		}
		
		#nav table {
			border-collapse: collapse;
			padding: 0;
			margin: 0;
			position: absolute;
			left: 0;
			top: 0;
		}
		
		#nav li:hover {
			position: relative;
			z-index: 200;
		}
		
		#nav a:hover {
			position: relative;
			white-space: normal;
			z-index: 200;
			background: transparent;
		}
		
		#nav :hover ul.sub {
			left: 0;
			top: 27px;
			background: #eee url(../img/tabBG.gif) repeat-x bottom;
			border: 1px solid #eee;
			padding: 5px;
			white-space: nowrap;
			width: 200px;
			height: auto;
			z-index: 300;
			font-size: 10px;
		}
		
		#nav :hover ul.sub li {
			display: block;
			height: 30px;
			position: relative;
			float: left;
			width: 100%;
			font-weight: normal;
			background: #eee;
			padding:0;
		}
		
		#nav :hover ul.sub li a {
			display: block;
			height: 28px;
			width: 100%;
			line-height: 28px;
			text-indent: 5px;
			color: #000;
			text-decoration: none;
		}
						
		#nav :hover ul.sub li a:hover {
			background: #b1cf77;
			color: #fff;
			border-color: #fff;
		}
		
		#nav ul, 
		#nav a:hover ul ul,
		#nav a:hover a:hover ul ul,
		#nav a:hover a:hover a:hover ul ul,
		#nav a:hover a:hover a:hover a:hover ul ul {
			position: absolute;
			left: -9999px;
			top: -9999px;
			width: 0;
			height: 0;
			margin: 0;
			padding: 0;
			list-style: none;
			z-index: 500;
		}
		
				
		
		/*Event Nav
		
		.eventNavCol {
			width: 225px;
			float: right;
		}
		
		.navheader {
			 margin-top: 2px;
			 margin-bottom: 10px;
			 align: center;
		}
		
		.navheader img {
			margin-bottom: 0px;
			margin-top: 0px;
		}
		
		.localeventmod {
			background-color: #C1D18D;
			width: 221px;
			height: 80px;
		}
		
		.localeventmid {
			width: 221px;
			background-color: #C1D18D;
		}
		
		.localeventform {
			padding-left: 15px;
		}
		
		.associateSubmitEvent {
			margin-top: 10px;
			margin-bottom: 10px;
			background: url(http://media01.isagenix.com/code/img/events/bg_submit_event_sml.gif) no-repeat;
		}
		
		.associateSubmitEvent img {
			margin: 10px 5px 10px 5px;
		}
		
		.upcomingEventsHdr {
			font: 10px/20px sans-serif;
			color: #808080;
			margin-left: 15px;
		}
		
		.upcomingEventsHdr img {
			padding-right: 3px;
		}
		
		
		body div#wrapper div#content div.eventNavCol a { margin: 0; border: 0; }
		/*
		body div#wrapper div#content a.deptLink, div.eventNavCol img { float: left; }
		
		
		.upcomingEventsList {
			
			background: url(http://media01.isagenix.com/code/img/events/bg_upcoming_events.jpg) no-repeat;	
			padding-left: 20px;
			padding-top: 15px;
			text-decoration: none;
			float: left;
			height: 100%;
			width: 100%;
			line-height: 15pt;
			margin-left: 7px;
			color: #666;
		}
		
		.upcomingEventsListState {
			margin-bottom: 10px;
		}
		

		
		



/* content :::::::::::::::::::::::::::::::::::::: */


#content { margin: 0 0 0 17px; padding: 0; width: 940px; line-height: 1.5em; }
#content a img  { margin: 0; }

.featured, .boxB { width: 700px; float: left; padding-bottom: 50px; background: ; }
body.home #content .featured { padding-bottom: 50px; background: #eee; }
body.threeCol div#content div.featured { width: 460px; margin-right: 20px; float:left; background-color: none; }


#sideBar, .boxC { width: 220px; float: left; margin: 0 20px 20px 0; }

.boxC { margin-right: 0; font-size: 11px; }

.banner { display: block; width: 700px; height: 50px; margin-bottom: 0px; }
body.threeCol .banner { width: 460px; }

.banner.marketingTopBanner { background: url(../img/banner_abo_page.png) no-repeat 0px 0px; }
.banner.isauTopBanner { background: url(../img/banner_abo_page.png) no-repeat 0px -50px; }
.banner.productTopBanner { background: url(../img/banner_abo_page.png) no-repeat 0px -100px; }
.banner.businessTopBanner { background: url(../img/banner_abo_page.png) no-repeat 0px -150px; }
.banner.callsTopBanner { background: url(../img/banner_abo_page.png) no-repeat 0px -200px; }
.banner.enewsTopBanner { background: url(../img/banner_abo_page.png) no-repeat 0px -250px; }
.banner.webinarsTopBanner { background: url(../img/banner_abo_page.png) no-repeat 0px -300px; }
.banner.complTopBanner { background: url(../img/banner_abo_page.png) no-repeat 0px -350px; }

.banner h3 { color: #fff; padding: 15px 0 0 70px; font: normal 100 20px/1em Verdana, Arial, Tahoma, sans-serif; }

#sideBar h4 { margin-top: 15px; font-size: 14px; }

.boxB a:link, .boxB a:visited {
	background-color: #eeeef0;
	display:block;
	text-decoration:;
	color:#005689;
	padding:7px 5px 7px 65px;
	border-top:1px solid #666;
	zoom:1;
}

.boxB a:hover { background-color: #ccc; }

.boxB a h4 {
	color:#333;
	font-size:15px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

div.boxB a.inlineLink {
	background-color:#ffffff;
	display: inline;
	text-decoration: underline;
	color: #585858;
	padding: 0;
	border: none;
	zoom: 0;
}

#wrapper div.boxB a.inlineLink:hover {
	background-color:#fff;
}

#wrapper div#content div.boxB a:hover {
	background-color:#ddd;
}

#wrapper .iconHtml {
	background: #eeeef0 url(../img/icon-html.gif) no-repeat 1% 50%;	
}
#wrapper .iconDoc {
	background:#eeeef0 url(../img/icon-doc.gif) no-repeat 1% 50%;	
}
#wrapper .iconPdf {
	background:#eeeef0 url(../img/icon-pdf.gif) no-repeat 1% 50%;	
}
#wrapper .iconMovie {
	background:#eeeef0 url(../img/icon-movie.gif) no-repeat 1% 50%;	
}
#wrapper .iconAudio {
	background:#eeeef0 url(../img/icon-audio.gif) no-repeat 1% 50%	
}
#wrapper div.boxB .isaguy {
	background:#d4f3b8 url(../img/isaguy.gif) no-repeat 1% 50%	
}

.boxC a:link, .boxC a:visited {
	margin:3px 8px 3px 0;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
	display:block;
}

body.library .boxC h5 { margin: 20px 0 5px; }
body.library .boxC h5:first-child { margin-top: 0; }

div.btnSelect a { float: right; }


/* home */


ul.libList { float: left; margin: 0 0 20px; width: 100%; list-style-position: inside; }
ul.libList li { float: left; margin-right: 20px; padding: 5px 0; color: #005689; }
ul.libList li a { text-decoration: underline; }
ul.libList li a:hover { text-decoration: none; background: #eee; border-bottom: 1px solid #e3e3e3; }

/* ul#accordianList { width: 680px; } */

.ui-accordion { margin: 10px auto; padding: 0; list-style-type: none; }
.ui-accordion a { text-decoration: none; }
.ui-accordion li { margin: 0; padding: 0; }
.ui-accordion li div { padding: 0 10px; }

div.accordContent { margin-bottom: 7px; background: #fff; overflow: hidden; }

ul#accordianList a.ui-accordion-header { padding:0; }

.boxB a:link.ui-accordion-link, a.ui-accordion-link {
	 display: block;
	 margin-bottom: 5px;
	 width: 700px;
	 height: 50px;
	 font: normal 100 20px/1em Verdana, Arial, Tahoma, sans-serif;
	 color: #fff;
}

.boxB li.PTAccordionSection a.ui-accordion-link { margin-left: 10px; width: 680px; }

a.ui-accordion-link span { display: block; padding: 7px 0 0 70px; }

/* a.ui-accordion-header { transition: all .2s; -webkit-transition: all .2s; } */

a.ui-accordion-link.marketingBanner { background: url(../img/banner_marketing.png) no-repeat left top; }
a.ui-accordion-link.marketingBanner.selected { background: url(../img/banner_marketing.png) no-repeat right top; }
body div.boxB a.ui-accordion-link.webinarBanner, a.ui-accordion-link.webinarBanner { background-image: url(../img/banner_webinar.png) no-repeat left top; }
body div.boxB .selected a.ui-accordion-link.webinarBanner, a.ui-accordion-link.webinarBanner.selected { background: url(../img/banner_webinar.png) no-repeat right top; }
a.ui-accordion-link.isauBanner { background: url(../img/banner_isau.png) no-repeat left top; }
a.ui-accordion-link.isauBanner.selected { background: url(../img/banner_isau.png) no-repeat right top; }
a.ui-accordion-link.businessBanner { background: url(../img/banner_business.png) no-repeat left top; }
a.ui-accordion-link.businessBanner.selected { background: url(../img/banner_business.png) no-repeat right top; }
a.ui-accordion-link.productBanner { background: url(../img/banner_product.png) no-repeat left top; color: #fefefe; }
a.ui-accordion-link.productBanner.selected { background: url(../img/banner_product.png) no-repeat right top; }
a.ui-accordion-link.callsBanner { background: url(../img/banner_calls.png) no-repeat left top; }
a.ui-accordion-link.callsBanner.selected { background: url(../img/banner_calls.png) no-repeat right top; }
a.ui-accordion-link.enewsBanner { background: url(../img/banner_enews.png) no-repeat left top; }
a.ui-accordion-link.enewsBanner.selected { background: url(../img/banner_enews.png) no-repeat right top; }
a.ui-accordion-link.compBanner { background: url(../img/banner_compl.png) no-repeat left top; }
a.ui-accordion-link.compBanner.selected { background: url(../img/banner_compl.png) no-repeat right top; }

.boxB a.ui-accordion-link.productBanner:link { border-top: none; }

.ui-accordion li div ul {
    margin: 0;
}

ul#featuredList { width: 680px; margin-left: 10px; margin-top: 10px; }
ul#featuredList li {
	list-style-type: none; }
ul#featuredList li a {
	text-decoration: none; }

a.featuredLink {
	 display: block;
	 margin-bottom: 5px;
	 width: 680px;
	 height: 50px;
	 font: normal 100 20px/1em Verdana, Arial, Tahoma, sans-serif;
	 color: #fff;
}

a.featuredLink span { display: block; padding: 15px 0 0 70px;}

a.featuredLink.marketingBanner { background: url(../img/banner_marketing.png) no-repeat left top; }
li a.marketingBanner:hover { background: url(../img/banner_marketing.png) no-repeat right top; }
a.featuredLink.tenstepsBanner { background: url(../img/banner_10steps.png) no-repeat left top; }
li a.tenstepsBanner:hover { background: url(../img/banner_10steps.png) no-repeat right top; }
a.featuredLink.webinarBanner { background: url(../img/banner_webinar.png) no-repeat left top; }
li a.webinarBanner:hover { background: url(../img/banner_webinar.png) no-repeat right top; }
a.featuredLink.isauBanner { background: url(../img/banner_isau.png) no-repeat left top; }
li a.isauBanner:hover { background: url(../img/banner_isau.png) no-repeat right top; }
a.featuredLink.businessBanner { background: url(../img/banner_business.png) no-repeat left top; }
li a.businessBanner:hover { background: url(../img/banner_business.png) no-repeat right top; }
a.featuredLink.productBanner { background: url(../img/banner_product.png) no-repeat left top; }
li a.productBanner:hover { background: url(../img/banner_product.png) no-repeat right top; }
a.featuredLink.callsBanner { background: url(../img/banner_calls.png) no-repeat left top; }
li a.callsBanner:hover { background: url(../img/banner_calls.png) no-repeat right top; }
a.featuredLink.enewsBanner { background: url(../img/banner_enews.png) no-repeat left top; }
li a.enewsBanner:hover { background: url(../img/banner_enews.png) no-repeat right top; }
a.featuredLink.hcpBanner { background: url(../img/banner_hcp.png) no-repeat left top; }
li a.hcpBanner:hover { background: url(../img/banner_hcp.png) no-repeat right top; }
a.featuredLink.compBanner { background: url(../img/banner_compl.png) no-repeat left top; }
li a.compBanner:hover { background: url(../img/banner_compl.png) no-repeat right top; }

.PTAccordionSection ul { list-style: none; margin:0; /* width: 658px; */ }

#accordianList .PTAccordionSection ul li:hover,
#accordianList .PTAccordionSection ul li:hover a,
#accordianList .PTAccordionSection ul li a:hover { background-color: #ddd; }

.PTAccordionSection ul li h4 { margin-bottom: 0; }

div#localEventPicker { background: #669933; border: 1px solid #4e7626; text-align: center; 	border-radius:10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; margin: 20px 0; padding: 10px; }
div#localEventPicker p { font: bold 14px Tahoma, Verdana, Arial, sans-serif; color: #fff; }


	  /* featured events */
	  
	  dl.events { font: normal 11px Tahoma, Arial, sans-serif; color: #333; line-height: 1.5; margin-top: 20px; }
	  dl.events dt { float: left; clear: left; width: 18%; margin: 0 0 0.8em; }
	  dl.events dd { float: left; width: 80%; margin: 0 0 0.8em 2%;  }
 
		/* IE6 featured events DL fixes */
 
	    *html dl.events dt { margin: 0; }
	    *html dl.events dd { float: none; margin-left: 15%;  }
	    


	


/* conference calls main */
	
#confCalls .boxC {
	width:304px;
	float:left;
	margin-left:20px;
	display:inline;
}

#confCalls .boxC h2 {
	background:#c3dabd;
	color:#222;
	font-size:14px;
	padding:3px;
}
#confCalls .boxC a:link, #confCalls .boxC a:visited {
	margin:3px 8px;
	border-bottom:1px solid #eee;
	padding-bottom:3px;
	display:block;
}
#confCalls .boxC a.more {
	background:#e4efe1;
	padding: 3px 3px 0px 3px;
	text-align:right;
	color:#000;
	font-weight:bold;
	text-decoration: none;
}

table.confCalls {
    color: #222;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

table.confCalls:last-child { border-bottom: none; }

table.confCalls tr td { vertical-align: top; }

table.confCalls h4 {
    font-size: 16px;
}

table.confCalls p {
    margin-bottom: 10px;
    padding-bottom: 15px;
}

img.confImg {
    margin: 0 15px 10px 5px;
    padding: 3px;
    border: 1px solid #ddd;
}

span.confName {
    padding-left: 5px;
}


/* conference calls archive */

body.callsArchive div.boxC {
	 margin-right: 20px;
}
body.callsArchive div.boxC:last-child {
	 margin-right: 0; 
}	
	
a.callHeading {
	background-color: #EEEEEE;
	color: #666666;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px;
	text-decoration: none;
}

	
	

/* enews */

body.library.news .boxB { width: 460px; height: 800px; overflow-y: auto; overflow-x: hidden; margin-right: 20px; margin-bottom: 20px ;border-bottom: 2px solid #dddddd; }

body.library.news .boxB a:link, body.library.news .boxB a:visited { padding: 10px; text-decoration: none; }
	
	
	/*agreement form styles */
	
	body.library table#agreeForm {
		padding: 20px;
	}



body.library h1 {
	color:#333;
	font-size:20px;
    padding: 25px 10px 15px;
}

body.library h2 {
	font-size:18px;
	margin-bottom:6px;
}
body.library h2.training a:link {
	color:#ecb447;
	text-decoration:none;
}
body.library h2.product a:link {
	color:#af98c2;
	text-decoration:none;
}
body.library h2.business a:link {
	color:#ddbf43;
	text-decoration:none;
}

body.library div.corpHeader {
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        background-color: #fff;
        padding: 5px;
        margin: 5px;
}

body.library div.corpHeader h1 {
        background-color: #c3dabd;
        margin: 0;
        padding: 10px;
        color: #222;
}

body.library .featured .links {
	padding:5px;
	width:190px;
	background:#eee;
	border:1px solid #ccc;
}


/* events */

body div#wrapper div#content a.deptLink { width: 20px; border: 0; margin: 0; display: inline; }




/* help center */

body#help #header {
	position: relative;
	background: url(../img/hc_header.gif) no-repeat center 1px;
	height: 100px;
	width: 745px;
}

body#help h1#logo { background: none; }

body#help #footer { width: 745px; margin: 0 auto; background: #b1cf77 url(../img/hc_footer.gif) no-repeat center top; }

body#help ul.mainMenu { margin: 0; }

body#help #footer p.footerLine { margin-bottom: 0; }



/* library */

div.gallery table { margin: 0; padding: 0; }

div.gallery table, div.gallery table tr ,div.gallery table td { vertical-align: top; }

div.gallery table tr img { margin: 0; }

.gallery li {
	margin-top: 20px;
	font-weight: bold;
}
.gallery .sectDscr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.gallery .sectDscr img { margin: 0 10px 0 0; }

.gallery .listHead {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #669933;
	font-weight: bold;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover, .gallery a:hover .fileName {
	text-decoration: underline;
	background-color: #eef;
}
.gallery img {
	margin-right: 15px;
}
.gallery .fileName {
	 padding: 3px 0;
	 margin-bottom: 3px;
}
.gallery .CodeLinkText {
	 line-height: 25px;
	color: #669933;
}





/* :::::  old ABO library and help center styles :::::: */
   


.clearLeft {
	clear: left;
}

body#help #wrapper {
	width: 745px;
	margin: 0 auto;
	text-align: left;
}

#leftCol {
	float: left;
	margin-left: 17px !important;
	margin-left: 7px; /* ie6 margin fix */
	width: 150px;
	height: 370px;
}

#leftCol h1 {
	background: #eee;
	color: #000;
	font-size: 13px;
	margin: 10px 0;
	padding: 5px;
	border-bottom: 1px solid #aaa;
}

#mainCol {
	float: left;
	width: 540px;
	margin: 10px 0 20px 20px;
}

body.tuts #mainCol { width: 700px; }

#mainCol h1 {
	font-size: 20px;
	margin: 30px 0 15px;
	padding: 0;
	color: #314b28;
}

body.tuts #mainCol h1 { margin: 10px 0 20px; }

#mainCol h2 {
	font-size: 14px;
	color: #000;
}

#mainCol li a {
	color:  #005689;
	display: block;
	padding: 7px;
	background: #eee;
	border-bottom: 1px solid #ddd;
}

#mainCol p {
	line-height: 1.3em;
}

#mainCol ul {
	list-style-type: none;
	margin: 15px 0;
}

#mainCol li {
	margin-bottom: 8px;
	padding-left: 18px;
	background: url(../img/arrow.png) no-repeat 0% 50%;
}



.mainMenu {
	list-style-type: none;
	margin: 0;
}

/*

.mainMenu li {
	border-bottom: 1px solid #ccc;
}

.mainMenu li a:link, .mainMenu li a:visited {
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	display: block;
	color: #333;
	text-decoration: none;
	margin-right: 1px;
	background: #ddd url(menu-bullet.gif) no-repeat 5% 50%;
}

.mainMenu li a:hover {
	background-color: #ccc;
	color: #000;
}

*/

		.mainMenu li a {
			display: block;
			line-height: 27px;
			color: #fff;
			background: #669933;
			width: 130px;
			text-decoration: none;
			font-weight: bold;
			margin: 3px 0;
			padding-left: 20px;
			cursor: pointer;
		}
		
		.mainMenu li a:link { background: #669933; }
		/* 
		.mainMenu li a:visited { background: #333; } */		
		.mainMenu li a:hover { color: #eee; background: #3e5c20; }
		
		

#subNav {
	zoom: 1;
	background: #eee;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#subNav h3 {
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 12px;
}

#mainCol .subMenu {
	margin: 0 0 0 13px;
}

#mainCol .subMenu li {
	float: left;
	width: 250px;
	background: none;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	display: inline;
	margin-bottom: 8px;
}

#mainCol .subMenu li a:link, #mainCol .subMenu li a:visited {
	display: block;
	padding: 3px 12px 5px 22px;
	background: #ddd url(../img/arrow.png) no-repeat 3px 5px;
	color: #000;
	border: 1px solid #bbb;
	text-decoration: none;
	margin: 0;
}

#mainCol .subMenu li a:hover {
	background-color: #ccc;
	color: #000;
}   



#wideCol {
	margin: 0 auto;
	padding-top: 10px;
	width: 700px;
}

#wideCol h1 {
	color: #fff;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	margin-bottom: 3px;
	background: #bfbfbf url(round-default.gif) no-repeat left top;
}

body#help #wideCol ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	border: 3px double #ddd;
	width: 700px;
}

body#help #wideCol ul li a {
	display: block;
	padding: 15px 10px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	width: 680px;
}

body#help #wideCol ul li a:hover {
	background: #c0f57b;
}

body#faq {
background: url(http://media01.isagenix.com/domains/isagenixfaqs/bg.gif) repeat-x top;
}




/* events */


/*Corporate Field Events*/

div.corporateFldEventsMod {
}

.corporateFldEventsMod img {
	padding-bottom: 0px;
	margin-bottom: -3px;
}

.corporateFldEventsMid {
	width: 460px;
	margin-left: 1px;
	color: #333;
	height: 100%;
	font: bold 11px/14px sans-serif;
}

.corporateFldEventsExec {
	float: left;
	margin-left: 40px;
	margin-right: 5px;
	margin-top: 5px;
	text-align: left;
}

.corporateFldEventsExec img {
	padding-bottom: 5px;
}

.corporateFldEventsExec a {
	color: #339900;
}

.corporateFldEventsExecRows td {
	vertical-align: top;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}

/*Corporate Events*/

div.corporateEventsMod {
	width: 460px;
	background: url(http://media01.isagenix.com/code/img/events/event_mod_bg.gif) repeat-y;
}

.corporateEventsMod img {
	margin-bottom: -3px;
	padding-bottom: 0px;
}

.corporateEventsMid {
	width: 460px;
	margin-left: 2px;
	color: #808080;
	height: 100%;
	font: 11px/14px sans-serif;
	text-align: left;
}

.corporateEventsMid a {
	color: #339900;
}

.corporateEventsLeft, .corporateEventsRight {
	float: left;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 5px;
	width: 287px;
}



/*Event Nav

.eventNavCol {
	width: 225px;
	float: right;
}

.navheader {
	 margin-top: 2px;
	 margin-bottom: 10px;
	 align: center;
}

.navheader img {
	margin-bottom: 0px;
	margin-top: 0px;
}

.localeventmod {
	background-color: #C1D18D;
	width: 221px;
	height: 80px;
}

.localeventmid {
	width: 221px;
	background-color: #C1D18D;
}

.localeventform {
	padding-left: 15px;
}

.associateSubmitEvent {
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(http://media01.isagenix.com/code/img/events/bg_submit_event_sml.gif) no-repeat;
}

.associateSubmitEvent img {
	margin: 10px 5px 10px 5px;
}

*/

/********************************
* ABO Library Events Pages
*********************************/

/*Navigation*/
	#EventNav { width: 220px; float: right; background-color: #f1f9e1; margin-bottom: 20px; }
	#EventNav p { padding: 10px 10px 5px; margin:0; }

	.EventFlags {	list-style: none; padding: 0 0 0 10px; margin: 0; overflow: hidden; background-color: #b1cf77	}
	.EventFlags li { 
		float: left; 
		padding: 0; 
		margin: 5px 10px; 
		width: 30px;
		height: 30px;
	}
	
	.EventFlags .active {  background-color: #e2f3c1;}
	.EventFlags .active:hover { background-color: #e2f3c1; }
	.EventFlags li:hover { background-color: #bfdb89; }

	#EventNav .EventFlags a  { display: block; margin: 0; padding: 0; border: 0;}
	
	.EventFlags .last { margin-right:0; }
	
	.EventRegions a  { text-decoration: none; display: block; overflow: hidden; }
		.EventRegions a:hover { background-color: #e2f3c1; }
	.EventRegions dl { float: left; clear: both; color: #111; margin: 10px; }
	.EventRegions dt { float: left; font-size: 12px; font-weight: bold; width: 80px;  }
	.EventRegions dd { width: 85px; float: left; font-size: 11px; font-weight: normal; color: #999; }

/* End Navigation*/


/*  EVENTS LISTING REDESIGN */

.eventListing {
	text-align: center;
	width: 460px;
}

.eventListing a {
	text-decoration: none;
}

span.eventType {
	text-align: center;
	font-size: .8em;
	background-color: #c8dd9f;
	display: block;
	margin-bottom: -12px;
}

span.Corporate {
	background-color: #c8dd9f;
	border-bottom: 2px solid #bbd18f;
	border-right: 2px solid #bbd18f;
}

span.Executive {
	background-color: #bfe4ec;
	border-bottom: 2px solid #acd9e3;
	border-right: 2px solid #acd9e3;
}

span.eventName {
	text-align: left;
	font-weight: bold;
}

div.speakerInfo {
	float: left;
	margin: 5px;
	width: 140px;
	height: 200px;
}

.speakerImg {
	margin-left: 16px;
	overflow: hidden;
	height: 135px;
	width: 107px;
	background-color: #eee;
}

.speakerTitle {
	font-size: .8em;
	display: block;
	line-height: 1.4em;
}

.AddlInfoLink {
	margin: 0 0 10px -200px;
	display: block;
	font-weight: bold;
	color: #669933;
	cursor: pointer;
}

.AddlInfoLink a {
	font-weight: bold;
	color: #669933;
}

.eventDetails {
	text-align: left;
	display: none;
}

.eventWhen, .eventCost, .eventContact,  .eventWhere, .eventAddl {
	display: block;
	font-size: .9em;
	line-height: 1.5em;
}

.eventWhere {
	float: right;
	background-color: #f1f9e1;
	padding: 5px;	
	margin: 0 0 5px 10px;
}

.eventAddl {
	text-align: left;
	margin-top: 20px;
       margin-bottom: 20px;
}


/* END EVENTS REDESIGN */


.upcomingEventsCol img {
	margin-bottom: 0px;
	margin-top: 10px;
}

.upcomingEventsHdr {
	font: 10px/20px sans-serif;
	color: #808080;
	background: #eee;
	padding: 10px;
	margin-bottom: 20px;
}

.upcomingEventsHdr img {
	margin: 0;
}

.upcomingEventsList {
	text-decoration: none;
	line-height: 15pt;
	color: #666;
}

.upcomingEventsListState { margin-bottom: 15px; }

.boxC dl a:link, .boxC dl a:visited {
    border-bottom: none;
    display: inline;
    margin: 0;
    padding-bottom: 0;
}



/* footer :::::::::::::::::::::::::::::::::::::::::::: */



#footer { 
	background: #b1cf77 url(../img/footer_bg.gif) no-repeat center top;
	color: #f1f1f1;
	text-align: center;
	width: 940px;
	clear: both;
	position: relative;
	margin-left: 17px;
}

#footer a { text-decoration: none; color: #f1f1f1; padding: 3px; }

#footer a:hover { 
	text-decoration: none;
	background: #cfe3a8;
	color: #777;
}

#footer p.footerLine {
	margin: 0;
  	padding: 15px 0 35px;
}

img.footerLogo { margin-top: 20px; }









/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after {
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


