/*--------------------- Last Modified --> 2006.05.03 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  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
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#384965;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#7C4F3A;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

p.h1	{ font-size:1.2em; color:#5A5C37; font-weight:bold; }
p.h2	{ font-size:1.1em; color:#5D3827; font-weight:bold; }
p.h3	{ font-size:1.0em; color:#7C4F3A; font-weight:bold; }

p.h1 span, p.h2 span, p.h3 span	{ display:none; }

a:link,a:visited	{ color:#7C4F3A; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#5A5C37; text-decoration:underline; outline:none; }


/* main structural elements
 * ------------------------------------------------------------------------------------- */

#wrap {
	width:680px;
	margin:0 auto;
	text-align:left;
	background:url("bg-imgs/bg-wrap.jpg") repeat-y;
	}

#masthead {
	width:680px;
	height:81px;
	background:url("bg-imgs/masthead.jpg") no-repeat;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:50%x;
		width:680px;
		top:0px;
		height:81px;
		}
	#masthead a span {
		display:none;
		}

#procedures {
	width:680px;
	height:20px;
	background:url("bg-imgs/procedure.jpg") left top no-repeat;
	text-align: center;
	}
	#procedures h1 {
		padding:0 0 0 0;
		}
	
#case {
	width:680px;
	}

#caption p {
	margin-left:50px;
	margin-right:35px;
	}

#menu {
	width:680px;
	text-align:center;
	}

	select {
		background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #5A5F2D;
		color:#5A5F2D;
		width:145px; /* 5 pixles smaller than form width !important */
		height:15px;
		line-height:15px;
		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:Arial, Helvetica, sans-serif; 
		font-size:1.0em;
		}

#bottom-wrap {
	width:680px;
	height:40px;
	margin:0 auto;
	background:url("bg-imgs/footer.jpg") left top no-repeat;
}
