@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #080810;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #080810;
}
.oneColElsCtr #container {
	width: 46em;
	background: #080810;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.banner {
	position: relative;
	width: 46em;
	margin: 0;
	visibility: inherit;
	overflow: hidden;
	top: auto;
	background-color: #080810;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
.slide {
	position: relative;
	width: 46em;
	top: auto;
	margin: 0;
	height: 470px;
}

#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */


	}
	
	#previewPane{
	border:medium double #FFFFFF;
	text-align:center;
	vertical-align:top;
	position:relative;
	/* CSS HACK */
		height: 432px;	/* IE 5.x */
	height/* */:/**/420px;	/* Other browsers */
	height: /**/300px;
	width: 46em;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
				
	}
	#previewPane img{
	line-height:400px;
	border: thin none #FFFFFF;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
	color: #FFFFFF;		
	}
	#galleryContainer{
	height:102px;	/* Height of the images + 2 */
	border:medium double #FFFFFF;
	position:relative;
	overflow:hidden;
	padding:0px;
	/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;
	width: 46em;
	margin-bottom: 50px;
	background-color: #FFFFFF;
				
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFFFFF;
	padding:1px;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFFFFF;
	padding:1px;
	text-align: right;
	}
	#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
	border: medium none #FFFFFF;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=80);
		opacity: 0.8;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	.contactText {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;
	height: 30px;
	background-color: #080810;
}

.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	background-color: #080810;
}
.links{
	text-align: right;
	background-color: #080810;
}
