@charset "UTF-8";
body {
	background-image: url(../images/hope_bg.gif);
	background-repeat: repeat-x;
	background-color: #0059A9;
}

/* formatting for main container */
#container {
	width: 760px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
}

/* formatting for header area */
#headerArea {
	float: left;
	height: 230px;
	width: 760px;
}
#headerTopLeft {
	width: 312px;
	height: 25px;
	float: left;
	background-image: url(../images/header_top_left.jpg);
	background-repeat: no-repeat;
}
#headerTopRight {
	float: right;
	height: 25px;
	width: 37px;
	background-image: url(../images/header_top_right.jpg);
	background-repeat: no-repeat;
}
#headerMain {
	height: 146px;
	clear: left;
	float: none;
	overflow: hidden;
}
#headerBottom {
	height: 59px;
	float: none;
	background-image: url(../images/header_bottom.jpg);
	background-repeat: no-repeat;
}

/* alternate header bottoms for pages */
#sitemap_headerBottom {
	height: 59px;
	float: none;
	background-image: url(../images/header_bottom.jpg);
	background-repeat: no-repeat;
}
#default_headerBottom {
	height: 59px;
	float: none;
	background-image: url(../images/header_bottom_v2.jpg);
	background-repeat: no-repeat;
}
#enzymes_headerBottom {
    height: 59px;
    float: none;
}
#oils_headerBottom {
    height: 59px;
    float: none;
}
#fiber_headerBottom {
    height: 59px;
    float: none;
}
#probiotics_headerBottom {
    height: 59px;
    float: none;
}

/* formatting for main navigation area*/
#navigationArea {
	height: 25px;
	width: 411px;
	float: left;
	background-color: #999900;
	overflow: hidden;
}

/* formatting for video area*/
#video_defaultArea {
	margin: 0px;
	clear: both;
	
	height: 319px;
	width: 760px;
}
#default_headerArea {
	float: left;
	height: 171px;
	width: 760px;
	clear: both;
}
#default_newsLetter {
	position: absolute;
	margin-left: 517px;
	top:175px;
}
/* formatting for main content area*/
#contentArea {
	float: left;
	height: auto;
	width: 760px;
	background-color: #FFFFFF;
	padding-top: 10px;
	clear: both;
}

#default_contentArea {
	float: none;
	height: 189px;
	width: 760px;
	background-color: #FFFFFF;
	clear: both;
	background-image: url(../images/content_area.jpg);
	background-repeat: no-repeat;
}

/* formatting for footer area*/
#footerArea {
	float: none;
}
#footerTop {
	background-image: url(../images/footer_top.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 71px;
	float: left;
	clear: none;
}
#default_footerTop {
	background-image: url(../images/footer_top_v2.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 71px;
	float: left;
	clear: none;
}
#default_footerContent {
	background-image: url(../images/blank-bottom-panel.jpg);
	background-repeat: no-repeat;
	height: 173px;
	width: 760px;
	float: left;
	clear: left;
	overflow: hidden;
}
#footerLogo {
	background-image: url(../images/footer_logo_area.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 198px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#footerNavArea {
	background-image: url(../images/footer_bottom_nav_area.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 562px;
	float: right;
}

/* formatting for newsletter dropdown area*/
#newsLetter {
	float: right;
	margin-right: 30px;
}

/* formatting for breadcrumbs */
#breadcrumbs {
    width: 400px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-left: 30px;
    margin-bottom: 10px;
}

