/* reset */
body, html, h1, h2, h3, h4, h5, h6, p, form, ul, ol, li, a {
	padding: 0px;
	margin: 0px;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;

body, html {
	width: 100%;
	height: 100%;
}

h1 {
	font-size: 23px;
	line-height: 25px;
	padding: 0 0 10px 0;
	color: #f58026;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 8px 0;
}
h6 {
	font-size: 20px;
	line-height: 22px;
	color: #f58026;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #f58026;
	margin: 0 0 20px 0;
}

body {
	margin: 0;
	padding: 0;
}
#mainContent {
	width: 1365px;
	height: 630px;
	background: #fff;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	min-width: 980px;
	z-index: 100;
	background: #fff;
}
footer {
	width: 100%;
	height: 24px;
	margin-top: -75px;
	z-index: 100;
	border-top: solid 1px #ccc;
	text-align: center;
	background:#666;
	position: absolute;
	bottom: 0;
}
#slideshow-fs {
	width: 100%;
	height: 100%;
	min-width: 980px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 10;
}
@font-face {
	font-family: 'robotothin';
	src: url('fonts/roboto-thin-webfont.eot');
	src: url('fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/roboto-thin-webfont.woff2') format('woff2'),  url('fonts/roboto-thin-webfont.woff') format('woff'),  url('fonts/roboto-thin-webfont.ttf') format('truetype'),  url('fonts/roboto-thin-webfont.svg#robotothin') format('svg');
	font-weight: normal;
	font-style: normal;
}
#leftLogo {
	height: 30px;
	width: 36px;
}
#leftLogo img {
	width: 100%;
	height: auto;
}
nav {
	float: right;
	position: relative;
	top: 9px;
	font-family: robotoregular, Helvetica;
	font-style: normal;
	color: rgba(68, 68, 68, 0.76);
	margin-right: 71px;
}
nav#footnav {
	float: left;
	position: relative;
	top: 0px;
	font-family: Helvetica;
	font-style: normal;
	color: rgba(68, 68, 68, 0.76);
}
nav ul li {
	list-style: none;
	float: left;
	margin-left: 18px;
	font-size: 11px;
}
nav#footnav ul li {
	list-style: none;
	float: left;
	margin-left: 18px;
	font-size: 10px;
	height: 20px;
	/* padding: 2px; */
	padding-top: 7px;
	border-right: thin solid;
	padding-right: 10px;
	text-transform: uppercase;
	color: #fff;
	font-family: Helvetica, Arial;
}
#topContent {
	width: 100%;
	height: 130px;
	background: #6699cc;
	position: absolute;
	z-index: 99;
	top: 28px;
}
#largeLogo, #leftLogo, #textlogo {
	position: relative;
	float: left;
}
#largeLogo img {
	width: 100%;
	height: auto
}
#largeLogo {
	width: 120px;
}
#textlogo {
	margin-left: 20px;
	margin-top: 29px;
}
