html, body {
/* 	margin: 0; */
/* 	height: 100%; */
	background: #a3ae3b;
	margin-top: 20px;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color: #333;
}

#main_wrapper {
	width: 988px;
	margin: 0 auto;
	/*
min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -46px auto;
*/ /* negative value is for accommodating footer at bottom */
}

#nav_wrapper {
	position: relative;
	z-index: 1000;
	background: #bce5eb;
	width: 960px;
	margin: 0 auto;
	height: 40px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav_wrapper .shadow {
	position: absolute;
	left: 0px;
	bottom: -5px;
/*
	width: 944px;
	margin: 0 auto;
*/
	text-align: center;
}

#countdown {
	float: right;
	width: 240px;
	margin: 0 4px 0 0;
}

#page_wrapper {
	clear: both;
	width: 988px;
/* 	height: 952px; */
}

#page_top {
	float: left;
	background: url("../images/page_top.png") no-repeat;
	width: 988px;
	height: 5px;
}

#page_tile {
	float: left;
	background: url("../images/tile_page.png") repeat-y;
	width: 960px; /* 988 actual */
/* 	height: 100px; */
	padding: 10px 14px;
}

#page_btm {
	float: left;
	background: url("../images/page_btm.png") no-repeat;
	width: 988px;
	height: 5px;
}

#header {
	position: relative;
	background: #614219 url("../images/logo_mf_header.gif") no-repeat 786px 28px;
	width: 960px;
	height: 212px;
}

#header .photo {
	position: absolute;
	z-index: 500;
	top: -44px;
	left: -22px;
}

#header .title {
	position: absolute;
	top: 60px;
	left: 428px;
	width: 340px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 24px;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#header .subtitle {
	position: absolute;
	top: 150px;
	right: 176px;
	background: url("../images/arrow_east_white.png") no-repeat left 4px;
	padding: 0 0 0 15px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 16px;
	color: #c9da2d;
	text-align: right;	
	letter-spacing: .1em;
}

#content_wrapper {
	position: relative;
/*
	clear: both;
	width: 940px;
	margin: 0 auto;
	padding: 0 0 10px 0;
*/
}

#left_col {
	float: left;
	width: 320px;
}

#left_col img,
#right_col img {
	border-bottom: 1px solid #fff;
}

#right_col {
	float: right;
	width: 142px;
}

#content {
	float: left;
	width: 474px; /* 498 actual */
	padding: 20px 12px 120px;
}

.home {
/* 	background: url("../images/floorplan.gif") no-repeat center 100px; */
}

#push { /* IMPORTANT! Use for keeping footer at bottom. same height as footer  */
	clear: both;
	height: 46px;
}

#footer {
	position: relative;
/* 	width: 960px; */
	margin: 0 auto;
}

#footer .address {
	background: #614219;
	width: 881px;
	height: 28px;
	line-height: 28px;
	font-size: 11px;
	color: #fff;
	text-indent: 45px;
}

#footer .dog {
	position: absolute;
	right: 60px;
	bottom: 4px;
}

#footer .logo {
	position: absolute;
	right: 0;
	bottom: 0;
}

.legal {
/* 	font-family: Verdana, Arial, sans-serif; */
	font-size: 10px;
	color: #fff;
}

/* !TAG MODS */

h1 {
	font-size: 18px;
	color: #a3ae3b;
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 15px;
	color: #a3ae3b;
}

h3 {
	font-size: 13px;
/* 	color: #a3ae3b; */
}

p {
	margin: 12px 0;
}

img {
	border: none;
}

hr {
	clear: both;
	background: #a3ae3b;
	width: 50%;
	height: 2px;
	margin: 20px auto;
/* 	padding: 10px 0; */
	border: none;
}


/* !LINK STYLE MANAGEMENT */

a:link, a:visited {
	color: #a3ae3b;
	text-decoration: underline;
}

a:hover, a:active {
	color: #bce5eb;
/* 	text-decoration: none; */
}

.legal a {
	color: #fff;
	text-decoration: none;
}

.legal a:hover {
	color: #4e3310;
}


/* !TABLES */

/*
table td {
	padding: 3px 10px;
	border-bottom: 1px solid #a3ae3b;
}
*/

table.tickets td {
	padding: 2px 4px;
	border-bottom: 1px solid #a3ae3b;
}

table.tickets .desc {
	text-align: right;
}

/* !FORMS */

input.text {
	background: #bce5eb;
	padding: 3px;
	border: 1px solid #a0a0a0;
/* 	color: #999; */
}

input.submit {
	background: #a3ae3b;
	padding: 4px 15px;
	border: none;
	cursor: pointer;
	color: #fff;
}

input.submit:hover {
	background: #614219;
}

ul.form_error {
	border-top: 2px solid #a3ae3b;
	border-bottom: 2px solid #a3ae3b;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

ul.form_error li {
	margin-bottom: 0;
}


/* !IMAGES */

.border {
	padding: 1px;
	border: 2px solid #252525;	
}

.pic_right {
	float: right;
	margin: 0 0 6px 12px;
}

.pic_left {
	float: left;
	margin: 0 12px 6px 0;
}

/* !MISCELLANEOUS */

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.caption {
	font-size: 11px;
}

.news_sub {
	font-weight: bold;
	color: #c6af32;
}

.hilite {
	color: #f57e17;
}

.hilite_box {
	background: #BCE5EB;
	padding: 0 20px;
	border: 2px solid #614219;
	/* CSS3 for modern browsers */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.hilite_box ul {
	list-style: none;
	width: 240px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.hilite_box ul li {
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}

.hilite_box ul li:first-child {
	border-top: 1px solid #fff;
}

.strike {
	text-decoration: line-through;
}

/* !SIDEBAR BOX */

.box_top {
	width: 300px;
	height: 10px;
	background: url("../images/box_top.gif") no-repeat center top;
}

.box_mid {
	width: 262px; /* 300 actual */
	padding: 2px 18px;
	background: #e6e6e6;
	border-right: 1px solid	#959595;
	border-left: 1px solid	#959595;
	color: #464646;
	font-size: 11px;
}

.box_btm {
	clear: both;
	width: 300px;
	height: 10px;
	background: url("../images/box_btm.gif") no-repeat center top;
}

.box_mid ul {
	margin: 12px 0 0 20px;
	padding-left: 0;
}

/* !jQUERY OVERLAY */

.overlay {
    display: none;
    z-index: 10000;
    background-color: #fff;
    width: 596px; /* 600 actual */
    padding: 2px;
    
    /* CSS3 styling for modern browsers */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

.overlay .content {
	width: 546px;/* 596 actual */
	border: 5px solid #443520;
	padding: 20px;
    /* CSS3 styling for modern browsers */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.overlay .close {
    position: absolute;
    right: -15px;
    top: -15px;
    background-image: url("../images/btn_close.png");
    cursor: pointer;
    height: 35px;
    width: 35px;
}

