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

@import "http://commoncode.solterra.us/css/SolTerraWebCMS-CSSReset.css";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:black;
}
body {
	margin-top: 0px;
	margin-bottom:20px;
	background-image: url(images/backgroundchamberrepeating.png);
	background-position: top;
	background-repeat: repeat;
	background-color: #53C6BA;
}
#adamschambertext {
	font-size: 24px;
	color: #333;
}

.adamschambernavbuttons { width:100; margin-left:0px; margin-right:0px; margin:5px; padding:5px; background-color: #999; color: #333; Arial, Helvetica, sans-serif; text-align:center; font-weight:bold; font-size:16px;}
	.adamschambernavbuttons:hover {opacity:0.5; filter:alpha(opacity=50);}
	.adamschambernavbuttons a {color:#06C; text-decoration:none;}
	.adamschambernavbuttons a:hover {color: red;}
	.adamschambernavbuttons a:visited:hover {color: red;}
	.adamschambernavbuttons a:visited {color: #06C;}
	.current {background-color:#FFC}



/* CLEAR FIX */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */




div#tmpSlideshow {
	margin: 0px;
	padding: 0;
	position:absolute;
	bottom:0px;
	right:0px;
	height: 370px;
	width: 500px;
	z-index: 2;
	background-color: none;
	overflow:hidden;
	float:right;
	
}

div.tmpSlide {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 350px;
	height: 370px;
	display: none;
	padding: 0px;
	background-color: none;
	
}
div.tmpSlide img {
	position:absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	height: 370px;
	border: 0px solid rgb(244, 244, 244);
}
div.tmpSlideCopy {

	opacity:0.99; filter:alpha(opacity=99);
	background-color:none;
    position: absolute;
	bottom: 60px;
	width: 350px;
	left: 5px;
}
div#tmpSlideshowControls {
	position: absolute;
	bottom: 15px;
	right: 0px;
	width: 150px;
	background-color:none;
}
div.tmpSlideshowControl {
	border: 1px solid blue;
	float: left;
	margin: 0 5px 0 0;
	width: 38px;
	height: 36px;
	color: #333333;
	font: 14px Arial, sans-serif border;
	text-align: center;
	cursor: pointer;
	background-color: white;
	opacity:0.60; filter:alpha(opacity=60);
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    
}
div.tmpSlideshowControlActive {
	border: 1px solid green;
	background-color: #DECFFF;
}
div#tmpSlideshow h4 {
	color: #b90f23;
	text-transform: uppercase;
	font: 16px Arial, sans-serif bolder;
	margin: 0px;
	text-align:center;
}
div.tmpSlideCopy p {
    font: 14px Arial, sans-serif bolder;
    line-height: 1.10em;
	text-align:center;
}
div.tmpSlideCopy p a{
    color:black;
	text-decoration:none;
    
}
.listingphoto
{
border:black 2px solid;
width:200px;
float:left;
margin-right:5px;
margin-bottom:5px;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
}
.dateformat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0000CC;
}
.dateEventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: black;
}
#contenttable {
margin-left:auto; 
margin-right:auto; 

}