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

body {
	font-family: 'Helvetica', sans-serif;
	font-size: 13px;
	margins: 0px;
	letter-spacing: 1px;
	position: relative;
}

.center {
	margin-left: auto;
	margin-right: auto;	
}

.header {
	width: 960px;
	height: 155px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	display: block-inline;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	font-size: 20px;
}

.nav {
	width: 420px;
	position: absolute;
	bottom: 0px;
	left: 30px;
	line-height: 32px;
	letter-spacing: 2px;
}

.nav a:hover {
	text-decoration: none;
	border-bottom: solid;
}

.logo {
	width: 120px;
	position: relative;
	left: 50%;
	margin-left: -60px;
	display: block;
}

.social {
	width: 420px;
	position: absolute;
	top: 20px;
	right: 30px;
	text-align: right;
		
}

.mailing {
	position: absolute;
	bottom: 5px;
	right: 30px;
	text-align: right;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 2px;
}

.mailing a:link {
	text-decoration: none;
	padding-bottom: 2px;
}

.mailing a:hover {
	text-decoration: none;
	border-bottom: solid;
}

.social-img {
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
	padding-left: 5px;
	padding-bottom: 10px;
}

.social-img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.slideshow {
	width: 960px;
	height: 300px;
	margin-top: 15px;
	overflow: hidden;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
	display: block-inline;
	
}

#container{
	width:900px;
	height:100%;
	position:relative;
}

#container .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}

#container .prevButton:hover{ background-position:left bottom;left:0;}

#container .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
}

#container .nextButton:hover{background-position:right bottom;right:0;}

#container ul{
	width:100%;
	height:100%;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
	padding: 0;
	margin: 0;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}

.content {
	width: 960px;
	padding: 30px;
	padding-top: 15px;
	box-sizing: border-box;
	display: block-inline;
	position: relative;
	min-height: 400px;
	line-height: 16px;
}

.content a:link {
	font-weight: bold;
}

.left-content {
	width: 600px;
	display: inline-block;
	
}

.rightcol {
	width: 240px;
	position: absolute;
	right: 30px;
	top: 0px;
	bottom: 0px;
	padding-top: 15px;
	height: 100%;
}

body,td,th {
	font-family: Helvetica, sans-serif;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}



h1 {
	font-size: 20px;
	letter-spacing: 1px;
}

h2 {
	font-size: 18px;
	letter-spacing: 3px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 8px;
}

#mc_embed_signup {
	background:#fff; 
	clear:left; 
	width: 350px;
	display: block-inline;
	margin: -10px;
}

.newsmodule {
	width: 400px;
	height: 200px;
	display: block;
	padding-top: 20px;
	padding-left: 220px;
	padding-bottom: 20px;
	border-bottom: solid;
}

.newsmodule img {
	clip: rect(0px,200px,200px,0px);
	height: 200px;
	left: 30px;
	position: absolute;
}