/* CSS Document */

#top select {
	font-size: 1em;
}
	
select, input, textarea {
	padding: 0px 1px 0px 1px;
	font-size: 1em;
}
/***** Middle *****/

#venue_middle {
	width: 339px;
	height: 44px;
	float: right;
	padding: 70px 15px 0px 0px;
	text-align: right;
	color: #FFFFFF;
	font-size: 3.6em;
}


#venue_wrapper {
	margin: 18px 0px 0px 0px;
	padding: 0px 0px 8px 13px;
	background-image: url(../images/venue/background_shadow.gif);
	background-repeat: repeat-y;
	width: 779px;
	float: left;
	vertical-align: top;
}

#venue_wrapper_bottom {
	clear:both;
	height: 8px;
	width: 792px;
	background-image:url(../images/venue/background_shadow_bottom.gif);
	background-repeat:no-repeat;
}

/***** Section Nav *****/
#section_nav {
	clear: both;
	width: 768px;
	padding: 0px 11px 0px 0px;
	margin: 0px;
	font-size: 1.1em;
}
	#section_nav h1 {
		font-size: 1em;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		}
#section_nav ul {
	margin: 0px;
 	padding: 0px 0px 10px 1px;
}

#section_nav li {
	display: inline;
	margin: 0px 0px 0px 0px;
 	padding: 2px 9px 2px 7px;
	background-image: url(../images/venue/nav_sep.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#section_nav li.selected {
	background-image:none;
}

#section_nav li.selected a {
	color:#FFF;
}

#section_nav li.last {
	background-image:none;
}

#section_nav a {
	text-decoration:none;
}

#section_nav a:hover {
	color:#000000;
}


/***** Section SubNav *****/
#section_subnav {
	clear: both;
	width: 750px;
	margin: 0px;
	padding: 5px 0px 0px 7px;
	font-size: 1.1em;
}

#section_subnav ul {
	list-style: none;
}

#section_subnav li {
	display: inline;
	padding: 0px 20px 0px 0px;
}

#section_subnav a {
	text-decoration:none;
}
#section_subnav a:hover {
	text-decoration:underline;
}

/***** Details *****/
#details {
	clear: both;
	float: left;
	width: 180px;
	padding: 10px 20px 0px 7px;
	margin:0px;
	font-size: 1.1em;

}
	#details h2 {
		font-size: 1em;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
	}

	#details h3 {
		font-size: 1.6em;
		margin-top: 0px;
		font-weight: 200;
	}
	
	#details h4 {
		font-size: 1.4em;
		margin: 0px;
		padding: 10px 0px 0px 0px;
		font-weight: 200;
	}
	
	#details a {
		text-decoration: underline;
		color: #474747;
	}
	
	#details a:hover {
		text-decoration: underline;
		color: #3e578f;
	}


#picture {
	float: right;
	width: 549px;
	padding: 10px 18px 0px 0px;
	margin: 0px;
}

	#galleryHolder{
			width: 549px;
			height: 205px;
			background-color: #FFFFFF;
			border: solid 1px #999999;
		}

	#picture h3 {
	font-size: 1.4em;
	margin-top: 0px;
	padding: 2px 0px 0px 0px;
	font-weight: 200;
	}
	
	#picture h4 {
		font-size: 1.1em;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		margin: 0px;
	}
	
	#picture h5 {
		font-size: 1.1em;
		padding: 0px 0px 0px 0px;
		font-weight: bold;
		margin: 0px;
	}

	#picture p, #picture li {
		font-size: 1.1em;
	}
	
	#picture td {
		padding: 2px 2px 2px 0px;
		}
		
	#picture a {
		text-decoration: underline;
		color: #474747;
	}
	
	#picture a:hover {
		text-decoration: underline;
		color: #3e578f;
	}
		#about_bottom input, #about_bottom textarea {
		font-size: 1.1em;
	}

#searchListing {
	float: right;
	width: 740px;
	padding: 10px 14px 0px 0px;
	margin: 0px;
	text-align: left;
	height: 384px; 
}

	#searchListing_search {
		height: 100px;
	}

	#searchListing_results {
		height: 220px;
		padding: 0px 15px 15px 0px;
		overflow: scroll;
		overflow-x: hidden;

	}
		#searchListing h2 {
				font-size: 1.8em;
				color: #3e578f;
				margin-top: 0px;
				font-weight: 200;
		}
		
		#searchListing h3 {
			font-size: 1.6em;
			padding: 0px 0px 0px 0px;
			margin: 0px;
			color: #ba6a80;
			font-weight: normal;
		}
		
		#searchListing form {
			padding:0px;
			margin:0px;
		}
		
		#searchListing select, #searchListing input {	
			margin: 4px 2px 0px 0px;
			font-size: 1em;
		}
		
		#searchListing td, #searchListing th {
			padding: 5px;
		}

		#searchListing_results a {
			text-decoration: underline;
			color: #474747;
		}
		
		#searchListing_results a:hover {
			text-decoration: underline;
			color: #3e578f;
		}
