/******************************************************
Style sheet for Health Fix

author:  Grace Pok
version 1.0

Color scheme
	Content Ivory:  F0F0E0
	Background Yellow: F7DB63
	Logo Green - 669900
	Header Brown - 995416
	Menu Dark Brown - 381E0B
******************************************************/

/* General 
------------------------------------------------------------------*/
* {
	font-family:arial,san-serif;
	margin: 0px;
}
a { text-decoration: none;}
a:link {color:#381E0B;} /* unvisited link */
a:visited {color:#995416;} /* visited link */
a:hover {color: #2B547E;} /*steel blue */

body {
	position: relative;
	margin: 0px; padding: 0px;
	min-width: 880px;
	background-color: #F7DB63;

}
h1{
	color: #995416;
	font-size: 20pt;
	font-weight: normal;
	margin-bottom: 5px;
}

/* Header
-----------------------------------------------------------------------*/
div#header{
	height: 147px;
	background: url(graphics/strip2.gif) repeat-x;
}
div#header img{
	border: 0;  /* so that img map link doesn't put in border */
}

div#hdrtxt { /* holds Natalie's name, title, phone# */
	position: absolute;
	top: 43px;
	left: 342px;
	width: 230px;
	height: 73px; 
	
	background: url(graphics/bg_headertext.gif) no-repeat 17px;
	text-align: right;
	padding-top: 20px;
	font-size: 10pt;
	color: #995416;
}
div#hdrtxt p{ margin-right: 10px; margin-top: -5px;}
div#hdrtxt a{
	color: #995416;
	font-weight: bold;
	/* border-bottom: 1px dotted #995416; --removed per request */
}
div#hdrtxt a:hover{
	color: #669900;
}
div#hdrpix{  /* picture in the header area */
	position: absolute;
	/*top: 43px;
	left: 566px;*/
	top: 43px;
	right: 0px;
	overflow: hidden;
	height: 93px;
}
div#hdrpix img {
	height: 93px;
}

/* wrapper -- Contains both menus and content.
------------------------------------------------------------------*/

/* Navigation Menu
------------------------------------------------------------------*/
div#menubox {
	position: absolute;
	top: 147px;
	left: 0px;
	width: 108px;
	text-align: right;
	color: #381E0B;
	padding-top: 25px;
	padding-left: 5px;
}
div#menubox a{
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	color: #381E0B;
	font-weight: bold;
	font-size: 11pt;
}
div#menubox a:hover {
	font-weight: bold;
	color:#669900;
}
div#menubox a.menu_cur, div#menubox a.menu_cur:hover {
	background-color: #F0F0E0;
	color: #381E0B;
}
/* link to external page */
div#menubox a.menu_ext, div#menubox a.menu_ext:hover {
	color: #669900;
	padding-right: 1.2em;
	margin-right: 5px;
	background: url(graphics/icon_extlink.gif) no-repeat center right;
}
/* Content
------------------------------------------------------------------*/
div#content{
	margin-left: 113px;
	background-color:#F0F0E0;
	min-width: 660px;
	min-height: 29em;
	padding: 15px;
	padding-top: 0px; /* not needed b/c the header graphic has space */
	font-size: small;
}
div#imgbox {
	float: left;
	width: 26%;
	margin-top: 43px;
	padding-right: 20px;
	text-align: center;
}
div#imgbox div {
	background-color: #AAAAAA;
	width: 170px;
	margin: 0px auto 0px auto;
}
div#imgbox img{
	width: 170px;
	margin: -3px 3px 0px -3px;  /*for Firefox */
}
div#textbox{
	float: left;
	width: 58%;
}

#textbox ul {
	list-style: disc outside;
	margin-left: 2em;
	padding: 0;
}
#textbox ul li {
	margin-left: 1em;
	margin-bottom: 1em;
}
#textbox h2 {
	font-size: medium;
	color: #669900;
}
/* Footer
------------------------------------------------------------------*/
div#footer {
	padding-top: 20px; padding-bottom: 20px;
	text-align: center;	
	font-size: 10pt;
}
div#footer p {
	margin: 2px;
	color: #666;
}
/* Utility
------------------------------------------------------------------*/
div.endrow{
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 0px;
	clear: both;
	font-size: 0px;
}
.errormsg {  
	font-weight: bold; 
	color:#CF0298; 
}
.underline { text-decoration: underline }
.center{ text-align: center; }


/* Contact Page specific styles
------------------------------------------------------------------*/
#contactinfo, #contactform form{
	margin-left: 10px;
}
#contactinfo {
	float: left;
	width: 360px;
}
#contactinfo p {	
	margin-bottom: 0.2em; 
	font-size: small;
}
#contactinfo p a { border-bottom-style: dotted; border-bottom-width: 1px;}
div#newsletter  {
	float: left;
	width: 230px;
	padding: 0.2em;
	margin-left: 10px;
	text-align: center;
	border: 2px solid #669900;
}

#newsletter h2 {
	font-size: medium;
	color: #669900;
	margin-bottom: 0.5em;
}
#newsletter p {
	font-size: small;
	margin-bottom: 0.5em;
}
#contactform{  margin-top: 20px; }
#contactform form{
	float:left;
	width: 579px;
	margin-top: 10px;
	padding: 15px;
	background-color: white;
	border: 2px solid gray;
}
#contactform h2 { 
	font-size: medium;
	color: gray;
	margin-bottom: 0.5em;
}
div.col { 
	float:left;
	width: 6em;
	text-align: right;
	padding-right: 10px;
}
#contactform textarea{
	width: 25em;
	height: 6em;
}
#btn_send{
	margin-top: 10px;
}


/* Client Forms specific styles
------------------------------------------------------------------*/
/* h3 { font-size: medium; margin-top: 5px; }
h3 a{ text-decoration: underline; }
*/
#hhistform  {
	padding: 10px;
	margin: 10px;
	border: 2px solid;
	border-color: #669900;
	width: 650px;
}
#hhistform h2 {
	font-size: medium;
	margin: 0.5em;
	text-align: center;
	color: #669900;
}

#form_newcl fieldset{
	position:relative;	
	display:block;
	border: 0px;
	/* in IE margin bottom 10 */
}

#form_newcl fieldset h4 {  /* This is the section title */
	display: block;
	float: left; width: 90px; 
	padding-right: 6px;
	padding-top: 6px;
	text-align: right;
	color: #444444;  /* match the left border of the div */
	font-size: 10pt;
}
#form_newcl fieldset div.formsection {
	float: left;
	border-left: 5px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 10px;
	width: 510px;
}
fieldset p {
	float: left;
	margin: 4px 5px 0px 0px;
}
fieldset sup {
	display: block;
	float: left; width: 90px;
	margin-top: 5px;
}
h4 sup{ color: red; }

label {
	font-size: 90%; 	text-align: right;
	display: block; 	float: left; 		
	width: 7em; 		margin: 4px 5px 0px 0px;
}
label.small {  width: 3em; }
label.medium { width: auto; }
label.long {
	clear: both;
	width: auto;
	text-align:left;
	margin-bottom: 0.3em;
}
form fieldset input{
	display: block;
	float: left; 
	width: 13em;
	/*margin: 0px 5px 0px 0px;*/
	font-size: 105%;
}
form fieldset input.medium { width: 8em; }
form fieldset input.small { width: 4em; }
form fieldset input.xsmall { width: 2em; }
fieldset textarea {
	clear: both;
	width: 400px;
	height: 3.5em;
	font-size: 105%;
}
form fieldset select {
	display: block;  float: left; 
}


div.fldinline { padding-top: 3px; padding-bottom: 3px; }
div.fldinline input { width: 1em; margin: 1px 2px 0px 2px;}
div.fldinline input, div.fldinline label {display: inline; float: none}
div.fldinline label {text-align: left; width: auto; font-size: 105%;}

div.threecol { clear: both; padding: 1px 0px 2px 3px; }
div.threecol input  { display: block; float: left; padding: 0; margin: 1px 1px 0px 0px; width: 1em; font-size: 100%;}
div.threecol label { display: block; float: left;  padding: 0; margin: 1px 1px 0px 0px;  text-align: left; width: 135px; font-size: 105%;}

/*Note:  selection by type does not work in IE6 or below, 
so cannot use  #hhistform input[type="submit"]  */
input#btn_submit{
	margin: 5px 0px 10px 110px;
	border-left: 2px solid #88BB11;
	border-top: 2px solid #88BB11;
	border-right: 2px solid #447700;
	border-bottom: 2px solid #447700;
	background-color: #669900;
	width: 10em; height: 2em;
	color: white;
	font-size: 120%;
	font-weight: bold;
}
input#btn_reset {
	margin: 5px 0px 10px 30px;
}

div.q_group { margin-bottom: 8px; padding-left: 20px;}
div.q_group p { float:left; width: 10em; padding-right: 5px;}
div.q_group div.choices { float:left; width: 9em; margin-left: 1em;}

div.q_group div.choices input { 
	display: inline;  float: left; 
	width: 1em; margin: 0px; margin-top: 2px;
}
div.q_group div.choices label {	
	display: inline;  float: left; 
	font-size: 105%;  text-align: left;
	width: 6em; margin: 0px 0px 0px 5px;
}

.privacystmt {
	font-size: 90%;
	font-style: italic;
	margin-left: 110px;
}

em {
	color: #669900;
	font-style: normal;
	font-weight: bold;
}
