@charset "utf-8";
/* CSS Document */
/*----------Layout----------*/
* {
	margin: 0;
	padding: 0;
}
body {
}
#wrap {
	width: 872px;
	margin: 0 auto;
}
#logo {
	width: 872px;
	height: 124px;
}
#gold_left {
	width: 40px;
	height: 310px;
	float: left;
}
#left_bar {
	width: 152px;
	height: 310px;
	float: left;
	}
#main_img {
	width: 488px;
	height: 310px;
	float: left;
}
#right_bar {
	width: 152px;
	height: 310px;
	float: left;
}
#gold_right {
	width: 40px;
	height: 310px;
	float: left;
}
#home #bottom_left {
 	width: 192px;
	height: 142px;
	float: left;
	padding: 0px;
}
#about #bottom_left {
	width: 192px;
	height: 518px;
	float: left;
	padding: 0px;
}
#health_nutrition #bottom_left {
	width: 192px;
	height: 418px;
	float: left;
	padding: 0px;
}
#contact #bottom_left {
	width: 192px;
	height: 360px;
	float: left;
	padding: 0px;
}
#content {
	width: 460px;
	float: left;
	padding: 12px 14px 6px 14px;
}
#bottom_right {
	 width: 192px;
	 float: right;
	 padding: 0px;
}
#foot {
	width: 460px;
	clear: both;
	margin: 0px 0px 0px 192px;
	padding: 30px 14px 0px 14px;
}
/*----------Looks----------*/
body {
	background: url(../images/gold_bar.jpg) repeat-x;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color:#333;
	line-height: 1.2em;
}
#wrap {
}
#logo {
}
#gold_left {
	background: url(../images/gold_left.jpg) no-repeat;
}
#left_bar {
	background: url(../images/hmpg_left_bar.jpg) no-repeat;
}
#about #left_bar, #mission #left_bar, #pledge #left_bar, #leadership #left_bar {
	background: url(../images/about_left_bar.jpg) no-repeat;
}
#health_nutrition #left_bar, #associations #left_bar {
	background: url(../images/hn_left_bar.jpg) no-repeat;
}
#contact #left_bar, #contact_form #left_bar {
	background: url(../images/contact_left_bar.jpg) no-repeat;
}
#main_img {
}
#about #wrap #main_img #mission #wrap #main_img, #pledge #wrap #main_img, #leadership #wrap #main_img{
	background: url(../images/about_main_img.jpg) no-repeat;
}
#health_nutrition #wrap #main_img, #associations #wrap #main_img {
	background: url(../images/hn_main_img.jpg) no-repeat;
}
#contact #wrap #main_img, #contact_form #wrap #main_img  {
	background: url(../images/contact_main_img.jpg) no-repeat;
}
#right_bar {
	background: url(../images/hmpg_right_bar.jpg) no-repeat;
}
#about #right_bar, #mission #right_bar, #pledge #right_bar, #leadership #right_bar {
	background: url(../images/about_right_bar.jpg) no-repeat;
}
#health_nutrition #right_bar, #associations #right_bar {
	background: url(../images/hn_right_bar.jpg) no-repeat;
}
#contact #right_bar, #contact_form #right_bar{
	background: url(../images/contact_right_bar.jpg) no-repeat;
}
#gold_right {
	background: url(../images/gold_right.jpg) no-repeat;
}
#bottom_left {
	background: url(../images/bottom_left2.jpg) repeat-y;	
}
#content {
	background: url(../images/content_bg.jpg) no-repeat;
}
#foot {
	background: url(../images/footer_bg.jpg) no-repeat;
	text-align: center;
}
h1, h2, h3, h4 {
		color: #C90;
		font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.3em;
	line-height: 1.7em;
}
h2 {
	font-size: 1.1em;
	line-height: 1.5em;
}
p {
	padding-top: 6px;
	padding-bottom: 6px;
}
.large_text {
	font-size: .9em;
	line-height: 1em;	
	
}
.small_text {
	font-size: .7em;
	line-height: 1em;	
}
.tiny_text {
	font-size: .6em;
	line-height: 1em;	
}
.right {
	float: right;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
/*----------Main Navigation----------*/
#nav {
	line-height:42px;
	list-style-type:none;
	margin-left: 12px;
	font-size: 15px;
}
#nav li a:link, #nav li a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active {
	color: #FFF;
	text-decoration: underline;
}
#nav #current {
	text-decoration: underline;
}
