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

* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	text-align: center;
	background-color: #D5D5D5;
	padding-top: 30px;
}
p {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #939393;
}
h1 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 20.5em;
}
h2 {
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: .5em;
}
h3 {
	font-weight: normal;
	color: #5A5A5A;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 1em;
}
#container {
	height: 780px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#left {
	width: 180px;
	float: left;
}

/*The follwing code styles the links*/

#left ul {
	list-style-type: none;
	margin-top: 24.5em;
	padding-bottom: 0.7em;
}
#left li {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#left a:link, #left a:visited {
	text-decoration: none;
	color: #939393;
}
#left a:hover, #left a:active {
	color: #000000;
}

#left li a.current,#left li a.current:hover,#left li a.current:active {
	color: #232323;
	cursor: default;
}

/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

#slideshowContainer {
	width: 710px;
	height: 600px;
	margin-bottom: 5px;
	float: right;
}
.slideshowContainer {
	
}

.loading {
	background: url(../images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	padding-right: 10px;
}

a:hover.slideshowThumbnail img {
	
}

.current img {
	
}

.outline {
	z-index: 0;
	position: absolute;
}

#thumbnails {
	float: right;
	width: 710px;
	width: 710px;
	margin-top: 1em;
}
.thumbnails {
	float: right;
	width: 710px;
	width: 710px;
	margin-top: 1em;
}
#controls {
	float: right;
	width: 710px;
	margin-top: 0.5em;
}
#controls img {
	margin-right: 8px;
}


/*************************************************************/

#aboutText {
	width: 710px;
	float: right;
	padding-top: 10em;
}
#aboutText p {
	color: #5A5A5A;
	line-height: 1.7em;
	font-size: 1.1em;
	padding-right: 60px;
}
#aboutText ul {
	list-style-type: none;
	float: left;
	display: block;
	margin-top: 3em;
	padding-right: 40px;
}
#aboutText li {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #5A5A5A;
	margin-bottom: 0.5em;
}

