@charset "utf-8";

/*====================================================================
Master Stylesheet Reset
======================================================================*/

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font: 1em/1.25 Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	margin: 0;
	padding: 0;
	font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
}
blockquote {
	margin: 1.25em;
	padding: 1.25em
}
q {
	font-style: italic;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed;
}
small {
	font-size:.85em;
}
big {
	font-size:1.2em;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
img {
	border: none;
}
table {
	margin: 0;
	padding: 0;
	border: none;
}
form {
	margin: 0;
	padding: 0;
	display: inline;
}
label {
	cursor: pointer;
}
/*====================================================================
Common Classes
======================================================================*/

.clear {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.textJustify {
	text-align: justify;
}
.blockCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.noindent {
	margin-left: 0;
	padding-left: 0;
}
.nomargin {
	margin: 0;
}
.nopadding {
	padding: 0;
}
.nobullet {
	list-style: none;
	list-style-image: none;
}
/*====================================================================
Font Options
======================================================================*/
@font-face {
	font-family: "MyUnderwoodRegular";
	src: url("Fonts/MyUnderwood-webfont.eot");
	src: url("Fonts/MyUnderwood-webfont.eot?#iefix") format("embedded-opentype"),
		 url("Fonts/MyUnderwood-webfont.woff") format("woff"),
		 url("Fonts/MyUnderwood-webfont.ttf") format("truetype"),
		 url("Fonts/MyUnderwood-webfont.svg#MyUnderwoodRegular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	/*Copyright Font: The font 'Dyslexia regular' and 'Dyslexia bold' are protected by worldwide copyright and intellectual property rights. The reproduction and / or distribute unauthorized copies is a violation of the international copyright and is strictly prohibited without written permission from the copyright owner Christian Theo Boer, owner of studio studio (Commerce: 30244054, VAT: NL126441686B01). http://www.studiostudio.nl*/
    font-family: "dyslexieregular";
    src: url('Fonts/dyslexie_regular_ledu_1088_in-webfont.eot');
    src: url('Fonts/dyslexie_regular_ledu_1088_in-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/dyslexie_regular_ledu_1088_in-webfont.woff') format('woff'),
         url('Fonts/dyslexie_regular_ledu_1088_in-webfont.ttf') format('truetype'),
         url('Fonts/dyslexie_regular_ledu_1088_in-webfont.svg#dyslexieregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.hi_vis .section_start_page h1, .hi_vis .book h2, .hi_vis .book p, .hi_vis .book p span, .hi_vis .book h1, .hi_vis .scroll_top h1, .hi_vis p.drop-cap:first-letter, .hi_vis p.drop-cap-blank:first-letter, .hi_vis .glossaryList td, .hi_vis .glossaryList td b, .hi_vis .list .list-item .block p, .hi_vis .list .list-item .block b, .hi_vis .jplist .jplist-no-results p, .hi_vis .timeline .timeline-row .timeline-time, .hi_vis .timeline_heading, .hi_vis .tab_panel h1, .hi_vis .tab_panel h2, .hi_vis .tab_panel h3, .hi_vis .tab_panel p, .hi_vis #tabs .tab_panel table td ul li, .hi_vis .lesson_home_panel p, .hi_vis a.download_lesson span, .hi_vis .faq_content p, .hi_vis .faq_content p a, .hi_vis .faq_content ul li, .hi_vis .faq_content ul li a, .hi_vis .faq_content h1, .hi_vis .faq_index h1, .hi_vis .faq_index ul li a, .hi_vis .map_heading span, .hi_vis .mapinfotitle, .hi_vis .mapinfodescription p, .hi_vis .mapinfolinkstitle, .hi_vis .mapinfolinks a, .hi_vis .timeline .timeline-row .timeline-time small, .hi_vis .timeline .timeline-row .timeline-content p, .hi_vis .timeline .timeline-row .timeline-content h2, .hi_vis .credits h1, .hi_vis .credits h2, .hi_vis .credits h2 span, .hi_vis .book_content table td, .hi_vis .book_image_title, .hi_vis .toc div, .hi_vis .toc span, .hi_vis .audio_button span, .hi_vis .folder_content h1, .hi_vis .tab_content h2, .hi_vis .tab_content p, .hi_vis .tab_content li, .hi_vis .imageContainer div, .hi_vis .linksContainer div, .hi_vis .imageContainerLesson div {
	background-color:#000000;
	color:#ffff00 !important;
}
.hi_vis .book .first_letter {
	background-image:url("../Images/ornamental_alphabet_hivis.png");
}
.hi_vis #contact_form input[type="text"], .hi_vis #contact_form textarea {
	color:#ffff00 !important;
	border: 1px solid #ffff00;
}

/*====================================================================
Font_01
======================================================================*/

.font_01 .menu a, .font_01 .book_index a h1, .font_01 .book_index a h2 {
	font-family: "Times New Roman", Times, serif;
	word-spacing:-0.075em;
}
.font_01 .menu_top a, .font_01 .menu_bottom a {
	font-family: "Times New Roman", Times, serif;	
	font-size:20px;
	line-height:64px;
	word-spacing:-0.075em;
}
.font_01 .menu_middle h1, .font_01 .menu_middle h1 a, .font_01 .book_index a h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	line-height:25px;
	word-spacing:-0.075em;
}
.font_01 .menu_middle h2, .font_01 .menu_middle h2 a {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	line-height:20px;
	word-spacing:-0.075em;
}
.font_01 .book_index a h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	line-height:28px;
	word-spacing:-0.075em;
}
.font_01 .section_start_page h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:46px;
	line-height:48px;
	word-spacing:-0.075em;
}
.font_01 .book h1, .font_01 .scroll_top h1, .font_01 .tab_panel h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:34px;
	line-height:34px;
	word-spacing:-0.075em;
}
.font_01 .book h2, .font_01 .book p, .font_01 .book p a, .font_01 .timeline .timeline-row .timeline-content p, .font_01 .tab_panel h2, .font_01 .tab_panel p, .font_01 .tab_panel table td, .font_01 #tabs .tab_panel ul li, .font_01 .lesson_home_panel p, .font_01 .faq_content p, .font_01 .faq_content p a, .font_01 .faq_content ul li, .font_01 .faq_content ul li a, .font_01 .faq_index ul li, .font_01 .faq_index ul li a, .font_01 .glossaryList td, .font_01 .glossaryList td b, .font_01 .list .list-item .block .title, .font_01 .timeline .timeline-row .timeline-content h2, .font_01 .tab_panel, .font_01 a.download_lesson span, .font_01 .home_panel {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	line-height:24px;
	word-spacing:-0.075em;
}
.font_01 ul#letters li, .font_01 ul#letters li a, .font_01 .jplist .panel, .font_01 .jplist-reset-btn, .font_01 .jplist-drop-down ul li, .font_01 .jplist-drop-down ul li a, .font_01 .search, .font_01 .jplist-pagination button, .font_01 #contact_form input[type="text"], .font_01 #contact_form textarea, .font_01 #contact_form input[type="submit"], .font_01 .form_back {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height:28px;
	word-spacing:-0.075em;
}	
.font_01 p.drop-cap:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 46px;
	line-height:34px;
	word-spacing:-0.075em;
}
.font_01 p.drop-cap-blank:first-letter, .font_01 .jplist .jplist-no-results p, .font_01 .timeline .timeline-row .timeline-time, .font_01 .timeline .timeline-row .timeline-time small, .font_01 .map_heading, .font_01 .tab_panel h3, .font_01 .tab_panel table th p, .font_01 .faq_content h1, .font_01 .faq_index h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height:34px;
	word-spacing:-0.075em;
}  
.font_01 .list .list-item .block .theme p, .font_01 .folder p, .font_01 .folder ul li, .font_01 .folder_content a, .font_01 .folder_content p, .font_01 .imageCaption, .font_01 .imageCaptionLesson, .font_01 .artefacts .book_content p, .font_01 .journal .book_content p, .font_01 .stories .book_content p {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	word-spacing:-0.075em;
}
.font_01 .artefacts .book_heading, .font_01 .journal .book_heading, .font_01 .stories .book_heading, .font_01 .book_content table td, .font_01 .artefacts .toc div, .font_01 .artefacts .toc span, .font_01 .journal .toc div, .font_01 .journal .toc span, .font_01 .stories .toc div, .font_01 .stories .toc span, .font_01 .book_content table a, .font_01 .map_point_title {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	line-height:15px;
} 
.font_01 .audio_files span, .font_01 .journal_return span {
	font-family: "Times New Roman", Times, serif;
	font-size:14px !important;
	line-height:20px;
}
.font_01 .credits h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	line-height:40px;
	word-spacing:-0.075em;
}
.font_01 .credits h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	line-height:20px;
	word-spacing:-0.075em;
}
.font_01 .timeline_heading {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	line-height:40px;
	word-spacing:-0.075em;
}
.font_01 .timeline-time h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:40px;
	line-height:38px;
	word-spacing:-0.075em;
}
.font_01 .folder_content h1, .font_01 .folder_content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
}
.font_01 .folder_label p, .font_01 .folder_label_lessons p, .font_01 #tabs ul li a, .font_01 .pager span, .font_01 .map_expeditions a, .font_01 .map_events a, .font_01 .artefacts .book_image_title, .font_01 .journal .book_image_title, .font_01 .stories .book_image_title, .font_01 .journal_video_book_image_title, .font_01 .stories_video_book_image_title {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
}
.font_01 .folder_label a, .font_01 .page_turn a, .font_01 #pager_awards ul li a, .font_01 .folder_label_lessons a, .font_01 .stories .book_content h1, .font_01 .journal .book_content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;	
}

/*====================================================================
Font_02
======================================================================*/

.font_02 .menu a, .font_02 .book_index a h1, .font_02 .book_index a h2 {
	font-family: "MyUnderwoodRegular";
}
.font_02 .menu_top a, .font_02 .menu_bottom a {
	font-family: "MyUnderwoodRegular";
	font-size:18px;
	line-height:64px;
}
.font_02 .menu_middle h1, .font_02 .menu_middle h1 a, .font_02 .book_index a h1 {
	font-family: "MyUnderwoodRegular";
	font-size:16px;
	line-height:25px;
}
.font_02 .menu_middle h2, .font_02 .menu_middle h2 a {
	font-family: "MyUnderwoodRegular";
	font-size:14px;
	line-height:20px;
}
.font_02 .book_index a h2 {
	font-family: "MyUnderwoodRegular";
	font-size:16px;
	line-height:28px;
}
.font_02 .section_start_page h1 {
	font-family: "MyUnderwoodRegular";
	font-size:40px;
	line-height:48px;
}
.font_02 .book h1, .font_02 .scroll_top h1, .font_02 .tab_panel h1 {
	font-family: "MyUnderwoodRegular";
	font-size:28px;
	line-height:34px;
}
.font_02 .book h2, .font_02 .book p, .font_02 .book p a, .font_02 .timeline .timeline-row .timeline-content p, .font_02 .tab_panel h2, .font_02 .tab_panel p, .font_02 .tab_panel table td, .font_02 #tabs .tab_panel ul li, .font_02 .lesson_home_panel p, .font_02 .faq_content p, .font_02 .faq_content p a, .font_02 .faq_content ul li, .font_02 .faq_content ul li a, .font_02 .faq_index ul li, .font_02 .faq_index ul li a {
	font-family: "MyUnderwoodRegular";
	font-size:14px;
	line-height:24px;
}
.font_02 ul#letters li, .font_02  ul#letters li a, .font_02 .jplist .panel, .font_02 .jplist-reset-btn, .font_02 .jplist-drop-down ul li, .font_02 .jplist-drop-down ul li a, .font_02 .search, .font_02 .jplist-pagination button, .font_02 #contact_form input[type="text"], .font_02 #contact_form textarea, .font_02 #contact_form input[type="submit"], .font_02 .form_back {
	font-family: "MyUnderwoodRegular";
	font-size: 14px;
	line-height:28px;
}	
.font_02 p.drop-cap:first-letter {
	font-family: "MyUnderwoodRegular";
	font-size: 40px;
	line-height:34px;
}
.font_02 p.drop-cap-blank:first-letter, .font_02 .jplist .jplist-no-results p, .font_02 .timeline .timeline-row .timeline-time, .font_02 .timeline .timeline-row .timeline-time small, .font_02 .map_heading, .font_02 .tab_panel h3, .font_02 .tab_panel table th p, .font_02 .faq_content h1, .font_02 .faq_index h1 {
	font-family: "MyUnderwoodRegular";
	font-size: 20px;
	line-height:34px;
}
.font_02 .glossaryList td, .font_02 .glossaryList td b, .font_02 .list .list-item .block .title, .font_02 .timeline .timeline-row .timeline-content h2, .font_02 .tab_panel .polar_embed_frame h2, .font_02 a.download_lesson span {
	font-family: "MyUnderwoodRegular";
	font-size:16px;
	line-height:24px;
}
.font_02 .list .list-item .block .theme p, .font_02 .folder ul li, .font_02 .folder_content p, .font_02 .folder_content a, .font_02 .imageCaption, .font_02 .imageCaptionLesson {
	font-family: "MyUnderwoodRegular";
	font-size:12px;
	line-height:16px;
}
.font_02 .credits h1 {
	font-family: "MyUnderwoodRegular";
	font-size:18px;
	line-height:40px;
}
.font_02 .stories .book_content h1, .font_02 .journal .book_content h1 {
	font-family: "MyUnderwoodRegular";
	font-size:18px;
}
.font_02 .credits h2 {
	font-family: "MyUnderwoodRegular";
	font-size: 16px;
	line-height:20px;
}
.font_02 .timeline_heading {
	font-family: "MyUnderwoodRegular";
	font-size:14px;
	line-height:40px;
}
.font_02 .timeline-time h1 {
	font-family: "MyUnderwoodRegular";
	font-size:34px;
	line-height:38px;
	word-spacing:-0.075em;
}
.font_02 .folder_content h1, .font_02 .folder_content h2 {
	font-family:"MyUnderwoodRegular", Courier, monospace;
	font-size:18px;
}
.font_02 .folder_label p, .font_02 .folder_label_lessons p, .font_02 #tabs ul li a, .font_02 .pager span, .font_02 .map_expeditions a, .font_02 .map_events a .font_02 .folder_content a, .font_02 .artefacts .book_heading, .font_02 .journal .book_heading, .font_02 .stories .book_heading, .font_02 .book_content table td, .font_02 .artefacts .book_content p, .font_02 .journal .book_content p, .font_02 .stories .book_content p, .font_02 .artefacts .toc div, .font_02 .artefacts .toc span, .font_02 .journal .toc div, .font_02 .journal .toc span, .font_02 .stories .toc div, .font_02 .stories .toc span {
	font-family:"MyUnderwoodRegular", Courier, monospace;
	font-size:12px;	
}
.font_02 .artefacts .book_content p, .font_02 .journal .book_content p, .font_02 .stories .book_content p {
	font-family:"MyUnderwoodRegular", Courier, monospace;
	font-size:12px;
	line-height:16px;
}
.font_02 .audio_files span, .font_02 .journal_return span {
	font-family:"MyUnderwoodRegular", Courier, monospace;
	font-size:12px !important;
}
.font_02 .tab a, .font_02 .artefacts .book_image_title, .font_02 .journal .book_image_title, .font_02 .stories .book_image_title
, .font_02 .journal_video_book_image_title, .font_02 .stories_video_book_image_title, .font_02 .map_expeditions a, .font_02 .map_events a, .font_02 .map_point_title {
	font-family:"MyUnderwoodRegular", Courier, monospace;
	font-size:14px;	
}
.font_02 .folder_label a, .font_02 .folder_label_lessons a, .font_02 .page_turn a {
	font-family:"MyUnderwoodRegular", Courier, monospace;
	font-size:16px;	
}

/*====================================================================
Font_03
======================================================================*/

.font_03 .menu a, .font_03 .book_index a h1, .font_03 .book_index a h2 {
	font-family: "dyslexieregular";
	word-spacing:-0.225em;
}
.font_03 .menu_top a, .font_03 .menu_bottom a {
	font-family: "dyslexieregular";
	font-size:14px;
	line-height:64px;
	word-spacing:-0.225em;
}
.font_03 .menu_middle h1, .font_03 .menu_middle h1 a, .font_03 .book_index a h1, .font_03 .book_index h1 {
	font-family: "dyslexieregular";
	font-size:14px;
	line-height:25px;
	word-spacing:-0.225em;
}
.font_03 .menu_middle h2, .font_03 .menu_middle h2 a {
	font-family: "dyslexieregular";
	font-size:12px;
	line-height:20px;
	word-spacing:-0.225em;
}
.font_03 .book_index a h2 {
	font-family: "dyslexieregular";
	font-size:13px;
	line-height:28px;
	word-spacing:-0.225em;
}
.font_03 .section_start_page h1 {
	font-family: "dyslexieregular";
	font-size:32px;
	line-height:48px;
	word-spacing:-0.225em;
}
.font_03 .book h1, .font_03 .scroll_top h1, .font_03 .tab_panel h1 {
	font-family: "dyslexieregular";
	font-size:23px;
	line-height:34px;
	word-spacing:-0.225em;
}
.font_03 .book h2 {
	font-family: "dyslexieregular";
	font-size:12px;
	line-height:24px;
	word-spacing:-0.225em;
}
.font_03 .book p, .font_03 .book p a, .font_03 .timeline .timeline-row .timeline-content p, .font_03 .tab_panel h2, .font_03 .tab_panel p, .font_03 .tab_panel table td, .font_03 #tabs .tab_panel ul li, .font_03 .lesson_home_panel p, .font_03 .faq_content p, .font_03 .faq_content p a, .font_03 .faq_content ul li, .font_03 .faq_content ul li a, .font_03 .faq_index ul li, .font_03 .faq_index ul li a, .font_03 .map_point_title {
	font-family: "dyslexieregular";
	font-size:12px;
	line-height:24px;
	word-spacing:-0.225em;
}
.font_03 ul#letters li, .font_03  ul#letters li a, .font_03 .jplist .panel, .font_03 .jplist-reset-btn, .font_03 .jplist-drop-down ul li, .font_03 .jplist-drop-down ul li a, .font_03 .search, .font_03 .jplist-pagination button, .font_03 #contact_form input[type="text"], .font_03 #contact_form textarea, .font_03 #contact_form input[type="submit"], .font_03 .form_back {
	font-family: "dyslexieregular";
	font-size: 13px;
	line-height:28px;
	word-spacing:-0.225em;
}	
.font_03 p.drop-cap:first-letter {
	font-family: "dyslexieregular";
	font-size: 32px;
	line-height:34px;
	word-spacing:-0.225em;
}
.font_03 p.drop-cap-blank:first-letter, .font_03 .jplist .jplist-no-results p, .font_03 .timeline .timeline-row .timeline-time, .font_03 .timeline .timeline-row .timeline-time small, .font_03 .map_heading, .font_03 .tab_panel h3, .font_03 .tab_panel table th p, .font_03 .faq_content h1, .font_03 .faq_index h1 {
	font-family: "dyslexieregular";
	font-size:16px;
	line-height:34px;
	word-spacing:-0.225em;
}
.font_03  .glossaryList td, .font_03 .glossaryList td b, .font_03 .list .list-item .block .title, .font_03 .timeline .timeline-row .timeline-content h2, .font_03 .tab_panel .polar_embed_frame h2, .font_03 a.download_lesson span, .font_03 .home_panel .polar_embed_frame h2 {
	font-family: "dyslexieregular";
	font-size:12px;
	line-height:24px;
	word-spacing:-0.225em;
}
.font_03 .list .list-item .block .theme p, .font_03 .folder ul li, .font_03 .folder_content a, .font_03 .imageCaption, .font_03 .imageCaptionLesson {
	font-family: "dyslexieregular";
	font-size:9px;
	line-height:20px;
	word-spacing:-0.225em;
}
.font_03 .credits h1 {
	font-family: "dyslexieregular";
	font-size:14px;
	line-height:40px;
	word-spacing:-0.225em;
}
.font_03 .credits h2 {
	font-family: "dyslexieregular";
	font-size:13px;
	line-height:20px;
	word-spacing:-0.225em;
}
.font_03 .timeline_heading {
	font-family: "dyslexieregular";
	font-size:12px;
	line-height:40px;
	word-spacing:-0.225em;
}
.font_03 .timeline-time h1 {
	font-family: "dyslexieregular";
	font-size:30px;
	line-height:38px;
	word-spacing:-0.075em;
}
.font_03 .folder_content h1, .font_03 .folder_content h2 {
	font-family: "dyslexieregular";
	font-size:14px;
}
.font_03 .folder_label p, .font_03 .folder_label_lessons p, .font_03 #tabs ul li a, .font_03 .pager span, .font_03 .map_expeditions a, .font_03 .map_events a .font_03 .folder_content a, .font_03 .folder_content p, .font_03 .artefacts .book_heading, .font_03 .journal .book_heading, .font_03 .stories .book_heading, .font_03 .book_content table td, .font_03 .artefacts .book_content p, .font_03 .journal .book_content p, .font_03 .stories .book_content p, .font_03 .artefacts .toc div, .font_03 .artefacts .toc span, .font_03 .journal .toc div, .font_03 .journal .toc span, .font_03 .stories .toc div, .font_03 .stories .toc span, .font_03 .artefacts .book_image_title, .font_03 .journal .book_image_title, .font_03 .stories .book_image_title, .font_03 .journal_video_book_image_title, .font_03 .stories_video_book_image_title, .font_03 .audio_files span, .font_03 .journal_return span {
	font-family: "dyslexieregular";
	font-size:10px;	
	line-height:16px;
}
.font_03 .folder_label a, .font_03 .folder_label_lessons a, .font_03 .page_turn a, .font_03 .stories .book_content h1, .font_03 .journal .book_content h1 {
	font-family: "dyslexieregular";
	font-size:14px;	
}
.font_03 .map_expeditions a, .font_03 .map_events a {
	font-family: "dyslexieregular";
	font-size: 13px;
}
/*====================================================================
Website Structure
======================================================================*/

html, body {
	height: 100%;
}
body {
	background:#000000;
}
.preload {
	position:relative;
	overflow:hidden;
}
.preload img {
	visibility:hidden;
	position:absolute;
	left:-9999;
	top:-9999;
}
.background {
	background:url("../Images/bg_main.jpg") no-repeat scroll center top transparent;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px;
	overflow:hidden; /* prevents book turn from activating scrollbar */
}
.centered {
	margin: 0 auto;
	width:1000px;
}
.push {
	height: 55px;
}
.footer, .push {
	clear: both;
}
.footer {
	background:url("../Images/Footer/footer_background.jpg") repeat-x;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	height:55px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footerContainer {
	margin: 0 auto;
	text-align:left;
	width:1000px;
}
.footerLeft {
	font-size:12px;
	float:left;
	padding-left:11px;
}
.footerLeft p {
	padding-top:20px;
	float:left;
}
.footerRight {
	font-size:12px;
	float:right;
	padding-right:11px;
}
.footerRight p {
	padding-top:20px;
	float:left;
}
.atomwide {
	background:url("../Images/Footer/Atomwide_logo.jpg") no-repeat;
	float:left;
	margin:23px 0px 0px 13px;
	width:113px;
	height:9px;
	display:block;
	text-indent:9999px;
	overflow: hidden;
}
.licence {
	background:url("../Images/Footer/licence.jpg") no-repeat;
	float:left;
	margin:14px 0px 0px 5px;
	width:82px;
	height:26px;
	display:block;
	text-indent:9999px;
	overflow: hidden;
}

/*====================================================================
Menu Structure
======================================================================*/

#sliderWrap {
	width: 100%;
	margin: 0 auto;
}
#slider {
	background:url("../Images/menu.png") center 0px no-repeat transparent;
	position:absolute;
	left:0px;
	width: 100%;
	z-index:1000;
}
#sliderCentered {
	position:relative;
	margin: 0 auto;
	width: 1000px;
}
#slider img {
	border: 0;
}
#sliderContent {
	position:absolute;
	left:0px;
	width:1000px;
	margin: 80px 0 0 0px;
	text-align:left;
	color:#0074a4;
	text-shadow: 0 0 2px #ffffff;
}
#openCloseWrap {
	background:url("../Images/menu.png") center -744px no-repeat transparent;
	position:absolute;
	padding:4px 461px 34px 461px;
}
a.MenuOpen {
	background:url("../Images/menu.png") 0px -744px no-repeat transparent;
	width:78px;
	height:51px;
	display:block;
	text-indent:-9999px;
	overflow: hidden;
	cursor:pointer;
}
a.MenuOpen:hover {
	background:url("../Images/menu.png") -156px -744px no-repeat transparent;
}
a.MenuClose {
	background:url("../Images/menu.png") -78px -744px no-repeat transparent;
	width:78px;
	height:51px;
	display:block;
	text-indent:-9999px;
	overflow: hidden;
	cursor:pointer;
}
a.MenuClose:hover {
	background:url("../Images/menu.png") -234px -744px no-repeat transparent;
}

/*====================================================================
Menu Content
======================================================================*/

.menu a {
	color:#000000;
	text-decoration:none;	
}
.menu a:hover {
	color:#0074A4;
}
.menu_top div {
	float:left;
	width:195px;
	text-align:center;
}
.menu_middle div {
	float:left;
	width:190px;
	text-align:center;
	margin-right:5px;
}
.menu_bottom div {
	float:left;
	width:243px;
	text-align:center;	
}
.menu_top {
	position:absolute;
	top:0px;
	height:64px;
	width:975px;
	padding:0px 10px 0px 10px;
	border-bottom:1px solid #FFFFFF;
}
.menu_middle {
	position:absolute;
	top:68px;
	height:230px;
	width:975px;
	padding:0px 10px 0px 10px;
}
.menu_bottom {
	position:absolute;
	bottom:0px;
	height:64px;
	width:975px;
	padding:0px 10px 0px 10px;
	border-top:1px solid #FFFFFF;
}
.menu_middle div.menu_middle_top, .menu_middle div.menu_middle_bottom {
	float:left;
	width:975px;
	padding:0px 0px 4px 0px;
}
.menu_middle div.menu_middle_top {
	height:230px;
}
.menu_middle div.menu_middle_bottom {
	height:150px;
}
.menu_middle div {
	padding-top:19px;
}
.menu_middle h1 {
	padding-bottom:10px;
	margin-bottom:10px;
}
.menu_middle h2 {
	padding-bottom:5px;
}
.menu_middle h2 span {
	float:left;
	width:100%;
	text-align:center;
}
.menu_middle h2 span.menu_padding {
	padding-bottom:5px;
}

/*====================================================================
Header
======================================================================*/

.headerBackground {
	background:url("../Images/menu.png") center 0px no-repeat transparent;
	position:absolute;
	height:80px;
	width:100%;
	left:0px;
	z-index:2000;
}
.header {
	background:url("../Images/menu.png") center 0px no-repeat transparent;
	position:absolute;
	height:80px;
	width:1000px;
	z-index:3000;
}
.header a {
	display:block;
	text-indent:-9999px;
	overflow: hidden;
	cursor:pointer;
}
a.site_logo {
	position:absolute;
	top:9px;
	left:0px;
	height:63px;
	width:375px
}
a.lgfl_logo {
	position:absolute;
	top:9px;
	right:0px;
	height:54px;
	width:111px
}

/*====================================================================
Content
======================================================================*/

.main {
	background:url("../Images/bg_main.jpg") no-repeat scroll center top transparent;
	position:relative;
	float:left;
	width:942px;
	height:685px;
	padding:180px 29px 30px 29px;
}
/*====================================================================
Frontpage Layout
======================================================================*/
.bg_front .background, .bg_front .main  {
	background:url("../Images/bg_front.jpg") no-repeat scroll center top transparent;
}
.bg_front .main {
	width:1000px;
	height:696px;
	padding:169px 0px 30px 0px;
}
.frontpage {
	position:relative;
	float:left;
	width:1000px;
	height:662px;	
}
.frontpage div {
	position:absolute;
}
.frontpage div.stories_frontlink {
	top:-14px;
	left:10px;
}
.frontpage div.artefacts_frontlink {
	top:-12px;
	left:264px;
}
.frontpage div.journal_frontlink {
	top:-12px;
	left:514px;
}
.frontpage div.timeline_frontlink {
	top:-13px;
	left:750px;
}
.frontpage div.folder_frontlink {
	top:140px;
	left:0px;
}
.frontpage div.lesson_frontlink {
	top:343px;
	left:200px;
}
.frontpage div.expedition_frontlink {
	top:400px;
	left:0px;
}
.frontpage div.map_frontlink {
	top:342px;
	left:514px;
}
.frontpage div a {    
    display: inline-block;
    position: relative;
}
.frontpage div a img {
    left: 0;
    position: absolute;
    transition: opacity 0.5s ease-in-out 0s;
}
.frontpage div a img.top {
 	opacity: 0;
	filter: alpha(opacity = 0);
}
.frontpage div a img.top:hover {
    opacity: 1;
	filter: alpha(opacity = 100);
}

/*====================================================================
Book Layout
======================================================================*/

.artefacts .cover {
	background:url("../Images/book_cover.png") no-repeat transparent;
}
.artefacts .inside_cover {
	background:url("../Images/book_inside_cover.png") no-repeat transparent;
}
.artefacts .inside_left {
	background:url("../Images/book_inside_left.png") no-repeat transparent;
}
.artefacts .inside_right {
	background:url("../Images/book_inside_right.png") no-repeat transparent;
}
.artefacts .inside_back {
	background:url("../Images/book_inside_back.png") no-repeat transparent;
}
.journal .cover {
	background:url("../Images/book_cover_readings.png") no-repeat transparent;
}
.journal .inside_cover {
	background:url("../Images/book_inside_cover_readings.png") no-repeat transparent;
}
.journal .inside_left {
	background:url("../Images/book_inside_left.png") no-repeat transparent;
}
.journal .inside_right {
	background:url("../Images/book_inside_right.png") no-repeat transparent;
}
.journal .inside_back {
	background:url("../Images/book_inside_back_readings.png") no-repeat transparent;
}
.stories .cover {
	background:url("../Images/new_book_cover.png") no-repeat transparent;
}
.stories .inside_cover {
	background:url("../Images/new_book_inside_cover.png") no-repeat transparent;
}
.stories .inside_left {
	background:url("../Images/new_book_inside_left.png") no-repeat transparent;
}
.stories .inside_right {
	background:url("../Images/new_book_inside_right.png") no-repeat transparent;
}
.stories .inside_back {
	background:url("../Images/new_book_inside_back.png") no-repeat transparent;
}
.book {
	padding:30px;
}
.artefacts .book_heading {	
	color:#2a1900;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #2a1900;
}
.journal .book_heading {	
	color:#2a1900;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #2a1900;
}
.stories .book_heading {	
	color:#000000;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}
.book_content {
	margin-top:24px;
}
.book_content table td {	
	line-height:16px;
	color:#2a1900;
	vertical-align:top;
	padding-bottom:8px;
}
.journal .book_content h1 {	
	line-height:18px;
	color:#000000;
	padding-bottom:16px;
}
.stories .book_content h1 {	
	line-height:18px;
	color:#000000;
	padding-bottom:16px;
}
.artefacts .book_content p {	
	line-height:18px;
	color:#2a1900;
	padding-bottom:8px;
}
.journal .book_content p {	
	line-height:18px;
	color:#2a1900;
	padding-bottom:8px;
}
.stories .book_content p {	
	line-height:18px;
	color:#000000;
	padding-bottom:8px;
}
.artefacts .book_video {
	position:relative;
	float:left;
	margin:18px 0 0 6px;
}
.journal .book_video {
	position:relative;
	float:left;
	margin:0px 0 0 6px;
}
.stories .book_video {
	position:relative;
	float:left;
	margin:18px 0 0 55px;
}
.artefacts .book_video a {
	display:block;
	height:92px;
	padding:21px 0 10px 5px;
}
.journal .book_video a {
	display:block;
	height:92px;
	padding:21px 0 10px 5px;
}
.stories .book_video a {
	display:block;
	height:160px;
	padding:7px 7px 19px 7px;
}
.artefacts .book_video_bg {
	background:url("../Images/artefacts_video_background.png") no-repeat transparent;
	position:absolute;
	top:0;
	left:0;
	width:402px;
	height:113px;
}
.journal .book_video_bg {
	background:url("../Images/artefacts_video_background.png") no-repeat transparent;
	position:absolute;
	top:0;
	left:0;
	width:402px;
	height:113px;
}
.stories .book_video_bg {
	background:url("../Images/stories_video_background.png") no-repeat transparent;
	position:absolute;
	top:0;
	left:0;
	width:300px;
	height:174px;
}
.artefacts .book_video a img {
	float:left;
	margin-right:3px;
}
.journal .book_video a img {
	float:left;
	margin-right:3px;
}
.stories .book_video a img {
	float:left;
}
.book_image {
	position:relative;
	float:left;
}
.book_image_position {
	position: absolute;
}
.book_image_position:hover {
	z-index:99;
}
.top_10 {
	top:10px;
}
.top_20 {
	top:20px;
}
.top_30 {
	top:30px;
}
.top_40 {
	top:40px;
}
.top_50 {
	top:50px;
}
.top_60 {
	top:60px;
}
.top_70 {
	top:70px;
}
.top_80 {
	top:80px;
}
.top_90 {
	top:90px;
}
.top_100 {
	top:100px;
}
.top_150 {
	top:150px;
}
.top_200 {
	top:200px;
}
.top_250 {
	top:250px;
}
.margin_10 {
	margin-left:10px;
}
.margin_20 {
	margin-left:20px;
}
.margin_30 {
	margin-left:30px;
}
.margin_40 {
	margin-left:40px;
}
.margin_50 {
	margin-left:50px;
}
.margin_60 {
	margin-left:60px;
}
.margin_70 {
	margin-left:70px;
}
.margin_80 {
	margin-left:80px;
}
.margin_90 {
	margin-left:90px;
}
.margin_100 {
	margin-left:100px;
}
.artefacts .book_image_title {
	float:left;
	width:100%;	
	color:#4a2c00;
	text-align:center;
}
.journal .book_image_title {
	float:left;
	width:100%;	
	color:#4a2c00;
	text-align:center;
}
.stories .book_image_title {
	position:absolute;
	top:320px;
	width:411px;	
	color:#000000;
	text-align:center;
}
.journal_video_book_image_title {
	float:left;
	width:100%;
	width:411px;	
	color:#000000;
	text-align:center;
}
.stories_video_book_image_title {
	float:left;
	width:100%;
	width:411px;	
	color:#000000;
	text-align:center;
}
.rotation_4 {
	transform:rotate(4deg);
	-ms-transform:rotate(4deg);
	-webkit-transform:rotate(4deg);
}
.rotation_-5 {
	transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-webkit-transform:rotate(-5deg);
}
.toc {
	margin-top:20px;
}
.toc ol {
	list-style: none outside none;
}
.toc li {
	clear:left;
}
.toc a {
	float:left;
	width:100%;
}
.artefacts .toc div, .artefacts .toc span {	
	color:#2a1900;
	bottom: -4px;
	display: inline-block;
	position: relative;
}
.journal .toc div, .journal .toc span {	
	color:#2a1900;
	bottom: -4px;
	display: inline-block;
	position: relative;
}
.stories .toc div, .stories .toc span {	
	color:#000000;
	bottom: -4px;
	display: inline-block;
	position: relative;
}
.toc span {
	float: right;
	padding: 0 0 8px 2px;
	text-decoration:none;
}
.toc div {
	float: left;
	padding: 0 2px 8px 0;
}
.toc div:hover {
	color:#c60000;
}
.toc ol ol {
	list-style: none outside none;
	margin:0 0 0 5%;
	padding:0;
	display:block;
	width:95%;
}
nav {
	background:url("../Images/book_nav.png") 0px 0px no-repeat transparent;
	height: 74px;
	width:360px;
	margin:17px auto;
	position: relative;
	zoom: 1;
}
nav ul, nav li {
	margin: 0;
	float:left;
}
nav ul {
	list-style: none outside none;
	margin: 11px 15px 0 15px;
}
nav a {
	display: block;
	height: 57px;
	width: 55px;
	padding: 0;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
nav a#first {
	background:url("../Images/book_nav.png") -15px -74px no-repeat transparent;
}
nav a#first:active {
	background:url("../Images/book_nav.png") -15px -131px no-repeat transparent;
}
nav a#last {
	background:url("../Images/book_nav.png") -180px -74px no-repeat transparent;
}
nav a#last:active {
	background:url("../Images/book_nav.png") -180px -131px no-repeat transparent;
}
nav a#next {
	background:url("../Images/book_nav.png") -125px -74px no-repeat transparent;
}
nav a#next:active {
	background:url("../Images/book_nav.png") -125px -131px no-repeat transparent;
}
nav a#back {
	background:url("../Images/book_nav.png") -70px -74px no-repeat transparent;
}
nav a#back:active {
	background:url("../Images/book_nav.png") -70px -131px no-repeat transparent;
}
nav a#slideShow {
	background:url("../Images/book_nav.png") -235px -74px no-repeat transparent;
}
nav a#slideShow:active {
	background:url("../Images/book_nav.png") -235px -131px no-repeat transparent;
}
nav a#slideShow.wowbook-disabled {
	background:url("../Images/book_nav.png") -235px -188px no-repeat transparent;
}
nav a#slideShow.wowbook-disabled:active {
	background:url("../Images/book_nav.png") -235px -245px no-repeat transparent;
}
nav a#flipsound {
	background:url("../Images/book_nav.png") -290px -74px no-repeat transparent;
}
nav a#flipsound:active {
	background:url("../Images/book_nav.png") -290px -131px no-repeat transparent;
}
nav a#flipsound.wowbook-disabled {
	background:url("../Images/book_nav.png") -290px -188px no-repeat transparent;
}
nav a#flipsound.wowbook-disabled:active {
	background:url("../Images/book_nav.png") -290px -245px no-repeat transparent;
}
nav a:active, nav a:hover, nav a {
	outline: none;
}
.book {
	position:relative;
	padding:30px;
}
.inside_left {
	background:url("../Images/book_inside_left.png") no-repeat transparent;
}
.inside_right {
	background:url("../Images/book_inside_right.png") no-repeat transparent;
}
.page_arrow {
	position:absolute;
	width:18px;
	height:35px;
	bottom:10px;
}
.inside_left .page_arrow {
	background:url("../Images/page_arrow.png") top left no-repeat transparent;
	left:8px;
}
.inside_left .page_arrow.hover {
	background:url("../Images/page_arrow.png") bottom left no-repeat transparent;
}
.inside_right .page_arrow {
	background:url("../Images/page_arrow.png") top right no-repeat transparent;
	right:8px;
}
.inside_right .page_arrow.hover {
	background:url("../Images/page_arrow.png") bottom right no-repeat transparent;
}
.page_home a {
	background:url("../Images/page_home.png") top center no-repeat transparent;
	position:absolute;
	width:30px;
	height:35px;
	bottom:10px;
	left:220px;
	display:block;
	text-indent:-9999px;
	overflow: hidden;
	cursor:pointer;
}
.page_home a:hover {
	background:url("../Images/page_home.png") bottom center no-repeat transparent;
}
.page_arrow_old {
	position:absolute;
	width:18px;
	height:35px;
	bottom:10px;
}
.inside_left .page_arrow_old {
	background:url("../Images/page_arrow_old.png") top left no-repeat transparent;
	left:8px;
}
.inside_left .page_arrow_old.hover {
	background:url("../Images/page_arrow_old.png") bottom left no-repeat transparent;
}
.inside_right .page_arrow_old {
	background:url("../Images/page_arrow_old.png") top right no-repeat transparent;
	right:8px;
}
.inside_right .page_arrow_old.hover {
	background:url("../Images/page_arrow_old.png") bottom right no-repeat transparent;
}
.page_home_old a {
	background:url("../Images/page_home_old.png") top center no-repeat transparent;
	position:absolute;
	width:30px;
	height:35px;
	bottom:10px;
	left:220px;
	display:block;
	text-indent:-9999px;
	overflow: hidden;
	cursor:pointer;
}
.page_home_old a:hover {
	background:url("../Images/page_home_old.png") bottom center no-repeat transparent;
}
.audio_files {
	float:left;
	width:411px;
	margin:24px 0 24px 0;	
}
.audio_files p {
	float:left;
	padding-bottom:0px !important;
	padding-top:5px;
	color:#000;
}
.audio_files span {	
	float:left;
	padding:6px 0px 0px 15px !important;
	color:#000;
	width:218px;
}
.audio_files span:hover {
	color:#c60000;		
}
.audio_files a {
	float:left;
	background:url("../Images/download_button.png") no-repeat;	
	width:218px;
	height:37px;		
}
.audio_files a:hover {
	background:url("../Images/download_button.png") 0px -37px no-repeat;
}
.audio_files div {	
	float:left;
	width:411px;
	height:37px;
	
}

/*====================================================================
Folder Layout
======================================================================*/
.bg_folder .background, .bg_folder .main  {
	background:url("../Images/bg_folder.jpg") no-repeat scroll center top transparent;
}
.bg_lessons_home .background, .bg_lessons_home .main  {
	background:url("../Images/bg_lessons_home.jpg") no-repeat scroll center top transparent;
}
.lessons_home {
	float:left;
	width:641px;
	height:298px;
	margin:103px 0px 0px 151px;
}
.lessons_ks {
	font-family: "HarabaraHandItalic";
	font-size:24px;
	color:#2a1900;
	font-weight:bold;
	float:left;
	width:601px;
	height:58px;
	margin-bottom:30px;
	line-height:58px;
	padding:0px 20px 0px 20px;
}
.lessons_ks span {
	float:right;
	font-size:16px;
	color:#e80000;
	line-height:62px;
}
.lessons_ks_sections {
	float:left;
	width:601px;
}
.lessons_ks_sections a {
	font-family: "HarabaraHandItalic";
	font-size:14px;
	color:#2a1900;
	font-weight:bold;
	line-height:30px;
	text-decoration:none;
	padding-left:56px;
	width:585px;
	float:left;
}
.lessons_ks_sections a:hover {
	color:#e80000;
	background:url("../Images/tick.png") no-repeat left center;
}
.lessons_ks_sections span {
	width:36px;
}
.folder {
	position:relative;
	background:url("../Images/folder.png") no-repeat transparent;
	width:850px;
	height:670px;
	padding:4px 57px 0px 35px;
}
.folder a:hover {
	color:#e80000;
}
.lessons_back {
	position:absolute;
	top:416px;
	right:-56px;
	width:151px;
	height:158px;
	z-index:1;
}
.lessons_back a {
	background:url("../Images/lessons_back.png") no-repeat center top transparent;
	text-indent:-9999px;
	width:151px;
	height:158px;
	overflow:hidden;
	display:block;
}
.lessons_back a:hover {
	background:url("../Images/lessons_back.png") no-repeat center bottom transparent;
}
.crew_list {
	float:right;
	position:relative;
	right:-30px;		
}
.crew_list a {
	background:url("../Images/crew_list.png") 0 0 no-repeat transparent;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:201px;
	height:248px;
}
.crew_list a:hover {
	background:url("../Images/crew_list.png") -201px 0 no-repeat transparent;
}
.folder_label {
	background:url("../Images/expeditions_label.png") no-repeat transparent;
	position:absolute;
	top:-84px;
	left:-125px;
	width:218px;
	height:375px;
	z-index:1;
}
.folder_label div {
	padding:190px 30px 0px 70px;
	transform:rotate(-4deg);
	-ms-transform:rotate(-4deg);
	-webkit-transform:rotate(-4deg);
}
.folder_label div p {
	float:left;	
	padding-bottom:10px;
}
.folder_label div a {
	float:left;	
	text-decoration:none;
	padding-bottom:5px;
	color:#000000;
}
.folder_label_lessons {
	background:url("../Images/lessons_label_top.png") no-repeat transparent;
	position:absolute;
	top:-88px;
	left:-138px;
	width:266px;
	z-index:1;
}
.folder_label_lessons .folder_label_lessons_links {
	float:left;
	background:url("../Images/lessons_label_middle.png") repeat-y transparent;
	padding:0px 17px 0px 127px;
	margin-top:189px;
}
.folder_label_lessons p {
	float:left;
	padding-bottom:10px;
}
.folder_label_lessons ul li {
	float:left;	
	color:#000000;
	list-style:outside decimal;
	margin-left:15px;
}
.folder_label_lessons a {
	float:left;	
	text-decoration:none;
	padding-bottom:10px;
	color:#000000;
}
a.label_active {
	color:#e80000;
	cursor:default;
}
.folder_label_lessons_bottom {
	float:left;
	background:url("../Images/lessons_label_bottom.png") no-repeat transparent;
	width:266px;
	height:76px;
}
.folder_tabs {
	float:left;
	position:relative;
	width:850px;
	height:38px;
	list-style:inside none none;
}
.tab a {
	position:absolute;
	width:132px;
	height:35px;
	padding:3px 25px 0px;
	display:block;
	overflow:hidden;	
	line-height:14px;
	color:#000000;
	text-align:center;
	text-decoration:none;
}
.tab a.tab_1 {
	background:url("../Images/folder_tabs.png") 0 0 no-repeat transparent;
	left:0px;
	z-index:10;
}
.tab.ui-tabs-active a.tab_1 {
	background-position:0 -38px;
	z-index:12;
	color: #e80000;
}
.tab a.tab_2 {
	background:url("../Images/folder_tabs.png") -182px 0 no-repeat transparent;
	left:168px;
	z-index:8;
}
.tab.ui-tabs-active a.tab_2 {
	background-position:-182px -38px;
	z-index:12;
	color: #e80000;
}
.tab a.tab_3 {
	background:url("../Images/folder_tabs.png") -364px 0 no-repeat transparent;
	left:336px;
	z-index:6;
}
.tab.ui-tabs-active a.tab_3 {
	background-position:-364px -38px;
	z-index:12;
	color: #e80000;
}
.tab a.tab_4 {
	background:url("../Images/folder_tabs.png") -546px 0 no-repeat transparent;
	left:503px;
	z-index:4;
}
.tab.ui-tabs-active a.tab_4 {
	background-position:-546px -38px;
	z-index:12;
	color: #e80000;
}
.tab a.tab_5 {
	background:url("../Images/folder_tabs.png") -728px 0 no-repeat transparent;
	left:671px;
	z-index:2;
}
.tab.ui-tabs-active a.tab_5 {
	background-position:-728px -38px;
	z-index:12;
	color: #e80000;
}
.tab a.tab_6 {
	background:url("../Images/folder_tabs.png") -728px 0 no-repeat transparent;
	left:671px;
	z-index:2;
}
.tab.ui-tabs-active a.tab_6 {
	background-position:-728px -38px;
}
.tab.ui-tabs-active .tab a {
	z-index:12 !important;
}
.indexpage {
	float:left;
	position:relative;
	width:824px;
	height:525px;
	padding: 140px 20px 20px 98px;	
}
.imageCaptionLesson {
	float:left;
	width:234px;
	height:43px;	
	color:#000;	
	padding:10px 0px 0px 0px;
	text-align:center;
}
.imageContainerLesson {
	float:left;
	width:234px;
	height:197px;
	margin-bottom:20px;
}
.imageContainerLesson img {
	border: 1px solid #a0a1a1;
}
.imageContainerLesson a {
	display:block;
}
.imageContainerLesson a:hover .imageCaptionLesson {
	color:#C60000;
}
.folder_content {
	float:left;
	position:relative;
	width:750px;
	height:487px;
	margin:27px 9px 60px 31px;
	padding:28px 30px 30px 30px;
}
.folder_lessons .folder_content {
	width:700px;
	margin:27px 9px 60px 81px;
}
.folder_content h1 {
	font-family:"MyUnderwoodRegular", Courier, monospace;
	font-size:18px;
	line-height:18px;
	color:#000000;
	width:690px;
	padding-bottom:8px;
	border-bottom:1px solid #a0a1a1;
	margin-bottom:13px;
}
.folder_content h1 span {
	color:#e80000;
	font-size:14px;
	line-height:22px;
	float:right;
}
.folder_content h2 {
	font-family:"MyUnderwoodRegular", Courier, monospace;
	font-size:16px;
	line-height:18px;
	color:#000000;
	padding-bottom:8px;
}
.folder_content p {	
	line-height:18px;
	color:#000000;
	padding-bottom:8px;
}
.folder_content a {	
	line-height:18px;
	color:#000000;
	padding-bottom:8px;
}
.folder_content a:hover {
	color:#e80000;
}
.folder_content span {
	color:#e80000;
}
.folder_content ul {
	list-style:outside disc;
	margin-left:13px;
	padding-bottom:8px;
}
.folder_content li {	
	line-height:18px;
	color:#000000;
}
.folder_content table {
	border-collapse:collapse;
	width:690px;
	background-color:#f5f6f8;
	-webkit-box-shadow: 0px 2px 6px #d9d9d9;
	box-shadow: 0px 2px 6px #d9d9d9;
}
.folder_content table th {
	font-family:"MyUnderwoodRegular", Courier, monospace;
	font-size:14px;
	text-align:left;
	padding:10px;
	border:1px solid #a0a1a1;
	vertical-align:top;
	background-color:#e8eff6;
	color:#2d4e61;
}
.folder_content table td {
	font-family:"MyUnderwoodRegular", Courier, monospace;
	font-size:12px;
	text-align:left;
	padding:10px;
	border:1px solid #a0a1a1;
	vertical-align:top;
}
.folder_image_left {
	position:relative;
	float:left;
	left:-5px;
}
.folder_image_right {
	position:relative;
	float:right;
	left:15px;
}
.folder_image img {
	position:relative;
}
.lesson_plan {
	float:left;
	width:700px;

	background:url("../Images/Lesson_plans/bg_lesson_plans.jpg") repeat-y 216px;
	margin-bottom:17px;
}
.lesson_plan_left {
	float:left;
	width:250px;
	height:194px;
}
.lesson_plan_right {
	float:left;
	width:450px;
}
.lesson_plan_right p:last-child {
	padding-bottom:0px;
}
.download_lesson_plan {
    float: left;
    margin: 4px 0px 0px 0px;
    position: relative;
    width: 138px;
}
.asset_links a {
	position:relative;
	width:220px;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
}
.asset_links_margin {
	margin:0px 15px 0px 15px;
}
.asset_links a:hover span {
	color:#e80000;
}
.asset_links img {
	border:1px solid #000000;
	-webkit-box-shadow: 0px 2px 6px #d9d9d9;
	box-shadow: 0px 2px 6px #d9d9d9;
}
.asset_links span {
	padding-top:5px;
	color:#000000;
}
.paper_clip_left {
	background:url("../Images/paper_clip_left.png") 0 0 no-repeat transparent;
	position:absolute;
	left:-35px;
	width:87px;
	height:29px;
}
.paper_clip_right {
	background:url("../Images/paper_clip_right.png") 0 0 no-repeat transparent;
	position:absolute;
	right:-28px;
	width:87px;
	height:29px;
}
.tab_page_turn {
	position:absolute;
	width:750px;
	bottom:30px;
	left:30px;
}
.page_turn a {
	position:absolute;	
	color:#000000;
	text-decoration:none;
	display:block;
}
.page_turn a.active {
	display:none;
}
.page_turn_left {
	bottom:-30px;
	left:-30px;
	padding:20px 0px 30px 30px;
}
.folder_lessons .page_turn_left {
	left:-80px;
}
a.page_turn_left:hover {
	background:url("../Images/folder_page_turn.png") left bottom no-repeat transparent;
}
.page_turn_right {
	bottom:-30px;
	right:-30px;
	padding:20px 30px 30px 0px;
}
.folder_lessons .page_turn_right {
	right:20px;
}
a.page_turn_right:hover {
	background:url("../Images/folder_page_turn.png") right bottom no-repeat transparent;
}
.tabPagination.page_turn_left, .tabPagination.page_turn_right {
	position:absolute;
	font-family:"MyUnderwoodRegular", Courier, monospace;
	font-size:16px;
	color:#000000;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
.tabPagination.page_turn_left {
	bottom:0px;
	left:-50px;
	padding:0px 0px 8px 30px;
}
.tabPagination.page_turn_right {
	bottom:0px;
	right:0px;
	padding:0px 30px 8px 0px;
}
/*====================================================================
Linked Resources
======================================================================*/
.imageContainer {
	position:relative;
	float:left;
	width:234px;
	height:144px;
	margin-bottom:50px;
	border: 1px solid #a0a1a1;
}
.linksContainer {
	position:relative;
	float:left;
	width:218px;
	height:161px;
	margin-bottom:50px;
	border: 1px solid #a0a1a1;
}
.ContainterMiddle {
	margin-left:20px;
	margin-right:20px;
}
.imageContainer a {
	text-decoration:none;
}
.linksContainer a {
	text-decoration:none;
}
.imageCaption {	
	width:234px;
	height:50px;	
	color:#000;	
}
.imageCaption a:hover {			
	color: #F00;	
}
.folder_image_right .rollover, .imageContainer .rollover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.imageContainer .rollover span.imagezoom {   
    top: 40%;
}
.image .rollover {
	background: url("../Images/magnifying_glass.png") no-repeat 50% 50%;
}
.movie .rollover {
	background: url("../Images/video.png") no-repeat 50% 44%;
}
.download .rollover {
	background: url("../Images/download.png") no-repeat 50% 44%;
}
.powerpoint .rollover {
	background: url("../Images/powerpoint.png") no-repeat 50% 50%;
}
.word .rollover {
	background: url("../Images/word.png") no-repeat 50% 50%;
}
.image:hover .rollover, .movie:hover .rollover, .download:hover .rollover, .powerpoint:hover .rollover, .word:hover .rollover {
	visibility:visible;
	opacity: 1;
}


/*====================================================================
Scrolling
======================================================================*/

body.bg_scroll {
	background:url("../Images/bg_scroll-y.jpg") repeat-y scroll center top #000000;
}
.bg_scroll .background {
	background:url("../Images/bg_scroll.jpg") no-repeat scroll center top transparent;
	overflow:auto;
}
.bg_scroll .main {
	background:url("../Images/bg_scroll.jpg") no-repeat scroll center top transparent;
	height:auto;
	width:1000px;
	padding:150px 0px 172px 0px;
}
.scroll_top {
	background:url("../Images/scroll_top.png") no-repeat scroll center top transparent;
	width:942px;
	height:36px;
	padding:182px 29px 0px 29px;
	float:left;
}
.scroll_top h1 {
	text-align: center;
	color:#2d261c;
	height:34px;
	width:854px;
	margin:0px 44px 0 44px;
}
.scroll_top h1 span.rose_left {
	background:url("../Images/tudor_rose_small.png") center left no-repeat transparent;
	display:block;
}
.scroll_top h1 span.rose_right {
	background:url("../Images/tudor_rose_small.png") center right no-repeat transparent;
	display:block;
}
.scroll_repeat {
	background:url("../Images/scroll_repeat.png") repeat-y scroll center top transparent;
	width:942px;
	float:left;
	padding:0px 29px 0px 29px;
}
.scroll_bottom {
	background:url("../Images/scroll_bottom.png") no-repeat scroll center top transparent;
	width:1000px;
	height:184px;
	float:left;
	position:absolute;
	bottom:13px;
}
#back-top {
	position: fixed;
	height: 109px;
	bottom: 286px;
	z-index:0;
}
.btleft {
	margin-left: -100px;
	margin-top: 30px;
}
.btright {
	margin-left: 940px;
	margin-top: 30px;
}
#back-top a {
	background:url("../Images/compass_arrow.png") no-repeat scroll transparent;
	float:left;
	width: 101px;
	height: 109px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}
#back-top a:hover {
	background-position:right;
	
}
.ps-container .ps-scrollbar-y-rail {
    position: absolute; /* please don't change 'position' */
    right: 16px !important; /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
    background-color: transparent;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: transparent;
    opacity: 0.9;
    filter: alpha(opacity = 90);
}
.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: 0; /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
    background-color: #e4cca0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color.2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
	cursor:pointer;
}

.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #e4cca0;
}
.ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}

/*====================================================================
Glossary
======================================================================*/

div#glossary {
	position:relative;
	float:left;
	width:854px;
	margin:23px 44px 0 44px;
}
#alphabet {
	float:left;
	width:854px;
	border-top: 1px solid #2d261c;
	padding:10px 0px 10px;
	border-bottom: 1px solid #2d261c;
	margin-bottom:5px;
}
ul#letters {
	list-style:none outside none;
	text-align:center;
}
ul#letters li {
	display:inline-block;
	float:left;
	color:#ffffff;
	margin-right:5px;	
}
ul#letters li a {
	display:block;
	width:28px;
	height:28px;
	color:#e4cca0;
	background-color:#2d261c;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	text-decoration:none;
}
ul#letters li a:hover {
	text-decoration:none;
	background-color:#ba2f2f;
}
ul#letters li span {
	display:block;
	width:28px;
	height:28px;
	color:#2d261c;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
}
.glossaryList {
	width:854px;
	margin-left:0px;
	margin-bottom:60px;
}
p.drop-cap:first-letter {
	float: left;
	color:#2d261c;
	font-weight: normal;
	margin: 4px 11px 0px 0px;
}
p.drop-cap-blank:first-letter {
	float: left;
	color:#2d261c;
	font-weight: normal;
	margin: 4px 11px 0px 0px;
}
.glossaryList td {
	padding:20px 0 20px 0;
	text-align:justify;
	border-bottom: 1px solid #2d261c;
}
.glossaryList td b {
	color:#ba2f2f;
	padding:0px;
	font-weight: normal;
	text-align:left !important;
}
.glossaryList td ul.bullet {
	margin-bottom:0px !important;
}

/*====================================================================
Resource Bank
======================================================================*/

.jplist {
	float: left;
	width:864px;
	margin:23px 39px 60px 39px;
	position:relative;
	z-index:1;
}
.jplist .jplist-no-results {
	float:left;
	width: 854px; 
	padding: 20px 0;
}
.jplist .jplist-no-results p {
	text-align: center;
}
/* panel */
.jplist .panel {
	float: left;
	width: 854px;
	margin:0px 5px;
}
.jplist .panel-top {
	border-top: 1px solid #2d261c;
	padding-top:10px;
	border-bottom: 1px solid #2d261c;
	margin-bottom:25px;
}
.jplist .panel-bottom {
	border-top: 1px solid #2d261c;
	padding-top:10px;
	border-bottom: 1px solid #2d261c;
	margin-top:25px;
}
.button_seperator {
	float:left;
	border:1px solid #a38a65;
	background-color:rgba(255,255,255,0.25);
	padding:5px;
	border-radius:5px;
	margin:0px 10px 10px 0px;
}
.line_end_margin {
	margin-right:0px;
}
.line_end_padding {
	padding-right:0px;
}
.line_end_right {
	float:right !important;
}
/* hide/show classes */
.jplist-hidden {
    display: none;
}
.jplist-show {
	display: block;
}
/* Reset button */
.jplist-reset-btn {
	background-color: #2d261c;
	border:none;
    border-radius: 3px;
	color: #e4cca0;
    cursor: pointer;
    float: left;
    height: 28px;
	width:67px;
    line-height: 28px;
	text-align: center;
}
.jplist-reset-btn:hover {
	background-color:  #ba2f2f;
}
/* Meta button */
.jplist-views {
	float: left;
	height:26px;
	width:98px;
	border:1px solid #2d261c;
	border-radius: 3px;
	box-shadow: 0 0 2px #2d261c inset;
	position:relative;
	background:url("../Images/shading.png") repeat;
}
.jplist-view {
	float: left;
	height:26px;
	width:49px;
	line-height: 26px;
	text-align: center;
	cursor:default;
	color:#65583f;
}
.jplist-view span {
	position:absolute;
	top:-1px;
	background-color: #2d261c;
	border:none;
	border:1px solid #2d261c;
    border-radius: 3px;
	color: #e4cca0;
    cursor: pointer;
    height: 26px;
	width:49px;
    line-height: 26px;
	text-align: center;
}
.jplist-view span:hover {
	background-color:  #ba2f2f;
}
.meta-on span {
	left:-1px;
	border-right:none;
}
.meta-off span {
	right:-1px;
	border-left:none;
}
.jplist-list-view .meta-on span {
	display:none;
}
.jplist-grid-view .meta-off span {
	display:none;
}
.jplist-grid-view .theme {
	display:none;
}
.jplist-list-view .theme {
	display:block;
}
/* checkbox */
.jplist-group div {
	float:left;
	position:relative;
	width:154px;
	height: 28px;
	margin-right:5px;
}
.jplist-group div input[type=checkbox] {
	visibility:hidden;
}
.jplist-group div label {
	position:absolute;
	top:0px;
	left:0px;
	width:122px;
	height: 28px;
    line-height: 28px;
	background:url(../Images/checkbox.png) 2px bottom no-repeat #2d261c;
    border-radius: 3px;
	color: #e4cca0;
    cursor: pointer;
	padding-left:32px;
}
.jplist-group div label:hover {
	background-color: #ba2f2f !important;
}
.jplist-group div input[type=checkbox]:checked + label {
	background:url(../Images/checkbox.png) 2px top no-repeat #2d261c;
}
.jplist-group div label.checkbox_disabled {
	zoom: 1;
	filter: alpha(opacity=25);
	opacity: 0.25;
	cursor:default;
}
.jplist-group div label.checkbox_disabled:hover {
	background-color: #2d261c !important;
}
/* drop down */
.jplist-drop-down {
    float: left;
    height: 28px;
    width: 120px;
}
.jplist-drop-down .jplist-dd-panel {
	position:relative;
	background:url(../Images/dropdown.png) right 9px no-repeat #2d261c;
    border-radius: 3px;
	color: #e4cca0;
    cursor: pointer;
    float: left;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-indent: 10px;
    width: 120px;
	z-index: 101;
}
.jplist-drop-down .jplist-dd-panel:hover {
    background-color:  #ba2f2f;
}
.jplist-drop-down ul {
    background-color: #2d261c;
    border-radius: 0px 0px 3px 3px;
    display: none;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: -2px;
    width: 120px;
    z-index: 100;
}
.section_filter .jplist-drop-down ul {
	position:relative;
	max-height:280px;
	overflow:hidden;
}
.section_filter .jplist-drop-down .jplist-dd-panel {
	z-index:99;
}
.jplist-drop-down ul li {
    cursor: pointer;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0px 10px;
    width: 100px;
	color: #e4cca0;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.jplist-drop-down ul li:first-child {
	margin-top:2px;
}
.jplist-drop-down ul li:hover {
    background-color: #ba2f2f;
}
.jplist-drop-down ul li.active:hover {
    background-color: #2d261c;
	cursor:default;
}
.drop-down-filter .jplist-drop-down, .drop-down-filter .jplist-drop-down .jplist-dd-panel, .drop-down-filter .jplist-drop-down ul {
	width:268px;
}
.drop-down-filter .jplist-drop-down ul li {
	width:248px;
}
/* search filter */
.search {
	float: left;
	height:26px;
	width:289px;
	border:1px solid #2d261c;
	border-radius: 3px;
	box-shadow: 0 0 2px #2d261c inset;
	background:url("../Images/shading.png") repeat;
	text-indent:10px;
	color: #2d261c;
}
.search:hover, .search:focus {
	border:1px solid #ba2f2f;
}
/* paging */
.jplist-label, .jplist-pagination, .jplist-pagesbox, .jplist-pagingprev, .jplist-pagingmid, .jplist-pagingnext {
	float: left;
}
.jplist-one-page {
    display: none;
}
.jplist-label {
	height:26px;
	width:104px;
	border:1px solid #2d261c;
	border-radius: 3px;
	box-shadow: 0 0 2px #2d261c inset;
	background:url("../Images/shading.png") repeat;
	cursor:default;
	text-align:center;
	color:#65583f;
	margin-right:5px;
}
.jplist-pagination button, .jplist-pagination button:active, .jplist-pagination button:focus {
	background-color: #2d261c;
	border:none;
    border-radius: 50px;
	color: #e4cca0;
    cursor: pointer;
    float: left;
    height: 28px;
	width:28px;
    line-height: 28px;
	text-align: center;
	margin-right:5px;
	padding:0px;
}
.jplist-pagination button:hover {
	background-color: #ba2f2f;
}
button.jplist-current {
	background-color: #ba2f2f;
	cursor:default;
}
/* list view */
.list {
	float: left;
	width: 864px;
}
.list .list-item {
	float: left;
	width: 278px;
	overflow: hidden;
	padding: 5px;
}
.list .list-item .img {
	position: relative;
	float: left;
	width: 278px;
	height: 155px;
	text-align: left;
}
.list .list-item .img img {
	width: 272px;
	height: 149px;
	border:3px solid #282114;
}
.list .list-item .img .polar_embed_frame.image .rollover {
	background:none;
}
.list .list-item .block {
	float: left;
	width: 278px;
}
.list .list-item .block .title {
	color: #2d261c;
	margin:5px 0px 0px 0px;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.list .list-item .block .desc {
	display: none;
}
.list .list-item .block .theme {
	margin:4px 0px 0px 0px;
	border-top:1px solid #282114;
	color: #2d261c;
	padding:3px 0px 0px 0px;
}
.list .list-item .block .theme p {
	height:20px;
	display: block;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.list .list-item .block .theme b {
	font-weight:normal;
	color: #ba2f2f;
}

/*====================================================================
Timeline
======================================================================*/

#timeline.jplist, #timeline.jplist .panel-top {
	margin-bottom:0px;
}
.timeline_heading {
	float:left;
}
#timeline .button_seperator {
	float:right;
}
#timeline .jplist-drop-down .jplist-dd-panel {
    z-index: 99;
}
#timeline .jplist-drop-down ul {
	position:relative;
	max-height:282px;
	overflow:hidden;
}
#timeline .jplist-drop-down ul li a {
	line-height: 28px;
	display:block;
	color: #e4cca0;
	text-decoration:none;
}
.timeline {
	list-style: none;
	position: relative;
	margin: 0px 44px 0;
    width: 854px;
	overflow: hidden;
	padding:50px 0px 60px;
	z-index:0;
}
.timeline:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -2px;
	background-color: #2d261c;
	height: 100%;
	width: 4px;
	border-radius: 20px;
	display: block;
}
.timeline .timeline-row {
	padding-left: 50%;
	position: relative;
	z-index: 10;
}
.timeline .timeline-row .timeline-time {
	position: absolute;
	right: 50%;
	top: 31px;
	text-align: right;
	margin-right: 40px;
	color: #ba2f2f;
}
.timeline .timeline-row .timeline-time small {
	color:#2d261c;	
}
.timeline .timeline-row .timeline-icon {
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -15px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #2d261c;
	overflow: hidden;
	padding: 3px;
	z-index: 100;
}
.timeline .timeline-row .timeline-icon > div {
	border-radius: 50%;
}
.timeline .timeline-row .timeline-icon > div > span {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width: 34px;
	height: 34px;
}
span.battle {
	background:url("../Images/timeline_icons.png") 0px 0px no-repeat;
}
span.marriage {
	background:url("../Images/timeline_icons.png") -34px 0px no-repeat;
}
span.birth {
	background:url("../Images/timeline_icons.png") -68px 0px no-repeat;
}
span.expedition {
	background:url("../Images/timeline_icons.png") -102px 0px no-repeat;
}
span.death {
	background:url("../Images/timeline_icons.png") -136px 0px no-repeat;
}
span.crown {
	background:url("../Images/timeline_icons.png") -170px 0px no-repeat;
}
span.church {
	background:url("../Images/timeline_icons.png") -204px 0px no-repeat;
}
span.joust {
	background:url("../Images/timeline_icons.png") -238px 0px no-repeat;
}
span.love {
	background:url("../Images/timeline_icons.png") -272px 0px no-repeat;
}
span.palace {
	background:url("../Images/timeline_icons.png") -306px 0px no-repeat;
}
span.arrest {
	background:url("../Images/timeline_icons.png") -340px 0px no-repeat;
}
span.annulled {
	background:url("../Images/timeline_icons.png") -374px 0px no-repeat;
}
span.theatre {
	background:url("../Images/timeline_icons.png") -408px 0px no-repeat;
}
.timeline .timeline-row .timeline-content {
	margin-left: 40px;
	position: relative;
	background-color:rgba(255,255,255,0.25);
	border: 1px solid #a38a65;
	border-radius:5px;
	color: #2d261c;
	text-align:center;
}
.timeline .timeline-row .timeline-content:after {
	content: "";
	position: absolute;
	top: 48px;
	left: -40px;
	height: 4px;
	width: 40px;
	background-color: #2d261c;
	z-index: -1;
}
.timeline .timeline-row .timeline-content .panel-body {
	padding: 24px 24px 0px;
	position: relative;
	z-index: 10;
}
.timeline .timeline-row .timeline-content p {
	color: #2d261c;
	margin-bottom: 24px;
}
.timeline .timeline-row .timeline-content img {
	border: 3px solid #282114;
}
.timeline .timeline-row .timeline-content h2 {
	color: #2d261c;
    margin: 5px 0 24px;
}
.timeline .timeline-row:nth-child(odd) {
	padding-left: 0;
	padding-right: 50%;
}
.timeline .timeline-row:nth-child(odd) .timeline-time {
	right: auto;
	left: 50%;
	text-align: left;
	margin-right: 0;
	margin-left: 40px;
}
.timeline .timeline-row:nth-child(odd) .timeline-content {
	margin-right: 40px;
	margin-left: 0;
}
.timeline .timeline-row:nth-child(odd) .timeline-content:after {
	left: auto;
	right: -40px;
}
.timeline.animated .timeline-row .timeline-content {
	opacity: 0;
	left: 20px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}
.timeline.animated .timeline-row:nth-child(odd) .timeline-content {
	left: -20px;
}
.timeline.animated .timeline-row.active .timeline-content {
	opacity: 1;
	left: 0;
}
.timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
	left: 0;
}

/*====================================================================
Map
======================================================================*/

.bg_map .background, .bg_map .main  {
	background:url("../Images/bg_map.jpg") no-repeat scroll center top transparent;
}
.bg_map .main {
	width:1000px;
	height:700px;
	padding:169px 0px 30px 0px;
}
.map {
	position:relative;
	float:left;
	width:942px;
	height:672px;
	padding:14px 29px 14px 29px;
}
#panzoom-parent {
	overflow: hidden;
	position: relative;
	width:690px;
	height:672px;
}
#panzoom-parent a {
	position: absolute;
	display:block;
	border-radius:50px;
	width:25px;
	height:25px;
	background-color:#17479b;
	color:#ffffff;
	text-align:center;
	line-height:25px;
	cursor:pointer;
}
#panzoom-parent a:hover {
	background-color:#ba2f2f;
}
.panzoom {
	-webkit-backface-visibility: initial !important;
	-webkit-transform-origin: 50% 50%;
}
.map_controls {
	position:absolute;
	top:14px;
	right:29px;
	width:246px;
	height:672px;
}
.map_heading {
	background:url("../Images/map_headings.jpg") no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	width:246px;
	height:53px;
}
.map_buttons {
	position:absolute;
	top:59px;
	right:0px;
	width:246px;
	height:142px;
}
.map_buttons a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
}
.map_buttons a:hover {
	background:url("../Images/map_buttons.jpg") no-repeat;
}
.map_buttons a.pan-u, .map_buttons a.pan-d, .map_buttons a.pan-l, .map_buttons a.pan-r, .map_buttons a.zoom-in, .map_buttons a.zoom-out {
	width:26px;
	height:26px;
}
.map_buttons a.pan-u {
	top:11px;
	left:55px;
	background-position:0px 0px;
}
.map_buttons a.pan-d {
	top:105px;
	left:55px;
	background-position:-26px 0px;
}
.map_buttons a.pan-l {
	top:58px;
	left:8px;
	background-position:-52px 0px;
}
.map_buttons a.pan-r {
	top:58px;
	left:102px;
	background-position:-78px 0px;
}
.map_buttons a.zoom-in {
	top:11px;
	left:8px;
	background-position:-126px 0px;
}
.map_buttons a.zoom-out {
	top:105px;
	left:8px;
	background-position:-152px 0px;
}
.map_buttons a.reset {
	width:22px;
	height:22px;
	top:60px;
	left:57px;
	background-position:-104px 0px;
}
.map_buttons a.world_map, .map_buttons a.key, .map_buttons a.inset_map {
	width:102px;
	height:30px;
}
.map_buttons a.world_map {
	top:11px;
	left:136px;
	background-position:-178px 0px;
}
.map_buttons a.inset_map {
	top:56px;
	left:136px;
	background:url("../Images/map_buttons.jpg") -280px 0px no-repeat;
}
.map_buttons a.inset_map:hover {
	background-position:-484px 0px;
}
.map_buttons a.inset_map.active {
	background-position:-688px 0px;
}
.map_buttons a.inset_map.active:hover {
	background-position:-892px 0px;
}
.map_buttons a.key {
	top:101px;
	left:136px;
	background:url("../Images/map_buttons.jpg") -382px 0px no-repeat;
}
.map_buttons a.key:hover {
	background-position:-586px 0px;
}
.map_buttons a.key.active {
	background-position:-790px 0px;
}
.map_buttons a.key.active:hover {
	background-position:-994px 0px;
}
.map_expeditions {
	position:absolute;
	top:207px;
	right:0px;
	width:246px;
	height:145px;
	padding-top:38px;
}
.map_events {
	position:absolute;
	top:358px;
	right:0px;
	width:246px;
	height:314px;
	padding-top:38px;
}
.map_expeditions a, .map_events a {
 	color:#373023;
	text-decoration:none;
	cursor:pointer;
	text-align: center;
	width:246px;
	display:block;
	line-height:19px;
}
.map_expeditions a:hover, .map_events a:hover {
 	color:#ba2f2f;
}
.map_events a > span {
	border-radius:50px;
	width:15px;
	height:15px;
	background-color:#17479b;
	color:#ffffff;
	text-align:center;
	line-height:15px;
	display: inline-block;
	font-size: 11px;
	position: relative;
	top: -2px;
}
.map_events a:hover > span {
	background-color:#ba2f2f;
}
.map_curl {
	background:url("../Images/map_curl.png") no-repeat;
	position:absolute;
	bottom:14px;
	right:281px;
	width:184px;
	height:19px;
}
#inset_map, #key {
	position:absolute;
	left:27px;
	width:187px;
	height:187px;
	z-index:1;
}
#inset_map {
	background:url("../Images/map_inset.jpg") no-repeat;
	top:501px;
}
#key {
	background:url("../Images/map_key.jpg") no-repeat;
	top:12px;
}
.tooltipster-default {
	border-radius: 5px; 
	border: 1px solid #6a5a41;
	background: url("../Images/info_window.jpg") repeat scroll center top transparent;
	color: #373023;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.35);
}
.tooltipster-default .tooltipster-content {
	line-height: normal;
	padding: 10px;
	overflow: hidden;
}
.map_point_content {
	float:left;
	padding-bottom:5px;
}
.map_point_title {
	border-bottom: 1px solid #373023;
    color: #373023;    
    font-weight: bold;
    margin-bottom: 12px;
    padding-bottom: 10px;
	width:100%;
}
.map_point_item {
	float:left;
	width:106px;
	text-align:center;
	font-family: "Times New Roman",Times,serif;
    font-size: 12px;
	color: #373023;
}
.map_point_item_divider {
	float:left; 
	width:12px;
	height:106px;
}
.map_point_item a {
	border: 3px solid #373023;
	width:100px;
	height:100px;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
}
.map_point_item a:hover {
	border: 3px solid #ba2f2f;
}
.map_point_item a img {
	height:100px;
}
.map_point_item a[rel~="gallery"] img {
	left: -41px;
    position: relative;
}
.tooltip_close {
	background: url("../Images/info_window_close.png") no-repeat scroll center top transparent;
    overflow: hidden;
    padding: 7px;
    text-indent: -9999px;
	cursor:pointer;
	float:right;
	margin-left:10px;
}
.tooltip_close:hover {
    background: url("../Images/info_window_close.png") no-repeat scroll center bottom transparent;
}
.excerpt_text {
	padding:20px 20px 20px;
	background: url("../Images/info_window.jpg") repeat scroll center top transparent;
	overflow-x: hidden;
}
.excerpt_text {
	width:760px;
	height:448px;
}
.excerpt_text h1, .excerpt_text h2, .excerpt_text p {
	color: #2d261c;
	font-family: "Times New Roman",Times,serif;
	word-spacing: -0.075em;
}
.excerpt_text h1 {
    font-size: 40px;
    line-height: 38px;
	border-bottom:1px solid #2d261c;
	margin-bottom: 12px;
    padding-bottom: 12px;
}
.excerpt_text h2 {
    font-size: 22px;
    line-height: 34px;
	margin-bottom: 12px;
}
.excerpt_text h2 span {
	color:#ba2f2f;
}
.excerpt_text p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
}


/*====================================================================
Tool Tip
======================================================================*/

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-family:"MyUnderwoodRegular", Courier, monospace;
	font-size:13px;
	text-align:center;
	color:#2A1900;
	padding: 4px 8px;
	border: 1px solid #aaa49f;
	background-color: #f4f0e6;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 2px 3px rgba(44,14,3,0.25);
	-webkit-box-shadow: 0 2px 3px rgba(44,14,3,0.25);
	-moz-box-shadow: 0 2px 3px rgba(44,14,3,0.25);
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #dad0cc;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #dad0cc;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #dad0cc;
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #dad0cc;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #f4f0e6;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #dad0cc;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #dad0cc;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #dad0cc;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: #4a2c00;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: #4a2c00;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: #4a2c00;
	}
}

/*====================================================================
Credits
======================================================================*/

.credits {
	float: left;
    margin: 23px 44px 17px;
    position: relative;
    width: 854px;
}
.credits h1 {
	border-bottom: 1px solid #2d261c;
    border-top: 1px solid #2d261c;
	padding:4px 0px;
	text-align:center;
}
.credits table {
	width: 854px;
	padding:27px 0px;
}
.credits table td {
	vertical-align:top;
	width:427px;
}
.credits h2 {
	padding-bottom:10px;
}
.credits table td span {
	color:#ba2f2f;
	font-size:smaller;
}
.credits table td.credits_left h2 {
	text-align:right;
	padding-right:10px;
}
.credits table td.credits_right h2 {
	text-align:left;
	padding-left:10px;
}
.credits img {
	display:block;
	margin:33px auto 43px;
}

/*====================================================================
Faq
======================================================================*/

.faq {
	float: left;
    margin: 23px 44px 36px;
    position: relative;
    width: 854px;
}
.faq_index {
	border-bottom: 1px solid #2d261c;
    border-top: 1px solid #2d261c;
	padding:4px 0px 10px;
	margin-bottom:15px;
}
.faq_index h1 {
	padding-top:3px;
}
.faq_index ul {
	padding-left:28px;
}
.faq_index ul li {
	list-style:decimal-leading-zero;
}
.faq_index ul li a {
	color:#2d261c;
	text-decoration: none;
	border-bottom:1px dotted #2d261c;
}
.faq_index ul li a:hover {
	color:#ba2f2f;
}
.faq_content h1 {
	color:#2d261c;
	margin-bottom:24px;
}
.faq_content p {
	text-align:justify;
	color:#2d261c;
	padding-bottom:24px;
}
.faq_content p.last_line_justify {
	text-align-last: justify;
	-moz-text-align-last: justify;
}
.faq_content p a, .faq_content h2 a {
	color:#2d261c;
	text-decoration: none;
	border-bottom:1px dotted #2d261c;
}
.faq_content p a:hover {
	color:#ba2f2f;
}
.faq_content b {
	color:#ba2f2f;
	font-weight:normal;
}
.faq_content ul {
	padding:0px 0px 24px 16px;
}
.faq_content ul li a {
	color:#2d261c;
	text-decoration: none;
	border-bottom:1px dotted #2d261c;
}
.faq_content ul li a:hover {
	color:#ba2f2f;
}

/*====================================================================
Feedback
======================================================================*/

.feedback_form {
	float:left;
	border-bottom: 1px solid #2d261c;
    border-top: 1px solid #2d261c;
	padding-top:10px;
	margin-bottom:24px;
	width: 854px;
}
.feedback_heading {
	border-top: 1px solid #2d261c;
	padding-top:22px;
}
#contact_form input[type="text"] {
	float: left;
	height:26px;
	width:410px;
	border:1px solid #2d261c;
	border-radius: 3px;
	box-shadow: 0 0 2px #2d261c inset;
	background:url("../Images/shading.png") repeat;
	text-indent:10px;
	color: #2d261c;
}
#contact_form textarea {
	float: left;
	height:150px;
	width:842px;
	border:1px solid #2d261c;
	border-radius: 3px;
	box-shadow: 0 0 2px #2d261c inset;
	background:url("../Images/shading.png") repeat;
	text-indent:10px;
	color: #2d261c;
	resize: none;
}
#contact_form input[type="text"]:hover, #contact_form input[type="text"]:focus, #contact_form textarea:hover, #contact_form textarea:focus {
	border:1px solid #ba2f2f;
}
#contact_form input[type="submit"], .form_back {
    background-color: #2d261c;
    border: medium none;
    border-radius: 3px;
    color: #e4cca0;
    cursor: pointer;
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 80px;
}
.form_back {
	width:120px
}
a.form_back {
	width:140px;
	text-decoration:none;
}
#contact_form input[type="submit"]:hover, .form_back:hover {
	background-color:  #ba2f2f;
}
.form_back:active {
	padding:0;
}
