@charset "UTF-8";


/* -------- color guide ----------
#406718 : main green
#193742 : callout h1
#662917 : h2
#CCA780 : brown
*/

/* ----- Style sheet TOC ----------------
      ^1 Global constants
	  ^2 CSS reset
	  ^3 Global classes
	  ^4 Home page layout
	  ^5 Top-level layout
	  ^6 Region detail styles
		  ^6a Header
		  ^6b Navigation
		  ^6c Main Content
		  	^6d data tables
			^6e spotlight region
			^6f forms
		^6g Sidebar
		^6h Footer
*/

/* ^1 --------------------------- global constants -------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background: #A88157 url(../_images/_backgrounds/page_background.jpg) repeat-x;
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
/* ^2 --------------- limited-scale reset ---------------- */
h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li {
	margin: 0;
	padding: 0;
}
p {
	color: #333;
	line-height: 1.8;
	margin-bottom: 1em;
}
h1 {
	font-size: 2em;
	color: #193742;
	margin-bottom: 0.4em;
}
h2 {
	font-size: 1.2em;
	color: #662917;
	font-weight: normal;
	margin-top: 0.25em;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.3em;
	color: #662917;
	font-weight: normal;
	margin: 1.25em 0 .5em;
}
h4 {
	font-size: .95em;
	color: #333333;
	font-weight: normal;
	margin: 1em 0 .5em;
}
h5 {
	font-size: 0.85em;
	color: #333333;
	font-weight: normal;
	margin: 1em 0 .5em;
	text-align: center;
}
h6 {
	font-size: 1em;
	color: #333333;
	font-weight: normal;
	margin: 1em 0 .5em;
	text-align: center;
}
#heading {
	font-size: 1.2em;
	color: #37422E;
	text-align: center;
	font-weight: bold;
}
#mainContent #mainArticle #link a {
	color: #662917;
}
h1, h2, h3 {
	clear: both;
}
#galleryID {
	font-size: 1.85em;
	margin-top: 1.25em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 1em;
}
.subCurrent {
	font-size: 0.65em;
	color: #CCCCCC;
}
a:link, a:visited {
	color: #222;
	text-decoration: none;
}
a.accent {
	display: block;
	text-align: right;
	padding-top: 1em;
}
a.accent:hover , a:hover#bigD{
	border: none;
	color: #662917;
}
a:hover {
	border: none;
	color: #CCA674;
}
/* ^3 ------ global classes -------- */
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}
.clearBoth {
	clear: both;
}
.callOut {
	background: #CCA780;
	padding: 15px;
	margin-bottom: 25px;
}
.callOut h1 {
	font-size: 1.2em;
	color: #193742;
	border-bottom: 2px solid #193742;
	margin-bottom: .5em;
	padding-bottom: .25em;
}
.commentArea {
	margin-left:20px;
}
.commentsLabel {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.commentRadioButton {
	margin-bottom: 5px;
	margin-left: 20px;
}
.quote {
	font-style: italic;
}
#content {
	position: relative;
	padding: 0;
	width: 930px;
	margin: 0 auto;
	text-align: left;
	background-color: #406617;
	background-image: url(../_images/sidebarBackground.png);
	background-repeat: no-repeat;
}
/* ^5 --------------------- top-level region layout styles ------------------- */
/* top-level regions are header, mainNav, mainContent, sidebar, & footer */

/* header */
#header {
	width: 272px;
	height: 237px;
	position: absolute;
	top: 20px;
	left: 40px;
	clear: left;
}
#mainHeader  {
	width: 272px;
	float: left;
	clear: left;
	height: 237px;
	position: absolute;
	top: 0px;
	background-color: #BEC8B0;
}
#wrapper {
	position: relative;
	padding: 0;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #406718;
}

/* ^4 ------------- home page specfic layout styles ----------- */
body#home #wrapper {
	background-color: #406617;
	background-repeat: no-repeat;
	/* [disabled]background-size: 930px 698px; */
}

#wrapper leftSidebar#mainNav
{
	margin-bottom: 50px;
}
#content leftSidebar#mainNav {
	margin-bottom: 50px;
}
#wrapper #indexHeader {
	width: 272px;
	float: left;
	/* [disabled]background-color: #FFFFFF; */
	opacity: 1;
}
#mainHeader #flyingshamrocks_hype_container {
	position: absolute;
	height: 237px;
	width: 192px;
	left: 40px;
	top: 20px;
	margin-bottom: auto;
	float: left;
}
#indexHeader #flyingshamrocks_hype_container {
	position: absolute;
	height: 237px;
	width: 192px;
	left: 40px;
	top: 20px;
	float: left;
}

#mainHeader video
{
	position: absolute;
	left: 40px;
	height: 165px;
	width: 180px;
	top: 25px;
	z-index: -10;
}
/* mainNav */
#mainNav {
	float: left;
	width: 272px;
	background-repeat: no-repeat;
	clear: left;
	height: auto;
	margin-top: 237px;
	background-color: #BEC8B0;
	padding-bottom: 20px;
}
#indexNav {
	float: left;
	width: 272px;
	clear: left;
	height: auto;
	margin-top: 5px;
	backface-visibility: hidden;
	-webkit-box-shadow: 5px 5px 5px 2px #333333;
	box-shadow: 5px 5px 5px 2px #333333;
	opacity: 1;
	position: relative;
	top: -375px;
	margin-bottom: 10px;
	margin-top: 20px;
}
/* mainContent */
#mainContent {
	padding-right: 25px;
	padding-top: 15px;
	float: right;
	width: 608px;
	clear: right;
	left: 297px;
}
#indexContent {
	padding-right: 25px;
	padding-top: 15px;
	float: right;
	width: 608px;
	clear: right;
	left: 297px;
}
/* sidebar */
#sidebar {
	float: left;
	clear: left;
	width: 272px;
	padding-top: 25px;
	position: relative;
}
#sidebar div {
	font-size: 0.9em;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 5px;
}
#sidebar p {
	line-height: 1.2;
}
#sidebar #quickLook #quickLookSidebar h2      {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #193742;
	margin-bottom: 30px;
	text-align: right;
	/* [disabled]border-top: 1px solid #193742; */
	padding-top: 1em;
	font-weight: bold;
	clear: both;
	/* [disabled]border-bottom: 1px solid #193742; */
}
#sidebar #quickLook h2.top {
	border:none;
}
#sidebar #quickLook p {
	font-style: italic;
	text-align: right;
	margin: .5em 0;
	line-height: 1.6;
}
#sidebar #quickLook img {
	float: left;
	padding-right: 10px;
	padding-bottom: 1em;
}
#sidebar #share #shareThis
{
	text-align: center;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 10px;
}
/* sidebar on index.php page */
#sidebarIndex {
	float: left;
	clear: left;
	width: 272px;
	padding-top: 15px;
	position: relative;
	top: -445px;
}
#sidebarIndex div {
	font-size: 0.9em;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 5px;
}
#sidebarIndex p {
	line-height: 1.2;
}
#sidebarIndex #quickLook #quickLookSidebar h2      {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #193742;
	margin-bottom: 30px;
	text-align: right;
/*	border-top: 1px solid #193742;*/ 
	padding-top: 1em;
	font-weight: bold;
	clear: both;
/*	border-bottom: 1px solid #193742;*/ 
}
#sidebarIndex #quickLook h2.top {
	border:none;
}
#sidebarIndex #quickLook p {
	font-style: italic;
	text-align: right;
	margin: .5em 0;
	line-height: 1.6;
}
#sidebarIndex #quickLook img {
	float: left;
	padding-right: 10px;
	padding-bottom: 1em;
}
#sidebarIndex #share #shareThis
{
	text-align: center;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 10px;
}
#quickLookSidebar .top a:hover {
	color: #662917;
}
#quickLookSidebar p {
	border-bottom: 1px solid #193742;
	padding-bottom: 15px;
}

/* footer */
#footer {
	width: 870px;
	height: 300px;
	clear: both;
	background-image: url(../_images/_backgrounds/footer_background.jpg);
	background-repeat: no-repeat;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
#footerMenu #footerNav #footerNav {
	text-align: center;
}
#footerMenu #footerNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer h3 {
	font: normal 1.3em Arial, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: .5em;
	letter-spacing: .1em;
}
#footer p{
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	padding-left: 0px;
	padding-bottom: 10px;
}

#footer #footerMenu {
	width: 870px;
	padding-top: 50px;
	/* [disabled]padding-left: 50px; */
}
#footerMenu ul {
	/* [disabled]margin: 0 .5em 1em; */
	/* [disabled]padding: 0 25px 0; */
	/* [disabled]margin-left: 2em; */
	padding-left: 75px;
}
#footerMenu li {
	/* [disabled]font-size: 0.75em; */
	/* [disabled]margin-bottom:0.1em; */
	/* [disabled]color: #FFF; */
	margin-left: 50px;
}
#footerMenu #footerNav ul ul {
	/* [disabled]margin: 1.4em 0 1em 0; */
	margin-top: .1em;
	/* [disabled]margin-bottom: 1em; */
}
#footerMenu #footerNav .footerNav li .top {
	font-weight: bold;
	font-size: 0.75em;
	color: #CCC;
	/* [disabled]margin-bottom: 0.1em; */
}
#footerMenu #footerNav .footerNav .subNav li .sub ,
#footerMenu #footerNav .footerNav editable .subNav li .sub{
	font-size: 0.65em;
	/* [disabled]margin-top: 0.1px; */
}
#footerMenu #footerNav li li {
	font-size: 100%;
	margin-bottom: .5em;
}
#footerMenu #footerNav .footerNav .subNav li .sub.current, #footerMenu #footerNav editable .footerNav .subNav li .sub.current{
	color: #CCC;
}
#footerMenu #footerNav ul.footerNav {
	list-style: none;
	/* [disabled]margin: 0 0 1em 0; */
	padding: 0;
	width: 195px;
	float: left;
	margin-right: 15px;
}
#footerMenu #footerNav ul.footerNav ul.subNav li a:link ,
#footerMenu #footerNav ul.footerNav ul.subNav li a:visited {
	color: #FFF;
}
#footerMenu #footerNav ul.footerNav ul.subNav li a:hover ,
#footerMenu #footerNav ul.footerNav ul.subNav li a:active{
	color: #CCA674;
	border: none;
}
#header a:hover {
	border: none;
}
#header a{
	width: 192px;
	height: 237px;
	display: block;
}
#header h1{
	/* [disabled]text-indent: -1000em; */
}

/* main page animation */
#background-slide {
  position: absolute;
  top: 0;
  left: 50%;
  width: 950px;
  height: 561px;
  margin-left: -475px;
  background-image: url('_animate_background/images/bgDanAndLori.jpg');
  background-size: cover;
  background-position: center;
  z-index: 1;
  transform: translateX(100%);
  animation: slideInFromRight 1.5s ease-out forwards;
}
@keyframes slideInFromRight {
  to {
    transform: translateX(0);
  }
}
/* home page navigation */
ul#homeNav {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px; 
	clear: right; 
	margin-top: 20px;
	/* [disabled]opacity: 1; */
}
ul#homeNav li {
	margin: 0;
	padding: 0;
	/* [disabled]opacity: 1; */
}
ul#homeNav li a{
	display: block;
	width: 272px;
	height: 82px;
	text-indent: -1000em;
	opacity: 1;
}
ul#homeNav li a.events {
	background: url(../_images/_nav/event_nav.png) no-repeat left top;
}
ul#homeNav li a.photos{
	background: url(../_images/_nav/photo_nav.png) no-repeat left top;
}
ul#homeNav li a.interact {
	background: url(../_images/_nav/interaction_nav.png) no-repeat left top;
}
ul#homeNav li a.contact {
	background: url(../_images/_nav/contact_nav.png) no-repeat left top;
}
ul#homeNav li a:hover {
	background-position: -272px 0;
	border: none;
}
/* base navigation */
ul#baseNav {
	list-style: none;
	margin:0;
	padding:0;
	/* [disabled]margin-bottom: 50px; */
	/* [disabled]margin-top: 5px; */
}
ul#baseNav li {
	margin: 0;
	padding: 0;
}
ul#baseNav li a{
	display: block;
	width: 272px;
	height: 60px;
	text-indent: -1000em;
}
ul#baseNav li a.events {
	background: url(../_images/_nav/event_main.png) no-repeat left top;
}
ul#baseNav li a.photos{
	background-image: url(../_images/_nav/photo_main.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#baseNav li a.interact {
	background: url(../_images/_nav/interaction_main.png) no-repeat left top;
}
ul#baseNav li a.contact {
	background-image: url(../_images/_nav/contact_main.png);
	background-repeat: no-repeat;
	background-position: left top;
}
ul#baseNav li a.current, ul#baseNav li a.current:hover {
	background-position: right top;
	border: none;
	cursor: default;
}

ul#baseNav li a:hover {
	background-position: -272px 0;
	border: none;
}
/* sub navigation */
ul#baseNav ul.subNav {
	list-style: none;
	margin:0;
	padding:0;
	margin-bottom: 10px;
	font-size: 12px;
}
ul#baseNav ul.subNav li {
	margin: 0 0 5px 50px;
	list-style-type: circle;
}
ul#baseNav ul.subNav li a:link, ul#baseNav ul.subNav li a:visited{
	display: block;
	width: auto;
	height: auto;
	text-indent: 0;
	padding: 5px 0;
	color: #277246;
	border-bottom: 1px solid #277246;
}
ul#baseNav ul.subNav li a:hover{
	color: #CCA674;
	border-bottom: 1px solid #2c566a;
}
ul#baseNav ul.subNav li a.current{
	color: #666;
	border-bottom: 1px solid #666;
}
/* main content region ^6c */
#mainContent h1.tagline{
	font: normal 2.4em Georgia, "Times New Roman", Times, serif;
	margin: .5em 0 .25em;
	color: #000;
	letter-spacing: -1px;
}
#indexContent h1.tagline {
	margin: .5em 0 .25em;
	color: #000;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	opacity: 1;
}
#indexContent p.tagline {
	margin: .5em 0 .25em;
	color: #000;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	opacity: 1;
}
#mainContent #mainArticle #fifthRegion .faq dt #heading {
	font-size: 2em;
	font-weight: bold;
}

#mainContent a.breadcrumb {
	color: #B00;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
}
#mainContent a.breadcrumb:hover {
	color: #D00;
	border: none;
}
#mainContent a.breadcrumb:current {
	color: #3c6b92
}

#mainContent p .breadcrumb.current
{
	color: #AAA;
}
#mainContent #mainArticle p #eventImage  {
	display: block;
	float: right;
	padding: 0 0 .5em 1em;
	width: 302px;
	height: 226px;
}
#mainContent #mainArticle p #interactImage {
	display: block;
	float: left;
	padding: 0 1em .5em 0;
	width: 215px;
	height: 194px;
}
#indexContent #spotlight h2   #shamrocks{
	display: block;
	float: right;
	padding: 0 0 .5em 1em;
}
#mainContent img.headlineImage {
	display: block;
	float: right;
	padding: 0 0 .25em .5em;
}
#mainContent img.galleryImage {
	padding: 5px;
	clear: left;
	float: left;
	margin-right: 1em;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
}
#mainContent h1#pageID {
	color: #193742;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: .25em;
	border-bottom: 2px solid #193742;
}
/* EndOAWidget_Instance_2127022 */
#mainContent #mainArticle #galleryID {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: .25em;
}
#mainContent #mainArticle #photoHeader {
	font-size: 1em;
}
#mainContent #mainArticle {
	position: relative;
	margin-top: 75px;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
}
#mainContent #mainArticle h1 {
	font-size: 1.55em;
}
#dbRegion #top {
	padding-bottom: 10px;
}
#mainContent #mainArticle #fifthRegion img {
	float: right;
	text-align: center;
	padding-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#mainContent #photoNav #photoNav{
	text-align: center;
}
body.hasCrumbs #mainContent #mainArticle {
	margin-top: 45px;
}
#mainContent .tourBadge {
	position: absolute;
	top: 15px;
	right: -50px;
}
#mainContent .tourBadge img {
	border: none;
}
#mainContent .tourBadge a,#mainContent .tourBadge a:hover {
	border: none;
	color: transparent;
}

#mainContent #mainArticle h2 {
	clear: both;
}
#mainContent #mainArticle h2 span.tourCost {
	font-size: .8em;
	color: #666;
	font-style: italic;
	margin-top: .25em;
	display: block;
	border-bottom: 1px solid #666;
	padding-bottom: .25em;
	margin-bottom: 1em;
}

#mainContent #mainArticle p.option{
	font-style: italic;
	color: #999;
	font-weight: bold;
	text-align: right;
	font-size: 1.2em;
	margin-top: -.6em;
}
#mainContent #mainArticle p a.top {
	text-align: right;
	padding-left: 30px;
	line-height: 20px;
	float: right;
	clear: left;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../_images/return_top.fw.png);
	background-repeat: no-repeat;
}
#mainContent #mainArticle p.galleryText {
	font-size: 0.9em;
	line-height: 1.5;
	float: left;
	clear: left;
}
#mainContent #mainArticle p a.top:hover {
	border: none;
	color: #662917;
}
#mainContent #mainArticle ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#mainContent #photoNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#mainContent #mainArticle ul ul{
	margin: 1.4em 0 1em 0;
}
#mainContent #photoNav ul ul {
	margin: 1.4em 0 1em 0;
}
#mainContent #mainArticle li {
	font-size: 1em;
	color: #51341a;
	margin-right: 15px;
	/* [disabled]background-image: url(../_images/_backgrounds/navBackground.png); */
	float: left;
	padding: 0;
	width: 180px;
}
#mainContent #photoNav li {	/*
	font-size: 1em;
	color: #51341a;
	margin-top: 0;
	margin-right: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-align: center;
}
#mainContent #mainArticle li li{
	font-size: 100%;
	margin-bottom: .7em;
}
#mainContent #photoNav li li {
	font-size: 100%;
	margin-bottom: .7em;
}
#mainContent #mainArticle ul.faqNav {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	width: 180px;
	float: left;
	margin-right: 15px;
}
#mainContent #photoNav ul.photoNav {
	list-style: none;
	/*
	[disabled]margin: 0 0 1em 0; */
	padding: 0;
	width: 180px;
	float: left;
	margin-right: 15px;
	/* [disabled]background-image: url(../_images/_backgrounds/navBackground.png); */
}
#mainContent #mainArticle ul.faqNav li {
	font-size: 0.85em;
	background-image: url(../_images/_backgrounds/navBackground.png);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
#mainContent #photoNav ul.photoNav li{
	font-size: 0.85em;
	text-align: center;
	background-image: url(../_images/_backgrounds/navBackground.png);
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
#mainContent #mainArticle ul.faqNav li a:link, #mainContent #mainArticle ul.faqNav li a:visited {
	color: #193742;
}
#mainContent #photoNav ul.photoNav li a:link, #mainContent #photoNav ul.photoNav li a:visited {
	color: #193742;
}
#mainContent #mainArticle ul.faqNav li a:hover, #mainContent #mainArticle ul.faqNav li a:active {
	color: #662917;
	border: none;
}
#mainContent #photoNav ul.photoNav li a:hover, #mainContent #photoNav ul.photoNav li a:active {
	color: #662917;
	border: none;
}
#mainContent #gallery , #mainContent #gallery_2{
	margin-bottom: 1em;
	/* [disabled]border-bottom: 1px solid #999; */
	padding-bottom: 1em;
}
#mainContent #mainArticle dl.faq {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #999;
}
#mainContent #mainArticle dl.faq dt {
	font: normal bold .9em Tahoma, Geneva, sans-serif;
	padding: 0;
	margin: 1em 0 .5em;
	color: #333;
	letter-spacing: 1px;
}
#mainContent #mainArticle dl.faq dd {
	font-size: 0.9em;
	line-height: 1.4;
	color: #333;
	/* [disabled]text-align: justify; */
	margin: 0;
	padding: 0 0 0 2em;
	/* [disabled]clear: left; */
}
#mainContent #mainArticle dl.faq dd ol {
	font-size: 0.9em;
	line-height: 1.4;
	color: #333;
	text-align: justify;
	margin: 0;
	padding: 0 0 0 2em;
	clear: both;
	list-style-type: circle;
}
#mainContent #mainArticle dl.faq dd ol li {
	/* [disabled]clear: left; */
	float: none;
	padding-bottom: 5px;
	width: auto;
}
#mainContent div.eventDescription {
	border-top: 2px solid #2c566a;
	float: left;
	clear: left;
	padding: 10px 0;
	margin-bottom: 15px;
	width: 608px;
}
#mainContent .eventDescription h2 {
	font-size: 1.5em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: 662917;
	font-weight: bold;
	margin-bottom: 1em;
	clear: right;
}
#mainContent .eventDescription h3.price {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	clear: right;
	margin: -1.6em 0 1em;
}
#mainContent .eventDescription p {
	font-size: .9em;
	line-height: 1.5;
}
#mainContent #eventSlideshows .eventDescription #slideshow {
	/* [disabled]margin-left: 35px; */
	float: left;
}
#mainContent .eventDescription span.option {
	font-weight: bold;
	text-align: right;
	display:block;
}
#mainContent .eventDescription img {
	float: left;
	padding: 10px 10px 10px 0;
}
#mainContent #eventDescriptions .eventDescription #slideshow {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent .eventDescription a.more {
	display:block;
	float: right;
	width: 95px;
	height: 30px;
	text-indent: -1000em;
	margin: 15px 0 0 15px;
	background-image: url(../_images/learn_more.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
#mainContent .eventDescription a.see {
	display:block;
	float: right;
	width: 95px;
	height: 30px;
	text-indent: -1000em;
	margin: 0px 0 0 15px;
	background-image: url(../_images/see_more.png);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
#mainContent a.book {
	display:block;
	float: right;
	width: 95px;
	height: 30px;
	background: url(../_images/book_bug.gif) no-repeat left top;
	text-indent: -1000em;
	margin: 15px 0 0 15px;
}
#mainContent .eventDescription a.more:hover,#mainContent a.book:hover{
	background-position: right top;
	border: none;
}
#mainContent .eventDescription a.see:hover, #mainContent a.book:hover {
	background-position: right top;
	border: none;
}
#mainContent #eventDescriptions .eventDescription p img{
	width: 195px;
	height: 120px;
}
#mainContent ul {
	margin: 0 .5em 1.5em;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0;
}
#mainContent li {
	font-size: 1em;
	/* [disabled]margin-bottom:0.75em; */
	color: #333;
	/* [disabled]text-align: center; */
}
#mainContent .callOut {
	width: 262px;
	float: left;
	margin-right: 24px;
}
#mainContent .callOutRight {
	margin-right: 0;
}
#mainContent .callOut h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #406617;
	border-bottom: 2px solid #193742;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
}
#mainContent #findTour {
	position:absolute;
	top: 40px;
	right: -15px;
	width: 300px;
	height: 80px;
	text-indent: -1000em;
	background: url(../_images/tag.png) no-repeat;
}
#mainContent #findTour a{
	display: block;
	width: 300px;
	height: 80px;
}
#mainContent #findTour a:hover{
	border: none;
}
/* mainContent specific regions */
/* data tables ^6d */
#mainContent table.data {
	width: 95%;
	margin: 0 auto 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-collapse: collapse;
	border: 1px solid #333;
	background: #e1d8b9;
}
#mainContent table.data caption {
	font-size: 1.2em;
	font-weight: bold;
	color: #51341a;
	padding-bottom: 10px;
	margin: 0;
	text-align: left;
}
#mainContent table.data th{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	padding: 0 10px;
	line-height: 2.6em;
	color: #FFF;
	background: #555;
	border-bottom: 1px solid #000;
}
#mainContent table.data thead {
	background: url(../_images/_gif/thead_back.gif) repeat-x left top;
	height: 40px;
}
#mainContent table.data thead th {
	background: none;
	color: #000;
	text-align:left;
	border: 1px solid #333;
}
#mainContent table.data td {
	padding: 0 10px;
	border: 1px solid #333;
	font-size: .8em;
}
#mainContent table.data tr.alt {
	background: #fff;
}
#mainContent #trailType, #mainContent #trailPath, #mainContent #trailRating {
	background: #fff;
}

/*spotlight region ^6e */
#spotlight{
	background: #fff;
	padding: 15px 25px;
	/*margin-top: 65px;*/
}
#spotlight h2{
	color: #662917;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 0.25em;
}
#spotlight p{
	font-size: .85em;
	line-height: 1.5;
	padding-bottom: 5px;
}
/* form styling ^6f */
#mainContent form {
	font: normal .9em Arial, Helvetica, sans-serif;
	color: #406617;
}
#mainContent fieldset {
	padding: 40px 20px  0 0;
	margin: 0 0 2em;
	background-color: #DED8BC;
	border: none;
	position: relative;
	float: left;
}
#mainContent fieldset legend {
	padding: 0;
	margin: 0;
	color: #51341a;
}
#mainContent legend strong {
	position: absolute;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 1.2em;
}
#mainContent #mainArticle #facebookPlugin
   {
	background: #ffffff;
	height: 100%;
	width: 590px;
	margin-bottom: 15px;
}
#mainContent #mainArticle #twitterPlugin
   {
	margin-bottom: 15px;
}
#mainContent #mainArticle form p {
	color: #406617;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}
#mainContent #mainArticle form p.subHead {
	margin: 0 0 0 20px;
	clear: both;
}
#mainContent #mainArticle form label.subHead {
	display: block;
	float: none;
	margin: 0;
	width: auto;
}
#mainContent form label{
	width: 150px;
	float: left;
	clear: left;
	margin-right: .75em;
}
#mainContent form label.inline {
	width: auto;
	float: none;
}
#mainContent #mainArticle form ol{
	list-style:none;
	margin: 0;
	padding: 0;
}
#mainContent #mainArticle form li {
	background: none;
	margin: 0;
	padding: 0;
}
/* individual forms */
/* support form */
#mainContent fieldset#quickComment {
	/* [disabled]width: 590px; */
}
#mainContent #quickComment textarea , #mainContent #generalInfo textarea , #mainContent #frmContact textarea{
	width: 520px;
	height: 150px;
}
#mainContent #mainArticle #supportOptions {
	width: 215px;
	padding: 15px 15px 0;
	border: 1px solid #193742;
	float: right;
	background-color: #cb7d20;
}
#mainContent #mainArticle #supportOptions h3{
	font: normal 1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing:1px;
	margin: 0 0 .75em;
}
#mainContent #mainArticle #supportOptions p{
	font-size: 1em;
	color: #000;
	line-height: 1.4;
}
#mainContent #mainArticle #supportOptions strong {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 2px;
	font-weight:normal;
}
#mainContent #mainArticle #supportOptions a:link, #mainContent #mainArticle #supportOptions a:visited {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
#mainContent #mainArticle #supportOptions a:hover {
	color: #000;
	border-bottom: 1px dashed #000;
}
/* contact form */
#mainContent form#frmContact input.text {
	width: 250px;
}

#mainContent form#frmContact fieldset {
	width: 590px;
}
#mainContent form#frmContact .col1 , #mainContent form#frmContact .col2{
	float: left;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 235px;
}
#mainContent form#frmContact div p {
	margin: 0 0 .5em 0;
}
#mainContent form#frmContact div label {
	font-size: .9em;
	display: inline;
	float: none;
}
/* join form */

#mainContent form#frmJoin input.text {
	width: 200px;
}
#mainContent form#frmJoin input.text:focus {
	background: #ffc;
}
#mainContent form#frmJoin fieldset {
	width: 580px;
}
#mainContent form#frmJoin label {
	width: 125px;
	position: relative;
}
#mainContent form#frmJoin label.inline {
	float: none;
}
#mainContent form#frmJoin label span {
	color: #51341a;
	position: absolute;
	left: 350px;
}
#mainContent form#frmJoin .col1 {
	float: left;
	padding-left: 20px;
	margin-right: 20px;
	width: 160px;
}
#mainContent form#frmJoin .col2, #mainContent form#frmContact .col3 {
	float: left;
	margin-right: 20px;
	width: 170px;
}
#mainContent form#frmJoin div p {
	margin: 0 0 .5em 0;
}
#mainContent form#frmJoin div  {
	margin: 0 0 20px 0;
}
#mainContent form#frmJoin div label {
	font-size: .9em;
	display: inline;
	float: none;
}
#mainContent form#frmJoin textarea {
	width: 500px;
	height: 150px;
}
.centered {
	text-align: center;
}
#mainContent #mainArticle #dbRegion img {
	float: right;
	margin-bottom: 5px;
	padding-right: 15px;
	margin-left: 5px;
}
#dbRegion .faq dd h6 {
	padding-bottom: 5px;
}
.eventDescription #eighthText {
	clear: both;
}
#frmContact #generalInfo .col1 #sprycheckbox4 input , #frmContact #generalInfo .col2 #sprycheckbox5 input{
	margin-bottom: 15px;
}
#formComment #quickComment span , #frmContact #generalInfo span{
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	/* [disabled]margin-left: 20px; */
}
#formComment #quickComment label , #frmContact #generalInfo label {
	/* [disabled]margin-left: 20px; */
}
#formComment #quickComment #submit , #frmContact #generalInfo #submit2{
	margin-left: 20px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#indexContent .tagline {
	background-color: #D0A67F;
	opacity: 0.5;
	color: #000000;
	margin-top: 135px;
}
#home #wrapper #EdgeID {
	 clear: left; 
	 float: right; 
}
#thanksYou {
	padding-top: 15px;
}
#wrapper #mainContent #mainArticle #contact #frmContact #generalInfo #checkboxGroup1 {
	/* [disabled]padding-top: 20px; */
	padding-left: 15px;
	padding-bottom: 20px;
}
#wrapper #mainContent #mainArticle #contact #frmContact #personalInfo #personalInformation {
	padding-left: 20px;
	padding-bottom: 10px;
}
#wrapper #mainContent #mainArticle #formComment #quickComment span #subject {
	padding-bottom: 20px;
	padding-left: 20px;
}
#wrapper #mainContent #mainArticle #CCgallery p , #wrapper #mainContent #mainArticle #BBQgallery p{
	padding-top: 1em;
}
#wrapper #mainContent #eventSlideshows .eventDescription #comingSoon {
	padding-left: 122px;
}
