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

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* Modified for IE7 image alignment fix on Jan 9th 2010 by SolTerra */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img {
margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*----------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:black;
}
body {
	margin-top: 20px;
	margin-bottom:20px;
 background-image: url(images/SSConcreteBackground.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-color: #c3c2bf;
}
#WebSitetext {
	font-size: 24px;
	color: #333;
}

.WebSitenavbuttons { width:100; margin-left:0px; margin-right:0px; margin:5px; padding:5px; background-color: white; color: red; Arial, Helvetica, sans-serif; text-align:center; font-weight:bold; font-size:16px;}
	.WebSitenavbuttons:hover {opacity:0.6; filter:alpha(opacity=60);}
	.WebSitenavbuttons a {color:red; text-decoration:none;}
	.WebSitenavbuttons a:hover {color: red;}
	.WebSitenavbuttons a:visited:hover {color: red;}
	.WebSitenavbuttons a:visited {color: red;}
	.current {background-color: #CCC; border:1px solid red; border-right:0px;}
	



/* 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: 320px;
	width: 750px;
	z-index: 2;
	background-color: white;
	overflow:hidden;
	float:right;
	
}

div.tmpSlide {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 740px;
	height: 310px;
	display: none;
	padding: 0px;
	background-color: white;
	
}
div.tmpSlide img {
	position:absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	width: 520px;
	border: 1px solid rgb(244, 244, 244);
}
div.tmpSlideCopy {
	position: absolute;
	top: 5px;
	width: 200px;
	left: 5px;
}
div#tmpSlideshowControls {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 210px;
}
div.tmpSlideshowControl {
	border: 1px solid blue;
	float: left;
	margin: 0 5px 0 0;
	width: 38px;
	height: 36px;
	color: #554d31;
	font: 14px Arial, sans-serif;
	text-align: center;
	cursor: pointer;
}
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;
	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; border:#F00 8px solid; width:970px; border-collapse:separate;}