@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:#b3d17b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1d5106;
	background-image:url(images/bg-loop1.gif);
	background-repeat:repeat-x;
	background-position:top;
}
h3, h4{
	color:#588e40;
}
h4{
	font-size:14px;
	width:96%;
	padding-left:5px;
	margin-top:15px;
	margin-bottom:4px;
	border-bottom:solid 1px #cbe0a5;
}
#mainContainerDiv{
	position:relative;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
}
#mainHeaderDiv{
	position:relative;
	background-image:url(images/bg-header.jpg);
	height:149px;
	padding-left:22px;
	padding-top:16px;
}
#floatingUtilityDiv{
	position:absolute;
	width:275px;
	height:100px;
	left: 487px;
	top: 8px;
	text-align:right;
}
#mainMenuDiv{
	position:relative;
	background-image:url(images/bg-menu.jpg);
	height:51px;
	padding-top:0px;
	text-align:center;
}
#mainBodyDiv{
	position:relative;
	background-image:url(images/bg-body.jpg);
	padding-left:30px;
	padding-right:30px;
	padding-top:1px;
	clear:both;
}
#mainTestimonialDiv{
	margin-top:5px;
	clear:both;
	position:relative;
	background-image:url(images/bg-testimonials.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:20px;
	margin-left:-30px;
	margin-right:-30px;
	width:627px;
	padding-right:140px;
	overflow:auto;
	min-height:100px;/* works for all but IE6 and lower, used 1x100 spacer, which doesn't work for Safari*/
}
#mainFooterDiv{
	position:relative;
	background-image:url(images/bg-footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:64px;
	color:#678a21;
	font-size:11px;
	text-align:center;
	padding-top:4px;
}
#rotateImageLowerRightDiv{
	width:166px;
	height:115px;
	position:absolute;
	left:604px;
	top:-115px;
}
.fullWidthContentDiv{
	padding-left:10px;
	padding-right:10px;
}
/* Center floating content bar -----------------------------------------------------------------*/
.centerContentDiv{
	margin-top:12px;
	margin-bottom:12px;
	margin-left:-8px;
	margin-right:-8px;
	position:relative;
}
.centerContentTopDiv{
	background-image:url(/images/centerContentBarTop.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
}
.centerContentMiddleDiv{
	background-color:#d5e9ab;
	background-image:url(/images/centerContentDividers.gif);
	background-repeat:repeat-y;
	width:726px;
	overflow:auto;
}
.centerContentBottomDiv{
	background-image:url(/images/centerContentBarBottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:10px;
}
.centerContentColumn{
	float:left;
	width:221px;
	padding:10px;
	padding-top:0;
	padding-bottom:0;
}
/* mainContentColumnGlobal class for repetitive properties of the Main floating content bar -------*/
.mainContentColumnGlobal{
	position:relative;
	width:726px;
	background-color:#ffffff;
	background-repeat:repeat-y;
	margin-left:-8px;
	margin-right:-8px;
	overflow:auto;
	background-image:url(/images/mainContentDividers.gif);
}
/* mainContentColumnDiv Main floating content bar ------------------------------------------------*/
#mainContentColumnDiv{
	/* should use the mainContentColumnGlobal class */
	background-image:url(/images/mainContentDividers.gif);
}
.mainContentColumn{
	float:left;
	width:221px;
	padding:10px;
	padding-top:0;
	padding-bottom:0;
}
/* sectional by thirds for Main floating content bar ---------------------------------------------*/
#mainSplitLeftContentColumnDiv{
	/* should use the mainContentColumnGlobal class */
	background-image:url(/images/mainSplitLeftContentDividers.gif);
}
#mainSplitRightContentColumnDiv{
	/* should use the mainContentColumnGlobal class */
	background-image:url(/images/mainSplitRightContentDividers.gif);
}
.twoThirdsLeftContentColumn{
	float:left;
	width:510px;
	padding:10px;
}
.oneThirdRightContentColumn{
	float:left;
	width:171px;
	padding:10px;
}
.oneThirdLeftContentColumn{
	float:left;
	width:171px;
	padding:10px;
	text-align:right;
}
.twoThirdsRightContentColumn{
	float:left;
	width:510px;
	padding:10px;
}
/* side 3rd cross columns, colored green; using classes incase we need to stack multiple green columns */
.oneThirdCrossColumnTop{
	margin-top:10px;
	background-image:url(/images/thirdContentBarTop.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:10px;
}
.oneThirdCrossColumnMiddle{
	background-color:#d5e9ab;
	padding-left:10px;
	padding-right:10px;
	overflow:auto;
	text-align:left;
}
.oneThirdCrossColumnBottom{
	background-image:url(/images/thirdContentBarBottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:10px;
}
/* center split detail --------------------------------------------------------------------------*/
#mainSplitCenterContentColumnDiv{
	background-image:url(/images/mainSplitCenterContentDividers.gif);
}
.centerSplitContentColumn{
	float:left;
	width:334px;
	padding:10px;
}
/* Testimonials ---------------------------------------------------------------------------------*/
#testimonialAreaDiv{
	position:relative;
	color:#FF6666;
	font-style:italic;
	line-height:17px;
	text-align:justify;
	margin-left:30px;
	margin-right:30px;
	overflow:auto;
}
#testimonialAuthorDiv{
	position:relative;
	color:#FF6666;
	line-height:17px;
	text-align:right;
	margin-left:30px;
	margin-right:30px;
	overflow:auto;
}
#testimonialcompanyDiv{
	position:relative;
	color:#FF6666;
	line-height:17px;
	text-align:right;
	margin-left:30px;
	margin-right:30px;
	overflow:auto;
}
#headerMessagesDiv{
	margin-right:15px;
	margin-top:20px;
}

/* LINK FORMATING -------------------------------------------------------------------------------*/
a:link,a:visited  {
	text-decoration:none;
	color:#7ca628;
}
a:hover {
	color:#ff6d6d;
	text-decoration:underline;
}
#mainFooterDiv a:link,#mainFooterDiv a:visited  {
	text-decoration:none;
	color:#678a21;
}
#mainFooterDiv a:hover {
	color:#ff6d6d;
	text-decoration:underline;
}
#floatingUtilityDiv a:link, #floatingUtilityDiv a:visited{
	color:#ffffff;
}
#headerMessagesDiv a:link,#headerMessagesDiv a:visited  {
	text-decoration:none;
	color:#7ca628;
}
#headerMessagesDiv a:hover {
	color:#ff6d6d;
	text-decoration:underline;
}
#utilityDWJlink{
	display:block;
	height:19px;
	padding-right: 19px;
	padding-top: 5px;
}
.mediumButton a:link, .mediumButton a:visited{
	color:#FFFFFF;
}
.mediumButton a:hover {
	text-decoration:underline;
}
/*#mainMenuList a:link, #mainMenuList a:visited  {
	color:#ffffff!important;
}
#mainMenuList a:hover {
	color:#7ca628!important;
	text-decoration:none!important;
	background-color:#FFFFFF;
}*/
/* MAIN MENU LIST */
#mainMenuList{
	margin:0;
	padding:0;
	margin-left:38px;
}
#mainMenuList li{
	display: inline;
}
#mainMenuList li a{
	padding-left:8px;
	padding-right:7px;
	height:28px;
	color:#ffffff;
	text-decoration: none;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:27px;
}
#mainMenuList li a:hover{
	background-color: #ffffff;
	background-image:url(/images/rolloverbg1.gif);
	color: #698b22;
	text-decoration:none;
}
.hrDivider{
	margin-top:10px;
	margin-bottom:10px;
}
.hiddenHR{
	margin:0;
	padding:0;
}
.spacerImage1{
	margin-top:15px;
}
/* H1 page title replacement */
.replaceH1{
	color:#ff6d6d;
	font-size:20px;
	line-height:27px;
	padding-left:8px;
	position:relative;
	margin:0px; padding:0px;
	font-weight:normal;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}
.replaceH1 span{
	display:block;
	position:absolute;
	top:2px;
	left:0px;
	z-index:1; /*for Opera 5 and 6*/
}

.h1PageTitle{
	font-weight:normal;
	color:#ff6d6d;
	font-size:18px;
	width:100%;
	border-bottom:#ff6d6d solid 1px;
}
.h1PageTitleDinner, .h1PageTitleDinner span{
	background-image: url(/images/title-dinner.jpg);
}
.h1PageTitleClasses, .h1PageTitleClasses span{
	background-image: url(/images/title-classes.jpg);
}
.h1PageTitleConsultation, .h1PageTitleConsultation span{
	background-image: url(/images/title-consultation.jpg);
}
.h1PageTitleWorkplace, .h1PageTitleWorkplace span{
	background-image: url(/images/title-workplace.jpg);
}
.h1PageTitleAbout, .h1PageTitleAbout span{
	background-image: url(/images/title-about.jpg);
}
.h1PageTitleWater, .h1PageTitleWater span{
	background-image: url(/images/title-water.jpg);
}
.h1PageTitlePublications, .h1PageTitlePublications span{
	background-image: url(/images/title-publications.jpg);
}
.h1PageTitleCart, .h1PageTitleCart span{
	background-image: url(/images/title-cart.jpg);
}
.h1PageTitleCheckout, .h1PageTitleCheckout span{
	background-image: url(/images/title-checkout.jpg);
}
.h1PageTitleOrderConfirm, .h1PageTitleOrderConfirm span{
	background-image: url(/images/title-orderconfirm.jpg);
}
.h1PageTitleOrderComplete, .h1PageTitleOrderComplete span{
	background-image: url(/images/title-ordercomplete.jpg);
}
.h1PageTitleLogin, .h1PageTitleLogin span{
	background-image: url(/images/title-please-login.jpg);
}
.h1PageTitlePassword, .h1PageTitlePassword span{
	background-image: url(/images/title-password-retrieval.jpg);
}
.h1PageTitleRegistration, .h1PageTitleRegistration span{
	background-image: url(/images/title-registration.jpg);
}
.h1PageTitleNewsletter, .h1PageTitleNewsletter span{
	background-image: url(/images/title-newsletter.jpg);
}
.h1PageTitleAccountNotification, .h1PageTitleAccountNotification span{
	background-image: url(/images/title-acc-notification.jpg);
}
.h1PageTitleUpcomingClasses, .h1PageTitleUpcomingClasses span{
	background-image: url(/images/title-upcoming.jpg);
}
.h1PageTitleContact, .h1PageTitleContact span{
	background-image: url(/images/title-contact.jpg);
}
.h1PageTitleNatural, .h1PageTitleNatural span{
	background-image: url(/images/title-natural.jpg);
}
.h1PageTitleArchivedLetters, .h1PageTitleArchivedLetters span{
	background-image: url(/images/title-archivednewsletters.jpg);
}
/* buttons ------------------------------------------------------------------------------ */
.mediumButton{
	margin-bottom:20px;
	padding:5px;
	padding-left:10px;
	background-image:url(/images/button1-medium.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:31px;
}
/* publicationMenu ------------------------------------------------------------------------------ */
#publicationMenu{
	margin-top:30px;
	margin-right:-14px;
}
#publicationMenu ul{
	padding:0;
	margin:0;
}
#publicationMenu li{
	padding:2px;
	padding-right:8px;
	padding-bottom:5px;
	margin:0;
	margin-right:5px;
	margin-bottom:6px;
	list-style-type:none;
	background-image:url(/images/green-gradient1.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.publicationItemActive{
	font-weight:bold;
	border-right:solid 5px #7ca628;
	padding-right:0;
}
.publicationItemActive a:link, .publicationItemActive a:visited{
	color:#588e40;
}
.publicationItemActive a:hover{
	text-decoration:none;
}
/* monthly Meals Menu ------------------------------------------------------------------------------ */
#publicationMenu li.break{
	font-weight:bold;
	border-bottom:#7ca628 solid 1px;
}
.mealPlanSurround{
	padding-left:20px;
}
.mealPlanSurround a{
	padding-left:10px;
}
.mealPlanTitle{
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
	background-color:#f1f5e9;
	padding:3px;
	padding-left:5px;
}
.mealPlanDescription{
	margin-bottom:5px;
	padding-left:10px;
}
/* login window ------------------------------------------------------------------------------ */
.loginField{
	width:180px;
}
.errorText {
	color: #FF0000;
	font-size:11px;
	text-align:center;
	margin-bottom:10px;
}
#loginPanelTop{
	height:16px;
	background-image:url(/images/login-panel-top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#loginPanelCenter{
	background-image:url(/images/login-panel-center.jpg);
	background-repeat:repeat-y;
	overflow:auto;
	padding:16px;
}
#loginPanelBottom{
	height:16px;
	background-image:url(/images/login-panel-bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
/* registration window ------------------------------------------------------------------------------ */
#regPanelTop{
	height:16px;
	background-image:url(/images/reg-panel-top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#regPanelCenter{
	background-image:url(/images/reg-panel-center.jpg);
	background-repeat:repeat-y;
	overflow:auto;
	padding:16px;
}
#regPanelBottom{
	height:16px;
	background-image:url(/images/reg-panel-bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#sampleMealsWrapper{
	border:#CCCCCC solid 1px;
	padding:10px;
}
#sampleMealsWrapper div{
	margin-bottom:10px;
}
.requiredText{
	color:#FF0000;
	font-size:14px;
}