/*  title: Healthy Futures:global
	authors: Reginald Ellis & Josh Sjoding (Zetein Networks, LLC)
	build by: Zetein Neworks, LLC
	Created:Sept 2005
 */

/*Global Functions ---------------------------------------------------------------*/

* {
	text-decoration:none;
}

body {
	position:relative;
	font:12px/12px Verdana, Arial, Helvetica, sans-serif;
	border:none;
	margin:0;
	padding:0;
	background-color:#4C3327;
	color: #4C3327;
}

a:link, a:visited {
	color:#bd3632;
	text-decoration:none;
}

a:hover {
  color:#E79104;
  text-decoration: none;
}

h1 {
	font:36px Verdana, Arial, Helvetica, sans-serif;
	color:#BD3632;
	margin:0;
	padding:0;
}

h2 {
	font:16px Verdana, Arial, Helvetica, sans-serif;
	color:#e79204;
	margin:0;
	padding:0;
	font-weight:600;
}

p {
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 0 20px;
}

ul {
  margin:0 0 .5em 0;
  padding:0;
  list-style:none;
}

img {
	border:none;
}

span {
  display:none;
}

/*Layout Global Functions ---------------------------------------------------------------*/

#container {
	position:relative;
	width:776px;
	height:529px;
	margin:10px auto;
	background:url(../images/contentbg.png) repeat-y top right;
}

#title {
	float: right;
	background:url(../images/trlogo.png) no-repeat 0 0;
	width:178px;
	height:118px;
	text-indent:-5000px;
}

#tagline {
  position:absolute;
	background:url(../images/tagline.gif) no-repeat 0 0;
	width:180px;
	height:181px;
	text-indent:-5000px;
	margin:270px 0 0 0;
}

.home #tagline {
  background:url(../images/taglinehome.gif) no-repeat 0 0;
}

#rcorner {
	position:absolute;
	background:url(../images/toprightcorner.gif) no-repeat 0 0;
	margin:0 0 0 686px;
	top:0;
	width:84px;
	height:120px;
}

#brcorner {
	position:absolute;
	background:url(../images/bottomrightcorner.png) no-repeat 0 0;
	margin:487px 0 0 684px;
	top:22px;
	width:23px;
	height:20px;
	left: 70px;
}	

#blcorner {
	position:absolute;
	background:url(../images/bottomleftcorner.png) no-repeat 0 0;
	margin:0px 0 0 0px;
	top:509px;
	width:24px;
	height:21px;
	left: 0px;
}

#bottom {
	position:absolute;
	background:url(../images/bottomedge.gif) repeat-x 0 0;
	width:505px;
	height:20px;
	margin:565px 0 0 180px;
	top:0;
}

#top {
	position:absolute;
	background:url(../images/topedge.gif) repeat-x 0 0;
	width:507px;
	height:20px;
	margin:0px 0 0 180px;
	top:0;
}

#content {
	margin:0 0 0 0;
	padding:5px;
	position:absolute;
	top:105px;
	z-index:5;
	width:766px;
	height: 362px;
}

#pagesummary {
	margin-bottom: 20px;
}

#content p {
	margin-left: 20px;
	width: 600px;
}

#footer {
	position: absolute;
	margin: 5px auto 5% auto;
	font-size: 80%;
	z-index: 10;
	left: 0px;
	top: 530px;
	width: 776px;
	color: #ECDEBB;
	clear: both;
	text-align: center;
}

#footer ol {
	 margin-top: 5px;
}

#footer li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px solid #ECDEBB;
	font-weight: bold;
}

#footer li.last {
	border-right: 0;
}

#footer a {
	color: #ECDEBB;
}
#footer a:hover {
	color: #e79104;
	text-decoration:none;
}
#hasBottom {
	border-bottom: 1px dashed #000000;
	padding-bottom: 5px;
}
#bww {
	position: absolute;
	margin: 5px auto 5% auto;
	z-index: 11;
	left: 0px;
	top: 580px;
	width: 776px;
	color: #ECDEBB;
	clear: both;
	text-align: center;
	display: block;
}
#gluten {
	position: absolute;
	margin: 5px auto 5% auto;
	z-index: 11;
	left: 0px;
	top: 680px;
	width: 776px;
	color: #ECDEBB;
	clear: both;
	text-align: left;
	display: block;
}
