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

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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:black;
}
body {
	margin-top: 0px;
	margin-bottom:20px;
	background-color: white;
}
#PTFtext {
	font-size: 24px;
	color: #333;
}

.PTFnavbuttons { margin-left:0px; margin-right:0px; margin:2px; padding:2px; background-color: none; color: #333; Arial, Helvetica, sans-serif; text-align:center; font-weight:bold; font-size:16px; float:left; border-left:2px white solid; text-transform: uppercase; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-top:4px; height:12px; padding:5px;}
	.PTFnavbuttons:hover {opacity:0.5; filter:alpha(opacity=50);}
	.PTFnavbuttons a {color:white; text-decoration:none;}
	.PTFnavbuttons a:hover {color: white;}
	.PTFnavbuttons a:visited:hover {color: white;}
	.PTFnavbuttons a:visited {color: white;}
	.current {background-color: #600;}



/* 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:relative;
	height: 535px;
	width: 960px;
	z-index: 2;
	background-color: black;
	overflow:hidden;
	float:right;
	
}

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

	background-image:url(http://pioneertimberframing.solterraweb.com/themes/NumberBackground.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:6px;
	text-decoration:none;
}
div.tmpSlideshowControl {
	border: opx solid blue;
	float: left;
	margin: 0 5px 0 0;
	width: 20px;
	height: 20px;
	color:#333;
	font: 14px Arial, sans-serif;
	text-align: center;
	cursor: pointer;
	text-decoration:none;
}

div.tmpSlideshowControl a {
	text-decoration:none;
}
div.tmpSlideshowControl span {
   
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    color:white;
}
div.tmpSlideshowControlActive {
	border: 0px solid green;
	background-color:none;
	color:white;
}
div#tmpSlideshow h4 {
	color: white;
	text-transform: uppercase;
	font: 12px Arial, sans-serif;
	margin: 0px;
	text-align:center;
}
div.tmpSlideCopy p {
    font: 14px Arial, sans-serif;
    line-height: 1.10em;
}
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;}