/**
 * General
 */
body {
	margin: 0;
	padding: 10px;
	font: 62.5% Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

h2 {
	margin-bottom: 0;
	font-size: 2.2em;
	clear: both;
}

h3 {
	margin-top: 4px;
	font-size: 1.6em;
}

h4 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.4em;
}

p {
	line-height: 1.8em;
}

ol#breadcrumbs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	overflow: hidden;
}

ol#breadcrumbs li {
	float: left;
	margin-right: 8px;
	padding-right: 12px;
}

div#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	font-size: 1.1em;
}


/**
 * Masthead
 */
div#masthead {
	height: 150px;
}

div#masthead h1 {
	margin: 0;
	padding-top: 20px;
}

div#masthead h1 a {
	display: block;
	width: 220px;
	height: 130px;
	text-indent: -9999px;
}


/**
 * Site-select
 */
div#site-select {
	float: right;
	padding-top: 7px;
	padding-right: 10px;
	width: 210px;
}

div#site-select a {
	display: block;
	float: right;
	width: 122px;
	height: 29px;
	text-indent: -9999px;
}


/**
 * Main
 */
div#main,
div#main-span {
	width: 100%;
	overflow: hidden;
}


/**
 * Content-left
 */
div#content-left {
	float: left;
	padding-bottom: 200px;
	width: 220px;
}


/**
 * Content-middle
 */
div#content-middle {
	float: left;
	padding: 8px 20px;
	width: 480px;
}


/**
 * Content-span
 */
div#content-span {
	position: relative;
	float: left;
	width: 700px;
	padding: 8px 20px;
}


/**
 * Content-end
 */
div#content-end {
	position: relative;
}

div#content-end a#top {
	position: absolute;
	display: block;
	right: 0;
	width: 9px;
	height: 8px;
	text-indent: -9999px;
}

div#content-end a:link,
div#content-end a:visited {
	font-weight: bold;
}

div#content-end p#bottom-nav {
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 0.9em;
	text-align: right;
}


/**
 * Content-right
 */
div#content-right {
	float: left;
	padding-bottom: 50px;
	width: 220px;
}

div#content-right img {
	margin-bottom: -2px;
}

div#content-right address {
	padding: 14px 20px;
	font-size: 0.9em;
	font-style: normal;
}


/**
 * Navigation
 */
ul#nav{
	margin: 0 0 25px 10px;
	padding: 0;
	width: 210px;
	list-style-type: none;
}

ul#nav li a {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

ul#nav ul.subnav {
	display: none;
	margin: 1px 0 0 0;
	padding: 8px 0;
	width: 210px;
	list-style-type: none;
}

ul#nav li.selected ul.subnav {
	display: block;
}

ul#nav ul.subnav li {
	border: 0;
}

ul#nav ul.subnav li a {
	display: inline-block; /* Fixes the well-known IE6 whitespace bug */
	padding: 0 20px;
	line-height: 20px;
	font-size: 1em;
	font-weight: normal;
}

ul#nav ul.subnav li a:hover,
ul#nav ul.subnav li.selected a {
	font-weight: bold;
}


/**
 * Gallery
 */
div#gallery {
	position: relative;
	width: 100%;
	overflow: hidden;
}

h3#references {
	padding-bottom: 10px;
}

div#image {
	float: left;
}

div#thumbs {
	float: right;
	margin-left: 12px;
	width: 98px;
}

div#thumbs img {
	margin-bottom: 10px;
	padding: 2px;
}

div#thumbs img.selected,
div#thumbs a:hover img {
	padding: 1px;
}

div#prev-next-bar {
	position: relative;
	margin-top: -40px;
	width: 590px;
	height: 40px;
}

div#prev-next-bar a.button {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}

div#prev-next-bar a.button.prev {
	float: left;
}

div#prev-next-bar a.button.next {
	float: right;
}


/**
 * News
 */
div.newsitem {
	margin-bottom: 25px;
	width: 100%;
	overflow: hidden;
}

div.newsitem img {
	float: left;
	margin: 5px 10px 0 0;
}

div.newsitem p {
	margin: 0;
	padding: 0;
}

div.newsitem p.newsdate {
	font-size: 0.9em;
	font-weight: bold;
}

div.newsitem a.readmore {
	display: block;
	margin: 3px 0 0 130px;
	width: 80px;
	font-size: 1em;
	font-weight: bold;
}

table#newsitems {
	margin-bottom: 25px;
	width: 100%;
}

table#newsitems td.date {
	width: 100px;
	text-align: right;
	font-weight: bold;
}


/**
 * Search-form
 */
form#search-form {
	margin: 0;
	padding: 36px 12px 0 12px;
	height: 53px;
}

form#search-form p {
	margin: 0;
	padding: 1px 0;
}

form#search-form label {
	font-weight: bold;
}

form#search-form input#search {
	float: left;
	margin-right: 5px;
	width: 160px;
}

form#search-form input#search-button {
	float: left;
	width: 22px;
	height: 22px;
}

div#search-form-wrap {
	margin-bottom: 25px;
	height: 100px;
}

div#search-form-wrap-white {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 100px;
}


/**
 * Footer
 */
div#footer,
div#footer-span {
	position: relative;
	width: 960px;
	height: 33px;
}

div#footer div#spike,
div#footer-span div#spike {
	position: absolute;
	top: -200px;
	left: 0;
	width: 220px;
	height: 200px;
}

div#footer p.alliance {
	position: absolute;
	top: -40px;
	right: 10px;
	margin: 0;
	padding: 0;
	width: 105px;
	height: 40px;
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
}

/**
 * Site-select
 */
ul#site-select {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 7px 0 0 0;
	width: 220px;
	list-style-type: none;
	overflow: hidden;
	z-index: 10;
}

ul#site-select a#site-button {
	display: block;
	margin-left: 88px;
	width: 122px;
	height: 29px;
	text-indent: -9999px;
}

ul#site-select li ul {
	display: none;
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}

ul#site-select li:hover ul,
ul#site-select li.sfhover ul {
	display: block;
}

ul#site-select li ul li a {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	font-size: 1.1em;
	font-weight: bold;
}

