@charset "utf-8";
/* CSS Document */
HTML{
	height:100%;
}
/* ------------------------------------------------------------------ */
BODY {
	margin: 0px;
	padding: 0px;
	color: #cccccc;
	background: url(../images/tile_bkg.jpg) #DFFFDF repeat-x 0px 0px;
}

#container {
	position: relative;
	margin: 0px auto;
	width: 904px;
	height: 100%;
}

/*------ HEADER COLUMN ------*/

#colHeader {
	position: relative;
	left: 0px;
	width: 904px;
	height: 8px;
	margin: 0px;
}

#stripeGreen {
	position: relative;
	float: left;
	width: 195px;
	height: 4px;
	left: 2px;
	top: 0px;
	margin: 0px;
	background-color: #A2FF00;
}

#stripeDarkGrey {
	position: relative;
	float: left;
	width: 700px;
	height: 4px;
	left: 7px;
	top: 0px;
	margin: 0px;
	background-color: #1E1E1E;
}

/*------ LEFT COLUMN ------*/

#colLeft {
	position: relative;
	float: left;
	display: block;
	left: 0px;
	top: 0px;
	width: 197px;
	height: 100%;
	margin: 0px;
	text-align: right;
}

#logo {
	position: relative;
	left: 0px;
	margin: 0px;
	width: 197px;
	height: 226px;
	background-color: #FFFFFF;
	text-align: right;
}

#btnHome {
	position: absolute;
	left: 23px;
	top: 207px;
	width: 69px;
	height: 21px;
	background-color: #1E1E1E;
}

#btnContact {
	position: absolute;
	left: 102px;
	top: 207px;
	width: 69px;
	height: 21px;
	background-color: #1E1E1E;
}

#news {
	position: relative;
	float: right;
	width: 195px;
	margin: 6px 0px 0px 0px;
	background: url(../images/img-healthy-living.jpg) no-repeat 0px bottom;
}

#newsHeader {
	position: relative;
	float:left;
	width: 195px;
	height: 34px;
}

#newsHtml {
	position: relative;
	float: left;
	margin: 0px;
	width: 195px;
	text-align: left;
	background: url(../images/tile_news.jpg) #F9FBFC repeat-y 0px 0px;
}

#newsHtml div.newsSnippetHdr {
	float: left;
	display: block;
	padding: 5px 10px 5px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff7700;
}

#newsHtml div.newsSnippet {
	float: left;
	display: block;
	padding: 0px 10px 0px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #548102;
}

#newsHtml A {
	float: right;
	display: block;
	padding: 2px 2px; 
	text-decoration: none;
	color: #ff7700;
}

#newsHtml A:Hover {
	text-decoration: none;
	color: #808080;
}


#newsFooter {
	position: relative;
	float:left;
	width: 195px;
	height: 32px;
}

#btnNewsletter {
	position: absolute;
	float:left;
	left: 21px;
	top: 5px;
	width: 148px;
	height: 21px;
	margin: 0px;
	background-color: #1E1E1E;
}

/*------ CENTER COLUMN ------*/

#colCenter {
	position: relative;
	float: left;
	display: block;
	left: 5px;
	width: 702px;
	margin: 0px;
}

#nav {
	position: relative;
	float:left;
	width: 700px;
	height: 35px;
	margin: 0px;
	background: url(../images/tile_nav.gif) #1E1E1E repeat-x 0px 0px;
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #7d974f;
}

#nav UL {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 7px 5px;
	list-style-type: none;
}

#nav a {
	float: left;
	padding: 2px 6px;
	border-right: 1px solid #666666;
	text-decoration: none;
	color: #FFFFFF;
}

#nav a:hover {
	background-color: #A2FF00;
	color: #1E1E1E;
}

#nav li {
	display: inline;
}

#banner {
	position: relative;
	float:left;
	width: 702px;
	height: 191px;
	margin: 0px;
	background-color: #FFFFFF;
}

#content {
	position: relative;
	float:left;
	width: 700px;
	margin: 11px 0px 0px 0px;
	background: url(../images/tile_content.jpg) #F9FBFC repeat-y 0px 0px;
}

#contentHeader {
	position: relative;
	float:left;
	width: 700px;
	height: 40px;
	margin: 0px;
}

#contentSearch {
	position: absolute;
	float: left;
	display: block;
	left: 416px;
	top: 5px;
	width: 278px;
	height: 21px;
	margin: 0px;
}

#txt_search {
	top: 5px;
	width: 130px;
	height: 14px;
	padding: 2px 2px;
	border: #c6d7df 1px solid;
	background-color: #FFFFFF;
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #858c80;
}

#contentHtml {
	position: relative;
	float: left;
	DISPLAY: block;
	width: 698px;
	hieght: 300px;
	margin: 0px auto;
	background: url(../images/content_bkg.jpg) no-repeat 0px 0px;
	text-align: left;
	color: #7d974f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contentHtml H1 {
	padding: 0px 10px 0px 13px;
	font: 16px "Century Gothic", Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff7700;
}

#contentHtml P {
	padding: 0px 10px 0px 15px;
	color: #7d974f;
}

#contentHtml UL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#contentHtml LI {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#contentFooter {
	position: relative;
	float: left;
	width: 700px;
	height: 35px;
	margin: 0px;
}

/*------ RIGHT COLUMN ------*/

#colRight {
	position: absolute;
}

/*------ FOOTER COLUMN ------*/

#colFooter {
	position: relative;
	float: left;
	width: 904px;
	height: 42px;
	margin: 4px 0px 0px 0px;
}

#genericImage {
	position: absolute;
	float: left;
	left: 2px;
	bottom: 46px;
	width: 195px;
	height: 339px;
}

#footerLeft {
	position: relative;
	float: left;
	left: 2px;
	width: 195px;
	height: 42px;
	/*padding: 0px 10px 10px 10px;*/
	background: url(../images/footer_copyright.jpg) #A2FF00 no-repeat 0px 0px;
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #1E1E1E;
}

#footerLeft P {
	float: right;
	padding: 14px 10px;
	font: 10px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #1E1E1E;
}

#footerRight {
	position: relative;
	float: left;
	left: 7px;
	width: 700px;
	height: 42px;
	background: url(../images/footer_bkg.jpg) #F9FBFC no-repeat 0px 0px;
	font: 11px Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #7d974f;
}

#footerRight UL {
	float: left;
	width: 100%;
	margin: 0;
	padding: 12px 5px;
	list-style-type: none;
}

#footerRight a {
	float: left;
	border-right: 1px solid #555555;
	padding: 2px 6px;
	text-decoration: none;
	color: #D4D4D4;
}

#footerRight a:hover {
	background-color: #A2FF00;
	color: #1E1E1E;
}

#footerRight li {
	display: inline;
}
