/*--------------------- 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:'';}


/* Gallery On-page layout
 * ------------------------------------------------------------------------------------- */
#wrap-gallery {
	width:500px;
	margin:15px auto 15px auto;
	padding:0;
	float:left;
	}

#procedure-list ul { padding-left:5px; } 
		#procedure-list ul li { 
			background:transparent url("../images/bullet.gif") 0px 10px no-repeat;
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}

#procedure-subhead { /* DO NOT change the name of this id.  It is linked to the gallery.php page */
	height:0px;
	padding:0px 0px 20px 44px;
	color:#927D98;
	}

	#procedure-subhead p.h1 {
		padding:0;
		margin:0;
		text-align:left;
		font-size:1.2em;
		font-weight:bold;
		color:#927D98;		
		border-bottom:1px solid #927D98;
		}

#nav-gallery {
	width:200px;
	padding-left:44px;
	float:left;
	}

/*
#selection {
	width:180px;
	
	float:left;
	}
*/

	#selection select {
		background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #927D98;
		color:#927D98;
		width:145px; /* 5 pixles smaller than form width !important */
		height:18px;
		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:Arial, Helvetica, sans-serif; 
		font-size:1.0em;
		}

#case {
	padding:5px 0px 0px 44px;
	margin:0px auto;
	clear:left;
	}

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

