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

html, body	{ 
	height: 100%;
	padding: 0;
		background: url("../_img/f4f4f4.jpg") no-repeat;
	background-position: top center;
		background-color: #f4f4f4;
	font: 87.5%/1.571 Lucida Grande, Helvetica; 
	line-height: 2em; 
	font-weight: normal;
	text-align: center;
	text-decoration: none; 
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	color: #000;
}

body {			
	margin: 0 auto;
	overflow: auto;
	width: 960px;
}

#name {
	float: left;
	border: 0;
	width: 300px;
	height: 40px;
	padding: 10px 0 0 10px; 
	font-size: 1.2em;
	color: #fff;
	text-align: left;
}

#name a {
	display: block;
	width: 300px;
	height: 40px;
	text-indent: 0px;
	color: #000;
}

#nav {
	float: right;
	padding: 11px 10px 12px 0;
	font-size: .85em;
	text-align: right;
}

#divider {
	color: #888;
	/* color: #cbc6aa;" */
}

#header {
	color: #000;"
}
	
#mainContent {
	width: 600px;
	margin-left: auto;
    margin-right: auto;	
	padding: 60px 0px 40px 0px;
	font-size: 1.1em;	
	text-align: left;
	color: #777;
}

a { 
	text-decoration: none; 
	color: #888;
}

a:hover { 
	color: #000; 
}

#mainContent a {
	color: #000;
}

#mainContent a:hover {
	color: #999;
}

#copyright {
	padding: 10px 0 10px 0; 
	font-size: 0.75em;
	color: #aaa;
}

br {
	clear: both;
}






div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	margin: 0 auto;
	text-align: center;
	padding-top: 6px;
	font-size: .85em;
} 
div.controls {
	/* margin-top: 4px; */
	padding: 10px 10px 0 0;
}
div.controls a {
	padding: 0 0 0 10px;
}
div.ss-controls,
div.nav-controls {
	float: right;
}
div.slideshow-container {
	clear: both;
	height: 720px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	margin: 0 auto;
	/* top: 0;
	left: 0;
    right: 0; */
	background-image: url("../_img/loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 720px; /* 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;
	margin: 0 auto;
	top: 92px;
	width: 956px;
}
div.slideshow a.advance-link {
	display: block;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: top;
	margin-top: 2px;
	border: 20px solid #fff;
}
div.caption-container {
	clear: both;
}
div.caption {
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 0;
    right: 0;
	top: 720px;
	padding-top: 24px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}


