/* BASIC */
body {
	margin: 20px;
	background: #F3F5F4;
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

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

/* WRAPPER: wraps entire contents of page */

#wrapper {
	border: solid 1px black;
}


/* BANNER */
#banner {
            position: relative;
	background-color: #BCD991
}

/* 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: 10px;
	margin-left: 20px;
	position: relative; /* jumping logo fix for IE */
}

#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: 1.1em;
}
.seperator {
	border-right: 1px solid #666;
	padding-right:10px;
}

#search {
	padding-right:10px;
	position: absolute;
	top: 5px;
	right: 20px;
}

#newsletter {
	padding-right:350px;
	position: absolute;
	top: 5px;
	right: 20px;
}

/* 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 { 
	width: 100%
}

#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;
}

/* SIDEBAR */
#sidebar {
	background-color: #D9ECFF;
}

#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 */
#copyright {
	padding: 10px;
	background-color: #BCD991;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
	text-align: center;
	color: #000000;
}

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

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


#wrapper {
	width: 950px;
}


#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 .figure2 {
	float: right;
	width: 247px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-left: 10px;
	position: relative;
	background-color: #BCD99a;
	border: 1px solid #OOO;
	padding:3px;
}

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

#main .figure2 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;
}


#contentWrapper {
	position: relative;
	clear: both;
	width: 100%;
}

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

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


#main {
	margin-left: 170px;
	margin-right: 135px;
	padding: 0 15px 15px 20px;
	border: 1px solid #666666;
	border-top: none;
	border-bottom: none;
	font-size: 1.1em;
}

#summerheader {
	width: 940px;
	background-color: #0CF;
	border: 5px solid #999;
	float: left;
}

#flash {
	width: 746px;
	background-color: #0CF;
	border: 10px solid #999;
	float: left;
}

#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: 281px;
	width: 174px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	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: 281px;
	width: 173px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	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;
}

.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;
}
