@import url(../css/topnav.css);

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #FFF url(../images/bg_inner.gif) 0 0 repeat-x;
	/*text-align: center;*/
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
}

body#home {
	background: #FFF url(../images/bg_home.gif) 0 0 repeat-x;
}

p {
	margin: 0 0 10px 0;
}

/* Text formatting */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #73765D;
	margin: 0 0 20px 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #73765D;
	margin: 0 0 15px 0;
}

body.subSection h3 {
	clear: left;
}

a {
	color: #E75830;
	text-decoration: underline;
}

a:Hover {
	color: #B0B08C;
}

/* Main structural elements
============================== */
#wrapper {
	/*width: 750px;*/
	width: 100%;
	/*background: #EFEDD8 url(../images/bg_maincontent.gif) 0 0 repeat-y;*/
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 0;
	border-left: 0;
	/*border-bottom: 0;*/
	text-align: left;
	/*overflow: auto;
	margin: 0 auto;*/
}

/*body#home #wrapper {
	background: #EFEDD8 url(../images/bg_maincontent_home.gif) 0 0 repeat-y;
}

body.top_level #wrapper {
	background: #EFEDD8 url(../images/bg_index.gif) 0 0 repeat-y;	
}*/

/* Header area */
#header {
	position: relative;
	background: #09347A url(../images/slogan.gif) 306px 0 no-repeat;
	width: 100%;
	height: 70px;
}

#logo {
	position: absolute;
	top: 15px;
	left: 16px;
	width: 208px;
	height: 39px;
}

/* Content area */
#bgContainer {
	background: #EFEDD8 url(../images/bg_left.gif) 0 0 repeat-y;
}

body#home #bgContainer {
	background: #EFEDD8;
	background-image: none;
}

#content {
	position: relative;
	width: 100%;
	background: url(../images/bg_content.gif) left bottom no-repeat;
	overflow: auto;
	clear: left;
	text-align: left;
}

body#home #content {
	background: none;
}

#sidebar {
	float: left;
	width: 224px;
}

#homeFlash {
	width: 224px;
	float: left;
	z-index: 1;
}
#nutritionFlash {
	width: 224px;
height:207px;
padding:0 0 25px 0;
	float: left;
	z-index: 1;
}
#content_area {
	float: left;
	width: 526px;
}

#home #content_top {
	width: 526px;
	height: 57px;
	background: #B0B08C url(../images/bg_heart_centre.gif) 0 0 no-repeat;
}

#content_top {
	width: 100%;
	height: 38px;
	background: #B0B08C url(../images/bg_heart_centre_inner.gif) 0 0 no-repeat;
}


/* top-level page content */
#index_content {
	float: left;
	width: 336px;
}

#index_sidebar {
	float: left;
	width: 189px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #DCDBC6;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 40px 0;
}

#index_sidebar p {
	width: 163px;
	margin: 0 0 10px 13px;
}

#content_text {
	width: 396px;
	padding: 45px 0;
	margin-left: 80px;
}

body#inner #content_text {
	width: 430px;
	padding: 45px 0;
	margin-left: 51px;
}

body.top_level #content_text {
	width: 256px;
	padding: 50px 0;
	margin-left: 50px;
}

#content_text ul {
	padding: 10px 0 10px 10px;
}

#content_text li {
	padding-left: 10px;
	margin: 0 0 10px 10px;
	list-style-image: url(../images/bullet.gif);
}

#content_text p {
	clear: left;
}

.title_image {
	margin: 0 0 31px 0;
}

body.subSection .title_image {
	margin: 0 0 10px 0;
}

.side_image {
	margin: 28px 0 25px 0;
}

/* 3rd level (left) navigation */
ul#third_nav {
	list-style-type: none;
	padding: 27px 0 55px 0;
	margin: 0 20px;
	width: 175px;
}

ul#third_nav li {
	list-style-type: none;	
	margin-bottom: 10px;
	padding-left: 0;
}

ul#third_nav li.last-item {
	margin-top: 35px;
}

ul#third_nav a {
	color: #000;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 0.9em;
}

ul#third_nav a:Hover, ul#third_nav a.sel {
	color: #3587B7;
}

/* Section level (in page) navigation */
#section_nav {
	width: 430px;
	list-style-type: none;
	padding: 10px 0 30px 0;
	margin: 0;
}

#content_text #section_nav li {
	width: 195px;
	margin: 0 10px 10px 0;
	display: inline;
	float: left;
	list-style-type: none;
	padding-left: 0;
	list-style-image: none;
}

#section_nav li a {
	font-weight: bold;
	text-decoration: none;
}

#section_nav li.sel a {
	color: #B0B08C;
	font-weight: bold;
	text-decoration: none;
}

.clear {
	clear: left;
	height: 10px;
}

#breadcrumbs {
	font-size: 9px;
	color: #73765D;
	width: 430px;
}

#breadcrumbs a {
	color: #73765D;
	text-decoration: underline;
}

/* Footer area */
#home #page_footer {
	width: 100%;
	height: 56px;
	background: #093479 url(../images/btm_home2.gif) 285px 0 no-repeat;
	clear: left;
}

#footer {
	width: 737px;
	margin: 0;
	padding: 10px 0 15px 15px;
	clear: left;
	font-size: 10px;
	text-align: left;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:Hover {
	color: #333;
	text-decoration: underline;
}

/* Text tools - font size changing area */
#texttools {
	font-size: 11px;
	color: #DDD9CD;
	text-align: left;
	width: 175px;
	padding: 20px 0 0 350px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body#home #texttools {
	padding: 33px 0 0 350px;
}

#texttools a {
	color: #FFF;
	text-decoration: none;
}

#texttools .fontdef {
	color: #A8262B;
}
