/* 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;
}
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.gif) no-repeat;
	text-decoration:none;
}
#top_nav a:hover{	text-decoration:underline;}

a#callout-contact_us{background-position:left    3px;}
a#top-service		{background-position:left  -37px;}
a#top-events		{background-position:left  -77px;}
a#top-about			{background-position:left -117px;}
a#top-home			{background-position:left -157px;}

/* 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;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *
 * 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 190px 30px;
}
.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:-50px;
	margin:0;
	margin-bottom:10px;
}
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;
	font-weight:normal;
	width:400px;
}
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;}

a#more_link{
	display:block;margin-top:1em;
	background:url(../../images/btn-order.gif) no-repeat;
	text-decoration:none;
	height:45px;
	width:85px;
}
a#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:8px;
	-webkit-border-radius:8px;
	border-bottom-radius:8px;
	border:solid 2px #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;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-bottom-radius:0px;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;	
}
.home .copy{
	width:660px;
	margin:2em auto;
	text-align:left;
	padding:0;
	padding-left:30px;
}
.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;
}

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

/* ################################### 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;
}
.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;
}
