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


/* Gallery On-page layout
 * ------------------------------------------------------------------------------------- */
#procedure-subhead { /* DO NOT change the name of this id.  It is linked to the gallery.php page */
	background:url("../../images/bg-gradient.jpg") repeat-y;
	height:360px;
	width:400px;
	margin:0;
	}

ul.list1	{
	width:400px;
	padding-left:0px;
	margin:0px;
	display:inline;
	list-style-type:none;
	}
	ul.list1 li	{
		width:220px;
		padding:0px;
		margin:0px;
		display:inline;
		}
#procedure-list	{
		margin-top:10px;
		margin-bottom:10px;
		margin-left:10px;
		}
#procedure-nav	{
		text-align:center;
		padding:8px;
		margin-top:8px;
		}

#nav-gallery {
	width:250px;
	text-align:left;
	float:left;
	position:relative;
	}
#drop-down	{
	width:250px;
	text-align:left;
	float:left;
	}
#navigation	{
	width:500px;
	padding-top:10px;
	padding-bottom:10px;
	height:20px;
	}

.caption	{
	text-align:center;
	width:418px;
	}
#selection {
	width:150px;
	float:left;
	padding:0 0 20px 40px;
	}

	#selection select {
		background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
		border:1px solid #DFD8CC;
		color:#8C875B;
		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;
	padding-bottom:10px;
	text-align:left;
	width:500px;
	}

#caption p {
	margin:0 20px 10px 40px;
	text-align:left;
	}
	
.hrule {
	height:11px;
	width:397px;
	background:url("images/hrule.gif");
	display:block;
	margin-left:40px;
	}