@charset "utf-8";

#headLeftCol  {
	font-family: Arial, Helvetica, sans-serif;
	width:520px;
	height: 324px;
	background-image: url(../images/headers/header-two-bottles.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	float: left;
	background-color: #000;
}
#headLeftCol h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-left: 20px;
	color: #FFF;
	margin-top: 10px;
}
#headLeftCol ul li  {
	background-color: transparent;
/* The margin for this LIST ITEM is in a seperate style sheet */
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
#headLeftCol ul li a  {
	color: #FFF;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#headRightCol  {
	width: 460px;
	float: left;
	background-color: #000;
}
#homeHeadImage a {
	background-image: url(../images/headers/header-magnifying-glass.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#homeStressImage a {
	background-image: url(../images/headers/header-stress.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#homeDepressImage a {
	background-image: url(../images/headers/header-depression.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#homeFocusImage a {
	background-image: url(../images/headers/header-chess.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#homeAthleticImage a {
	background-image: url(../images/headers/header-golf.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#homeSleepImage a {
	background-image: url(../images/headers/header-insomnia.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#howImage a {
	background-image: url(../images/headers/header-how.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#howitworksImage a {
	background-image: url(../images/headers/header-howitworks.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#aboutImage a {
	background-image: url(../images/headers/header-about.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#peopleImage a {
	background-image: url(../images/headers/header-people-love.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#contactImage a {
	background-image: url(../images/headers/header-contact.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#pledgeImage a {
	background-image: url(../images/headers/header-pledge.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#termsImage a {
	background-image: url(../images/headers/header-terms.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#privacyImage a {
	background-image: url(../images/headers/header-privacy.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#resourcesImage a {
	background-image: url(../images/headers/header-resources.jpg);
	width: 460px;
	height: 324px;
	display: block;
}
#headRightCol a span {
	font-family: Verdana, Geneva, sans-serif;
	display: none;
}

