/*--------------------- Last Modified --> 2006.07.20 ---------------------*/
/*-----------------------------------------------------------------------*/


/* Gallery On-page layout
 * ------------------------------------------------------------------------------------- */

#wrap-gallery {
	width:500px;
	margin-left:0 auto;
	padding:0;
	float:left;
	}

#procedure-list ul { padding-left:55px; } 
		#procedure-list ul li { 
			background:transparent url("../images/icon.gif") 0px 0px no-repeat;
			padding-left:25px;  /* 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;
	margin-left:55px;
	float:right;
	}
	
	#procedure-subhead p.h1 {
		padding:0;
		margin-left:55px;
		text-align:left;
		font-size:1.2em;
		font-weight:bold;
		color:#4A5D7B;
		}
	
#nav-gallery {
	margin-left:55px;
	width:320px;
	float:left;
	}
	
#selection {
	margin-left:55px;
	width:180px;
	float:left;
	}

	#selection select {
		background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #404040;
		color:#666;
		width:160px; /* 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:.95em;
		}

#case {
	margin:0 auto;
	}

#caption p {
	margin:0 20px 10px 55px;
	text-align:center;
	}
