/*--------------------- Last Modified --> 2006.07.20 ---------------------*/
/*-----------------------------------------------------------------------*/


/* Gallery On-page layout
 * ------------------------------------------------------------------------------------- */
#wrap-gallery {
	width:352px;
	margin:0 0 0 150px;
	}
	
	#wrap-gallery h1 { margin:0 0 20px 0; }

#procedure-list ul { padding-left:20px; } 
		#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 */
			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;
	margin:30px 0 20px 0px;
	}
	
	#procedure-subhead p.h1 {
		padding:0;
		margin:0;
		text-align:left;
		font-size:1.2em;
		font-weight:bold;
		color:#000;
		}
	
#nav-gallery {
	margin:0 0 0 10px;
	width:200px;
	display:inline;
	float:left;
	}
	
#selection {
	margin:0 0 20px 0;	
 	}
	
	#selection select { margin-right:10px; }

	#selection select {
		background-color:#F5DEDA !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #B4790C;
		color:#000;
		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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		font-size:1.0em;

#case {
	margin:0 auto;
	}

