/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background-color:#c7dfea;
	text-align:left; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	width:600px;
	margin:10px 11px;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#294253; }

a:link,a:visited	{ color:#294253; text-decoration:underline; outline:none; }
a:hover,a:active, a:focus	{ color:#8db4cb; text-decoration:underline; outline:none; }

.bold { font-weight:bold; }
.bold-italic { font-weight:bold; font-style:italic; }
.note { font:11px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#305572; }

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
.refresh {
	position:relative;
	top:6px;
		}
		
#form-back { }

body#consult {background:url("../images/form-back.jpg") top no-repeat; }

#wrap { padding:0 10px; }

	select {
		background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #000;
		color:#000;
		width:145px; /* 5 pixles smaller than form width !important */
		height:24px;
		line-height:18px;
		vertical-align: middle;
		margin-bottom:4px; /* sets vertical spacing between fields */
		padding-top:1px; /* vertically position text in input/textarea field */
		padding-left:4px; /* horizontally position text in input/textarea field */
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		font-size:1.0em;
		text-transform:capitalize;
		}
		
#clear { clear:both; }
		
/* --------- Medical History, multi column check boxes -------------*/

#medical-history-labels {
	width:170px;
	float:left;
	}
	#medical-history-labels label { height:26px; vertical-align:bottom; }
	
#yes-no {
	width:400px;
	float:right;
	margin-left:10px;
	}
	
#yes-no label { height:26px; vertical-align:bottom; }

label.bold { font-weight:bold; }

#contact-business { display: none; } /* do not remove */


