/* CSS Document */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *
 * GLOBAL STYLES											 *
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 
/* Zero Out
---------------------------------------- */
div, dl, dt, dd, img, body, a, .zero_out {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
/* Self Clearing Floats
---------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    width: 100%;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
*:first-child+html .clearfix { 
	display:inline-block; 
}

.hidden{
	display:none;
}

a span,
h1 span,
h2 span,
h3 span,
.alt{
	position:relative;
	left:-10000px;
}
h1.main_heading{ color:#F00;Xtext-indent:-9999px; }
a{color:#103D82;}
a:hover{color:#993322;}
/* Superscript/Subscript Fix
---------------------------------------- */
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
	font-size:.7em;
}
sub {
	top: .5ex;
}
/* Structure
---------------------------------------- */
body {
	background: #FFF url(../../images/body-bg.jpg);
	font: 12px arial, helvetica, verdana, sans-serif; 
	text-align: center;
}

.frame,
.frame-top,
.frame-body {
	width: 990px;
}
.header{
	width: 979px;
	margin:0 auto;
}
.frame {
	background: url(../../images/body.jpg) repeat-y center top;
	margin: 10px auto;
}
.frame-top {
	background: url(../../images/btm2.jpg) no-repeat center bottom;
}
.frame-body {
	padding-bottom:100px;
	background: url(../../images/top2.jpg) no-repeat center -4px;
	text-align:center;
}
.header{
	Xbackground:#CCF;
	height:179px;
	width:979px;
	text-align:left;
}
.header .logo{
    display:block;
	margin:0;
	padding:0;
	position:relative;
	left:46px;
	width:895px;
	height:149px;
	text-decoration:none;
}

/* TOP NAV */

#top_nav{
	position:relative;
	top:-7px;
	text-align:right;
	margin-right:50px;
	padding-top:0px;
	height:30px;
}
#top_nav a{
	float:right;
	display:block;
	padding:8px 20px 0 30px;
	height:18px;
	background: url(../../images/sprite-icons.png) no-repeat;
	text-decoration:none;
	color:#C9B9AB;
	color:#9A8573;
	color:#a98;
}
#top_nav a:hover{	text-decoration:underline;color:#DBD9CF;}

a#top-contact		{background-position:left -277px;}
a#top-service		{background-position:left -317px;}
a#top-events-orig	{background-position:left -357px;}
a#top-about			{background-position:left -397px;}
a#top-home			{background-position:left -437px;}
a#top-taf			{background-position:left -477px;}
a#top-events		{background-position:left -517px;}

a#top-contact:hover		{background-position:left    3px;}
a#top-service:hover		{background-position:left  -37px;}
a#top-events-orig:hover	{background-position:left  -77px;}
a#top-about:hover		{background-position:left -117px;}
a#top-home:hover		{background-position:left -157px;}
a#top-taf:hover			{background-position:left -197px;}
a#top-events:hover		{background-position:left -237px;}

a#top-contact		{background-position:-200px    0px;}
a#top-service		{background-position:-200px  -40px;}
a#top-events		{background-position:-200px  -80px;}
a#top-about			{background-position:-200px -120px;}
a#top-home			{background-position:-200px -160px;}
a#top-taf			{background-position:-200px -200px;}
a#top-events		{background-position:-200px -240px;}
a#fb_open			{background-position:-200px -280px;Xtext-indent:-9999px;text-align:left;padding-left:30px;Xfont-size:1px;}

a#top-contact:hover		{background-position:left    0px;}
a#top-service:hover		{background-position:left  -40px;}
a#top-events:hover		{background-position:left  -80px;}
a#top-about:hover		{background-position:left -120px;}
a#top-home:hover		{background-position:left -160px;}
a#top-taf:hover			{background-position:left -200px;}
a#top-events:hover		{background-position:left -240px;}
a#fb_open:hover			{background-position:left -280px;}

#fb_link{
	float:left;
	position:relative;
	left:50px;
	top:2px;
	width:200px;
	text-align:left;
	z-index:500;
}
#top_nav a#fb_open{
	float:left;
	text-align:left;
}
#fb_like{
	display:none;
	position:absolute;
	left:30px;
	z-index:999;
	background:#FFF;
	padding:5px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-bottomleft:4px;
-webkit-border-bottom-right-radius:4px;
-webkit-border-bottom-left-radius:4px;
border-bottom-right-radius:4px;
border-bottom-left-radius:4px;
border:solid 1px #F5DABC;
-webkit-box-shadow:3px 3px 10px #543;
-moz-box-shadow:3px 3px 10px #543;
box-shadow:3px 3px 10px #543;
}
#fb_head{
	text-align:left;
	background:#3C5079;
	padding:3px;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	margin:0 0 3px 0;
}
#fb_head a{
	float:none;
	color:#FFF;
	text-indent:0;
	text-align:left;
	background:none;
	padding:0;
	margin:0;
	display:inline;
}
#fb_head a#fb_close{
	display:block;
	float:right;
	height:auto !important;
	padding:0 2px;
	background:#2C4069;
	background:#c00;
	color:#FFF;
	text-indent:0;
	text-align:right;
	
}


/* MAIN NAV */

#menu .current_page_item a,
#menu .current_page_parent ul li.current_page_item a{font-weight:bold;color:#FFF;}
#menu .current_page_parent ul li.current_page_item{background:#3E2417;padding-top:3px;padding-bottom:3px;}

#menu .current_page_parent a,
#menu .current_page_item a,
#menu .current_page_item a:hover
{color:#FFF;}

/* Sets current submenu for active item to normal menu style */
#menu .current_page_item ul li a,
#menu .current_page_parent ul li a
{font-weight:normal;color:#EDC;}

#menu{
	position:relative;
	top:6px;
	left:35px;
	width:890px;
}

#menu ul ul{position:absolute;display:none;}
#menu .current_page_parent ul,
#menu .current_page_item ul{display:block;}
/* for JQUERY SlideDown */
#menu .current_page_item ul{display:none;}



#menu ul {
    float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left:13px;
	font-size:1px;
}
#menu ul li {
    float:left;
	list-style: none;
	display:inline-block;
	margin: 0;
	padding: 0;
	border-left:solid 1px #A89B7B;
	height:15px;
}
#menu ul li ul{
	position:absolute;
	left:10px;
	width:120px;
	text-align:center;
	margin-top:4px;
	padding:0 2px 1px 2px;
	background: url(../../images/subnav-bg.gif);
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border:solid 1px #F5DABC;
	border-top:none;
	-webkit-box-shadow:3px 3px 10px #543;
	-moz-box-shadow:3px 3px 10px #543;
	box-shadow:3px 3px 10px #543;
}
#menu ul li ul li{
	padding-top:1px;
	clear:both;
	display:block;
	width:100%;
	position:relative;
	left:-1px;
	text-align:left;
}
#menu a {
	display:inline-block;
	padding: 0 20px;
	Xheight:22px;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color:#A89B7B;
	text-decoration:none;
}
#menu ul li ul li a{
	padding: 0 10px;
	width:118px;
}
#menu ul li ul li a:hover{color:#FFF;}
#menu ul li:first-child{
    border:none;
}
#menu ul li ul li,
#menu ul li ul li:first-child{
	border-top:solid 1px #DB9;
	border-left:solid 1px #DB9;
	border-right:solid 1px #876;
	border-bottom:solid 1px #987;
}

#menu a:hover {color:#FFF;}


.content{
	clear:both;
}

.footer,
.footer a{color:#A9998B;color:#9A8573;}
.footer p{color:#FFF;}
.footer{position:relative;top:-1em;	width:700px;margin:0 auto;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *
 * END GLOBAL STYLES -- BEGIN PAGE LEVEL SELECTORS	     	 *
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 
/*
						background:#F00;filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
*/

/* Home
---------------------------------------- */
.home .main_nav,
.home .main_nav li{
	height:27px;
}
.home .main_nav li a{
	height:19px;
}

.home .content{
	color:#432;
	background:url(../../images/clips.jpg) no-repeat 414px 0px;
}
.home-top{
	height:350px;
}
.home-callouts{
	height:200px;
	background:url(../../images/home_callouts.jpg) no-repeat center top;
}

.home h1{
/*
	background:url(../../images/txt-custom_bookmarks.gif) no-repeat center top;
*/
	text-align:top;
	height:60px;
	font-size:38px;
	color:#432;
	text-align: left;
	font-weight: normal;
	position:relative;
	left:-10px;
	top:-10px;
	margin:0;
	margin-bottom:0px;
}
h1.main_heading{ 
	text-align:top;
	height:60px;
	font-size:42px;
	color:#432;
	text-align: left;
	font-weight: normal;
	position:relative;
	left:215px;
	width:650px;
	margin:0;
	margin-top:1em;
	padding:0;
}
h2.tagline{
	margin:0;
	color:#103D62;
	color:#848679;
	color:#259;
	font-weight:normal;
	font-weight:bold;
	width:400px;
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
	font-style:italic;
}
h2#static-contact,
h2#static-order{
	background:url(../../images/hd-static.gif) no-repeat;
	width:250px;
	height:30px;
}
h2#static-order{background-position:left -40px;height:50px;}

#more_link{
	display:block;margin-top:1em;
	background:url(../../images/btn-order.gif) no-repeat;
	text-decoration:none;
	height:45px;
	width:85px;
}
#more_link:hover{
	background:url(../../images/btn-order.gif) no-repeat -100px top;
}

.home h1.main_heading{display:none;}
.copy{min-height:300px;padding:0 80px 0 230px;text-align:left;font-size:18px;color:#754;}
.copy img{
	padding:1px;
	margin-left:25px;
	position:relative;
	top:-120px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:solid 2px #FFF;/*F5DABC*/
	-webkit-box-shadow:3px 3px 10px #543;
	-moz-box-shadow:3px 3px 10px #543;
	box-shadow:3px 3px 10px #543;
}
.home .copy img{
	padding:none;
	margin:0;
	position:static;
}
.home .copy{
	width:800px;
	margin:2em auto;
	text-align:left;
	padding:0;
	padding-left:30px;
	font-size:12px;
}
.copy img.regular{
	position:static;
	border:none;
	margin:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;	
}
.home .copy a{
	color:#321;
	font-weight:bold;
}

.home h2{margin-top:0;font-size:14px;}

.about h1.main_heading,
X.event-schedule h1.main_heading,
.customer-service h1.main_heading
{left:130px;}

.about .copy,
X.event-schedule .copy,
.customer-service .copy
{padding-left:160px;padding-right:160px;}

.home #labels{float:right;width:500px;height:400px;position:relative;top:-58px;}
.home .home_label{width:220px;height:160px;/*margin-bottom:1px;background:#00F;opacity:.5;*/position:relative;left:254px;line-height:1.2;font-size:11px;color:#FFF;}
.home #label1.home_label{left:294px;}
.home #label2.home_label{left:284px;}
.home #label3.home_label{height:auto;}
.home .home_label h3{margin-top:0;margin-bottom:4px;}
.home .home_label p{margin:0;}
.home .home_label a{color:#FFF;}

#home_gallery, #home_gallery li{
	text-align:center;
	list-style: none;
	margin:0;
	padding:0;
}

#home_gallery{clear:both;border-top:solid 1px #CBA;}

#home_gallery li{
	margin:2em 0;
	display:inline-block;
}
#home_gallery img{margin: 0 8px .5em 8px;}
#home_gallery li a{text-decoration:none;}
#home_gallery li a:hover{text-decoration:underline;}

/* ################################### LIGHTBOX */

#lightbox-contact_us,
#lightbox-taf,
#lightbox-order{
	background: #FFF url(../../images/body-bg.jpg);
	text-align:right;
	width:500px;
	height:580px;
/*
	border:solid 3px #FFF;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:3px 3px 20px #333;
	-moz-box-shadow:3px 3px 20px #333;
	box-shadow:3px 3px 20px #333;
*/
}
.cb_close{
	position:absolute;
	display:block;
	border:solid 2px #900;
	color:#900;margin:3px;
	margin-left:478px;
	width:1.4em;
	text-align:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-bottom-radius:3px;
}
.cb_close:hover{background:#B3B2AD;color:#C00;border-color:#C00;}
#lightbox-contact_us{height:450px;}
#lightbox-taf{height:450px;}

#iframe{
	padding:10px 30px;
	background: #FFF url(../../images/body-bg-lt.jpg);
}
#iframe input,
#iframe textarea
{width:430px;}
#iframe input#submit{width:auto !important;}
#iframe .required{color:#C00;}
#iframe h1{height:30px !important;overflow:hidden;margin:0;padding:0;font-size:30px;}
.note{font-size:.8em;}
.quote{
	background: url(../../images/quotes-sprite.gif) no-repeat 1em 1em;
	border:solid 1px #F1E6CE;
	float:right;
	margin:1em;
	margin-right:0;
	margin-top:0;
	padding:1em;
	width:350px;
}
.quote span{
	display:block;
	background: url(../../images/quotes-sprite.gif) no-repeat bottom right;
	padding:1em;
	color:black;
	font-family:serif;
	font-style:italic;
	text-align:center;
	font-size:22px;
}
#error{background:#F00;color:#FFF;position:absolute;padding:10px;width:420px;border:solid 2px #FFF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-bottom-radius:3px;
	-webkit-box-shadow:3px 3px 20px #333;
	-moz-box-shadow:3px 3px 20px #333;
	box-shadow:3px 3px 20px #333;}
#error a{float:right;color:#FFF;border:solid 1px #FFF;text-decoration:none;font-weight:bold;padding:0 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-bottom-radius:3px;
	-webkit-box-shadow:3px 3px 20px #333;
	-moz-box-shadow:3px 3px 20px #333;
	box-shadow:3px 3px 20px #333;}
#error h3{margin-top:0;}
#error p{margin-bottom:0;}

#gallery {text-align:center;}
#gallery br{display:none;}
#gallery img{position:static;margin:.5em;}
#gallery a{}

#flash_hdr-container{position:absolute;top:2px;}
