@charset "UTF-8";
/* bouvardstay.css
   
   Look, learn, but please do not steal. */

/* For BOTH Layouts, see:
   /includes/bouvardstay.css

   For CONTENT Layout, see:
   /includes/bouvardstay-content.css

   For IE 6 + 7 OVERRIDE, see:
   /includes/bouvardstay-override7.css

   For IE 6 OVERRIDE, see:
   /includes/bouvardstay-override.css

   For PRINT Layout, see:
   /includes/bouvardstay-print.css

   For AURAL Layout, see:
   /includes/bouvardstay-aural.css

   For TEXT-ONLY Layout, see:
   /includes/bouvardstay-textonly.css */

/* NOTES

          Primary colour: #2b6678 (dark teal)
      Primary highlights: #919845 (vomit green)
                          #c7e2eb (faded extra-light teal)
                          #d6e2e6 (extra-light teal)
                          #3c8ea9 (light teal)
                          #456772 (extra-dark teal)
                          #3f669c (blue)
    Complementary colour: #7b2f18 (maroon)
Complementary highlights: #c3451e (burnt orange)
                          #fc7 (light orange)
                          #fd8 (extra-light orange tending to yellow)
         Tertiary colour: #374480 (dark purple)

   EO.NOTES */

/* GENERIC */

* { padding: 0;
	margin: 0; }

html { overflow-x: hidden;
	background-color: #eeeded; }

body { font: 12px Verdana, Arial, Helvetica, sans-serif; }

p { margin: 10px 0; }

h1, h2, h3, h4, h5, h6 { margin: 15px 0; }

ul, ol { margin: 10px 0 10px 40px; }

dl { margin: 10px 0; }
dl dt { font-weight: 800; }
dl dd { margin-left: 40px; }

table { margin: 10px 0; }

blockquote { margin: 10px 40px; }

acronym { border-bottom: 1px dashed #000;
	cursor: help; }

a acronym { border-bottom-width: 0; }

address { font-style: normal; }

/* TEMP */

.highlight { padding: 0 2px;
	background: #fff;
	border: 2px dashed #c00;
	color: #f00;
	font-weight: 800; }

/* SEMI-GENERIC + CUSTOM */

.center { text-align: center; }

div.clear { clear: both;
	overflow: hidden;
	height: 1px;
	font-size: 1px; }

/* ACCESSIBLE */
div#content .accessible { position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	font-size: 1px; }
/* EO.ACCESSIBLE */

/* CLEAR */
div#shell:after, 
div#content:after, 
div#content dl.columise:after, 
div#content div#calendar:after { display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ' '; }
/* EO.CLEAR */

div#entirety { position: absolute; /* IE 6 OVERRIDE */
	left: 50%;
	width: 840px;
	margin-left: -422px;
	background: #eeeded url('/images/layout/entirety-flow.gif') repeat-y 0 0; }

/* HEADER Layout
   div#entirety */
div#header { height: 159px;
	background: url('/images/layout/header.jpg') no-repeat 50% 0; }
body#page-home div#header { height: 293px;
	background-image: url('/images/layout/header-home.jpg'); }

div#menu-accessibility { position: absolute;
	left: 50px;
	top: 8px;
	padding: 1px; }
div#menu-accessibility ul { margin: 0;
	list-style-type: none; }
div#menu-accessibility ul li a { padding-right: 12px;
	background: #2b6678 url('/images/layout/skip-to.gif') no-repeat 100% 70%;
	color: #fff; }
body#page-home div#menu-accessibility ul li a { background-color: #fff;
	background-image: url('/images/layout/skip-to-home.gif');
	color: #7b2f18; }
div#menu-accessibility ul li a:focus, 
div#menu-accessibility ul li a:hover, 
div#menu-accessibility ul li a:active { color: #d3d6b5;
	background-image: url('/images/layout/skip-to-ro.gif'); }
body#page-home div#menu-accessibility ul li a:focus, 
body#page-home div#menu-accessibility ul li a:hover, 
body#page-home div#menu-accessibility ul li a:active { color: #222;
	background-image: url('/images/layout/skip-to-home-ro.gif'); }

div#header img { display: none; }
/* EO.HEADER Layout */

div#shell {  }

/* MENU Layout
   div#entirety div#shell */
div#menu { position: absolute;
	top: 159px;
	width: 764px;
	height: 40px;
	margin: 0 38px; }
body#page-home div#menu { top: 293px;
	height: 199px;
	background: #fff url('/images/layout/menu-bg.jpg') no-repeat 50% 40px; }
div#menu ul { margin: 0;
	padding-left: 22px;
	list-style-type: none; }
div#menu ul li ul { padding-left: 0; }
div#menu ul li { display: inline; }
div#menu ul li a { float: left;
	display: block;
	height: 40px;
	background-color: #222;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #fff;
	font-size: 9px;
	text-align: center;
	text-decoration: none; }
div#menu ul li a#menu-home { position: absolute;
	left: 30px;
	top: -115px;
	width: 160px;
	height: 15px;
	background-color: transparent;
	padding: 90px 15px 0 0;
	color: #2b6678;
	text-align: right; }
body#page-home div#menu ul li a#menu-home { left: 127px;
	top: -175px;
	width: 300px;
	height: 82px;
	color: #fff; }
div#menu ul li a#menu-accommodation { width: 163px;
	background-image: url('/images/layout/menu/accommodation.png'); }
div#menu ul li a#menu-tariffs { width: 85px;
	background-image: url('/images/layout/menu/tariffs.png'); }
div#menu ul li a#menu-bookings { width: 106px;
	background-image: url('/images/layout/menu/bookings.png'); }
div#menu ul li a#menu-location { width: 110px;
	background-image: url('/images/layout/menu/location.png'); }
div#menu ul li a#menu-about { width: 154px;
	background-image: url('/images/layout/menu/about.png'); }
div#menu ul li a#menu-contact { width: 101px;
	background-image: url('/images/layout/menu/contact.png'); }

div#menu ul li a:focus, 
div#menu ul li a:hover, 
div#menu ul li a:active { background-position: 0 100%; }
/* EO.MENU Layout */

/* CONTENT Layout
   div#entirety div#shell */
div#content { margin: 40px 38px 0;
	padding: 6px 40px 1px;
	/* TEMPORARY
	background: url('/images/layout/dev-grid.gif') repeat 0 0; */
	/* TEMPORARY */
	color: #7b2f18;
	text-align: justify;
	line-height: 1.5; }
body#page-home div#content { margin-top: 199px;
	padding-top: 21px;
	background-color: #2b6678;
	/* TEMPORARY */
	background-image: none;
	/* TEMPORARY */
	color: #fff; }

/* SEMI-GLOBALS */
div#content .left { text-align: left; }
div#content .center { text-align: center; }
div#content .right { text-align: right; }
div#content .justify { text-align: justify; }
div#content .faux-strong { font-weight: 800; }
div#content .faux-em { font-style: italic; }
/* EO.SEMI-GLOBALS */

div#content h1, 
div#content h2, 
div#content h3, 
div#content h4, 
div#content h5, 
div#content h6 { font-size: 1em;
	text-align: left; }
div#content h1 { font-size: 2.5em; }
div#content h2 { font-size: 1.75em;
	color: #2a6678; }
div#content h3 { font-size: 1.5em; }
div#content h4 { font-size: 1.3334em; }
div#content h5 { font-size: 1.1667em; }


div#content a { background-color: #fff;
	color: #2b6678; }
div#content a:focus, 
div#content a:hover, 
div#content a:active { background-color: #fff;
	color: #333; }

body#page-home div#content a { background-color: #2b6678;
	color: #fc7; }
body#page-home div#content a:focus, 
body#page-home div#content a:hover, 
body#page-home div#content a:active { background-color: #2b6678;
	color: #fd8; }

/* NAVI EXTERNAL */
div#content a[href^='http'], 
div#content a[href^='mailto:'], 
div#content a[href^='/files/'] { padding-right: 15px;
	background: url('/images/layout/navi-external.gif') no-repeat 100% 60%; }
div#content a[href^='http']:focus, 
div#content a[href^='http']:hover, 
div#content a[href^='http']:active, 
div#content a[href^='mailto:']:focus, 
div#content a[href^='mailto:']:hover, 
div#content a[href^='mailto:']:active, 
div#content a[href^='/files/']:focus, 
div#content a[href^='/files/']:hover, 
div#content a[href^='/files/']:active { background-image: url('/images/layout/navi-external-ro.gif'); }

body#page-home div#content a[href^='http'], 
body#page-home div#content a[href^='mailto:'], 
body#page-home div#content a[href^='/files/'] { background-image: url('/images/layout/navi-external-home.gif'); }
body#page-home div#content a[href^='http']:focus, 
body#page-home div#content a[href^='http']:hover, 
body#page-home div#content a[href^='http']:active, 
body#page-home div#content a[href^='mailto:']:focus, 
body#page-home div#content a[href^='mailto:']:hover, 
body#page-home div#content a[href^='mailto:']:active, 
body#page-home div#content a[href^='/files/']:focus, 
body#page-home div#content a[href^='/files/']:hover, 
body#page-home div#content a[href^='/files/']:active { background-image: url('/images/layout/navi-external-home-ro.gif'); }
/* EO.NAVI EXTERNAL */

div#content .frame { float: right;
	clear: right;
	margin: 4px 0 4px 10px;
	padding: 6px;
	background-image: none;
	border: 1px solid #7b2f18;
	vertical-align: bottom; }
div#content .frame img { float: none;
	clear: none;
	margin: 0;
	padding: 0;
	border-width: 0;
	vertical-align: bottom; }

div#content ul { list-style-type: square; }
div#content ul li, 
div#content ol li { margin: 5px 0; }

/* DEFINITION LISTS */
div#content dl.columise dt { float: left;
	clear: left;
	width: 8em; }
div#content dl.columise dd { margin-left: 0; }
/* DEFINITION LISTS */

/* CALENDAR Layout */
div#content div#calendar { position: relative; }

div#content div#calendar ul#calendar-navigation { margin: 0;
	list-style-type: none; }
div#content div#calendar ul#calendar-navigation li { display: inline; }
div#content div#calendar ul#calendar-navigation li a { position: absolute;
	left: -15px;
	top: 50%;
	display: block;
	width: 35px;
	height: 59px;
	background: url('/images/layout/calendar-navigation.png') no-repeat 0 0;
	border: 1px solid #fff;
	outline: 0;
	font-size: 1px;
	text-indent: -888em;
	text-decoration: none; }
div#content div#calendar ul#calendar-navigation li a#calendar-forward { left: auto;
	right: -15px;
	background-position: 0 100%; }
div#content div#calendar ul#calendar-navigation li a:focus, 
div#content div#calendar ul#calendar-navigation li a:hover, 
div#content div#calendar ul#calendar-navigation li a:active { border-color: #456772; }

div#content div#calendar table { float: left;
	margin: 0 0 10px 35px;
	border-collapse: collapse; }

div#content div#calendar table caption { background-color: #d6e2e6;
	margin: 0 0 2px 35px;
	padding: 7px;
	color: #3f669c;
	font-weight: 800; }

div#content div#calendar table thead tr th { padding: 5px;
	background-color: #3c8ea9;
	color: #fff;
	text-align: center; }

div#content div#calendar table tbody tr td { border-width: 0 0 1px;
	border-style: solid;
	border-color: #c7e2eb;
	color: #2b6578;
	text-align: center; }
div#content div#calendar table tbody tr td a { display: block;
	padding: 3px 5px;
	text-decoration: none; }
div#content div#calendar table tbody tr td a:focus, 
div#content div#calendar table tbody tr td a:hover, 
div#content div#calendar table tbody tr td a:active { background-color: #d6e2e6; }

div#content div#calendar table tbody tr td.with-event { background-color: #c3451e;
	padding: 3px 5px;
	color: #fff; }
div#content div#calendar table tbody tr td.other-month { padding: 3px 5px;
	background-color: #f2f8fa;
	color: #7dbdd1; }
/* EO.CALENDAR Layout */

/* FORMS Layout */
div#content form dl dt { float: left;
	display: inline;
	width: 40%;
	margin-right: 0.5em;
	padding-bottom: 2px;
	color: #2b6678;
	text-align: right; }
div#content form dl dt label { cursor: pointer; }

div#content form dl dd { margin-left: 0;
	padding-bottom: 2px; }
div#content form dl dd input, 
div#content form dl dd select, 
div#content form dl dd textarea { padding: 1px;
	background-color: #f2f3f9;
	border: 1px solid #374480;
	color: #152a61;
	font: 1em Verdana, Arial, Helvetica, sans-serif; }
div#content form dl dd select { cursor: pointer; }
div#content form dl dd select option { padding-right: 7px; }
div#content form dl dd input:focus, 
div#content form dl dd input:active, 
div#content form dl dd select:focus, 
div#content form dl dd select:active, 
div#content form dl dd textarea:focus, 
div#content form dl dd textarea:active { background-color: #fff;
	border-color: #c3451e; }

div#content form #form-navigation { margin: 10px 0;
	list-style-type: none;
	text-align: center; }
div#content form #form-navigation li { display: inline; }
div#content form #form-navigation input { overflow: visible;
	padding: 2px 8px;
	background-color: #c3451e;
	border: 1px solid #7b2f18;
	color: #fff;
	font: 800 1em Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer; }
div#content form #form-navigation input:focus, 
div#content form #form-navigation input:hover, 
div#content form #form-navigation input:active { background-color: #7b2f18; }
/* EO.FORMS Layout */
/* EO.CONTENT Layout */

/* FOOTER Layout
   div#entirety */
div#footer { padding: 40px 60px 20px;
	background: #eeeded url('/images/layout/footer-bg.gif') no-repeat 0 0; }
body#page-home div#footer { background-image: url('/images/layout/footer-bg-home.gif'); }

div#footer ul { margin: 0;
	list-style: none;
	font-size: 0.9167em;
	text-align: center; }
div#footer ul li { display: inline;
	padding: 0 4px 1px 8px;
	border-left: 1px solid #444; }
div#footer ul li#footer-first { border-left: 0; }
div#footer ul li a { border-bottom: 1px dashed #aaa;
	color: #444;
	text-decoration: none; }
div#footer ul li a:focus, 
div#footer ul li a:hover, 
div#footer ul li a:active { border-bottom-style: solid;
	border-bottom-color: #91513e; }
/* EO.FOOTER Layout */
