	/* <!-- */
	/* 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:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding: 5px 5px;
	}
	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;
	}
	.col2 p{
		padding: 2px 1px;
		margin: 5px 5px;
	}
	/* 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 */
		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-top: 15px;
		padding-bottom: 15px;
		padding-left: 1px;
		padding-right: 0px;
		margin: 2px;
		text-align: left;
		display: block;
		background: #F0F0F0;
		color: #000;
		font-weight: bold;
		font-size:large;
		
	}
	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{
	background-color:#CECECE; 
	padding: 5px 5px 5px 5px;
}
.upcoming li{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 5px 5px;
}
.date-div{
	text-align:center; 
	vertical-align:center;
}
.date-div p{
	font-style:bold; 
	font-size:1.8em; 
	padding-bottom:5px; 
	padding-top:5px;
	margin:0;
}
.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;}
.events div{
    text-align: center;
}
.events li{
	list-style-type:none;
	list-style-image:none;
}
ul.olderevents li{
	color: #666;
	/*list-style-type: none;
	list-style-image: none;*/
}
a.nombutton{
	padding: 5px 5px 5px 5px;
	color: #FFF;
	text-decoration: none;
	border-color: #000 #666666 #666666 #000;	
	background-color: #369; 
	border-top-width: 1px; border-right-width: 1px;
	border-bottom-width: 1px; border-left-width: 1px;
}
a:hover.nombutton{
	padding: 5px 5px 5px 5px;
	border: #369;
	background: #359;
	color: #FFF;
}
h4.panel{
    border-bottom: 1px solid #000;
    border-left: 4px solid #000;
    line-height: 1.5em;
    background: #CECECE;
    padding: 5px 5px;
    font-family: tahoma,verdana;
    font-style: italic;
    font-size: larger;
}
h3.panel{
    background: #c0d1e6;
    padding: 8px 8px;
    border-bottom: 1px solid #000;
    border-left: 4px solid #000;
}
ul.panel{
    list-style-type: square;
    line-height: 2em;    
    font-family: Verdana;
    font-size: larger;
}
p.panel{
    font-family: verdana;
    line-height: 2em;
    padding: 10px 10px;
    font-size: larger;
    
}
p.main-text{
    line-height: 3em;
    font-family: verdana;
    font-size: medium;
    font-style: oblique;
    font-weight: inherit;
    color: #5E5E5E;
}
.date{
    font-family: verdana;
    font-size: x-small;
    color: #AEAEAE;
}
table,td{
    border: 1px solid #333;
    text-align:center;
    vertical-align:center;
    padding: 10px 10px;
    margin: 3px 3px;
    border-collapse:collapse;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    
}
td{
    width: 25%;
    font-family: verdana;
    line-height: 1.5em;
}

.tableheading{
    font-weight: bold;
    font-size: larger;
    font-family: verdana;
}
/* --> */
