	/* <!-- */
	/* General styles */
	body {
		margin:0 auto;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		background:#fff;
		width:1000px;    	
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif;
		color: #333;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#669900;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px dotted #888888;
        margin-bottom:5px;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both; 
		background:#eee;
		border-top:1px dotted #888;
		margin:0;
		padding:6px 15px !important;
		
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		background:#FFFFFF none repeat scroll 0 0;
		border-right:1px dashed #888888;
		margin:5px;
		right:75%;
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:25%;			/* left column content width (column width minus left and right padding) */
		left:4.1%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
		background:#EEEEEE none repeat scroll 0 0;
		border-top:4px solid #99CC00;
		clear:both;
		float:left;
		width:100%;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	.event-buttons a{
		padding: 15px 0 15px 1px;
		margin: 2px;
		text-align: center;
		text-decoration: none;
		display: block;
		border: 1px solid;
		
	}
	form label{
		display: inline-block;
		line-height: 1.8;
		vertical-align: top;
		width: 120px;
	}
	form fieldset{
		padding: 15px;
		margin: 15px;
	}
	form fieldset li{
		display: block;
		list-style: none;
	}
#header #ss-logo:hover
{
	background: none;
}
.social:hover{
	background: none;
}
.upcoming-div{
	background-color:#000; 
	font-size:1.2em; 
	text-align: center; 
	font-family:verdana; 
	font-weight:bold; 
	color:#fff;
	width: 99.5%;
}
.upcoming-div p{
	margin: 0;
}
.date-div{
	text-align:center; 
	vertical-align:center;
}
.date-div p{
	font-style:bold; 
	padding:15px 0 15px 1px; 
}
.social,
	.twitter,
	.blog {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
.footer .blog {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.footer .twitter {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.footer .social {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
.social {
	margin: 5px 9px;
	padding: 5px 3px;
	width: 30%;
	border: thin black; 
}

.twitter {
	margin: 5px 9px;
	padding: 5px 3px;
	width: 30%;
	border: thin black; 
}
.blog {
	margin: 5px 9px;
	padding: 5px 3px;
	width: 30%;
	border: thin black; 
}
.twitter li, .blog li{
	 font-size:11px;
line-height:1.3;
list-style-type:none;
margin-bottom:5px;
margin-top:5px;
padding:5px;
}
.testimonial{
	margin:5px 3px 5px 5px ;
	padding: 5px 5px 5px 5px;
	font-style: italic;
}
.testimonial p{
	font-weight: bold;
	text-align: right;
}
.copy {background:#888; color:#fff; font-size:10px; padding:2px; clear:both;}
/* --> */

