@import url("header.css"); /* Controls the main navigation ("header" DIV) */
@import url("left.css"); /* Controls the left navigation */
@import url("right.css"); /* Controls the main content area */
@import url("forms.css"); /* Controls all forms on the site */
@import url("footer.css"); /* Controls footer styles only */



/* GLOBAL BODY STYLES */
/* ---------------------------------------------------
	The following sets the global styles for the site
------------------------------------------------------ */
body {
	color:#000;
	padding:0;
	margin:18px 0 0 0;
	font-family:arial, helvetica, verdana, sans-serif;
	text-align:center;
	}

a:link {color:#999; text-decoration: none;}
a:visited {color:#999; text-decoration: none;}
a.dark:link {color:#5E5D5D; text-decoration: none;}
a.dark:visited {color:#5E5D5D; text-decoration: none;}

#home a:hover {color:#FAC6CF; text-decoration: none;}
#home a:active {color:#FAC6CF; text-decoration: none;}
#event a:hover {color:#73CEE2; text-decoration: none;}
#event a:active {color:#73CEE2; text-decoration: none;}
#holidays a:hover {color:#BA1017; text-decoration: none;}
#holidays a:active {color:#BA1017; text-decoration: none;}
#live a:hover {color:#E08738; text-decoration: none;}
#live a:active {color:#E08738; text-decoration: none;}
#shop a:hover {color:#620460; text-decoration: none;}
#shop a:active {color:#620460; text-decoration: none;}
#dine a:hover {color:#888331; text-decoration: none;}
#dine a:active {color:#888331; text-decoration: none;}
#bcenter a:hover {color:#8577B6; text-decoration: none;}
#bcenter a:active {color:#8577B6; text-decoration: none;}
#news a:hover {color:#B5D443; text-decoration: none;}
#news a:active {color:#B5D443; text-decoration: none;}
#admin a:hover {color:#FAA61A; text-decoration: none;}
#admin a:active {color:#FAA61A; text-decoration: none;}
#about a:hover {color:#BD0A80; text-decoration: none;}
#about a:active {color:#BD0A80; text-decoration: none;}
#guest a:hover {color:#FAC6CF; text-decoration: none;}
#guest a:active {color:#FAC6CF; text-decoration: none;}
#business a:hover {color:#EAC102; text-decoration: none;}
#business a:active {color:#EAC102; text-decoration: none;}
#contact a:hover {color:#FAA61A; text-decoration: none;}
#contact a:active {color:#FAA61A; text-decoration: none;}
#employ a:hover {color:#BD0A80; text-decoration: none;}
#employ a:active {color:#BD0A80; text-decoration: none;}
#directions a:hover {color:#FAC6CF; text-decoration: none;}
#directions a:active {color:#FAC6CF; text-decoration: none;}
#search_results a:hover {color:#FAC6CF; text-decoration: none;}
#search_results a:active {color:#FAC6CF; text-decoration: none;}

a.pink:hover {color:#FAC6CF; text-decoration: none;}
a.pink:active {color:#FAC6CF; text-decoration: none;}

a.speciallink:hover {color:#FAC6CF; text-decoration: none;}
a.speciallink:active {color:#FAC6CF; text-decoration: none;}

p {
	font-size:11px;
	line-height: 15px;
	padding:0;
	margin:0 0 15px 0;
	}
	
h4 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:16px;
	}
	
h5 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:14px;
	}
	
h6 {
	margin:0 0 2px 0;
	padding:0;
	font-weight:normal;
	font-size:10px;
	}




#main ul {
	font-size:11px;
	color:#999999;
	list-style-type:square;
	}
	
#main ol {
	font-size:11px;
	color:#999999;
	}

#main li {
	line-height:16px;
	}


/*

#main ul {
	list-style-type: none;
	font-size:11px;
	width:400px;
	}

#main li {
	background: url(/images/global/dom.gif) left center no-repeat;
	line-height:16px;	
	padding-left:0px;
	}
	
	*/






/* BACKGROUND COLORS */
/* ---------------------------------------------------
	The following styles determine the background
	colors for site. The background color of a page is 
	determined by adding one of the following IDs to 
	the <BODY> tag.
------------------------------------------------------ */
#home {background:#FAC6CF;}
#event {background:#73CEE2;}
#holidays {background:#BA1017;}
#live {background:#E08738;}
#shop {background:#620460;}
#dine {background:#888331;}
#bcenter {background:#8577B6;}
#news {background:#B5D443;}
#gcard {background:#999;}
#promo1 {background:#999;}
#admin {background:#FAA61A;}
#about {background:#BD0A80;}
#guest {background:#FAC6CF;}
#employ {background:#BD0A80;}
#contact {background:#FAA61A;}
#business {background:#EAC102;}
#directions {background:#FAC6CF;}
#search_results {background:#FAC6CF;}

.gcard #all {
	background:#FFF url("/images/gcard/card.jpg") no-repeat;
	background-position:0 350px;
	}
.promo1 #all {
	background:#FFF no-repeat;
	background-position:0 350px;
	}
.ticket #all {
	background:#FFF no-repeat;
	background-position:0 350px;
	}



/* "all" DIV STYLES */
/* ---------------------------------------------------
	This defines main content area.  Editing the styles
	below will alter the 960 x 572 px white content
	area throughout the entire site. The multiple #all
	declarations below implement the box model hack to 
	compensate for IE 5.5 and IE 6.0 CSS bugs.
------------------------------------------------------ */
#all {
	position:relative;
	border:0;
	padding:18px;
	margin:0 auto;
	background:#FFF;
	text-align:left;
	}
	
#all {
	width:960px;
	voice-family: "\"}\"";
    voice-family: inherit;
    width:924px
	}

html>body #all {width:924px; height:auto;}
	
.spacer {
	clear:both;
	height:0;
	padding:0;
	margin:0;
	font-size:1px;
	line-height:0;
	}
	
#tbl ul {
	font-size:11px;
	width:75px;
	list-style-image:url("/images/global/dot.gif");
}
