* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
* html #container {
	height: 100%;
}
body {
	font-family: arial, sans-serif;
}
body.index #all {
	min-height: 100%;
	background-color: #333;
	width: 750px;
	margin: 0 auto;
	height: 100%;
	background-color: #333;
}
.clear
{
	clear: both !important;
}
.right
{
	float: right;
}
.left
{
	float: left;
}


#search {
	float: right;
	padding-right: 25px;
	padding-top: 24px;
}
	#search #search_field {
		background-image: none !important;
		width: 60px;
		padding: 1px;
		border: 1px solid #999;
	}
	#search #search_submit {
		border: 1px solid #999;
		padding: 1px;
	}
#cse-search-results {
	width: 725px !important;
	position: relative !important;
	margin: 10px;
}
	#cse-search-results iframe {
		width: 725px !important;
		height:  950px !important;
	}
	#cse-search-results a:hover {
		text-decoration: none !important;
	}
#header
{
	position: relative;
	padding-top: 25px;
	background-color: #333;
	width: 100%;
	height: 75px;
}
	#header .logo
	{
		float: left;
		width: 190px;
		height: 60px;
		padding: 0 0 0 25px;
		margin: 0;
	}
	#header ul#nav
	{
		float: left;
		padding: 25px 0 0 0;
		margin: 0;
	}

		#header ul#nav li {
			display: block;
			float: left;
			list-style-type: none;
			margin-right: 2px;
			text-shadow: 0 2px 2px #333;
			position: relative;
			white-space: nowrap;
		}
		#header ul#nav ul.sub_nav {
			display: none;
			background-color: #000;
			padding: 0;
			margin: 0 0 0 0;
			width: 225px;
		}
		#header ul#nav ul.sub_nav li {
			margin: 4px 0;
		}
		#header ul#nav li a:hover,
		#header ul#nav li.current a:hover,
		.nav_a_hover {
			color: #fff;
			text-decoration: underline;
			background-color: #000;
		}
		#header ul#nav li.current a {
			color: #fff;
			text-shadow: 0 0 0 #207cec;
			background-color: #000;
		}
	
		#header ul#nav li ul {
			display: none;
			position: absolute;
			z-index: 200;
			top: 20px;
			left: 0;
			padding-top: 0px;
		}
		#header ul#nav li ul li {
			float: none;
			clear: both;
			display: block;
		}
		#header ul li {
			display: block;
			float: left;
			list-style-type: none;
		}
			#header ul li a {
				font-size: 11px;
				color: #fff;
				text-transform: uppercase;
				padding: 4px 8px;
			}
			#header ul li a:hover {
				background-color: #666;
			}
			#header ul li a.current {
				border-bottom: 1px solid #fff;
			}
			#header .clear {
				position: absolute;
				clear: both !important;
			}
#footer
{
	clear: both;
	background-color: #333;
	padding: 0 0 75px 0;
	margin: 0;
	width: 100%;
}
	#footer p
	{
		font-size: 11px;
		color: #dddddd;
		font-family: arial, sans-serif;
		line-height: 15px;
	}
	#footer .address
	{
		display: block;
		float: left;
		padding: 25px 0 0 25px;
		margin: 0;
	}
	#footer .subscribe
	{
		display: block;
		float: right;
		padding: 25px 25px 0 0;
		margin: 0;
	}
	
	* html #footer {
		height:1px;
	}

#all {
	background-color: #fff;
}
#all .has_sidebar {
	background-image: url(/elements/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
}


#wide_content
{
	position: relative;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}

#top_content
{
	position: relative;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 325px;
}
	#top_content .clear
	{
		position: absolute;
		clear: both !important;
	}
	#top_content .photo_focus
	{
		position: absolute;
		display: block;
		top: 0 !important;
		left: 0 !important;
		width: 450px;
	}
		#top_content .photo_focus #caption
		{
			display: block;
			clear: both;
			width: 440px;
			height: 50px;
			margin-right: 10px;
			/*
			padding-right: 300px;
			clear: both;
			display: block;
			height: 75px;
			*/
		}
	#top_content .photo_listing {
		/*
		position: relative;
		width: 250px;
		height: 270px;
		*/
		display: block;
		border: none !important;
		position: absolute;
		bottom: 57px !important;
		right: 0 !important;
		width: 275px;
		padding: 0 !important;
		margin: 0 !important;
	}
		#top_content .photo_listing p {
			padding: 0;
			margin: 0;
			width: 290px;
		}
			#top_content .photo_listing p.additional a {
				border: none;
				margin: 2px 2px 2px 0;
				padding: 0;
			}
			#top_content .photo_listing p.additional img {
				border: 1px solid #666;
				padding: 0 !important;
				margin: 0 !important;
			}
	
	#top_content .photo_listing_interior {
		position: relative;
		width: 275px;
		/*
		position: absolute;
		bottom: 2px;
		left: 13px;
		*/
		display: block;
		right: 0;
	}
		#top_content .photo_listing_interior p {
			position: relative;
			display: block;
			/* width: 275px !important; */
		}
			#top_content .photo_listing_interior p a {
				float: left;
				margin-left: 6px !important;
				margin-right: 5px !important;
				margin-top: 5px !important;
			}
#content
{
	width: 60%;
	float: left;
	padding: 0 0 50px 0;
	margin: 0 0 0 0;
}

.calendar_event
{
	position: relative;
	display: block;
	clear: both !important;
}
	.calendar_event .calendar_image
	{
		position: relative;
		float: left;
		display: block;
		width: 250px;
		padding-bottom: 30px;
	}
	.calendar_event .calendar_description
	{
		position: relative;
		float: left;
		display: block;
		width: 420px;
		padding-left: 20px;
		padding-bottom: 30px;
	}
	.calendar_event .clear {
	}


#sidebar
{
	float: right;
	width: 40%;
	padding: 0 0 0 0;
	margin: -10px 0 0 0;
}
	#sidebar h2
	{
	}


#preload {
	display: none;
}



.subset {
	padding: 0 25px;
}
#exhibition p {
	font-size: 12px;
	padding: 0 10px 10px 5px;
	padding: 0;
	margin: 5px;
	line-height: 18px;
	width: 340px;
	height: 250px;
	float: left;
}

#exhibition a:hover img {
	background-color: #ccc;
}

#exhibition img
{
	padding: 5px;
	border: #ccc 1px solid;
	background-color: #eee;
	margin: 5px 5px 5px 0px;
}
 

a {
	white-space: normal !important;
}

	
