/* Plumb font */

@font-face {
	font-family: 'Plumb';
	src: url('/assets/font/plumb-bold-webfont.eot');
	src: local('☺'), url('/assets/font/plumb-bold-webfont.woff') format('woff'), url('/assets/font/plumb-bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PlumbMedium';
	src: url('/assets/font/plumb-medium-webfont.eot');
	src: local('☺'), url('/assets/font/plumb-medium-webfont.woff') format('woff'), url('/assets/font/plumb-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PlumbLight';
	src: url('/assets/font/plumb-light-webfont.eot');
	src: local('☺'), url('/assets/font/plumb-light-webfont.woff') format('woff'), url('/assets/font/plumb-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-size-adjust: 0.48;
}

html, body {
	height: 100%;
}

body {
	background: none repeat scroll 0 0 #D9E4EA;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -0.1px;
	line-height: 1.5em;
	min-width: 1085px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Content */

.wrapper {
	margin-left: 60px;
}

.content {
	background: none no-repeat scroll 100% 100px transparent;
	min-height: 100%;
}

.beacon .content {
	background-image: url("/assets/img/beacon.gif");
    background-position: 100% 115px;
}

.book .content {
	background-image: url("/assets/img/book.gif");
    background-position: 100% 175px;
}

.cash .content {
    background-image: url("/assets/img/cash.gif");
    background-position: 100% 100px;
}


.globe .content {
    background-image: url("/assets/img/globe.gif");
    background-position: 100% 115px;
}

.hand .content {
	background-image: url("/assets/img/hand.gif");
    background-position: 100% 115px;
}

.map .content {
	background-image: url("/assets/img/map.gif");
    background-position: 100% 110px;
}

.screw .content {
	background-image: url("/assets/img/screw.gif");
	background-position: 100% 86px;
}

.wheel .content {
	background-image: url("/assets/img/wheel.gif");
}

.main {
    overflow: auto;
    padding-bottom: 360px;
}

.container {
	padding-bottom: 60px;
	min-height: 684px;
}

.hidden {
	display: none;
}

/* Header */

.header {
	padding: 40px 0;
	height: 70px;
	position: relative;
}

.header h1 {
	margin: 0;
	display: inline;
}

.header a {
	color: #504C3C;
}

.header nav {
	font-family: 'PlumbMedium';
	position: absolute;
	right: 120px;
	top: 65px;
}

.header ul {
	border: 1px solid #BFC7C9;
	margin: 0;
	padding: 5px 7px 6px;
	border-radius: 3px;
	
}

.header li {
    display: inline;
    vertical-align: middle;
}

.header li a {
	border-right: 1px solid #504C3C;
	line-height: 1.2;

	padding: 0 5px;
}

.header li.last a {
	border-right: 0 none;
	float: none;
}

/* Navigation */

.navigation, .internal {
	font-family: 'Plumb';
	font-weight: bold;
	text-transform: uppercase;
}

.navigation .colon {
	visibility: hidden;
}

.navigation ul, .internal ul {
    border: 1px solid #5FC2F7;
    margin: 0 0 0 20px;
    padding: 36px;
}

.navigation ul {
	background-color: #D9E4EA;
	min-height: 175px;
}

.navigation ul ul {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: none;
    margin: 0;
    padding: 0;
}

.navigation li, .internal li {
	position: relative;
}

.navigation li.last-child, .internal li.last-child, .navigation li li {
	margin-bottom: 0;
}

.navigation li li {
	display: inline-block;
}

.ie7 .navigation li li {
	display: inline;
	zoom: 1;
}

.navigation li.selected ul, .navigation li:hover ul {
	color: #ECECEC;
	display: inline;
	background-color: #009BEC;
}

.navigation li.selected .colon, .navigation li:hover .colon {
	visibility: visible;
}

.navigation a, .internal a, .navigation span.redirect {
	color: #009BEC;
	display: inline-block;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	margin-bottom: 15px;
	padding: 0 4px;
}

.navigation .delimeter {
	padding-right: 4px;
}

.navigation .selected .delimeter, .navigation :hover .delimeter {
	color: #ECECEC;
}

.navigation li.selected a, .internal a.selected, .navigation li.selected span.redirect, .navigation li:hover a, .internal a:hover, .navigation li:hover span.redirect {
	color: #ECECEC;
	background-color: #009BEC;
}

.navigation a.selected, .internal a.selected, .navigation a:hover, .internal a:hover, .navigation span.redirect {
	text-decoration: none;
}

.navigation li a.current, .navigation li a:hover, .navigation span.redirect:hover {
	color: #A8D7F0;
	text-decoration: none;
}

.navigation a, .navigation span.redirect {
	text-decoration: none;
}

.navigation a .underline, .navigation span.redirect .underline {
	text-decoration: underline;
}

.navigation a.current .underline, .navigation a:hover .underline, .navigation li.selected span.redirect .underline, .navigation li:hover span.redirect .underline {
	text-decoration: none;
}

.navigation .no-colon .colon {
	display: none;
}

.internal ul {
	border-color: transparent;
	background: url("/assets/img/internal-strip.gif") no-repeat scroll 0 0 transparent;
	margin-left: 20px;
	padding: 40px 0;
}

.internal a {
	color: #504C3C;
}

.internal a:hover {
	background-color: #504C3C;
}

/* Footer */

.footer {
	color: #5A5A53;
	clear: both;
	height: 360px;
	margin-top: -360px;
	position: relative;
}

.footer footer {
	background: url("/assets/img/footer-background.gif") repeat-x scroll 0 0 #AEB6BB;
	border-bottom: 5px solid #504C3C;
	border-top: 5px solid #AED5EA;
	height: 350px;
}

.footer .text h2, .footer ul {
    font-size: 16px;
    font-weight: normal;
}

.footer .text h2 {
	margin: 40px 0 25px;
}

.footer ul {
	list-style: none;
}

.footer li {
    line-height: 1.5;
    margin: 1em 0;
}

.footer .text a {
	color: #5A5A53;
}


.footer .text p {
    font-size: 11px;
	font-style: normal;
	margin: 60px 0 0;
}

.footer .attractive {
    position: absolute;
    right: 395px;
    top: 0;
}

.footer .flash-attractive {
	left: 170px;
	position: absolute;
}

.page-inner .footer .internal ul {
	background: none;
	min-width: 125px;
}

/* Page */

.page {
    background: url("/assets/img/page-background.jpg") repeat scroll 0 0 transparent;
    border: 10px solid #EDDE8B;
    color: #706A5D;
    margin-right: 50px;
    min-height: 150px;
    padding: 30px 30px 90px 90px;
    position: relative;
}

.page article {
	position: relative;
}

.page a {
	color: #706A5D;
}

.page .title {
	color: #434138;
	font-family: 'PlumbLight';
	font-size: 30px;
	font-weight: 300;
	left: 30%;
	line-height: 1.3;
	margin: 0;
	position: absolute;
	top: -130px;
}

.page .title span {
	background: none repeat scroll 0 0 rgb(198, 221, 232);
	background: none repeat scroll 0 0 rgba(31, 157, 223, 0.1);
	padding: 0 6px;
}


.page .input {
	margin-bottom: 50px;
}

.page .input .select {
	border: 7px solid #DFDCD3;
	display: inline-block;
	border-radius: 5px;
}

.ie7 .page .input .select {
	display: inline;
	zoom: 1;
}

.page .input  select, .page .input  option {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	color: #706A5D;
}

/* Banner */

.banner {
    padding: 100px 36px 0;
}

.banner a {
	color: #706A5D;
	text-decoration: none;
}

.banner div {

}

.banner a span {
	text-decoration: underline;
}

.banner a:hover span {
	text-decoration: none;
}

/* Page home */

.page-home article {
	color: #6E7C8C;
	font-weight: 300;
	margin: 141px 0 0;
}

.page-home article h1 {
	color: #FFFFFF;
	font-family: 'Plumb';
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    margin: 0;
}

.ie9 .page-home article h1 {
	line-height: 46px;
}

.page-home article h1 span {
	background: none repeat scroll 0 0 transparent;
	background-color: #80A2C4;
	background-color: rgba(41, 97, 157, 0.5);
}

.page-home article a {
	color: #02132D;
}

.flash-background {
	border: 0 none;
	height: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	overflow: hidden;
}

.attractive {
	position: relative;
}

.attractive .internal ul {
    padding-bottom: 20px;
}

.signature {
    position: absolute;
	left: 0;
}

.signature-image-blue {
	display: none;
}

.signature-image-grey {
	display: inline;
}

.page-home .signature-image-blue {
	display: inline;
}

.page-home .signature-image-grey {
	display: none;
}

.flash-attractive {
	left: 125px;
	position: absolute;
	top: -145px;
}

.page-home .flash-attractive {
	position: relative;
	left: auto;
	top: auto;
	margin: -240px 0 -60px 125px;
}

/* Page inner */

.page-inner .internal {
	padding: 0 36px;
}

.page-inner .internal ul {
	background-position: 0 100%;
}

/* Chars */

.chars {
	margin: 0 0 50px 30%;
}

.chars a {
	background: url("/assets/img/char-border.gif") no-repeat scroll 100% 50% rgb(118, 116, 110);
	background: url("/assets/img/char-border.gif") no-repeat scroll 100% 50% rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	height: 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 30px;
}

.chars a.active {
	color: #E0C34D;
}

.chars a:hover span {
	text-decoration: none;
}
.chars span {
    position: relative;
    top: 5px;
	text-decoration: underline;
}

/* Person list / History list */

.person-list, .history-list {
	margin: 50px 0;
}

.person-list aside, .history-list aside {
	margin-top: 40px;
}

.person-list h1, .person-list p, .history-list h1, .history-list p {
	margin-left: 120px;
}

.person-list h1, .history-list h1 {
    font-size: 18px;
    margin-top: 0;
}

.person-list h1 a, .history-list h1 a {
	text-decoration: none;
	border-bottom: 1px dashed #706A5D;
}

.person-list h1 a:hover, .history-list h1 a:hover {
	border-bottom-color: transparent;
}

.person-list p, .history-list p {
	font-style: italic;
}

.person-list figure, .history-list figure {
	float: left;
}

.person-list .info h1, .person-list .info p, .history-list .info h1, .history-list .info p {
	margin-left: 0;
	font-style: normal;
}

.news-list article {
	background: url("/assets/img/article-border.gif") no-repeat scroll 0 100% transparent;
	padding-bottom: 20px;
	margin-bottom: 70px;
}

.news-list h1 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.news-list h1 a {
	background: #68655A;
    color: #E0C34D;
    text-decoration: none;
}

.news-list .input {
    text-align: right;
}

/* Columns and clearfix */

.row .double {
	width: 49%;
}

.row .wide {
	width: 70%;
}

.row .narrow {
	width: 28%;
}

.row .column {
	float: left;
}

.row .last {
	float: right;
}

.secondary .column {

}

.secondary .last {

}

/* Page map */

.map .container {
	padding-bottom: 0;
}

.canvas {
    border-top: 5px solid #AED5EA;
    height: 650px;
    margin-top: -5px;
    width: 100%;
}

#map {
	height: 100%;
	width: 100%;
}

.map-controls div {
	margin-bottom: 5px;
}

.map-controls a {
    background: none no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    padding-left: 40px;
    text-decoration: none;
}

.map-controls a span {
	text-decoration: underline;
}

.map-controls a:hover span {
	text-decoration: none;
}

.map-controls a.active {
	background-image: url("../img/marker-active.png");
}

.map-controls a.non-active {
	background-image: url("../img/marker-non-active.png");
}

.map-controls a.active.museum {
	background-image: url("../img/marker-museum-active.png");
}

.map-controls a.non-active.museum  {
	background-image: url("../img/marker-museum-non-active.png");
}

.map-controls a.selected span {
	color: #009BEC;
}

.info-title, .info-content {
	color: #706A5D;
}

.info-content {
	font-size: 18px;
	padding: 10px 0;
}

/* Page text */

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
	clear: both;
}

.text p {
	margin-top: 0;
}

.text table {
	width: 100%;
}

.text a {
	color: #1F9DDF;
}

.text .left {
	float: left;
}

.text .right {
	float: right;
}

.text blockquote {
	width: 50%;
	line-height: 1.2;
	font-size: 30px;
	margin: 0 0 20px 20px;
}

.text blockquote small {
	display: block;
	margin: 10px 0;
	font-size: 12px;
	font-style: italic;
}

.text-lightbox, .text-image, .text-alt, .text-alt-content {
	display: block;
}

.text-lightbox {
    background: url("../img/text-image-background.png") no-repeat scroll 100% 100% transparent;
    float: left;
    margin-left: -90px;
    padding: 0 9px 13px 0;
    position: relative;
}

.text-image {
	
}

.text-image a {
	display: block;
}

.text-alt {
	background: none repeat scroll 0 0 #FFFFFF;
}

.text-alt-content {
	padding: 16px 20px;
	text-decoration: underline;
	font-style: italic;
}

.text-image img {
	vertical-align: bottom;
}

/* 3rd level menu */

.menu {
    border-left: 1px solid #BAB6AA;
    margin-bottom: 40px;
    margin-left: 30%;
}

.menu a {
	color: #009BEC;
}
.menu a.current {
	color: #706A5D;
	font-style: italic;
	text-decoration: none;
}

.menu ul {
	padding-left: 18px;
}
.menu ul ul {
	margin-top: 0;
	padding-left: 23px;
}

.menu ul ul li {
/*    background: url("../img/menu-arrow.png") no-repeat scroll 0 50% transparent;*/
    background: url("../img/menu-arrow.png") no-repeat scroll 0 6px transparent;
    padding-left: 13px;
}

/* Clearfix */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
	font-size: 0;
	line-height: 0;
	clear: both;
}

.align-left {
	float: left;
	margin: 0 10px 10px 0;
}
.align-right {
	float: right;
	margin: 0 0 10px 10px;
}

/* jQuery lightbox */

.jquery-lightbox {

}

.jquery-lightbox-title {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #706A5D;
    font-style: italic;
    min-height: 42px;
    padding: 16px 64px 16px 16px;
    text-decoration: underline;
}

.jquery-lightbox-image {

}

.jquery-lightbox-close {
    background: url("/assets/img/lightbox-close.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 12px;
}
