/*--------------------- Last Modified --> 2006.07.20 ---------------------*/
/*-----------------------------------------------------------------------*/


/* Gallery On-page layout
 * ------------------------------------------------------------------------------------- */

#wrap-gallery {
	width:519px;
	padding-top:80px;
	padding-left:10px;
	}

#procedure-list ul { padding-left:5px; } 
		#procedure-list ul li { 
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:200px;
			line-height:20px; 
			}
			
#procedure-subhead { /* DO NOT change the name of this id.  It is linked to the gallery.php page */
	font-size: 12px;
	font-weight:bold;
	padding: 10px 0 15px 15px;
	text-align:left;
	}
	
	#procedure-subhead p.h1 {
		padding-bottom:10px;
		margin:0;
		text-align:left;
		font-size:1.2em;
		font-weight:bold;
		color:#000;
		clear:both;
		}
	
#nav-gallery {
	margin:0;
	text-align:right;
	float:left;
	vertical-align:top;
	width:265px;
	}
	
#selection {
	float:left;
	padding-left:15px;
	width:205px;
	}

	#selection select {
		background-color:#FFFFFF!important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #B4790C;
		color:#990000;
		width:200px; /* 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:1em;
		}

#case {
	margin:0 auto;
	}

#caption p {
	margin:0 20px 10px 20px;
	text-align:center;
	}
