@charset "utf-8";
/* CSS Document */

body {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #060411;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	background-image: url(../images/bg_wrapper2.png);
	background-repeat: no-repeat;
	padding: 0px;
}

#intro {
    padding-bottom: 10px;
}

h2 {
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
	color: #1A2775;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


#slider {
	width: 960px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.scroll {
	height: 350px;
	width: 960px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	color: #000;
	background-image: url(../images/tab_selected.png);
}
.videoContainer {
	height: 400px;
	margin-right: 120px;
	margin-left: 120px;
}

.logoHeader {
	background-image: url(../images/christmas_city_logo.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 100px;
	width: 242px;
	margin-left: 115px;
	padding-top: 41px;
	background-position: 8px;
	float: left;
}
.headerDates {
	float: right;
	width: 500px;
	padding-top: 50px;
	text-align: right;
	padding-right: 120px;
}
.dateLine1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 31.157px;
	font-weight: bold;
	color: #FFF;
}
.dateLine2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21.157px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
}


.reverseText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19.123px;
	font-weight: normal;
	color: #FFF;
	line-height: 28px;
}
.dateStyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFF;
}

.reversed {
	color: #FFF;
}
.videoHeader {
	color: #6DCFE3;
}




.scrollContainer div.panel {
	padding: 20px;
	height: 500px;
	width: 920px;
}

#shade {
    background: #EDEDEC url(../images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
	display: inline;
	margin-right: 0.31em;
}

ul.navigation a {
	color: #000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23.174px;
	background-image: url(../images/tab_nonselected.png);
	width: 220px;
	padding-top: 10px;
	padding-right: 2.825em;
	padding-bottom: 10px;
	padding-left: 2.825em;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
	background-image: url(../images/tab_selected.png);
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
	left: -30px;
}

.scrollButtons.right {
	right: -30px;
}

.hide {
    display: none;
}

.scroll p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19.634px;
	line-height: 29px;
}
.leftCol {
	float: left;
	width: 600px;
	margin-right: 20px;
}.rightCol {
	float: right;
	width: 255px;
	padding-left: 20px;
	padding-right: 25px;
}
.mapColumn {
	float: right;
	width: 525px;
}
.mapLeftCol {
	float: left;
	width: 250px;
}
.scroll li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16.333px;
	font-style: italic;
	font-weight: normal;
	color: #833656;
}
.rightColVideo {
	float: right;
	width: 430px;
}
.leftColVideo {
	float: left;
	width: 500px;
	margin-right: 20px;
}

