@charset "utf-8";
/* Skylark CSS Document */

/* Global Styles */

* {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}
body {
	padding-top: 0 !important; /*Override boilerplate.css*/
	margin: 0;
}
p {
	padding: 0 1.5em;
}
h2 {
	font-weight: normal;
	font-style: oblique;
	color: #333;
}
a:link, a:visited {
	color: #467D94;
}
a:hover, a:active {
	color: #000;
}
.gridContainer, #wrapper, header#top {
	margin-top: 0px;
	padding-top: 0px;
}
.bold {
	font-weight: bold;
}
li.navItem {
	background-color: #467D94;
	color: #D6C9AC;
	font-size: 1em;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 45px;
}
li.navItem a {
	text-decoration: none;
	font-weight: normal;
	display: block;
	width: 100%;
	height: 100%;
}
li.navItem a:link, li.navItem a:visited {
	background-color: #467D94;
	color: #FFF;
}
li.navItem a:hover, li.navItem a:active {
	color: #467D94;
	background-color: #FFF;
}
ul.slideshow {
	list-style: none;
	margin: 0;
	padding: 0;
}
#main p:first-child, #sidebar p:first-child {
	margin-top: 2.5em;
}
img[alt="PDF file"] {
	vertical-align: text-bottom;
}
/*See http://webdesignerwall.com/tutorials/css-elastic-videos**************/
div#ssp {
	max-width: 910px;
	max-height: 600px;
	margin: 0 auto;
	position:relative;
	padding-bottom: 60%;
}
div#ssp object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*with above*****************/
aside#sidebar p img {
	border-radius: 0.5em;
	-webkit-box-shadow: 1px 2px 16px -1px #333333;
	box-shadow: 1px 2px 16px -1px #333333;
}
aside#sidebar p img.heading {
	border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
aside img.space-bottom {
	margin-bottom: 5%;
}
footer {
	width: 100%;
	margin: 4em auto;
	background-color:#D6C9AC;
}
footer p {
	font-size: .6em;
	line-height: 2em;
	text-align: center;
}
footer p span {
		font-size: 1.1em;
}