@charset "utf-8";
/* CSS Document */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
padding: 0px;
border: none;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}

*:focus {
outline: none;
}	

html{
overflow: scroll;
}

/*----------------------------------------------------- Don't edit anything above this line ---------------------------------------------------*/

html {
text-align: center;
background-image: url(../images/background.gif);
background-repeat: repeat-x;
background-color: #B0B1B3
}

body { 
position : relative; 
width : 758px; 
margin : 0 auto; 
text-align : left; 
}

img	{
padding: 0px;
}

h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 600;
padding: 0 0 5px 0;
color: #46423f;
}

.small{
font-size: 14px;
color: #b0b0b0;
}

p{
font-family: Tahoma, Arial, Helvetica, sans-serif, "Gill Sans MT";
font-size: 12px;
color: #000;
padding: 0 0 10px 0;
line-height: 17px;
}

ul{
padding: 5px 10px 10px 10px;
margin: 0 0 0 auto
}

li{
background-image: url(../images/bullet.gif);
background-repeat: no-repeat;
line-height: 16px;
padding: 0px 0 0 10px;
margin: 5px 0 0 0px;
font-family: Tahoma, Arial, Helvetica, sans-serif, "Gill Sans MT";
font-size: 11px;
color: #000;
}

ul.main_content{
padding: 0px 10px 10px 10px;
}

ul.main_content li{
font-size: 12px;
}

li a:active, a:link, a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000;
text-decoration: underline;
}

li a:hover, a:hover{
text-decoration: none
}

/* -----------------------------------------Begin Editing--------------------------------------------*/

#header{
position: relative;
width: 100%;
height: 89px;
}

#nav{
position: relative;
width: 100%;
height: 23px;
background-color: #484746
}	

#main_media_container{
position: relative;
width: 100%;
height: 219px;
border-top: 5px #f8f707 solid;
overflow: hidden;
background-color: #fff;
}

#gallery_container{
position: relative;
width: 100%;
height: 402px;
border-top: 5px #f8f707 solid;
margin: 0;
}

	#main_image{
	position: absolute;
	left: 0px;
	height: 218px;
	width: 536px;
	background-color: #fff;
	padding: 0;
	}
	
		.accordion, .accordion *{
		margin:0;
		padding: 0;
		list-style-type: none;
		overflow: hidden;
		}
		
		.accordion .active_click{
		cursor:pointer;
		}
	
	#gallery_image{
	position: absolute;
	left: 0px;
	height: 402px;
	width: 536px;
	padding: 0;
	overflow: hidden;
	background-color: #fff
	}
	
		.loading{
		background-image: url(../images/spinner.gif);
		background-repeat: no-repeat;
		background-position: center;
		}
	
	#subnav, #map{
	position: absolute;
	top: 0px;
	left: 536px;
	width: 222px;
	height: 250px;
	background-color: #808080
	}

	#gallery_thumbs{
	position: absolute;
	top: 0px;
	left: 536px;
	width: 222px;
	height: 569px;
	background-color: #808080;
	}
			
		#gallery_thumbs a:hover img{
		border: 2px solid #f8f707;
		}
		
		.selected_thumb{
		border: 2px solid #f8f707;
		}
		
		.unselected_thumb{
		border: 2px solid #808080;
		}
	
		#one{
		position: absolute;
		left: 20px;
		top: 10px;
		width: 55px;
		height: 42px;
		}
		
		#two{
		position: absolute;
		left: 85px;
		top: 10px;
		width: 55px;
		height: 42px;
		}

		#three{
		position: absolute;
		left: 150px;
		top: 10px;
		width: 55px;
		height: 42px;
		}

		#four{
		position: absolute;
		left: 20px;
		top: 70px;
		width: 55px;
		height: 42px;
		}
		
		#five{
		position: absolute;
		left: 85px;
		top: 70px;
		width: 55px;
		height: 42px;
		}

		#six{
		position: absolute;
		left: 150px;
		top: 70px;
		width: 55px;
		height: 42px;
		}
	
		#seven{
		position: absolute;
		left: 20px;
		top: 130px;
		width: 55px;
		height: 42px;
		}
		
		#eight{
		position: absolute;
		left: 85px;
		top: 130px;
		width: 55px;
		height: 42px;
		}

		#nine{
		position: absolute;
		left: 150px;
		top: 130px;
		width: 55px;
		height: 42px;
		}

		#ten{
		position: absolute;
		left: 20px;
		top: 190px;
		width: 55px;
		height: 42px;
		}

		#eleven{
		position: absolute;
		left:85px;
		top: 190px;
		width: 55px;
		height: 42px;
		}


#gallery_caption{
height: 20px;
width: 526px;
background-color: #f8f707;
padding: 10px 10px 0 0;
text-align: right;
}
	
/*Clear Children*/	
#main_content_container{
position: relative;
top: 0px;
width: 100%;
padding: 0;
background-color: #fff;
}

	.border{
	width: 100%;
	height: 2px;
	border-top: 1px dotted #333;
	padding: 0 0 5px 0;
	}

/*Clear Children*/	
#gallery_content_container{
position: absolute;
width: 536px;
padding: 0;
background-color: #fff;
}

	#main_content{
	top: 0px;
	left: 0px;
	width: 462px;
	min-height: 175px;
	padding: 22px 37px 15px 37px;
	background-color: #fff
	}
	
	#main_content a{
	font-size: 12px;
	}
	
	span.term{
	font-weight: 600;
	}
	
	#sub_content{
	top: 0px;
	left: 536px;
	width: 222px;
	min-height: 100%;
	padding: 0px;
	background-image: url(../images/sub_bg.jpg);
	background-repeat: repeat-x;
	background-color: #B2B3B5
	}
	
		#sub_content img{
		position: relative;
		top:3px;
		}
		
		#sub_content h1{
		font-size: 15px;
		margin: 0 0 0 10px;
		padding: 20px 0 0 0;
		}
		
		#sub_content p{
		padding: 5px 0 0 15px;
		font-size: 11px;
		}
	
	#gallery_content{
	position: relative;
	top: 5px;
	width: 462px;
	padding: 22px 37px 15px 37px;
	}
	
form p{
padding: 2px;
}
	
input{
background-color: #dfdfdf;
border: none;
padding: 2px;
}

form p.right_column{
position: absolute;
left: 248px;
top: 57px;
}

textarea{
position: absolute;
left: 245px;
top: 77px;
background-color: #dfdfdf;
border: none;
width: 250px;
height: 100px;
}

.submit{
padding: 0 0 0 400px;
background: none;
}

.submit input{
background: none;
height: 18px;
width: 55px;
float: right;
}

.submit p{
margin: 2px 0 0 320px;
font-size: 11px;
}

#footer{
position: relative;
top: 0px;
width: 100%;
height: 50px;
text-align: left;
}

	#footer a:active, #footer a:link, #footer a:visited{
	position: absolute;
	top: 32px;
	left: 630px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	}
	
	#footer a:hover{
	text-decoration: underline;
	}
	
	



/* =si_clear_children */
.pc,.sc { position : absolute; top: 0; left: 0; }
.clear_children,.cc_tallest { position: relative; } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */

/*/////////////////////////////////////////
///////////////////////////////////////////
/////////////Gallerific///////////////////*/
div#container {
	position: relative;
	padding: 0px;
}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 536px; 
	margin: 0
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 10px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: right;
}
div.nav-controls {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 402px; /* This should be set to be at least the height of the largest image in the slideshow */
	overflow: hidden;
	padding: 0;
	margin: -15px 0 0 0;
	background-color: #fff;
	vertical-align: bottom;
}
div.loader {
	background-image:url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 536px;
	height: 402px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 536px;
	height: 402px; /* This should be set to be at least the height of the largest image in the slideshow */
	padding: 0;
	margin: 0;
	line-height: 0
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
	padding: 0;
	margin: 0
}
div.slideshow img {
	padding: 0;
	margin: 0;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 0px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 500px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
}
div.navigation {
	background-color: #808080;
	height: 432px;
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0 0 0 0;
	padding: 12px 0 0 15px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px 2px 2px 2px;
	list-style: none;
	background-color: #000
	/*width: 59px;
	height: 46px;*/
}

ul.thumbs li img{
margin: 0 0 0 0;
}

a.thumb {
	display: block;
	padding: 2px;
}
ul.thumbs li.selected a.thumb {
	background-color: #f8f707
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	display: block;
}
div.navigation div.top {
	position: absolute;
	top: 406px;
	left: 210px;
	margin: 5px 5px 12px 17px;
	height: 11px;
	width: 300px;
	text-align: right;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	margin-right: 2px;
	padding: 1px 3px 1px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f8f707;
	font-size: 11px;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

