/* _____________ General Layout _____________ */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #FFFFFF;
	background-color: #999;
}
div {
	/*position: relative;*/
	height: auto;
}
.container {
	height: auto;
	background-color: #1B1B1B;
	text-align: left;
}
#headerPlay,
#mainContent,
#footerPlay {
	padding-left: 50px;
	padding-right: 50px;
}

img {
	border: none;
}

/* _____________ Text Styles _____________ */
h1 {
	font-size: 26px;
	font-weight:200;
	line-height: 28px;
	margin-bottom: 15px;
	color: #BD5A03;
}
h2 {
	font-size: 20px !important;
	font-weight:200 !important;
	line-height: 24px !important;
	margin-bottom: 15px !important;
}
h2 > sup {
	font-size: 8px !important;
	vertical-align: 9px !important;
	line-height: 0px !important;
}
p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: 200;
	line-height: 16px;
	color: #FFFFFF;
	margin: 10px 0px;
}
p.small {
	font-size: 8px;
	line-height: 12px;
	margin: 3px 0px;
}
a, a:visited {
	cursor: pointer;
	text-decoration: underline;
	color: #FFF;
}
a:hover, a:active {
	color: #BD5A03;
	text-decoration: underline;
}

/* _____________ Header _____________  */
#headerPlay {
	position: relative;
	height: 326px;
	padding-top: 50px;
	background: transparent url(../images/bg_header.jpg) no-repeat left top;
}

#placeholderdiv,
#imageSwitcher {
	position: absolute;
	width: 292px;
	height: 101px;
	left: 473px;
	top: 120px;
}
#imageSwitcher img{
	display:none;
}
#imageSwitcher img.active {
	display: block;
}


/* _____________ Main Content _____________*/
#mainContent {
	height: 565px;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
	padding: 0px;
	margin: 10px 0px 30px;
}
ul li {
	padding-left: 5px;
	font-size: 14px;
	line-height: 22px;
}
ul>li>sup {
	font-size: 8px !important;
	vertical-align: 7px !important;
	line-height: 0px !important;
}
p.scheduleLink {
	margin-top: 0px;
}
.appStore {
	display: block;
	height: 102px;
	padding: 20px 0px;
}
.appStore > a {
	display: inline-block;
}
.appStore > img,
.appStore > a  {
	margin-top: 10px;
}

a.videoTour {
	display: inline-block;
	width:auto;
	height: auto;
	border: 1px solid #1B1B1B;
	margin: 10px 0px;

}
a.videoTour:hover {
	border: 1px solid #BD5A03;
}

/* _____________ Footer _____________ */
#footerPlay {
	padding-top: 30px;
	padding-bottom: 50px;
	background: transparent url(../images/bg_footer.jpg) no-repeat left top;
}
#footerPlay > div {
	margin-bottom: 15px;
}
#footerPlay a.providerLink {
	text-decoration: none;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 3px;
	display: inline-block;
	
}
#footerPlay a.providerLink:hover {
	color: #BD5A03;
	text-decoration: underline;
}

#disclaimer p {
	padding-top: 15px;
	font-size: 10px;
	line-height: normal;
}
#disclaimer p > sup {
	font-size: 6px !important;
	vertical-align: super !important;
	line-height: 4px !important;
}
/* _____________ Misc _____________ */

.left {
	position: relative;
	float: left;
	margin-left: 10px;
}
.right {
	position: relative;
	float: right;
}

.dividerRt {
	background: transparent url(../images/divider_Vertical.png) no-repeat right top;
	
}
.dividerLt {
	background: transparent url(../images/divider_Vertical.png) no-repeat left top;
	
}
