html {
	height: 100%;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	background-color: #fff;
	background-image: -webkit-radial-gradient(center 300px, circle cover, #fff 3%, #444 100%);
	background-image: -moz-radial-gradient(center 300px, circle cover, #fff 3%, #444 100%);
	background-image: -o-radial-gradient(center 300px, circle cover, #fff 3%, #444 100%);
	background-image: -ms-radial-gradient(center 300px, circle cover, #fff 3%, #444 100%);
	background-image: radial-gradient(center 300px, circle cover, #fff 3%, #444 100%);
	background-attachment: fixed;
}

a, a:visited, a:link, a:active {
	outline: none; border: none;
	color: #aaa;
	text-decoration: none;
}
a:hover {
	color: white;
}

div#nav {
	margin: 50px 0;
	text-align: center;
}
div#nav a {
	background: #ccc;
	padding: 8px 20px;
	box-shadow: 0 0 15px #999;
	text-shadow: 0 1px 0 white;
	margin: 0 10px;
	border-radius: 5px;
	border: 1px solid #eee;
	color: #444;
	background-image: linear-gradient(top, #ccc 0%, #bbb 100%);
	background-image: -o-linear-gradient(top, #ccc 0%, #bbb 100%);
	background-image: -moz-linear-gradient(top, #ccc 0%, #bbb 100%);
	background-image: -webkit-linear-gradient(top, #ccc 0%, #bbb 100%);
	background-image: -ms-linear-gradient(top, #ccc 0%, #bbb 100%);
}
div#nav a:hover, div#nav a.current {
	color: #000;
	background-image: linear-gradient(top, #aaa 0%, #888 100%);
	background-image: -o-linear-gradient(top, #aaa 0%, #888 100%);
	background-image: -moz-linear-gradient(top, #aaa 0%, #888 100%);
	background-image: -webkit-linear-gradient(top, #aaa 0%, #888 100%);
	background-image: -ms-linear-gradient(top, #aaa 0%, #888 100%);
}

div#pages {
	margin: 150px auto;
	width: 600px;
	display: none;
	overflow: hidden;
}
div#inner_pages {
	width: 1900px;
}
div.page {
	margin: 0 auto;
	width: 600px;
	position: relative;
	float: left;
}
div.page h1 {
	font-size: 34px;
	margin: 0 0 -8px 48px;
	padding: 0;
	font-weight: normal;
	display: block;
	z-index: 1001;
	color: #111;
	text-shadow: 0 1px 0 #aaa;
}

div.content {
	background-color: #555;
	padding: 10px 20px 20px;
	margin: 0 0 0 50px;
	width: 460px;
	box-shadow: 0 10px 35px #bbb;
	border-radius: 0 10px 10px 10px;
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	-o-border-radius: 0 10px 10px 10px;
	-ms-border-radius: 0 10px 10px 10px;
	background-image: linear-gradient(bottom, #444 0%, #666 100%);
	background-image: -o-linear-gradient(bottom, #444 0%, #666 100%);
	background-image: -moz-linear-gradient(bottom, #444 0%, #666 100%);
	background-image: -webkit-linear-gradient(bottom, #444 0%, #666 100%);
	background-image: -ms-linear-gradient(bottom, #444 0%, #666 100%);
	color: #ddd;
}
div.nopadd {
	padding: 10px 0 0;
	width: 500px;
}
div.nopadd p {
	padding: 0 20px;
}

a#slideshow_left, a#slideshow_right {
	position: absolute;
	top: 50%;
	display: block;
	width: 19px;
	height: 24px;
	text-indent: -9999px;
}
a#slideshow_left {
	left: 10px;
	background: url(arrows.png) top left no-repeat;
}
a#slideshow_right {
	right: 10px;
	background: url(arrows.png) top right no-repeat;
}
div#sites {
	width: 500px;
	height: 266px;
}
a.site {
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 500px;
	height: 266px;
	border-radius: 0 0 9px 9px;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-indent: 20px;
	color: #f1f1f1;
}
a.site:hover {
	color: #ddd;
}
a.site#ltolschools {
	background-image: url(sites/ltolschools.png);
}
a.site#ezrapm {
	background-image: url(sites/ezrapm.png);
}
a.site#surveys {
	background-image: url(sites/surveys.png);
}
a.site#cwa {
	background-image: url(sites/cwa.png);
}
a.site#gbw {
	background-image: url(sites/gbw.png);
}
a.site#ts {
	background-image: url(sites/ts.png);
}
a.site#transwells {
	background-image: url(sites/transwells.png);
}

div#image_loader {
	display: none;
}