/* CSS Document */



body {
	background-image:url(http://www.familyhealth4life.com/images/diamonds.gif);
	background-repeat:repeat-x;
	background-color:#d1d1d0;
	margin: 0; /* to avoid margins */
	text-align: center; /* to correct the centering IE bug*/
	}


#global {
	 margin-left: auto;
     margin-right: auto;
     width: 760px;
	 padding-bottom: 10px;
     text-align: left; /* to realign your text */
     }

#header {
	background-color:#f3f3f3;
	text-align: center;
	width: 100%;
	padding:0px;
	margin: 0px;
	}

	
.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: right;
margin-top: 2px;
margin-right: 3px;
}

.scheaders{
width: 450px;
font-size: 120%;
font-weight: bold;
}

.switchcontent{
width: 450px;
}
	
.pillbottle {
	margin-top: -90px;
	margin-left: 450px;
	z-index: 300;
	}

#bodywrap {
	padding-bottom: 5px;
	width: 100%;
	background-color:#f3f3f3;
	}

	
#bodyarea {
	margin-top: 0px;
	text-align: left;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding: 15px;
	}
	
#bodyarea h1 {
	margin: 0px;
	font-size: 1.75em;
	font-family:"Times New Roman", Times, serif;
	color: #000000;
	padding: 0px;
	}

#bodyarea h3 {
	margin: 0px;
	font-size: .75em;
	font-family:"Times New Roman", Times, serif;
	color: #000000;
	padding: 0px;
	}	

#bodyarea p {
	margin-left: 260px;
	text-align: left;
	font-size: .90em;
	font-family:"Times New Roman", Times, serif;
	color: #000000;
	}
	
#bodyarea p.wide {
	margin-left: 10px;
	text-align: left;
	font-size: .90em;
	font-family:"Times New Roman", Times, serif;
	color: #000000;
	}

#bodyarea ul {
	padding-top: 15px;
	list-style: square;
	font-size: .80em;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	}

.environpic {
	float: left;
	width: 250px;
	padding: 5px;
	margin-top: 45px;
	}
	
#footer {
	clear: both;
	float: left;
	font-size: .575em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding: 5px;
		}
	
#designer {
	clear: both;
	float:right;
	font-size: .575em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	}

.dark {
	font-size:1.5em;
	color:#000000;
	}
	
.evaluate {
	font-size: .65em;
	font-color: #000000;
	text-align: justify;
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
	}

.figure {
	float: left;
	width: 250px;
	text-align: center;
	Margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 2px;
	margin-right: 2px;
	}

	
.transform {
	font: bold 1em/normal Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align: right;
	padding: 0px;
	}


/* Begin Top Menu Bar */

.chromestyle{
	width: 760px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	clear:both;
	}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul{
	border:none;
	width: 100%;
	padding: 7px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li{
	display: inline;
	}

.chromestyle ul li{
	color: #000000;
	font-size: 12px;
	font-weight: bolder;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: none; /*THEME CHANGE HERE*/
	}

.chromestyle a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
	background-image: url(http://www.familyhealth4life.com/images/arrow.gif);
	padding-left: 12px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left center;
	
	}

.chromestyle ul li a:hover{
	background: #CCCCCC; /*THEME CHANGE HERE*/
	background-image: url(http://www.familyhealth4life.com/images/arrowdown.gif);
	padding-left: 12px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: left center;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border:1px solid  #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background: #e9e7e7;
	width: 173px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
	}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid  #000000; /*THEME CHANGE HERE*/
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bolder;
	margin: 0;
	}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #cac3c3; /*THEME CHANGE HERE*/
	margin: 0;
	}

/* End Top Menu Bar */