/* === Resets === */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	text-align: left;
	font-family:helvetica,arial,sans-serif; /* Change back to inherit for other applications  */
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/* == Quick Styles == */
.clear {
	clear:both;
}

.float_right {
	float:right;
}

.float_left {
	float:left;
}

.bold {
	font-weight:bold;
}

.zindexFix {
	position:relative;
	z-index:1;
	display:block;
}

.fontReset {
	font-size:inherit;
}

.fontReset:hover {
	font-size:inherit;
}

/* == Global Styles == */
#wrapper {
	width:799px;
	margin:15px auto;
	border:1px solid #9d9fa2;
	padding:0 0 39px 0;
}

#header {
	position:relative;
}

#logoContainer {
	margin:20px 23px;
	width:192px;
	height:194px;
	position:absolute;
	z-index:35; /* For Slideshow */
}

li img {
	border-right:1px solid #9d9fa2;
}

#musicToggleContainer {
	margin:20px 53px 0 0;
	float:right;
}

#musicToggleContainerEmpty {
	margin:20px 53px 0 0;
	height:16px;
	float:right;
}

#soundIcon {
	position:absolute;
	margin:2px 0 0 9px;
}

#navContainer {
	width:799px;
	margin:100px 0 0 0;
}

.navItem {
	display:block;
	float:left;
	padding:15px 0 0 0; /* For the hover state */
	margin:0 30px 0 0;
}

.navItem:hover {
	background:url(../images/hoverState.gif) no-repeat top center;
}

.navItemActive {
	display:block;
	float:left;
	padding:15px 0 0 0; /* For the hover state */
	margin:0 30px 0 0;
	background:url(../images/hoverState.gif) no-repeat top center;
}

#bodyContent {
	width:799px;
	margin:10px 0 0 0;
	border-top:1px solid #9d9fa2;
	border-bottom:1px solid #9d9fa2;
}

#footer {
	width:800px;
	margin:3px 0 0 0;
}

#footerContact {
	width:500px;
	padding:3px 0 0 23px;
	float:left;
}

#footerList {
	margin:3px 0 0 0;
}

.footerNav {
	display:block;
	float:left;
	margin:0 18px 0 0;
}

/* == Sub Styles == */
#leftSubSide {
	width:251px;
	height:350px;
	float:left;
}

#leftSubSide img {
	border-bottom:1px solid #9d9fa2;
}

#rightSubSide {
	float:left;
	width:488px;
	padding:24px 35px 20px 17px;
	border-left:1px solid #9d9fa2;
}

#rightSubSide p {
	color:#666;
	font-size:0.8em;
	line-height:1.2em;
}

/* == Typography == */

p {
	margin:9px 0 9px 0;
}

#musicOn {
	color:#ee2e24;
	text-decoration:none;
	font-size:.7em;
}

#musicOff {
	color:#9d9fa2;
	text-decoration:none;
	font-size:.7em;		
}

.navLink {
	color:#000;
	font-size:.7em;
	text-decoration:none;
}

.navLink:hover {
	color:#000;
}

.navLinkFooter {
	color:#000;
	font-size:.7em;
	text-decoration:none;	
}

.navLinkFooterActive {
	color:#ee2e24;
	font-size:.7em;
	text-decoration:none;
}

#orangeFooterText {
	color:#ee2e24;
	font-size:0.8em;
}

#grayFooterText {
	color:#9d9fa2;
	font-size:0.8em;
}

.redText {
	color:#ee2e24;
	font-size:0.8em;
}

.redHeadlineText {
	color:#ee2e24;
	font-weight:bold;
	font-size:0.9em;
}

.bodyText {
	color:#9d9fa2;
	font-size:0.8em;
	line-height:1.2em;
}

a {
	color:#000;
	text-decoration:none;
	font-size:.8em;
}

a:hover {
	color:#ee2e24;
	text-decoration:none;
	font-size:.8em;
}


/* === Fact Sheet Styles === */

.factSheetItem {
	padding:14px 0 0 0;
	clear:both;
}

.factSheetTitle {
	display:block;
	float:left;
	color:#ee2e24;
	font-size:0.8em;
	width:128px;
}

.factSheetTitle:after {
	content:":";
}

.factSheetText {
	display:block;
	float:left;
	font-size:0.8em;
	line-height:1.3em;
	color:#666;
	width:344px;
}

.fact {
	display:block;
	margin:14px 0 0 0;
	font-size:1em;
	line-height:1.3em;
}

/* === PDF Pages === */
.pdfPages {
	height:16px;
}

/* === Bios Styles === */

.bioContainer {
	width:472px;
}

.bioImageContainer {
	width:107px;
	height:142px;
	float:left;
	padding:12px 17px 10px 0;
}

.bioTextContainer {
	float:right;
	width:348px;
}

/* === Event Styles === */

.eventName {
	color:#ee2e24;
	font-weight:bold;
}

/* === Reservation Styles === */
#reservationsContainer {
	width:60%;
	margin:40px auto;
}

#reservationsContainer p {
	color:#000;
}

.feedTitle {
	width:270px;
	text-align:center;
}

/* === Newsletter Styles === */
#newsletterContainer {
	width:472px;
	margin:40px 0 0 0;
}

#newsletterContainer p{
	text-align:center;
	color:#ee2e24;
	font-size:0.9em;
}

#newsletterContainer input{
	margin:10px 0 0 0;
	width:300px;
	height:15px;
	border:1px solid #9d9fa2;
}

#newsletterContainer span {
	font-size:0.9em;
	color:#9d9fa2;
}

#newsletterSubmit{
	width:59px;
	height:29px;
	border:none;
	background:url(../images/signUp.gif) no-repeat;
}

#newsletterSubmit:hover {
	background:url(../images/signUpRO.gif) no-repeat;
}

#submitButton {
	width:60px;
	margin:0 auto;
}

/* === Press Styles === */
.pressTitle {
	color:#ee2e24;
	font-weight:bold;
}

.quoteBlack {
	color:black;
}

.pressImage {
	margin:0 0 0 20px;
}

/* === Footer Styles === */

.activeFooter {
	color:#ee2e24;
}

.designedBy {
	width:799px;
	margin:5px auto;
}