* { margin: 0; padding: 0; }

/* BASIC */
body {
	font-size: 66%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 0px 15px 25px 25px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #CCC;
/**	background-image: url(../images/bg-body.jpg);**/

}

h1, h2, h3, p, ul {
	padding: 0;
	margin: 0;
}

/* WRAPPER: wraps entire contents of page */

#wrapper {
	width: 950px;
	border: solid 1px #838B95;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF; /* url(images/column_bg.png) repeat-y right top;*/
	text-align: left;
}


/* BANNER */
#banner {
    position: relative;
	background-color: #9CBEDA;
	padding-bottom: 20px;
}

/* fix IE 6: improperly positioning 
'summer' and 'winter' links in banner */
* html #banner {
	height: 1px;
}

#banner #badge {
	position: absolute;
	left: -18px;
	top: -18px;
}

#banner #logo {
	margin-top: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
	position: relative; /* jumping logo fix for IE */
}

#banner #win {
	margin-left: 400px;
	position:absolute;
	left: -13px;
	top: 8px;
}


#banner #logo2 {
	width: 225px;
	margin-top: 1px;
	margin-left: 10px;
	position: relative; /* jumping logo fix for IE */
	font-family:Verdana, Geneva, sans-serif;
	font-style: italic;
	font-weight:bold;
	font-size:12px;

}



/**#banner #snowreport {
	padding-right: 350px;
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 130%;
	font-weight: 500;
	font-color: #000
} **/

#banner ul {
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#banner li {
	display: inline;
	margin-left: 10px;
}
#banner li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.seperator {
	padding-top: 10px;
	padding-right:10px;
	position:absolute; top:0; right:0;
}

#search {
	position: absolute;
	top: 40px;
	right: 5px;
}

#newsletter {
	float: left;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	width: 174px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 10px;
	padding-left: 10px;
}



/* NAV BAR */

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/s_bg_nav.png) repeat-x left top;
	float: left;
	border-top: 1px solid #000;
	border-bottom: 2px solid #BCD991;
	width: 100%;
}

#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
}

#mainNav li a, #mainNav li a:link {
	color: #000;
	text-decoration: none;
	padding: .8em 1.3em;
	border-right: 1px solid #000;
	display: block;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}

#mainNav li a:hover {
	background: url(../images/s_bg_nav_h.png);
}

/* IE 6 hack to make entire button clickable */
* html #mainNav a { 
	width: 1px;
	white-space: nowrap 
}


/* MAIN CONTENT */
#main_index { 
	width: 100%
}

#main h1 {
	color: #663900;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 2.3em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #106A9B;
}

#main h2 {
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 10px;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;
}

#main h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 3px;
}

#main h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}

#main p {
	font-size: 1.4em;
	margin-bottom: 10px;
}

/* MAIN INDEX CONTENT */
#main_index h1 {
	color: #663900;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 2.3em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #106A9B;
}

#main_index h2 {
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 10px;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;
}

#main_index h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 3px;
}

#main_index h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}

#main_index p {
	font-size: 1.4em;
	margin-bottom: 10px;
	}


/* TOP SPACER */
#spacer
	{
	float: none;
	background-color: #FFF;
	height:5px;
	text-align:left;
	width:935px;
	padding-top:1px;
	padding-left: 15px
	}
	
	
	
/*	LftNav   */
#lftNav {
	float:left;
	width: 200px;
	background-color: #fff;
	text-align: left;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	margin: 50px 0px 5px 0px;
	border-right: #d9d9d9 1px solid;
}

#lftNav #navTitle {
	font-family: inherit;
	color: #000;
	font-size: 20px;
	padding-left:5px;
	padding-bottom: 3px;
	border-bottom: #0054A4 solid 1px;
}
.lftSubNav {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #fff solid 1px;
}
.lftSubNav a {
	color: #000;
	text-decoration: none;
}
.lftSubNav a:visited {
	color: #000;
}	
	
.lftSubNav a:hover {
	color: #0054A4;
}

.lftSubNav .current a{
	color: #0054A4;
	text-decoration: underline;
}

.lftSubNav .current a:visited{
	color: #red;
}	
	
/* left nav */
#leftnav{
	/* background-color: #3F3; temp bg color */
	padding: 0px;
    background: url('../images/bg_mainleft.png') no-repeat;
	float: left;
	height: 305px;
	width: 189px;
	/*border-right: 1px solid #000;*/
}

#leftnav snowreport {
	top: 30px;
	right: 20px;
	font-size: 130%;
	font-weight: 500;
	font-color: #000
}

#leftnav h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	padding: 7px 8px 0 8px;
	margin-bottom: 5px;
	border-top: 3px solid #86B500;
	background: url(../images/s_bg_side_head.png) repeat-x left bottom;
	
}
#leftnav p {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #000;
	font-size: 1.1em;
}
#leftnav h3 {
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 10px;
	color: #000;
	margin-bottom: 3px;
}
#leftnavh3 a {
	color: #663900;
}

#leftnav a:hover {
	color: #CA1D07;
}	
	
	/*TEMP*/
#menu_left
	{
	background-image:url(../images/page_back.gif);
	background-repeat:repeat-y;
	height:100%;
	width:233px;
	}
	
#menu_left2
	{
	background-image:url(../images/menu_left_haut.gif);
	background-repeat:no-repeat;
	height:100%;
	width:228px;
	}

/* SIDEBAR */
#sidebar {
	background-color: #93F;

}

#sidebar h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	padding: 7px 8px 0 8px;
	margin-bottom: 5px;
	border-top: 3px solid #86B500;
	background: url(../images/s_bg_side_head.png) repeat-x left bottom;
}
#sidebar p {
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #000;
	font-size: 1.1em;
}
#sidebar h3 {
	font-size: 1.2em;
	margin-right: 5px;
	margin-left: 5px;
	color: #663900;
	margin-bottom: 3px;
}
#sidebar h3 a {
	color: #663900;
}

#sidebar a:hover {
	color: #CA1D07;
}

/* ADVERTISING */
#adverts p {
	margin-bottom: 15px;
	text-align: center;
}

/* FOOTER INFO */
#footer {
	clear: both;
	padding: 5px 15px 20px 10px;
	border-top: 1px dashed #999999;
	background-color: #9CBEDA;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #000000;
}

#footer .address {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

/* IE 6 hack to make alignment correct */
* html #footer .address {
display: inline;
}

#footer .btmnav {
	width: 625px;		
	float: right;
}


#copyright {
	padding: 10px;
	background-color: #9CBEDA;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
	text-align: center;
	color: #000000;
}

btmnav adr {
	padding: 10px;
	background-color: #9CBEDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: right;
	color: #000000;
	float: right;
}

#btmnav {
	font-size: 1.3em;
	padding: 10px;
	border-top: 1px solid #000;
	background-color: #9CBEDA;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}

#main .figure {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	background-color: #BCD99a;
	border: 1px solid #OOO;
	padding:3px;
}

#main .figure p {
	position: relative;
	left: 10px;
	bottom: -4px;
	width: 190px;
	font-size: 1em;;
	text-align: center;
}

#main .figure img {
	display: block;
}

#main .press {
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
	background-color: #BCD99a;
	border: 1px solid #OOO;
	padding:3px;
}

#main .press p {
	position: relative;
	left: 10px;
	bottom: -4px;
	width: 190px;
	font-size: 1em;;
	text-align: left;
}

#main .press ul {
	position: relative;
	left: 15px;
	bottom: -4px;
	width: 185px;
	font-size: 1em;;
	text-align: left;
}

#main .callout {
	align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#contentWrapper {
	position: relative;
	clear: both;
	width: 100%;
	padding-top: 15px;
}

#sidebar {
	position: absolute;
	top: 51px;
	left: 0;
	width: 170px;
}

#adverts {
	position: absolute;
	top: 15px;
	right: 6px;
	width: 125px;
}


#main {
	margin-left: 200px;
	margin-right: 200px;
	padding: 10px;
	border-top: 1px solid #d9d9d9;
	font-size: 1.1em;
}

#flash {
	width: 570px;
	background-color: #0CF;
	/*---border: 2px solid #000; */
	float: left;
}

#internal-image {
	width: 548px;
	background-color: #FFF;
	/*---border: 2px solid #000; */
	float: left;
	border-bottom: solid #CCC dashed;
}

#scroller {
	float: right;
	height: 305px;
	width: 189px;
	/*border-left: 1px solid #000;*/
	position: relative;
}

/* IE 6 hack to make alignment correct */
* html #scroller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000;
	background-color: BCD991;
	float: right;
	height: 305px;
	width: 189px;
	position: relative;
}

#scroller p { 
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	padding: 10px;
}		

#tickets { 
	width: 100%;
}

#prices {
	width: 76%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	border-left: 2px;
	border-left-color: #FFF;
	border-left-style: solid;
}

#prices th{
	background: url(../images/price_head.png) repeat-x left top;
}

#prices p{
	margin-top: 1px;
	margin-bottom: 1px;
}

#prices td{
	background-color: #D9ECFF;
	color: #000;
	font-size: 14px;
}

#prices p{
	color: #FFF;
	font-size: 14px;
}

#pricesceltic {
	width: 76%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	border-left: 2px;
	border-left-color: #FFF;
	border-left-style: solid;
}

#pricesceltic th{
	background: url(../images/s_priceceltic_head.png) repeat-x left top;

}

#pricesceltic p{
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 14px;
}

#pricesceltic td{
	background-color: #D0E3B0;
}

#priceceltics p{
	color: #000;
	font-size: 14px;
}

#ticketsbtn {
	width: 20%;
	float: right;
	background: url(../images/s_bg_ticketsbtn.png) repeat-x left top;
	border-width: medium;
	border-style: double;
	border-color: #000;
	margin-top: -115px;
	position: relative;
}

#ticketsbtn p { 
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px 10px 0px 10px;
}

#ticketsbtn a { 
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #000;
}

#ticketsbtn:hover { 
    background: url(../images/s_bg_ticketsbtn_h.png) repeat-x left top;
}

#ticketscelticbtn {
	width: 20%;
	float: right;
	background: url(../images/s_bg_ticketsbtn.png) repeat-x left top;
	border-width: medium;
	border-style: double;
	border-color: #000;
	margin-top: -115px;
	position: relative;
}

#ticketscelticbtn p { 
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px 10px 0px 10px;
}

#ticketscelticbtn a { 
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #000;
}

#ticketscelticbtn:hover { 
    background: url(../images/s_bg_ticketscelticbtn_h.png) repeat-x left top;
}

#registerbtn {
	width: 37%;
	float: center;
	background: url(../images/s_bg_ticketsbtn.png) repeat-x left top;
	border-width: medium;
	border-style: double;
	border-color: #000;
	margin-left: 200px;
	position: relative;
}

#registerbtn p { 
	text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding: 10px 10px 0px 10px;
}

#registerbtn a { 
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	color: #000;
}

#registerbtn:hover { 
    background: url(../images/s_bg_ticketsbtn_h.png) repeat-x left top;
}

#gps{ 
	width: 100%;
}

#gpsinfo {
	width: 76%;
	border: none;
}

#gpsinfo td{
	background-color: #F3F5F4;
	font-size: 14px;
	height: 20px;
	padding-left: 5px;
}

#map {
	align: center;
}

.column {
	width:275px;
	border-left:1px dashed #000; 
	padding-left:20px; 
	float:left; 
	text-align:left;
}

.column1 {
	width:275px;
	padding-left:20px; 
	float:left; 
	text-align:left;
}

/* For the email form */
.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.alignleftwhitebk {
	text-align: left;
	background-color: #FFF;
}

.aligncenter {
	text-align: center;
}

.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.h2clone {
	font-size: 1.4em;
	font-weight: normal;
	padding-top: 10px;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;
}

.h2clonesp {
	font-size: 1em;
	font-weight: normal;
	padding-top: 10px;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #000000;
}

.img {
	font-size: 1em;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}

.imgmainl{
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	float: left;
}

.imgmainbtm{
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 2px;
	float: left;
}

.hidden {
position: absolute;
left: -9000px;
top: 0;
}

.narrow {
	line-height: 1em;
}

.textjustify {
	text-align: justify;
}

img.floatLeft { 
    float: left; 
    margin: 4px;
	background-color: #fff;
	border: 2px solid #000;
	padding: 6px;
}

img.floatRight { 
    float: right; 
    margin: 4px;
	background-color: #fff;
	border: 2px solid #000;
	padding: 6px;
}

.unlist {
	padding-left: 40px;
	font-size: 14px;
}

.circle {
	list-style-type: circle;
	margin-left: 10px;
}

#testimonial {
	display: block;
	background-color: #fff;
	margin: 10px;
	font-style: italic;
	width: 325px;
	padding: 5px;
	border: 2px dashed #663900;
}

#release {
	display: block;
	background-color: #fff;
	margin: 10px;
	width: 95%;
	padding: 5px;
	border: 2px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.box { 
  background: #BCD991; 
}
.boxtop { 
  background: url(../images/s_ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/s_nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(../images/s_se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/s_sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}


#snow {
	width: 151px;
    height: 130px;
	margin: 10px 10px 10px 15px;
    text-align: left;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}


/** Weather **/
#weather {
	width: 186px;
    height: 150px;
   /**  background-image: url(../images/blue_180x150_bg.jpg );
    background-repeat: no-repeat;
    background-color: #346797;**/
    text-align: center;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #000;
}

#netweather{
	height: 138px;
}
.calloutbdr {
	padding: 5px;
}

.calloutbdr a{
	text-decoration: none;
    color: #000;
}
