h2 {
	font-size: 1.6em;
}

#headerContainer {
	background-color: #38557B;
	background: -webkit-gradient(linear, left top, left bottom, from(#1A2C4C), to(#567EA9));
	background-image: -moz-linear-gradient(top, #1A2C4C, #567EA9);
	height: 220px;
}

#logo {
	font-size: 5em;
	padding-top: 60px;
}

#nav {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #ECD2B4;
}

#nav ul {
	margin: 85px 20px 0 0;
}

#nav a {
	font-size: 1.2em;
}

#contact {
	color: #ECD2B4;
	font-family: 'Helvetica', sans-serif;
	font-size: 0.9em;
	text-align: center;
	margin-top: 5px;
}

#contact a {
	color: #ECD2B4;
	text-decoration: none;
}

#contact a:hover {
	color: #fff;
}

#contact img {
	vertical-align: text-bottom;
}

#sliderWrapper {
	height: 240px;
	margin-top: -2em;
	padding: 2em 0;
	overflow: hidden;
}

#sliderContainer {
	background-color: #E9D9C5;
	background: -webkit-gradient(linear, left top, left bottom, from(#E9D9C5), color-stop(0.5, #F0E6D8), to(#E9D9C5));
	background-image: -moz-linear-gradient(top, #E9D9C5, #F0E6D8, #E9D9C5);
	border-top: 1px solid #6D6349;
	border-bottom: 1px solid #A4956D;
	-webkit-box-shadow: 0 0 2em #999;
	-moz-box-shadow: #999 0 0 2em;
	height: 240px;
	margin-bottom: 30px;
	overflow: hidden;
}

#slidesContainer {
	position: relative;
}

#slides {
	list-style-type: none;
	cursor: pointer;
}

#slides li {
	top: 0;
	left: 0;
	margin: 0;
	padding: 15px 0;
	height: 210px;
	position: absolute;
}

#slides div.logo {
	padding-top: 5px;
}

#slides div.title {
	font-size: 1.6em;
	margin-bottom: 10px;
}

#slides div.title a {
	text-decoration: none;
}

#slides li.source_1 div.title {
	color: #383226;
	font-family: 'QlassikBoldRegular', 'Arial Narrow', 'Arial', sans-serif;
	font-size: 2em;
	text-shadow: 0.05em 0.05em 0.1em #999;
}

#slides li.source_2 {
	padding: 0;
	height: 240px;
}

#slides li.source_2 img {
	z-index: 1;
}

#slides li.source_2 div.title {
	color: #fff;
	background-color: #000;
	font-size: 1em;
	font-weight: bold;
	opacity: 0.6;
	top: 200px;
	height: 20px;
	width: 98%;
	padding: 10px 1%;
	z-index: 2;
	position: absolute;
}

#slides li.source_2 div.title a {
	color: #fff;
}

#slides li.source_13 {
	height: 120px;
	padding: 60px 0;
}

#slides li.source_13 em, #slides li.source_13 em a {
	color: #999;
}

#slides li.source_16 {
	font-family: 'Lucida Grande', 'Arial', sans-serif;
}

#slides li.source_16 div.title, #slides li.source_16 div.title a {
	color: #314E2A;
	font-family: 'Georgia', 'Times New Roman', serif;
}

#intro img {
	float: right;
}

#overview ul {
	list-style-type: none;
}

#overview li {
	margin: 0 0 5px 20px;
}

#overview img {
	vertical-align: text-bottom;
	margin-right: 5px;
}

#social form {
	margin: 0 0 20px 20px;
}

#social ul {
	margin-left: 10px;
	list-style-type: none;
}

#social li {
	display: block;
	height: 32px;
	width: 130px;
	float: left;
	margin: 0 0 5px 10px;
}
	
#disclaimer {
	color: #666666;
	font-size: 0.8em;
	border: 1px solid #ccc;
	padding: 5px;
}
