/* Main
---------------------------------------- */
@charset "utf-8";

html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
	margin-bottom: 1px;
}

body {
	background-color: #1e4772;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

a {
	color: #fc0;
	text-decoration: none;
}

a:hover {
	color: #fc0;
	text-decoration: underline;
}

a img {
	border: 0;
}

p {
	margin: 0 0 10px;
}


/* Splash
---------------------------------------- */
.splashOutterBody {
	padding-top: 100px;
	text-align: center;
}

.splashInnerBody {
	background: url(lyt_img/header_splash.jpg) center top no-repeat;
	height: 295px;
	width: 918px;
}

.splashInnerBody #splashBienvenue {
	margin-top: 79px;
	margin-left: -378px;
	position: relative;
}

.splashInnerBody #splashWelcome {
	margin-top: 170px;
	margin-left: -241px;
	position: relative;
}

.splashOutterFooter {
	padding-top: 188px;
}

.splashInnerFooter {
	font-size: 11px;
	line-height: 15px;
	width: 100%;
}


/* Body
---------------------------------------- */
.outterBody {
	padding-bottom: 30px;
}

.innerBody {
	width: 916px;
}

.outterTopMenu {
	padding: 47px 2px 7px 0;
}

.innerTopMenu {
	width: 100%;
}

.topMenu {
	text-align: right;
}

.menuDivider {
	padding: 0 17px;
}

.headerImage {
	background: url(lyt_img/header_main.jpg) top center no-repeat;
	height: 228px;
}

.outterContent {
	padding-top: 41px;
}

.innerContent {
	width: 100%;
}

.outterLeftContent {
	vertical-align: top;
	width: 319px;
}

.innerLeftContent {
	width: 100%;
}

.outterSideMenu {
	border-bottom: 1px solid #6b86a2;
	padding: 9px 0 28px 5px;
}

.innerSideMenu {
	width: 100%;
}

.innerSideMenuItem {
	padding-top: 2px;
}

.outterSideCalendar {
	padding: 29px 0 28px 5px;
}

.innerSideCalendar {
	width: 100%;
}

.innerSideCalendar #Title {
	padding: 0 29px 18px 0;
}

.outterUpcoming {
	background: url(lyt_img/calendar_bg_small.png) top left no-repeat;
	height: 258px;
	padding: 6px 30px 6px 8px;
	vertical-align: top;
}

.innerUpcoming {
	color: #1e4772;
	font-size: 13px;
	line-height: 16px;
	width: 100%;
}

.innerUpcoming a {
	color: #e50000;
	font-weight: bold;
	text-decoration: none;
}

.innerUpcoming a:hover {
	color: #e50000;
	font-weight: bold;
	text-decoration: underline;
}

.upcomingDate {
	padding: 3px 0 0 4px;
}

.upcomingTitle {
	font-weight: bold;
	padding: 2px 0 4px 4px;
}

.upcomingImage {
	border: 1px solid #1e4772;
}

.upcomingContent {
	padding: 3px 0 0 4px;
}

.upcomingLink {
	padding-left: 4px;
}

.outterRightContent {
	border-left: 1px solid #6b86a2;
	padding-left: 20px;
	vertical-align: top;
	width: 577px;
}

.innerRightContent {
	width: 100%;
}

.bottomCopyright {
	border-left: 1px solid #6b86a2;
	font-size: 12px;
	padding-top: 50px;
	text-align: center;
}

.outterCalendar {
	background: url(lyt_img/calendar_bg_large.png) top left no-repeat;
	height: 506px;
	padding: 25px;
	vertical-align: top;
	width: 515px;
}

.innerCalendar {
	width: 100%;
}

.calendarContentOutter {
	border: 1px solid #1e4772;
}

.calendarContentInner {
	border: 2px solid #fff;
}

.outterCalendarNav {
	background-color: #1e4772;
	height: 30px;
}

.innerCalendarNav {
	width: 100%;
}

.monthLeft {
	padding-left: 10px;
	width: 25%;
}

.monthTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	width: 50%;
}

.monthRight {
	padding-right: 10px;
	text-align: right;
	width: 25%;
}

.calendarWeek {
	background-color: #cddae7;
	color: #1e4772;
	font-size: 12px;
	font-weight: bold;
	padding-left: 6px;
	text-transform: uppercase;
	width: 66px;
}

.calendarBlank {
	min-height: 48px;
	_height: auto !important;
	height: 48px;
}

.calendarDay {
	color: #0d0d0d;
	font-size: 10px;
	line-height: 10px;
	min-height: 48px;
	_height: auto !important;
	height: 48px;
	padding: 7px 5px 3px;
	vertical-align: top;
}

.calendarDay a {
	color: #0d0d0d;
	text-decoration: none;
}

.calendarDay a:hover {
	color: #0d0d0d;
	text-decoration: underline;
}

.calendarEvent {
	padding-top: 5px;
}

.calendarNumber {
	color: #1e4772;
	font-size: 14px;
	font-weight: bold;
}

.calendarRowWhite {
	background-color: #fff;
}

.popOutterBody {
	padding: 10px 30px;
	width: 570px;
}

.popInnerBody {
	width: 100%;
}

.popOutterTitle {
	border-bottom: 1px solid #6b86a2;
	padding-bottom: 13px;
}

.popInnerTitle {
	width: 100%;
}

.popTitle {
	color: #fc0;
	padding-left: 23px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
}

.popDate {
	color: #1e4772;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}

.popContent {
	color: #1e4772;
	font-size: 14px;
	line-height: 16px;
	padding-top: 15px;
}

.attractionOutterRow1 {
	background-color: #345a7f;
	border: 1px solid #6486a9;
	padding: 23px 20px;
}

.attractionOutterRow2 {
	padding: 23px 20px;
}

.attractionInner {
	width: 100%;
}

.attractionTitle {
	font-weight: bold;
	text-transform: uppercase;
}

.attractionLink {
	padding-top: 5px;
}


/* Form
---------------------------------------- */
form {
	margin: 0px;
}


/* Miscellaneous
---------------------------------------- */
.error {
	background-color: #ff9;
	border: 1px solid #fff;
	color: #f00;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.success {
	background-color: #9c9;
	border: 1px solid #fff;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.formLabel {
	padding-right: 10px;
	text-align: right;
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.textBold {
	font-weight: bold;
}

.noBorder {
	border: 0;
}

#fullHeight {
	height: 100%;
	vertical-align: top;
}
