/* CSS Document */

/*|-------- Main content Layout ---------|*/

/* body {
width:750px;
margin: 20px auto auto auto;} */

body {
padding: 0;
margin: 0;}

/* #horizon {
		text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	} */

/* #container {
width: 750px;
height: 500px;
background-image: url(../images/mainBGCSS.gif);
background-repeat: no-repeat; } */


#container {
background-image: url(../images/mainBGCSS.gif);
background-repeat: no-repeat;
width: 750px;
height: 500px;
margin-left: -375px;
position: absolute;
top: 20px;
left: 50%;
text-align: left; }

#navigation {
height: 28px;
width: 660px;
margin-left: 16px;
float: left;
z-index: +500; }

#spacer {
width: 18px;
height: 18px;
float: left; 
}

#pagePic {
width: 151px;
height: 247px;
margin-top: 224px;
float: left;
}

#pageHeader {
width: 330px;
height: 40px;
float: left;
margin-left: 118px;
margin-top: 10px; }

#mainText {
float: left;
width: 345px;
height: 350px;
margin-left: 118px;
overflow: auto;
margin-top: 12px; }

#mainTextLong {
float: left;
width: 345px;
height: 400px;
margin-left: 118px;
overflow: auto;
margin-top: 12px; }

#copy {
width: 310px;
height: 300px;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
text-align: left;
vertical-align: top; }

#copy a {
text-decoration: none;
color: #34479e; }

#copy a:hover {
text-decoration: underline; }

#sideText {
width: 110px;
height: 270px;
float: left;
margin-top: 34px;
border-left: thin #1a1271 solid;
margin-left: 10px; }

#sideCopy {
width: 110px;
height: 240px;
padding-left: 4px;
color: #34479e;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px; }

#footer  {
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
float: left;
width: 410px;
margin-left: 118px;
margin-top: 12px; }

#footer a {
text-decoration: none;
color: #c34a2d; }

#footer a:hover {
text-decoration: underline; }

#baseInfo {
width: 720px;
height: 10px;
float: left;

margin-top: 3px;
color: #7a7a7a;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px; }

#baseInfo a {
text-decoration: none;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #633a2b; }

#baseInfo a:hover {
text-decoration: underline; }


/*|-------- Text Styling ---------|*/

.mainHeader {
font-size: 18px;
color: #1a1271;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif; }

.subHeader {
font-size: 12px;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #34479e; }

.whiteText {
color: #ffffff; }

.blueText {
color: #1a1271; }

.boldText {
font-weight: bold; }

.smallTextBlue {
font-size: 9px;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #1a1271;
line-height: 10px; }

.smallText {
font-size: 9px;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000; }

#textLinks {
font-size: 4px;
text-decoration: none;
font-family: Verdana, Helvetica, Arial, sans-serif; }

#textLinks ul{
display: none; }



/*|-------- Left Page Corner Pics---------|*/

.home {
background-image: url(../images/homePic.jpg);
background-repeat: no-repeat; }

.about{
background-image: url(../images/aboutPic.jpg);
background-repeat: no-repeat; }

.requirements{
background-image: url(../images/dailyPic.jpg);
background-repeat: no-repeat; }

.healthBenefits{
background-image: url(../images/benefitsPic.jpg);
background-repeat: no-repeat; }

.Infant{
background-image: url(../images/infantPic.jpg);
background-repeat: no-repeat; }

.children{
background-image: url(../images/childrenPic.jpg);
background-repeat: no-repeat; }

.youngAdult {
background-image: url(../images/youngAdultPic.jpg);
background-repeat: no-repeat; }

.middleAged {
background-image: url(../images/middlePic.jpg);
background-repeat: no-repeat; }

.senior {
background-image: url(../images/seniorPic.jpg);
background-repeat: no-repeat; }

.otherHealthBenefits{
background-image: url(../images/otherBenefitsPic.jpg);
background-repeat: no-repeat; }

.lifeStageOverview{
background-image: url(../images/lifeStageOverPic.jpg);
background-repeat: no-repeat; }

.goodForHeart{
background-image: url(../images/goodForHeartPic.jpg);
background-repeat: no-repeat; }

.members{
background-image: url(../images/membersPic.jpg);
background-repeat: no-repeat; }

.whatIs {
background-image: url(../images/whatisPic.jpg);
background-repeat: no-repeat; }

.contactUs {
background-image: url(../images/contactPic.jpg);
background-repeat: no-repeat; }

.Media {
background-image: url(../images/mediaPic.jpg);
background-repeat: no-repeat; }

.MediaPress {
background-image: url(../images/mediaPresSPic.jpg);
background-repeat: no-repeat; }

.MediaTrade {
background-image: url(../images/mediaTradePic.jpg);
background-repeat: no-repeat; }

.MediaRecipe {
background-image: url(../images/mediaRecipePic.jpg);
background-repeat: no-repeat; }


/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 2.1em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 155px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 background: #1a1271;
 margin-right: -1px;
color: #ffffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
padding-right: 3px; }

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #ffffff;
 text-decoration:  none;
padding-bottom: 6px;
margin-top: 2px;
padding-right: 2px; }

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #074785;
}
.menulist  a.highlighted {
 color: #FFF;
 background-color: #074785;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

.smallLinkText {
font-size: 9px;
color: #bebebe; }

.smallLinkText a {
font-size: 9px;
color: #bebebe; 
}
