html {
	overflow-y:scroll;
}

body {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(
		top, 
		rgba(225,225,225,1) 0%,
		rgba(255,255,255,0) 3.5%,
		rgba(255,255,255,0) 100%
	) fixed no-repeat; /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom, 
		color-stop(0%, rgba(225,225,225,1)),
		color-stop(3.5%, rgba(255,255,255,0)),
		color-stop(100%, rgba(255,255,255,0))
	) fixed no-repeat; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top, 
		rgba(225,225,225,1) 0%, 
		rgba(255,255,255,0) 3.5%, 
		rgba(255,255,255,0) 100%
	) fixed no-repeat; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top, 
		rgba(225,225,225,1) 0%, 
		rgba(255,255,255,0) 3.5%, 
		rgba(255,255,255,0) 100%
	) fixed no-repeat; /* Opera 11.10+ */
	background: -ms-linear-gradient(
		top, 
		rgba(225,225,225,1) 0%, 
		rgba(255,255,255,0) 3.5%, 
		rgba(255,255,255,0) 100%
	)  fixed no-repeat; /* IE10+ */
	background: linear-gradient(
		to bottom, 
		rgba(225,225,225,1) 0%, 
		rgba(255,255,255,0) 3.5%,
		rgba(255,255,255,0) 100%
	) fixed no-repeat; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#dcdcdc',
		endColorstr='#ffffff',
		GradientType=0
	) fixed no-repeat; /* IE6-9 */

	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Tahoma', 'Geneva', 'Verdana', sans-serif;
	font-size: 13px;
	color: #333;
}

h3, h4, h5 {
	font-family: 'Georgia', 'Garamond', serif;
}

h1, h2 {
	font-family: 'Lato', 'Open Sans', 'Verdana';
	font-weight: 900;
}

h2 {
	font-size: 19px;
	font-weight: bold;
	text-align: justify;
}

img {
	border: 0;
}

a {
	color: #4183C4;
	text-decoration: none;
}

a:visited {
	color: #6A7ECC;
}

a:hover {
	text-decoration: underline;
}

.header, .content, .footer {
	width: 936px;
	margin: 0 auto;
	padding: 0;
}

.header {
	height: 145px;
	position: relative;
}

.content {
	margin: 30px auto;
}

.content-left p, .content-right p {
	text-align: justify;
	margin: 10px 0;
}

.content-left, .content-right {
	width: 450px;
	float: left;
}

.content-left {
	padding-right: 18px;
}

.content-right {
	padding-left: 18px;
}

p.news-item-info {
	font-size: 10px;
	float: right;
	margin-top: -4px;
	font-style: italic;
}

.footer {
	clear: both;
	padding-top: 25px;
	font-size: 10px;
	text-align: center;
}

h1 {
	margin: 0;
	padding: 0;
}

ul.navigation {
	position: absolute;
	top: 0;
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.navigation li {
	display: inline;
}

.navigation a {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	margin-left: -6px;
	height: 65px;
	padding: 60px 5px 20px;
	vertical-align: top;
	/* possible? have to align at top! */
	max-width: 142px;
}

.navigation a:hover {
	background: rgb(200, 200, 200);
	background: rgba(100, 100, 100, 0.1);
}

a.active, a.active:hover {
	background: rgb(21,21,21);
	color: #fff;
}

.navigation button {
	background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    padding: 0;
	text-align: left;
}

.navigation h3 {
	color: #666666;
	font-size: 12px;
	margin: 1px;
}

.navigation p {
	color: #b7b7b7;
	font-size: 11px;
	margin: 1px;
}

.separator {
	background: rgb(21,21,21); /* Old browsers */
	background: -moz-linear-gradient(
		top, 
		rgba(21,21,21,1) 0%, 
		rgba(51,51,51,1) 100%
	); /* FF3.6+ */
	background: -webkit-gradient(
		linear, 
		left top, 
		left bottom, 
		color-stop(0%, rgba(21,21,21,1)), 
		color-stop(100%, rgba(51,51,51,1))
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top, 
		rgba(21,21,21,1) 0%, 
		rgba(51,51,51,1) 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top, 
		rgba(21,21,21,1) 0%, 
		rgba(51,51,51,1) 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(
		top, 
		rgba(21,21,21,1) 0%, 
		rgba(51,51,51,1) 100%
	); /* IE10+ */
	background: linear-gradient(
		to bottom, 
		rgba(21,21,21,1) 0%, 
		rgba(51,51,51,1) 100%
	); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient(
		startColorstr='#151515',
		endColorstr='#333333',
		GradientType=0)
	; /* IE6-9 */
}

.slideshowContainer {
	width: 100%;
	height: 335px;
}

.nonSlideshowContainer {
	width: 100%;
	min-height: 1px;
}

#accordion {
	position: relative;
	width: 936px;
	top: 10px;
	margin: 0 auto;
	box-shadow: 4px 4px 4px #222;
}

#accordion h2 {
	font-weight: 400;
}

#introVideo {
	width: 450px;
	height: 338px;
	margin: 10px 0;
}

#introVideo, .content img {
	box-shadow: 4px 4px 4px #aaa;
}

.overlay {
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,0.8);
	border: 0;
	z-index: 2;
	position: fixed;
	display: none;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
}

.overlay  img {
	/*position: absolute;*/
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width: 90%;
	max-height: 95%;
	box-shadow: 4px 4px 4px #222;
}

/*
.overlay .description {
	position: absolute;
	bottom: 30%;
	background: rgba(255, 255, 255, 0.75);
}
*/

.content img {
	position: relative;
	cursor: pointer;
}

.content img:hover {
	top: -1px;
	left: -1px;
	box-shadow: 6px 6px 6px #aaa;
}

address {
	font-style: normal;
	padding-left: 20px;
}

a.toplink {
	font-family: 'Tahoma', 'Geneva', 'Verdana', sans-serif;
	display: inline-block;
	float:right; 
	font-size: 10px; 
	color: #fff;
	background: #CCC; 
	border-radius: 4px;
	padding: 4px;
}

a.toplink:hover {
	background: #aaa;
}