html {
	overflow-y: scroll;
}
@font-face {
	font-family: 'web_serveroffregular';
	src: url('../fonts/web_serveroff-webfont.eot');
	src: url('../fonts/web_serveroff-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/web_serveroff-webfont.woff') format('woff'), url('../fonts/web_serveroff-webfont.ttf') format('truetype'), url('../fonts/web_serveroff-webfont.svg#web_serveroffregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background-color: #EDEDED;
	height: 100%;
	font-family: 'web_serveroffregular', tahoma, sans-serif;
	letter-spacing: -0.1px;
}
html, body, form, div, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}
#topBarCont {
	width: 100%;
	height: 100px;
	background-color: rgba(40,40,40,.95);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	box-shadow: 0 3px 4px rgba(0,0,0,.35);
	z-index: 999;
}
#topBar {
	width: 940px;
	margin: 0 auto;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
#mainContainer {
	margin: 0 auto;
	padding: 100px 0 100px;
	width: 940px;
}
#topName {
	color: #ECEBCD;
	font-size: 64px;
	line-height: 70px;
	margin-top: 30px;
	float: left;
	text-shadow: 0 -2px 1px #000;
}
#topNav {
	float: right;
	margin-top: 70px;
}
#topNav ul li {
	display: inline-block;
}
#topNav ul li a {
	font-size: 22px;
	line-height: 22px;
	color: #C67154;
	padding: 0 2px 7px;
	text-decoration: none;
	text-shadow: 0 -2px #000;
}
#topNav ul li a:hover {
	color: #ECEBCD;
	border-bottom: #000 1px solid;
}
.on {
	color: #ECEBCD !important;
	border-bottom: #000 1px solid;
}
.sectsep {
	text-align: center;
	font-size: 36px;
	text-shadow: 0 1px #FFFFFF;
	line-height: 36px;
	margin-top: 40px;
	background: url(../images/1px-line.gif) transparent repeat-x center;
}
.sectsep span {
	padding: 0 5px;
	background-color: #EDEDED;
}
.thumblist li a {
	width: 300px;
	height: 200px;
	display: block;
	float: left;
	margin: 20px 20px 0 0;
	box-shadow: 0 1px 2px #888888;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;	
}
.in-logo {
	width: 20px;
	height: 20px;
	background: #6b6b6b url(../images/in-logo-18px.png) no-repeat 50% 50%;
	display: inline-block;
	vertical-align: middle;
}
.in-logo:hover {
	background-color: #007BB5;
}
.thumblist li a:hover {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	position: relative;
	margin: 18px 20px 2px 0;
	box-shadow: 0 3px 5px #888888;	
}
.flashContainer {
	margin-top: 20px;
}
.goBack a {
	font-size: 22px;
	line-height: 22px;
	color: #000;
	border-bottom: 1px dashed #000;
	text-decoration: none;
}
.goBack a:hover {
	border-bottom: 1px solid #C67154;
	color: #C67154;
}
.copyright {
	margin-top: 40px;
	text-align: center;
	font-size: 17px;
}
.copyright span {
	font-family: sans-serif;
}