/*--------------------- Last Modified --> 2006.07.20 ---------------------*/
/*-----------------------------------------------------------------------*/


/* Gallery On-page layout
 * ------------------------------------------------------------------------------------- */

 #wrap-gallery {width:500px; vertical-align:top; margin-left:10px;}

			
#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 */
			width:150px;
			line-height:15px; 
			}
			
#procedure-subhead { /* DO NOT change the name of this id.  It is linked to the gallery.php page */
	height:0px;
	float:left;	
	}
	
	#procedure-subhead p.h1 {
		padding:0;
		margin-top:0px;
		text-align:left;
		font-size:13px;
		font-weight:bold;
		color:#000;
		}
	
#nav-gallery {
	width:500px;
	float:left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
	text-align:center;
	}
	
	
#selection {
	width:150px;
	margin-left:330px;
	}

	#selection select {
		background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #C6E4B1;
		color:#000;
		width:145px; /* 5 pixles smaller than form width !important */
		margin-bottom:4px; /* sets vertical spacing between fields */
		padding-top:0px; /* vertically position text in input/textarea field */
		padding-left:2px; /* horizontally position text in input/textarea field */
		font-family: Arial, Helvetica, sans-serif; 
		font-size:12px;
		}

#case {
	margin:0 auto;
	margin-top:30px;
	}

#caption p {
	margin:0 20px 10px 20px;
	text-align:center;
	}

.gallery-rule { background-image:url(../thumbs/gallery-row.jpg); background-repeat:no-repeat; width:475px; height:8px; margin-top:15px; margin-bottom:5px;}


