@charset "ISO-8859-1";

* {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666;
}

a {
	color: #666;
	text-decoration: none;
}

a.active {
	color: #0167b1;
}

a:hover, span.light-grey a:hover {
	color: #0167b1;
}

a.blue {
	color: #0167b1;
}

a.blue:hover {
	text-decoration: underline;
}

body {
	font-size: 80%;
	line-height: 1.5em;
	padding: 20px 0 0;
	margin: 0;
	background-color: #fff;
}

img {
	border: 0 none;
}

#container {
	position: relative;
	width: 943px;
	margin: 0px auto;
	padding: 0 20px 30px;
	background-color: #ececec;
	overflow: hidden;
}

#content {
	float: left;
	width: 650px;
	padding: 15px 0 30px;
}

#content img {
	max-width: 650px;
}

#header {
	margin: 0 -20px;
	padding: 0 20px;
	background-color: #fff;
	text-align: center;
	height: 150px;
}

#header #menu {
	text-transform: uppercase;
}

#header #logo {
	margin: -1.1em auto 0;
	width: 155px;
	height: 130px;
}

#header #company-name {
	float: left;
	margin-left: -100000px;
}

#header #sponsor {
	position: absolute;
	top: 80px;
	right: 115px;
}

#nav {
	float: left;
	width: 250px;
	padding: 20px 0;
	margin-right: 40px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	font-size: 1.3em;
}

#nav ul ul {
	margin: 0 20px 0 0;
	padding-left: 20px;
	font-size: 0.8em;
}

#nav ul:last-child {
	margin-bottom: 5px;
}

#nav li {
	margin-bottom: 3px;
}

#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #666;
	margin-top: 30px;
	padding-top: 20px;
	height: 55px;
}

#footer small {
	font-size: inherit !important;
}

#random {
	margin-top: 40px;
}

#random > a {
	display: block;
	width: 580px;
}

#slideshow-nav {
	display: none;
	height: 25px;
}

#slideshow, #slideshow-wrapper {
	width: 580px;
	overflow: hidden;
}

#slideshow-wrapper {
	height: 405px;
	margin-top: 50px;
}

#slideshow-wrapper > #slideshow {
	display: none;
	cursor: default;
}

#slideshow {
	height: 380px;
	cursor: pointer;
}

#slideshow > img, #random img {
	max-width: 580px;
	max-height: 380px;
	margin: 0 auto;
}

#slideshow-wrapper > #slideshow > img {
	height: 380px;
}

#slideshow-nav, #slideshow-ref {
	text-align: center;
}

#slideshow-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#slideshow-nav ul > li {
	display: inline;
	padding: 0 2px;
}

#slideshow-nav li.activeSlide a {
	color: #0167b1;
	text-decoration: underline;
}

img#ajax-loading {
	margin-top: 180px;
	margin-left: 309px;
	width: 32px;
	height: 32px;
}

div#float-right {
	float: right;
}

p {
	font-size: 1.1em;
	line-height: 1.4em;
}

.center {
	width: 580px;
	text-align: center;
}

.large {
	font-size: 1.3em;
	line-height: 1.5em;
}

.light-grey {
	color: #999;
}

.normal {
	font-size: 0.8em;
	line-height: 1em;
}

span.light-grey a {
	color: #999;
}

h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #0167b1;
	margin: 2px 0 10px;
	font-weight: normal;
}

h3 {
	font-size: inherit;
	line-height: inherit;
	color: #0167b1;
	margin: 5px 0 2px;
	font-weight: normal;
}

h3 + p {
	margin-top: 0px;
}

h2 + #slideshow-wrapper {
	margin-top: 10px;
}