/*==============================================================================

version:  1.0
date:	  06/01/07
author:   Capisce Design Inc.
email:    capisce@capiscedesign.com
website:  http://www.capiscedesign.com/

==============================================================================*/



* {
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: left;
}

body { /* Center layout */
	text-align: center;
	/*min-width: 760px;  :FIX: Netscape 6 */
	}
	
#wrapper {
	width: 760px;
	margin: 50px auto 5px; /* Center layout */
	text-align: left; /* Center layout */
	}


/*============================================================================== 
 * Typography
==============================================================================*/

/*body {
	font-size: 12px;
	}

ul#mainNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #CCC;
	}

#footer p {
	font-family: Optima, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000;
	font-weight: bold;
	letter-spacing: 1pt;
	padding: 10px 0 21px 19px;
	 }
	 
#footer p span {
	color: #CCCCCC;
	}	
	
#copyright { 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 7.5pt;
	color: #a5b439;
	padding: 5px 0;
	}

.skiplink a {
	padding: 0;
	margins: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	float: right;
	vertical-align:top;
}

ul#nutritionbullets {
	padding: 0 0 0 24px;
	}
*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 12px 0 12px 10px;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: .15em;
	}
	
p {
	padding: 0 0 12px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: .1em;
	}
	
.name {
	color: #724B0D;
	font-size: 11px;
	font-weight: normal;
	}
	
.namebold {
	color: #724B0D;
	font-size: 11px;
	font-weight: bold;
	}
	
.text, .text2, .text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 1.5em;
	}

.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 1.5em;
	font-weight: bold;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #85DDE7;
	}

a:hover {
	color: #FFFF00;
	}

a:active {
	color: #FFFF00;
	}
	
a:visited {
	color: #85DDE7;
	}
	

/*============================================================================== 
 * Header
==============================================================================*/

/*#header {
	width: 760px;
	margin: 0;	
	height: 85px;
	overflow:visible;
	}
	
#logo {
	background: url(../bhhf_images/logo.gif) no-repeat;
	float: left;
	width: 760px;
	height: 83px;
	background-color: #7ac7cc;
	border-bottom: 2px solid #FFF;
	}
*/




/*============================================================================== 
 * Content
==============================================================================*/

#content {
	 padding: 0;
	 background-color:#ce9335;
	 float: left;
	 }
	 
/*#tablecontent {
	background-position: 336px 0px;	
	background-color: #ce9335; 
	}*/
	
ul#mainNav {
	margin: 0;
	padding: 14px 0 0 0;
	list-style: none;
	width: 185px;
	height: 401px;
	float: left;
	text-align: center;
	background: url(../bhhf_images/nav_topspace.gif) repeat-y;
	overflow: hidden;
	}
	
#subhead {
	padding: 0;
	}
	

#sideimages {
	background: url(../bhhf_images/contact_06.jpg) no-repeat;
	width: 106px;
	height: 198px;
	margin: 0 0 0 0;
	float: left;
	position: relative;
	left: 50px;
	top: 143px;
	}

#infotable {
	background: url(../bhhf_images/contact_03.jpg) no-repeat;
	background-position: 0px 0px;	
	margin: 0 0 20px 0;
	float: right;
	width: 424px;
	padding-top:143px;
	}
	
#infotable td {
	padding-bottom: 20px;
	}	
	
 /*
#content p {
	float: left;
	padding: 56px 13px 85px 0;
	}
	*/
	
/*==============================================================================
* Footer
==============================================================================*/
/*
#footer,
#copyright {
	clear: both;
	}
	*/
	
