/*-----------------------------------------------------------------------------*/
/*-- This file contains styles for the pages of the Whole Health America site -*/
/*-----------------------------------------------------------------------------*/

/* Main navigation button styles */

a.MainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: inline;
	list-style-image: url(../images/welcome/star_bullet.gif);
	list-style-position: outside;
	background-image: url(../images/welcome/star_bullet.gif);
	background-repeat: no-repeat;
	text-indent: 0px;
	background-position: 0px 2px;
	font-weight: bold;
	letter-spacing: 0em;
	white-space: normal;
	text-align: left;
}

a.MainNav:visited {
	color: #000000;
}

a.MainNav:hover {
	color: #A0C07F;
}

a.MainNav:active {
	color: #A0C07F;
}

/* Vertical main navigation button styles */

a.MainNavVert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	list-style-image: url(../images/welcome/star_bullet.gif);
	list-style-position: outside;
	background-image: url(../images/welcome/star_bullet.gif);
	background-repeat: no-repeat;
	text-indent: 0px;
	background-position: 0px 2px;
	font-weight: bold;
	letter-spacing: 0em;
	white-space: normal;
	text-align: left;
}

a.MainNavVert:visited {
	color: #000000;
}

a.MainNavVert:hover {
	color: #A0C07F;
}

a.MainNavVert:active {
	color: #A0C07F;
}

/* List of links button styles */

a.LinkList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0em;
	text-align: left;
}

a.LinkList:visited {
	color: #000000;
}

a.LinkList:hover {
	color: #A0C07F;
}

a.LinkList:active {
	color: #A0C07F;
}

/* Image button styles */

.imgbutton {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}

/* Body text styles */

/* This bodytext style is limited to a width of 200 pixels */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0em;
	margin: 0px;
	width: 200px;
}

/* This bodytext style has padding on 4 sides, including a large right margin */
.bodytext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 20px 65px 20px 20px;
	letter-spacing: 0.0em;
}

.disclaimertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 20px 20px 0 0 0;
	letter-spacing: 0em;
}

/* This bodytext style has padding on 4 sides, including a large right margin */
.instructiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 20px 0px 12px;
	letter-spacing: 0.0em;
	font-style: italic;
	font-weight: bold;
}
.cellmargins {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 12px;
}


/* "Stand-out" text styles */

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 12px;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #81A34C;
	font-weight: bold;
	letter-spacing: 0em;
	margin: 0px;
}

/* List styles */

.VerticalButtonList {
	margin: 10px 0px 0px;
}

.bulletList {
	list-style-position: outside;
	list-style-type: circle;
}

/* Articles */

.articlebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0em;
	margin: 0px;
}

.linklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: disc;
	left: 0px;
	text-indent: 0px;
	display: list-item;
	text-align: left;
}

.articlelist {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* Miscellaneous styles */

.bolded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.errormsg {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	font-weight: bold;
}

.tipline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}

.newsletter_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
}

.email_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 180px;
}

.email_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 180px;
	height: 200px;
}

.white {color: #FFFFFF}
.leftmenucelldesign {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 12px;
	border: 1px solid #81A34C;
	position: relative;
	width: 148px;
}
.contentareacelldesign {
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 12px;
	position: relative;
	width: 568px;
	border-top: 1px solid #81A34C;
	border-right: 1px solid #81A34C;
	border-bottom: 1px solid #81A34C;
	border-left: 1px none #81A34C;
}

.paragraphtopspace {
	margin: 0px 0px 0px;
}

.toolsheader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #81A34C;
	font-weight: bold;
	letter-spacing: 0em;
	margin: 0px;
}

.tools_text_directions {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0em;
	margin: 0px;
}

.tools_text_instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0em;
	margin: 0px;
}

.articles_listbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	left: 8px;
	width: 178px;
}

.bigheader {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #81A34C;
	font-weight: bold;
	letter-spacing: 0em;
	margin: 0px;
}
