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

.container {
	width: 880px;
	background:#FFF;
	top: 0px;
	left: 50%;
	overflow:hidden;
	margin: 106px auto;
	border: 0px solid #900;
	border-right: 10px solid #FFC222;
	border-bottom: 10px solid #FFC222;
	-webkit-border-radius-bottom-right: 100px;
	-moz-border-radius-bottomright: 100px;
	border-bottom-right-radius: 100px;
	z-index: 55;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.layout {
	width: 640px;
	margin: 0px 120px 0px 120px;
}

.layoutNav {
	border-left: 2px solid #FFC222;
}

.yearNav {
}

#yearNav{
	padding: 25px 0px 0px 60px;
}

#yearNav li{
	display: inline;
	padding: 0px 40px 0px 0px;
}

#yearNav li a{ 
	color: #D0D0D2;
	text-decoration:none;
	cursor:pointer;
}
#yearNav li a:hover{
	color: #717074;
	cursor:pointer;
}


#yearNav .navActive a{ color: #717074; }
#yearNav .deadNav a{ 
	color: #D0D0D2;
	cursor:pointer;
}
#yearNav .deadNav a:hover{ 
	color: #D0D0D2;
	cursor:pointer;
}

.ltr {
	width: 640px;
	height: 50px;
	background-image:url(../images/LTRBar.png);
	background-repeat:no-repeat;
}

.rtl {
	width: 640px;
	height: 50px;
	background-image:url(../images/RTLBar.png);
	background-repeat:no-repeat;
}

.ltrData {
	width: 640px;
}

.rtlData {
	width: 640px;
}
.ltrCell {
	width: 640px;
	padding: 30px 30px 15px 30px;
	border-right: 2px solid #FFC222;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.rtlCell {
	width: 640px;
	padding: 30px 30px 15px 30px;
	border-left: 2px solid #FFC222;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.preloader {
	width: 640px;
	height: 300px;
	padding: 50px 0px 50px 296px;
	border-left: 2px solid #FFC222;
}

.preloader img {}

#comingSoon {
	padding: 50px 0px 50px 100px;
	border-left: 2px solid #FFC222;
	color:#919194;
	text-align:center;
	font-size:15px;
}
#comingSoon h1{color:#919194;}
/************************** Press Entries ***********/

.pressData {
	width: 540px;
	margin: -30px 0px -15px 0px;
}
.pressData h1{ 
	color: #FFC222;
	font-size:14px;
	padding-bottom: 5px;
}
.pressData h2{
	color: #717074;
	font-size:14px;
	padding-bottom: 5px;
}
.pressData a{
	color: #717074;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
.pressData p{
	color: #919194;
	font-size:13px;
}

/************************** Event Entries***********/

.ltrDateBox {
	position:absolute;
	margin: -25px 0px 0px 75px;
	width: 100px;
	height: 70px;
	background-image:url(../images/dateBox.png);
	background-repeat:no-repeat;
}
.rtlDateBox {
	position:absolute;
	margin: -25px 0px 0px 465px;
	width: 100px;
	height: 70px;
	background-image:url(../images/dateBox.png);
	background-repeat:no-repeat;
}
.dateBoxMonth h1{
	color:#FFF;
	font-size:16px;
	padding: 7px 0px 0px 0px;
	text-align:center;
}
.dateBoxYear h2{
	color: #717074;
	font-size:26px;
	padding: 15px 0px 0px 0px;
	text-align:center;
}
.dateBoxMonth{
	position:relative;
	width: 100px;
	height: 20px;
}
.dateBoxYear{
	position:relative;
	color: #717074;
	width: 100px;
	height: 50px;
}
.cellData {
	background-color: #C2C2C5;
	height: 280px;
	margin: 0px 0px 0px 0px;
}
.cellCopy {
	width: 175px;
	padding: 45px 35px 0px 20px;
	float:left;
}
.cellCopy h1{
	font-size:15px;
	color: #717074;
	padding: 0px 0px 5px 0px;
}
.cellCopy h2{
	font-size:15px;
	color: #fff;
	padding: 0px 0px 9px 0px;
}
.cellCopy p{
	font-size:13px;
	color: #717074;
}
.cellVid {
	width: 305px;
	padding: 25px 0px 0px 25px;
	float: left;
}
.cellVid iframe{
	max-width: 300px;
	max-height: 225px
}



















