@charset "utf-8";
/* CSS Document */

body {
    font: 12px Arial, sans-serif;
    color: #353329;
	background: #69b9fe url(../images/bg-internal.jpg) no-repeat 50% 0;
	margin:0 auto;
}

/*Text Styles*/

h1 {
	font-size: 65px;
	font-weight:900;
	margin: 0 0 12px 2px;
	color: #0167be;
}

h2 {
	font-size: 36px;
	margin: 0 0 12px 2px;
	color: #fff;
	line-height: 1;
	margin-top: 0; 
	margin-bottom: 0;
}

h3 {
	font-size: 21px;
	margin: 0 0 6px 1px;
	color: #1a2e47;
	line-height: 1.2;
	text-transform: uppercase;
}

h4 {
	padding: 0px;
	margin: 0 0 6px 1px;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #bf5936;
	font-size:17px;
	text-transform:uppercase;
}

p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	line-height: 21px;
	margin: 0 0 18px;
}

a {
	color: #a02422;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

sup {
	font-size: 11px;
	line-height: 0;
}

.galimg {
	float:left;
	margin-right:10px;
}

/* INTERNAL PAGE */

#page {
	position: relative;
	width: 1004px;
	height: 800px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	display: none;
}

#boxes {
    position: relative;
	width: 988px;
	margin: 500px auto 0;
	clear: both;
}

#boxes:after {
	content: ".";
	visibility: hidden;
	height: 0;
	line-height: 0;
	clear: both;
	display: block;
}

.box {
	float: left;
	width: 203px;
	height: 227px;
	padding: 0 3px 0 0;
	margin: 0 7px 0 0;
	background: url(../img/bg-box.png) no-repeat;
	text-align: center;
}

.box p {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.lastBox {
    float: left;
	width: 318px;
	height: 229px;
	margin: 0;
	padding: 0;
}

#videoPlayer {
	width: 318px;
	height: 227px;
	padding:  1px 0 0 1px;
	background: url(../img/bg-video-player-002.png) no-repeat;
}

#playVideo {
    display: block;
	width: 315px;
	height: 227px;
	
}

#sidebar {
	float: left;
	width: 212px;
	padding: 10px 0 0;
	margin: 0 0 0 0px;
	margin-top:45px;
}

#sidenav {
	text-align:center;
	background-color:#003058;
	color:#FFF;
	margin:0;
	padding:5px;
}

#sidenav ul {
	margin-left: 0;
  	padding-left: 0;
	margin-bottom:0px;
	padding-bottom:0px;
}

#sidenav li {
	text-align:center;
	list-style:none;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;

}
	
	#sidenav ul li a
	{
		display:block;
		text-decoration:none;
		border-bottom:1px dashed #fff;
	}
	
	#sidenav ul li a:hover
	{
		display:block;
		text-decoration:none;
		border-bottom:1px solid #6CF;
	}

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

#sidenav a:hover {
	text-decoration: none;
}

#content {
	float: left;
	display: inline;
	width: 570px;
	height: 690px;
	margin-top:45px;
	margin-left: 25px;
}

#character {
	float:left;
	display:inline;
	width:183px;
	height:690px;
	margin-top:45px;
}

.scrollPane {
	height: 600px;
	overflow: auto;
}

#currentTourCity {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

#footer {
	width: 985px;
	margin: 10px auto 5px;
	clear: both;
	text-align: center;
}

#footer p {
    position: relative;
    float: left;
    display: inline;
    font-size: 11px;
    line-height: 1.1;
}

#footer #cycle {
	width: 78px;
	height: 27px;
	margin-right: 44px;
	overflow: hidden;
}

#footer img {
	margin-right: 44px;
	background: no-repeat;
}
#footer #cycle img {
	margin: 0;
}


#footer a {
	text-decoration: none;
}

#theFinePrint {
    width: 960px;
	float: none;
	clear: both;
	text-align: center;
	margin: 0 auto;
    font-size: 11px;
    line-height: 1.1;
}

/* TEAM PAGE */

.bwayCast {
    float: left;
	width: 100%;
	margin: 0 0 24px;
	clear: both;
}
.bwayPhoto {
    float: left;
	width: 104px;
	height: 153px;
	background: url(../img/bg-cast-shadow.png) no-repeat;
}

.bwayPhoto img {
    border: 1px solid #797871;
}

.bwayName {
	padding: 0 0 0 124px;
}

.bwayBio {
	padding: 0 0 0 124px;
}

#tixOptions {
	width:  100%;
	float: left;
	border-bottom: 1px solid #960;
	margin:  0 0 5px;
}

#tixOptions ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tixOptions li {
	float: left;
	display: inline;
	padding:  7px;
	margin: 0 8px 0 0;
}

#tixOptions li.last {
	margin: 0;
}

#tixGroups {
	padding: 10px;
	border-bottom: 1px solid #960;
	margin: 0 0 12px;
	clear: both;
}

#faq {
	padding: 10px;
	border-bottom: 1px solid #960;
	margin: 0 0 12px;
	clear: both;
}

#faq ul {
	padding: 0;
	margin: 0;
}

#faq li {
	line-height: 18px;
	margin: 0 0 12px;
	list-style: none;
}
