/*--------------------- Last Modified --> 2006.07.20 ---------------------*/
/*-----------------------------------------------------------------------*/


/* Gallery On-page layout
 * ------------------------------------------------------------------------------------- */

#wrap-gallery {
	width:585px;
	margin:0 auto;
	}

#procedure-list ul { margin:15px 0 10px 35px; } 
		#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; 
			color:#EFA634;
			text-align:left;
			font-size:1.2em;
			font-weight:bold;
			}
			
		#procedure-list ul li a { 
			color:#EFA634;
			text-align:left;
			}
			
#procedure-subhead { /* DO NOT change the name of this id.  It is linked to the gallery.php page */
	height:0px;
	margin:0;
	float:left;
	color:#EFA634;
	}
	
	
#nav-gallery {
	width:320px;
	float:left;
	margin-left:35px;
	margin-top:10px;
	}
	
#selection {
	width:180px;
	float:left;
	color:#EFA634;
	}

	#selection select, #selection select onchange {
		background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #8B7492;
		color:#660066;
		width:135px; /* 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:1em;
		}



#case {
	margin-left:35px;
	}

#caption p {
	margin:0 20px 10px 20px;
	text-align:center;
	}
