/*--------------------- 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:#ffffff url("bg-imgs/bg-body.jpg") top repeat;
	text-align:center; 
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#3A3A46;
	}

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

h1	{ font-size:1.2em; color:#3A3A46; text-transform:capitalize; }

a:link,a:visited	{ color:#81AEC3; text-decoration:underline; outline:none; margin:0 2px; }
a:hover,a:active	{ color:#81AEC3; text-decoration:none; outline:none; margin:0 2px; }

/* main structural elements
 * ------------------------------------------------------------------------------------- */

#wrap {
	width:634px;
	margin:0 auto;
	text-align:left;
	background:url("bg-imgs/bg-wrap.jpg") 0 0 repeat-y;
	}

#masthead {
	height:96px;
	background:url("bg-imgs/header.jpg") 0 0 no-repeat;
	}
	
		/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:58px;
		width:247px;
		top:34px;
		height:50px; 
		}
	#masthead a span {
		display:none;
		}


#procedures { text-align: center; margin:0 50px 5px 50px; }

	
#caption p {
	margin:10px 60px;
	text-align:center; 
	}

#menu {
	padding:50px 0 0 370px;
	height:30px;
	}

	select {
		background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #000;
		color:#000;
		width:170px; /* 5 pixles smaller than form width !important */
		height:20px;
		line-height:18px;
		vertical-align: middle;
		text-transform:capitalize;
		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;
		}

#before-after {
	height:23px;
	background:url("bg-imgs/bg-bna.jpg") left top no-repeat;
}

#bottom-wrap {
	height:33px;
	margin:0 auto;
	background:url("bg-imgs/footer.jpg") left top no-repeat;
}

#caption {
	text-align:center;
	font-size:0.98em;
	padding-top:10px;
	}
