body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background: #000
}

#wrapper {
	position: relative;
	margin: 35px auto;
	padding: 0;
	text-align: left;
	width: 950px;
    }

body#home #wrapper {
    background: #fff url(/dep/bg-wrapper-home.gif) repeat-y left top;
	}
#wrapper {
    background: #fff url(/dep/bg-wrapper1.jpg) repeat-y left top;
	}
body.no-sidebar #wrapper {
    background: #fff url(/dep/bg-wrapper-noside.gif) repeat-y left top;
	}

body.no-subnav #wrapper {
    background: #fff url(/dep/bg-wrapper-nosub.gif) repeat-y left top;
	}
body.main-only #wrapper {
    background: #fff url(/dep/bg-wrapper-mainonly.gif) repeat-y left top;
	}

body#home #sidenav,
body.no-sidebar #sidebar,
body.main-only #sidebar,
body.no-subnav #sidenav,
body.main-only #sidenav {
	display: none;
	}


/*
-----------------------------------
LAYOUT
-----------------------------------
*/
#tools {
    width: 300px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 750px;
    }

#header img {
	border: none;
	}

#header #logo {
	float: left;
	margin: 0;
	}

#header #tools {
	float: right;
	width: 300px;
	}

#company-name {
   width: 950px;
   height:220px;
   margin: 0;
   padding: 0;
   background: url(/dep/home.jpg) no-repeat left top;
   }

* html #company-name {
   width: 920px;
   }

#company-name h1, #company-name h2
{
	float: left;
	margin: 40px 0 0 15px;
	color: #fff;
	font-size: 1.7em;
	width: 100%;
}

#company-name h2 {
    font-size:1.2em;
   	margin: 10px 0 0 15px;
	}

body#about #company-name {
   background: url(/dep/about.jpg) no-repeat left top;
   }

body#about #company-name h1 {
    font-size:1.7em;
	}

#main {
	width: 950px;
	margin: 0;
	padding: 0;
	}

#main-column {
	float: left;
	width: 375px;
	margin: 15px 0 0 20px;
	padding: 0;
	}

body#home #main-column {
	float: left;
	width: 345px;
	margin: 0 0 0 20px;
	padding: 20px 0 0 0;
	}

body.no-sidebar #main-column {
    float: left;
	width: 550px;
	margin: 15px 0 0 25px;
	padding: 0;
	}

body.no-subnav #main-column {
    float: left;
	width: 500px;
	margin: 15px 0 0 25px;
	padding: 0;
	}

body.main-only #main-column {
    float: left;
	width: 675px;
	margin: 15px 0 0 25px;
	padding: 0;
	}

body.showpage-buy #sidebar,
body.support-contribute #sidebar {
    margin-top: 35px;
    }

#nav-overlay {
   width: 350px;
   height: 17px;
   position: absolute;
   top: 203px;
   left: 0;
   margin: 0;
   padding: 0;
   background: url(/dep/nav-showtop.gif) no-repeat left top;
   }

body#home #nav-overlay,
body.no-subnav #nav-overlay,
body.main-only #nav-overlay {
    position: absolute;
    top: 200px;
    left: 0;
    width: 237px;
    height: 20px;
    background: url(/dep/nav-showtop-home1.jpg) no-repeat left top;
    }

body#shows #nav-overlay {
    background: url(/dep/nav-showtop-shows.gif) no-repeat left top;
    }

body.no-photo #nav-overlay {
   position: absolute;
   top: 93px;
   left: 0;
    }

body#home #topnav,
body.no-subnav #topnav,
body.main-only #topnav {
	float: left;
	width: 237px;
	margin: 0;
	padding: 0;
	}

body#home #sidenav {
	width: 140px;
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
	background-color: #fff;
	}

#topnav {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	}

#sidenav {
	width: 170px;
	margin: 0;
	padding: 0;
	float: left;
	}

#sidebar {
	float: right;
	width: 165px;
	padding: 10px 10px 0 0;
	}

div.homeBanner{
	display:none;
}
body#home div.homeBanner{
	display:block;
}

body#home #sidebar {
	float: right;
	width: 285px;
	padding: 10px 20px 10px 0;
	}

#google-map {
    width: 376px;
	height: 350px;
	margin: 10px 0;
	padding: 2px;
	border: 1px solid #ccc;
    }

#parking-map {
	margin: 10px 0;
	padding: 2px;
	border: 1px solid #ccc;
    }

div.list1 {
    width: 250px;
	float: left;
	}
div.list2 {
   width: 250px;
   float: right;
   }

div#buynow,
div#contributenow {
	position: absolute;
	top: 203px;
	left: 761px;
	width: 189px;
	height: 60px;
    }
div#buynow a,
div#contributenow a {
	width: 189px;
	height: 60px;
	display: block;
    }
div#buynow a {
	background: url(/dep/button-bigbuy.gif) no-repeat 0px 0px;
    }
div#contributenow a {
	background: url(/dep/button-bigcontribute.gif) no-repeat 0px 0px;
    }
div#buynow a:hover,
div#contributenow a:hover {
    background-position: 0px -60px;
	}
div#mission {
    width: 390px;
	margin: 0;
    padding: 100px 80px 50px 80px;
	background: url(/dep/bg-mission-top.gif) no-repeat left top;
	}
div#mission-bottom {
    width: 550px;
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(/dep/bg-mission-bottom.gif) no-repeat left top;
	}


/*
-----------------------------------
TEXT FORMATTING
-----------------------------------
*/

h2, h3, h4, h5, h6 {
	font-family: /*"Lucida Grande",*/ Tahoma, sans-serif;
	font-weight: normal;
	}

p, li, dt, dd, cite, td, th, div
{
	/*"Lucida Grande",*/
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #76623A;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 26px;
	line-height: 24px;
	margin: 0 0 .25em 0;
	color: #333;
}

h2
{
	font-size: 18px;
	line-height: 21px;
	margin: .5em 0 .15em 0;
	color: #33cccc;
}

h3 {
	font-size: 16px;
	line-height: 18px;
	margin: 1.25em 0 .25em 0;
	color: #0ea6a6;
	}

h4 {
	font-size: 14px;
	line-height: 16px;
	margin: .1em 0;
	color: #0ea6a6;
	}

h5 {
	font-size: 13px;
	line-height: 14px;
	margin: 0;
	color: #0ea6a6;
	font-weight: bold;
    }

h6 {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	color: #0ea6a6;
	font-weight: bold;
    }

p {
	margin: .25em 0 1.5em 0;
	line-height: 18px;
	}

ul {
    margin: .5em 0 1.5em 0;
    padding: 0 0 0 2.5em;
    }

li {
	margin: 0;
	padding: 4px 0;
	line-height: 16px;
	}

dl {
	margin: 5px 0 15px 0;
	padding: 0;
	}

dt {
	margin: 5px 0 0 0;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #0ea6a6;
	}

dd {
    font-size: 12px;
	line-height: 16px;
	margin: 2px 0;
	padding: 0;
	}

ol {
    margin: 5px 0 15px 0;
	padding: 0;
	}
ol li {
    font-size: 11px;
	line-height: 16px;
    margin: 0 0 0 20px;
	padding: 3px 0 4px 0;
	}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 24px;
	color: #0ea6a6;
	background: url(/dep/icon-blockquote.gif) no-repeat left top;
	margin: 10px 0;
	padding: 0 10px 0 45px;
	 }

#sidebar blockquote {
	font-size: 14px;
	line-height: 18px;
	color: #0ea6a6;
	margin: 5px 0;
	padding: 0;
	background: none;
	 }

cite {
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	text-transform: uppercase;
	margin: 5px 0 10px 45px;
	display: block;
	}


	/*
-----------------------------------
LINKAGE
-----------------------------------
*/

a:link    { color:  #0ea6a6; }
a:visited { color: #0ea6a6; }
a:hover   { color: #000; }

p a:link,
dd a:link,
li a:link {
	color: #0ea6a6;
	text-decoration: none;
	background: url(/dep/bg-anchor.gif) repeat-x left bottom;
    }

p a:visited,
dd a:visited,
li a:visited {
    color: #0ea6a6;
	text-decoration: none;
	background: url(/dep/bg-visited.gif) repeat-x left bottom;
	}

p a:hover,
dd a:hover,
li a:hover {
    color: #000;
	text-decoration: none;
	background: #ab1901;
	}

h2 a, h3 a, h4 a, h5 a { text-decoration: none; }

h2 a:link,
h2 a:visited {
    color: #0ea6a61;
	}

h2 a:hover {
    color: #000;
	background: #ab1901;
	}

h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited {
    color: #0ea6a6;
	font-weight: normal;
	}

h3 a:hover,
h4 a:hover {
    color: #0ea6a6;
	text-decoration: none;
	background: url(/dep/bg-anchor.gif) repeat-x left bottom;
    }

div.listing h3 a:link,
div.listing h3 a:visited,
div.listing h4 a:link,
div.listing h4 a:visited {
    color: #000;
	font-weight: bold;
	}

div.listing h3 a:hover,
div.listing h4 a:hover {
    color: #000;
	text-decoration: none;
	background: url(/dep/bg-anchor.gif) repeat-x left bottom;
    }

dt a:link,
dt a:visited {
    font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
    }

dt a:hover {
    color: #0ea6a6;
	background: url(/dep/bg-anchor.gif) repeat-x left bottom;
	}
div#calendar {
	margin: 20px 0;
	width: 160px;
	background: url(/dep/bg-calendar-only.gif) repeat-y left top;
	}
div#calendar ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
	}
div#calendar ul li {
    margin: 0;
	padding: 0;
	line-height: 0;
	}
div#calendar ul li#calendar a {
    margin: 0;
	padding: 0;
	width: 160px;
	height: 70px;
	display: block;
	background: url(/dep/button-calendar-only.gif) no-repeat 0px 0px;
	}

div#seating {
	margin: 20px 0;
	width: 160px;
	background: url(/dep/bg-seating-only.gif) repeat-y left top;
	}
div#seating ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
	}
div#seating ul li {
    margin: 0;
	padding: 0;
	line-height: 0;
	}
div#seating ul li#seating a {
    margin: 0;
	padding: 0;
	width: 160px;
	height: 93px;
	display: block;
	background: url(/dep/button-seating-only.gif) no-repeat 0px 0px;
	}


div#calseat {
	margin: 20px 0;
	width: 160px;
	background: url(/dep/bg-calseat.gif) repeat-y left top;
	}
div#calseat ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
	}
div#calseat ul li {
    margin: 0;
	padding: 0;
	line-height: 0;
	}
div#calseat ul li#calendar a {
    margin: 0;
	padding: 0;
	width: 160px;
	height: 62px;
	display: block;
	background: url(/dep/button-calendar.gif) no-repeat 0px 0px;
	}
div#calseat ul li#seating a {
    margin: 0;
	padding: 0;
	width: 160px;
	height: 89px;
	display: block;
	background: url(/dep/button-seating.gif) no-repeat 0px 0px;
	}
div#calendar ul li#calendar a:hover {
    background-position: 0px -70px
	}
div#seating ul li#seating a:hover {
    background-position: 0px -93px
	}
div#calseat ul li#calendar a:hover {
    background-position: 0px -62px
	}
div#calseat ul li#seating a:hover {
    background-position: 0px -89px
	}


/*
-----------------------------------
BUTTONS
-----------------------------------
*/
p.buttons { margin: 0 0 25px 0; }
a span {display: none; }
p a.buy,
p a.learn,
p a.subscribe,
p a.renew,
p a.reserve,
dd a.buy,
dd a.learn,
dd a.subscribe,
dd a.renew,
dd a.reserve {
	display: block;
	width: 87px;
	height: 24px;
	float: left;
	margin: 0 10px 0 0;
    }

p a.buy:link,
p a.buy:visited,
dd a.buy:link,
dd a.buy:visited { background: url(/dep/button-buy.gif) no-repeat 0px 0px; }

p a.learn:link,
p a.learn:visited,
dd a.learn:link,
dd a.learn:visited { background: url(/dep/button-learn.gif) no-repeat 0px 0px; }

p a.subscribe:link,
p a.subscribe:visited,
dd a.subscribe:link,
dd a.subscribe:visited { background: url(/dep/button-subscribe.gif) no-repeat 0px 0px; }

p a.renew:link,
p a.renew:visited,
dd a.renew:link,
dd a.renew:visited { background: url(/dep/button-renew.gif) no-repeat 0px 0px; }

p a.reserve:link,
p a.reserve:visited,
dd a.reserve:link,
dd a.reserve:visited { background: url(/dep/button-reserve.gif) no-repeat 0px 0px; }

p a.buy:hover,
p a.learn:hover,
p a.subscribe:hover,
p a.renew:hover,
p a.reserve:hover,
dd a.buy:hover,
dd a.learn:hover,
dd a.subscribe:hover,
dd a.renew:hover,
dd a.reserve:hover {
    background-position: 0px -24px;
	}

/*
-----------------------------------
TOOLS NAV
-----------------------------------
*/

/* li span { display: none; }*/

#tools {
	margin: 0;
	padding: 0;
	position:absolute;
	width: 940px;
	height: 23px;
	left: 0px;
	top: -23px;
	}

#tools ul {
    margin: 0;
	padding: 0;
	list-style: none;
	float:right;
	}

#tools li {
    margin: 0;
	padding: 0;
    text-align:center;
	float:  left;
	}

li#tab-calendar a,
li#tab-calendar a:link,
li#tab-calendar a:visited {
	margin-left: 0px;
	width: 101px;
	height: 18px;
	display: block;
	background: url(/dep/tab-calendar.jpg) no-repeat 0px 0px;
	float: left;
    padding-top:5px;
    color: #fff;
    }

li#tab-seating a,
li#tab-seating a:link,
li#tab-seating a:visited {
    margin-left: 0px;
	width: 98px;
	height: 18px;
	display: block;
	background: url(/dep/tab-seating.jpg) no-repeat 0px 0px;
	float: left;
    padding-top:5px;
    color: #fff;
    font-style: italic;
    }

li#tab-signin a,
li#tab-signin a:link,
li#tab-signin a:visited {
    margin-left: 0px;
	width: 101px;
	height: 18px;
	display: block;
	background: url(/dep/tab-signin.jpg) no-repeat 0px 0px;
	float: left;
    padding-top:5px;
    color: #fff;
    
    }

li#tab-calendar a:hover,
li#tab-seating a:hover,
li#tab-signin a:hover {
    background-position: 0px -23px;
    color: #0ea6a6;
	}
li#tab-cart a,
li#tab-cart a:link,
li#tab-cart a:visited {
    margin-left: 1px;
	width: 100px;
	height: 18px;
	display: block;
	background: url(/dep/tab-shoppingcart.gif) no-repeat 0px 0px;
    padding-top:5px;
	float: left;
    }

li#tab-signout a,
li#tab-signout a:link,
li#tab-signout a:visited {
    margin-left: 1px;
	width: 70px;
	height: 18px;
	display: block;
	background: url(/dep/tab-signout.gif) no-repeat 0px 0px;
	float: left;
    padding-top:5px;
    color: #fff;
    }

li#tab-calendar a:hover,
li#tab-seating a:hover,
li#tab-signin a:hover,
li#tab-signout a:hover,
li#tab-cart a:hover{
    background-position: 0px -23px;
    color: #0ea6a6;
	}

li#username{
	font-size: 11px;
	float:left;
	text-align:right;
	margin-top: 3px;
	margin-right: 10px;
	color:#f8eed1;
}
#username a:link, #username a:visited, #username a:hover{
	color:#000;
}

/*
-----------------------------------
TOP NAV
-----------------------------------
*/
#topnav ul {
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

body#home #topnav ul,
body.no-subnav #topnav ul,
body.main-only #topnav ul {
	float: left;
	width: 237px;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#topnav li {
	display: block;
	float: left;
	clear: both;
	width: 160px;
	padding: 0;
	font: normal 12px/1em /*"Lucida Grande",*/ Tahoma, sans-serif;
	}

body#home #topnav li
body.no-subnav #topnav li,
body.main-only #topnav li {
	display: block;
	float: left;
	clear: both;
	width: 222px;
	padding: 0;
	font: normal 12px/1em /*"Lucida Grande",*/ Tahoma, sans-serif;
	}

#topnav li a {
	display: block;
	float: left;
	width: 160px;
	text-decoration: none;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #d1d1c2;
	}

body#home #topnav li a,
body.no-subnav #topnav li a,
body.main-only #topnav li a {
	display: block;
	float: left;
	width: 222px;
	text-decoration: none;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #d1d1c2;
	}

#topnav li#nav-shows  {
    width: 182px;
	background: url(/dep/nav-showbottom.gif) no-repeat left bottom;
	}

#topnav li#nav-shows a {
    padding: 0 0 15px 15px;
    border-bottom: none;
    }

body#shows #topnav li#nav-shows  {
    width: 182px;
	background: url(/dep/nav-showbottom-shows.gif) no-repeat left bottom;
	}

body#shows #topnav li#nav-shows a {
    padding: 0 0 15px 15px;
    }

body#home #topnav li#nav-shows,
body.no-subnav #topnav li#nav-shows,
body.main-only #topnav li#nav-shows  {
    width: 237px;
	background: url(/dep/nav-showbottom-home1.jpg) no-repeat left bottom;
	}

body#home #topnav li#nav-shows a {
    padding: 0 0px 20px 15px;
    border-bottom: none;
    }

#topnav li a:link,
#topnav li a:visited { color: #000; background: none; }

#topnav li a:hover {
	color: #0ea6a6;
	text-decoration: none;
	background: #ffe;
	}

body#planyourvisit #topnav li#nav-planyourvisit a,
body#about #topnav li#nav-about a,
body#education #topnav li#nav-education a,
body#support #topnav li#nav-support a,
body#press #topnav li#nav-press a,
body#contact #topnav li#nav-contact a,
body#direct-connect #topnav li#nav-direct-connect a {
    color: #000;
    width: 165px;
    background: #899C78 url(/dep/nav-here.gif) no-repeat left top;
	border-bottom: 1px solid #899C78;
	}

body#planyourvisit #topnav li#nav-planyourvisit a:link,
body#planyourvisit #topnav li#nav-planyourvisit a:visited,
body#about #topnav li#nav-about a:link,
body#about #topnav li#nav-about a:visited,
body#education #topnav li#nav-education a:link,
body#education #topnav li#nav-education a:visited,
body#support #topnav li#nav-support a:link,
body#support #topnav li#nav-support a:visited,
body#press #topnav li#nav-press a:link,
body#press #topnav li#nav-press a:visited,
body#contact #topnav li#nav-contact a:link,
body#contact #topnav li#nav-contact a:visited,
body#direct-connect #topnav li#nav-direct-connect a:link,
body#direct-connect #topnav li#nav-direct-connect a:visited {
    color: #fff;
	}


body#planyourvisit #topnav li#nav-planyourvisit a:hover,
body#about #topnav li#nav-about a:hover,
body#education #topnav li#nav-education a:hover,
body#support #topnav li#nav-support a:hover,
body#press #topnav li#nav-press a:hover,
body#contact #topnav li#nav-contact a:hover,
body#direct-connect #topnav li#nav-direct-connect a:hover {
    color: #fff;
	text-decoration: underline;
	}

li#complex {
	color: #FFF;
	font-size:12px;
	font-weight:bold;
    width: 232px;
    background: #899C78 url(/dep/nav-here.gif) no-repeat left top;
	border-bottom: 1px solid #899C78;
	padding: 15px 6px 15px 0px;
}

li#complex
{
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	width: 231px;
	background: #B58861 url(/dep/nav-here.gif) no-repeat left top;
	border-bottom: 1px solid #899C78;
	padding: 15px 5px 15px 0px;
}

#topnav li#nav-shows a:link,
#topnav li#nav-shows a:visited {
    color: #fff;
	}
#topnav li#nav-shows a:hover {
    color: #f05940;
	background: transparent;
    }
body#home #topnav li#nav-shows a:hover {
    color: #f05940;
	background: transparent;
    }
body#shows #topnav li#nav-shows a:hover {
    color: #362f2d;
	background: transparent;
    }

body#home #topnav li#nav-home {
    display: none;
	}

/* --------------------------------- */
/* SIDENAV */
/* --------------------------------- */


#sidenav ul {
	float: left;
	margin: 0;
	padding: 0;
   	list-style: none;
	width: 155px;
	}

#sidenav ul li {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 155px;
	}

#sidenav ul li a {
	display: block;
	float: left;
	text-decoration: none;
	width: 155px;
	margin: 0;
	padding: 8px 5px 8px 10px;
	}

#sidenav ul li a:link,
#sidenav ul li a:visited      { color: #eed; text-decoration: none; background: none;}

#sidenav ul li a:hover,
#sidenav ul li a:link.here,
#sidenav ul li a:visited.here,
#sidenav ul li a:hover.here {
	color: #362f2d;
	text-decoration: none;
	background: url(/dep/nav-bullet.gif) no-repeat 2% 50%;
     }

#sidenav ul li ul {
	float: left;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	width: 145px;
	}

#sidenav ul li ul li {
	display: block;
	float: left;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	border-bottom: none;
	margin: 0;
	padding: 0;
	width: 145px;
	}

#sidenav ul li ul li a {
	display: block;
	float: left;
	text-decoration: none;
	border-bottom: none;
	margin: 0;
	width: 145px;
	padding: 3px 5px 3px 20px;
	}

#sidenav ul li ul li a:link,
#sidenav ul li ul li a:visited      { color: #eed; text-decoration: none; background: none; }

#sidenav ul li ul li a:hover,
#sidenav ul li ul li a:link.here,
#sidenav ul li ul li a:visited.here,
#sidenav ul li ul li a:hover.here {
    color: #362f2d;
	background: url(/dep/nav-bullet.gif) no-repeat 4% 50%;
	border: none;
    }

/*
-----------------------------------
LISTINGS
-----------------------------------
*/
div.listing {
    margin: 10px 0 20px 0;
	}

div.listing h2, div.listing h3, div.listing h4 {
    margin: 0 0 5px 90px;
	}

div.listing p {
    font-size: 11px;
	line-height: 14px;
	margin: 0 0 8px 90px;
    }

div.listing img {
    float: left;
	border: 1px solid #ccc;
	padding: 2px;
	}

div.listing h2 { font-size: 18px; }
div.listing h3 { font-size: 12px; color: #777; }
div.listing h3 { font-size: 16px; }

div.listing h4 { font-size: 11px; color: #777; }
div.listing h4 a { font-size: 13px; }

/*
-----------------------------------
LOGIN PAGE
-----------------------------------
*/
label.loginRadio{
	display:block;
}
label.loginRadio b{
	font-family: /*"Lucida Grande",*/ Tahoma, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin: .5em 0 .15em 0;
	color: #ab1901;
}
div.loginFormDiv{
	display:none;
	margin: 10px 25px;
}
/*
-----------------------------------
FOOTER
-----------------------------------
*/
#footer {
    margin: 15px 0 0 0;
	padding: 0;
	width: 950px;
	position: relative;
	background: #6f6359 url(/dep/bg-footer-top.gif) no-repeat left top;
	clear: both;
	}

#footer ul {
	list-style: none;
	padding: 0;
	}

#footer ul.left {
    width: 350px;
    margin: 20px 0 10px 15px;
	padding:0;
	float: left;
    }

#footer ul.right {
    width: 350px;
    margin: 20px 15px 10px 0;
	padding:0;
	float: right;
	text-align: right;
    }

body#home #footer ul {
	list-style: none;
	padding: 0;
	}

body#home #footer ul.left {
    width: 245px;
    margin: 20px 0 10px 15px;
	padding:0;
	float: left;
    }

body#home #footer ul.right {
    width: 350px;
    margin: 20px 15px 10px 0;
	padding:0;
	float: right;
	text-align: right;
    }

#footer li { color: #d3d3c4; font-size: 10px; margin: 0; padding: 1px 0; line-height: 12px;}
#footer li a { display: block; }

#footer li a:link,
#footer li a:visited {color: #d3d3c4; text-decoration: none; background: none; }
#footer li a:hover { color: #fff; text-decoration: underline; background: none; }

#footer li a.thispage { color: #968d7a; }
#footer li a.thispage:link,
#footer li a.thispage:visited { color: #433a29; }
#footer li a.thispage:hover { color: #fff;  }

#footer h3 {
    font-family: "Lucida Grande", Tahoma, sans-serif;
    font-size: 12px;
	color: #bdd694;
	margin: 0;
	padding: 0;
    }

#emailform {
    width: 300px;
	margin: 15px 5px 0 0;
	padding: 0;
	float:left;
	}

#footer-clear {
    margin: 0;
	padding: 0;
    height: 12px;
	width: 950px;
	background: #6f6359 url(/dep/bg-footer-bottom.gif) no-repeat left top;
	clear: both;
    }

/*
-----------------------------------
SPECIAL TYPE
-----------------------------------
*/
body#home h1 {
  font-size: 20px;
  }

body.showpage h1,
body.showpage-buy h1 {
    font-size: 30px;
	margin: 0 0 .5em 0;
	}

h2.slideshow {
    font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: center;
    }
h3 span {
    font-size: 14px;
	color: #666;
	}
p.preheader {
    font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	color: #666;
	}

p.caption {
    font-size: 10px;
	line-height: 12px;
	color: #666;
    }
.note {
	font-style: italic;
	color: #666;
	}
.asterisk {
	background: url(/dep/icon-redstar.gif) no-repeat 5px center;
	padding: 0 0 0 18px;
    }

.wheelchair {
	background: url(/dep/icon-chair.gif) no-repeat left center;
	padding: 0 0 0 18px;
    }

.asterisk-wheelchair {
	background: url(/dep/icon-star-chair.gif) no-repeat left center;
	padding: 0 0 0 18px;
    }

p.asterisk {
	background: url(/dep/icon-redstar.gif) no-repeat 0px 3px;
	padding: 0 0 0 12px;
   }

p.wheelchair {
	background: url(/dep/icon-chair.gif) no-repeat 0px 3px;
	padding: 0 0 0 12px;
    }

p.fineprint {
    font-size: 10px;
	line-height: 12px;
	margin: 5px 0 15px 0;
	}

p.mission {
    font-size: 16px;
	line-height: 26px;
	}

p.tagline {
    font-size: 13px;
	margin-bottom: 5px;
	}

p.epigraph {
	font-size: 16px;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #596641;
   }
p.banner-date {
    font-size: 11px;
	margin: 2px 0 0 2px;
	padding: 0;
	float: left;
	}
p.banner-links {
    font-size: 11px;
	margin: 2px 2px 0 0;
	padding: 0;
	float: right;
	}

div#sidebar ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
	}

div#sidebar li {
    margin: 0;
	padding: 3px 0;
	}

dt span {
     font-size: 14px;
	 color: #fff;
	 background: #333;
	 padding: 2px;
	 }

ul.pressrelease {
    list-style: none;
    margin: 0;
    padding: 0;
    }

ul.pressrelease li {
    margin:0;
	padding: 3px 0 3px 15px;
	background: url(/dep/icon-pressrelease.gif) no-repeat left center;
	}

div#sidebar ul li.article {
    padding: 3px 0 3px 15px;
	background: url(/dep/icon-article.gif) no-repeat left center;
    }

dl.parking dt {
	margin: 15px 0 0 0;
	}
div#mission h1 {
	text-align: center;
    }
sup {
	font-size: 8px;
	}
.names h2 {
     text-align: center;
	 }
.names ul {
    margin: 20px 0;
	padding: 0;
	list-style: none;
	}
.names ul li {
     margin: 0;
	 padding: 4px 0;
	 font-size: 14px;
	 text-align: center;
	 }
td.names {
	vertical-align: top;
}
/*
-----------------------------------
IMAGES
-----------------------------------
*/
img { margin: 0; display: block; }

.float-left {
    margin: 2px 10px 2px 0;
	float: left;
	}

.float-right {
    margin: 2px 0 2px 10px;
	float: right;
	}

.homeBanner {
    width: 339px;
    margin: 0 0 20px 0;
	padding: 3px;
	border: 1px solid #ccc;
    }



img.slideshow {
    margin: 15px 0 0 8px;
	}

img.asl-right,
div.listing img.asl-right {
	border: none;
	margin: 0;
	padding: 0 8px;
	float: right;
	width: 36px;
	height: 31px;
	}
img.asl-left {
	border: none;
	margin: 0;
	padding: 0 8px 0 0;
	float: left;
	}

/*
-----------------------------------
FORMS
-----------------------------------
*/

form {
	margin: 0;
	padding: 0;
	}

.email-signup {
    width: 200px;
	font-size: 11px;
	border: 1px solid #222;
	background: #d3d3c4;
	margin: 0;
	vertical-align: middle;
    }

.email-signup:focus {
    background: #fff;
    }

.email-submit {
	margin: 0;
	padding: 0;
	vertical-align: middle;
    }

table.form-table {
	margin: 0 0 15px 0;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-bottom: none;
	}
body.no-subnav table.form-table, body.main-only table.form-table{
	width:98%;
}
table.form-table th,
table.form-table td {
	margin: 0;
	padding: 3px 8px;
	}

table.form-table th {
	padding-top: 12px;
	text-align: right;
	vertical-align: top;
	color:  #ab1901;
	}
.directions {
    width: 250px;
	margin: 0;
	padding: 0;
	}

h1 span, h2 span {
	font-family: /*"Lucida Grande",*/ Tahoma, sans-serif;
    font-size: 13px;
	color: #666;
	}

/*
-----------------------------------
TABLES
-----------------------------------
*/
table.timeline {
    margin: 10px 0;
	border-top: 1px solid #888;
	}
table.timeline td,
table.timeline th {
    border-bottom: 1px solid #888;
	}
table.timeline td {
	text-align: left;
	vertical-align: top;
    }
table.timeline th {
	text-align: left;
	vertical-align: top;
    }
table.timeline th p {
	color: #ab1901;
	font-size: 18px;
	font-weight: normal;
	}
table.timeline th p span {
     font-size: 14px;
	 color: #666;
	 display: block;
	 }
table.shows {
    margin: 5px 0 20px 0;
	}
table.shows td,
table.shows th {
    padding: 5px 0;
	font-size: 11px;
	}
table.shows th {
    text-align: left;
	vertical-align: top;
	}
table.shows th {
	font-size: 11px;
	color: #ab1901;
	padding-top: 10px;
	}

table.shows	td.date {

	}
table.shows td.time,
table.shows td.price{
    text-align: right;
	}
table.shows td.line{
	border-bottom: 1px solid #888;
}
h1 span, h2 span {
	font-family: /*"Lucida Grande",*/ Tahoma, sans-serif;
    font-size: 13px;
	color: #666;
	}
table.shows h3 {
    font-size: 14px;
    margin: 0;
    }
table.shows th.first {
    border: none;
	}
table.shows tr.altrow {
    background: #F8F8EF;
	}

table.shows tr.perfRowOver{
	background: #C8C3AC;
	cursor: hand;
	cursor: pointer;
}
table.shows tr.perfRowOver td{
	color: White;
}
table.shows tr.at td{
	font-weight: bold;
}

table.data {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-collapse: collapse;
	margin-bottom: 1.5em;
	}
table.data th {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 6px 12px;
	text-align: left;
	}
table.data th.corner {
	border: none;
	}
table.data td {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 6px 12px;
	}


/*
-----------------------------------
Added by HADW
-----------------------------------
*/
a.calLink:link,
a.calLink:hover,
a.calLink:visited{
	font-size: 12px;
	margin-right: .2em;
	text-decoration:none;
}
a.calLink:hover{
	text-decoration:underline;
}

a.calLink_disabled{
	font-size: 12px;
	margin-right: .2em;
	text-decoration:none;
	color: #D1D1C2;
}

select#dateSelect{
	font-size: 10px;
}
table.calendar{
	width: 100%;
	background: #EEEEDD;
	border-collapse: collapse;
}
table.calendar td, table.calendar th{
	width: 14%;
	padding: 0px;
}
table.calendar th{
	font-size: 10px;
	line-height: 11px;
	font-weight: bold;
	background: #FFFFFF;
}
table.calendar td{
	background: #FFFFFF;
	color: #000000;
	height: 100px;
	vertical-align:top;
	border-left: none;
	border: 1px solid #D1D1C2;
}
.sub td.calDayBox{
	height: 50px;
}
table.calendar td.otherMonth{
	background: #EEEEDD;
	border: 1px solid #D1D1C2;
}
table.calendar td dl{
	margin:0px;
}
table.calendar td.otherMonth dt{
	color: #999999;
}
table.calendar td dt{
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	margin: 3px 2px 8px 3px;
}
table.calendar td dd{

	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
	color: #666666;
	margin: 3px 2px 8px 3px;
}
table.calendar td dd a{
	display:block;
	color: #999999;

}
table.calendar td dd a:link, table.calendar td dd a:visited{
	color: #AB1901;
	background: none;
	text-decoration: none;
	font-size: 9px;
}
table.calendar td dd a:hover{
	color: #AB1901;
	text-decoration: underline;
}
table.calendar a.ext:link, table.calendar a.ext:visited{
	font-weight: bold;
	color: #899C78;
}
div.showTimesList{
	float:left;
	width: 175px;
}
div.showTimesList table td, div.showTimesList table th{
	padding: 0px 5px;
}
#sidebar div.showTimesList{
	font-size: 10px;
}
.showTimesList span{
	font-weight:bold;
}
.showTimesList span a{
	font-weight: normal;
}
.showTimesList span.soldOut{
	font-weight: normal;
	color: #999999;
}
.listing{ clear:both; }
.listing img{ width:70px; height:70px; }

input, select{
	font-size: 11px;
}
input.txtlg{
	width: 150px;
}
input.txtmed{
	width: 110px;
}
input.txtsm{
	width: 75px;
}
input.button{

	font-size: 11px;
}
input.buttonClicked{
	padding: 0px 5px;
	background: #FFFFFF;
	color: #666;
	font-size: 10px;
	border-style:none;
}
div.next{
	margin: 15px 0px;
	text-align:right;
}
span.err{
	width:300px;
	display:block;
	color: #900;
	background:#F6E1CD;
	padding: 8px;
	margin: 5px 0px 2px 0px;
	font-size: 10px;
	padding:2ex 2ex 2ex 2ex;
	border: 1px solid #900;
}

span.err a {
	color: #366;
	}

span.err a:hover {
	color: #000;
	}


span.req{
	color: #AB1901;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position:relative; top: -3px; left: -3px;
}

div.otherAddressRadio{
	margin-left: 20px;
	text-indent: -20px;
}

table.orderSummary{
	width: 450px;
}
div.cartCountdown{
	display:block;
	color: #900;
	background:#F6E1CD;
	padding: 8px;
	margin: 5px 15px 5px 0px;

	padding:2ex 2ex 2ex 2ex;
	width: 255px;
	border: 1px solid #900;
}
table.orderSummary td, table.orderSummary th{
	padding: 4px;
	text-align:left;
}
table.orderSummary td.price, table.orderSummary th.price{
	text-align:right;
}
tr.ticketSummaryLineItem td{
	border-top: 1px solid #EFEFEF;
}
tr.ticketSummaryTotals td{
	border-top: 1px solid #CCCCCC;
}
div.checkoutButton{
	text-align:right;
	width: 450px;
	margin-top: 20px;
}
p a.noVisit{
	font-weight: bold;
}

p a.noVisit:visited,
dd a.noVisit:visited {
    color: #ab1901;
	text-decoration: none;
	background: url(/dep/bg-anchor.gif) repeat-x left bottom;
	}

p a.noVisit:hover,
dd a.noVisit:hover {
    color: #fff;
	text-decoration: none;
	background: #ab1901;
	}

div#buyFlowNumbers{
	position:absolute;
	height: 29px;
}
body.sub #buyFlowNumbers{
	top: 110px;
	left: 350px;
	width: 600px;
	background: #FFFFFF url( /image/layout/bg-buyFlowSteps_600.gif ) no-repeat;
}
.main-only #buyFlowNumbers{
	top: 110px;
	left: 237px;
	width:713px;
	background: #FFFFFF url( /image/layout/bg-buyFlowSteps_713.gif ) no-repeat;
}
div#buyFlowNumberSpacer{
	height: 34px;
}
div#buyFlowNumbers ol{
	padding-left: 20px;
}
div#buyFlowNumbers ol li{
	list-style-type:none;
	float:left;
	margin-left: 0px;
	margin-right: 24px;
	color: #ffffff;
}
div#buyFlowNumbers ol li.at{
	color: #eeee00;
	/* color: #AB1901;*/
}
div#buyFlowNumbers ol li.done{
	color: #C8BEB5;
}

iframe#smartCart{
	position:absolute;
	visibility:hidden;
	height: 1px; width:1px;
}


/*======================================*/



#immigini_sidebar{
	margin: 10px 0 15px 25px;
	padding:0;
}
#immigini_sidebar td{
	margin: 0;
	padding:0;
	width:120px;
	height:120px;
	background-image: url(/dep/bg_img_tn.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}
#immigini_sidebar td img{
	margin: 8px;
	padding:0;
}
#immigini_sidebar td a img{
	margin: 8px;
	padding:0;
	border:0;
}

/* ======================================================================= */

/* ------- ------- ------- ------- ------- ------- ------- ------- ------- */
.side_prodotto-lightbox
{
	margin: 10px 0 15px 25px;
	width: 240px;
}

.side_prodotto-lightbox .title
{
	line-height: 25px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: left;
	color: #444;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-transform: inherit;
}

.side_prodotto-lightbox h2 {
	font-size: 20px;
	line-height: 46px;
	letter-spacing: -2px;
	font-weight: bold; 
	text-align: left;
	color: #444; 
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom: none; 

}


.side_prodotto-lightbox .side_row_images
{
	margin: 0;
}

.side_prodotto-lightbox .side_col_sx_images,
.side_prodotto-lightbox .side_col_dx_images
{
	border: 0;
	width:120px;
	height:120px;
	background-image: url(/dep/bg_img_tn.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0;
	padding: 0;
	text-align: left;
}



.side_prodotto-lightbox .side_col_sx_images { float: left; }

.side_prodotto-lightbox .side_col_dx_images { float: right; }


.side_prodotto-lightbox .side_lightbox_images
{
	width: 100px;
	margin: 8px;
}

.side_prodotto-lightbox .side_lightbox_images a img
{
	padding: 0;
	border: 0;
	width: 100px;
	height: 100px;
}


/*  */
/*  */
/* ============================================================================= */



