@charset "utf-8";
html,body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	background-image: url(images/blitzBg.jpg);
	background-position:center -95px;
	background-repeat:no-repeat;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
#Container {
	height: 100%;
	width: 955px;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	padding-right: 138px;
	padding-left: 138px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h1{
	background-image: url(images/blitzHeaderLogo.png);
	background-repeat: no-repeat;
	background-position:center top;
	height: 172px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	text-indent: -9999px; 
	z-index:200;
}
h1 a {
	width: 100%;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px; 
}
#specialNote {
	color:#FF0000;
	font-weight:bold;
}
#NavContainer {
	height: 32px;
	width: 955px;
	margin: 0 auto; 
	text-align:center;
	z-index:1;
}

/** START NAVIGATION TABS **/
#nav {
	padding: 0;
	height: 30px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 100%; 
	margin:0px auto 0px auto;
	text-align:center;
	
	}
#nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	}
#nav a {
	float: left;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:32px; /* for IE5/Win only */
	}
#nav a:hover {
	background-position: 0 -32px;
	}
#nav a:active, #nav a.selected {
	background-position: 0 -32px;
	}
#tHome a{
	background-image:url(images/tHome.png);
	background-repeat:no-repeat;
	background-position:top left;
	width: 125px;
	margin-left: 8px;
	margin-right: 35px;
}
#tLocations a{
	background-image: url(images/tLocations.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 125px;
	margin-right: 35px;
}
#tSchedule a {
	background-image: url(images/tSchedule.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 125px;
	margin-right: 35px;
}
#tTechnicalRequirements a {
	background-image: url(images/tTechnicalRequirements.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 125px;
	margin-right: 38px;
}
#tRegister a {
	background-image: url(images/tRegister.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 125px;
	margin-right: 38px;
}
#tReplay a {
	background-image: url(images/tReplay.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 125px;
}
/** END NAVIGATION TABS **/

#locationsDropDownMenu {
	width:121px;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	margin-top:-12px;
	margin-left:168px;
	z-index:250;
	display:none;
}
#replayDropDownMenu {
	width:121px;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
	margin-top:-12px;
	margin-left:814px;
	z-index:250;
	display:none;
}
#DropDownMenuTop {
	background-image:url(images/menuTop.png);
	background-repeat:no-repeat;
	background-position:center;
	height:17px;
	margin:0;
	padding:0;
}
#DropDownMenuCenter {
	background-image:url(images/menuCenter.png);
	background-position:center;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}
#DropDownMenuBottom {
	background-image:url(images/menuBottom.png);
	background-repeat:no-repeat;
	background-position:center;
	height:23px;
	margin:0;
	padding:0;
}

/** START LOCATIONS DROP DOWN MENU **/
#NavMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 121px;
}
#NavMenu li {
	margin: 0; 
	padding: 0;
	list-style: none;
	height:18px;
	width: 100%;
}
#NavMenu a {
	background-image:url(images/menuItemBg.png);
	background-repeat:no-repeat;
	width: 100%;
	height:18px;
	display: block;
	}
#NavMenu a:hover {
	width: 100%;
	background-position: 0 -18px;
	}
#NavMenu a:active, #NavMenu a.selected {
	width: 100%;
	background-position: 0 -18px;
	}
#MenuItem a{
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	height:18px;
	text-align:center;
	width: 100%;
	color:#FFFFFF;
	vertical-align:middle;
}
#MenuItem a:hover {
	color: #0099FF;
	}
#MenuItem a:active, #MenuItem a.selected {
	color: #0099FF;
	}
/** END DROP DOWN MENU **/

#HomeContent {
	width:955px;
	margin:0 auto;
}
#HomeTitle {
	background-image: url(images/homeTitle.png);
	background-repeat: no-repeat;
	background-position:left top;
	height: 90px;
	width: 100%;
	padding: 0px;
	margin-top: 65px;
	margin-right: 0px;
	margin-left: 32px;
	margin-bottom: 0px;
	text-indent: -9999px; 
}
#OverviewTitle {
	background-image: url(images/overviewTitle.png);
	background-repeat: no-repeat;
	background-position:left top;
	height: 90px;
	width: 100%;
	padding: 0px;
	margin-top: 65px;
	margin-right: 0px;
	margin-left: 32px;
	margin-bottom: 0px;
	text-indent: -9999px; 
}
#MeetingsMapTitle {
	background-image: url(images/meetingsMapTitle.png);
	background-repeat: no-repeat;
	background-position:left top;
	height: 90px;
	width: 100%;
	padding: 0px;
	margin-top: 65px;
	margin-right: 0px;
	margin-left: 32px;
	margin-bottom: 0px;
	text-indent: -9999px; 
}
#MeetingsListTitle {
	background-image: url(images/meetingsListTitle.png);
	background-repeat: no-repeat;
	background-position:left top;
	height: 90px;
	width: 100%;
	padding: 0px;
	margin-top: 65px;
	margin-right: 0px;
	margin-left: 32px;
	margin-bottom: 0px;
	text-indent: -9999px; 
}
#MeetingsScheduleTitle {
	background-image: url(images/meetingsScheduleTitle.png);
	background-repeat: no-repeat;
	background-position:left top;
	height: 90px;
	width: 100%;
	padding: 0px;
	margin-top: 65px;
	margin-right: 0px;
	margin-left: 32px;
	margin-bottom: 0px;
	text-indent: -9999px; 
}
#RegisterTitle {
	background-image: url(images/registerTitle.png);
	background-repeat: no-repeat;
	background-position:left top;
	height: 90px;
	width: 100%;
	padding: 0px;
	margin-top: 65px;
	margin-right: 0px;
	margin-left: 32px;
	margin-bottom: 0px;
	text-indent: -9999px; 
}
#ScheduleMainDayTitle {
	border-bottom:1px solid #FFFFFF;
	color:#0099FF; 
	font-size:18px;
}
#ScheduleMainTimeTitle {
	text-align:left; 
	border-bottom:1px solid #FFFFFF; 
	padding:15px 15px 0px 0px; 
	width:700px; 
	margin:0 auto;
}	
#NoSchedule {
	color:#0099FF; 
	font-size:18px; 
	text-align:center;
	padding:25px 0px 125px 0px;
}
#NoRegistration {
	font-size:18px; 
	text-align:center;
	padding:25px 0px 125px 0px;
}
#ScheduleMainURL {
	text-align:left; 
	padding: 10px 10px 10px 25px; 
	width:700px; 
	margin:0 auto;
}
#ScheduleMainURL a {
	color:#FFFFFF;	
}
#ScheduleMainURL a:hover {
	color:#0066FF;	
}
#ScheduleMainURL a:active, #ScheduleMainURL a.selected {
	color:#FFFFFF;
}
#locationsCounter {
	text-transform:uppercase; 
	font-weight:bold; 
	font-size:20px;
	font-weight:bold; 
	text-align:center;
}
#locListDiv {
	text-align:center; 
	width:825px; 
	margin:0 auto; 
	font-weight:bold; 
	color:#FFFFFF; 
	padding-top:15px;
}
#locListIframe {
	overflow:auot; 
	overflow-x:hidden; 
	border-top:1px inset #CCCCCC; 
	border-bottom:1px inset #CCCCCC;
}
#phoneCallText {
	color:#990000; 
	text-align:right; 
	font-weight:bold;
	text-align:center;
}
#TechnicalRequirementsTitle {
	background-image: url(images/technicalRequirementsTitle.png);
	background-repeat: no-repeat;
	background-position:left top;
	height: 90px;
	width: 100%;
	padding: 0px;
	margin-top: 65px;
	margin-right: 0px;
	margin-left: 32px;
	margin-bottom: 0px;
	text-indent: -9999px; 
}
#techReqInstructions {
	padding:0px 30px 30px 30px; 
	text-align:center; 
	font-family: Century Gothic, Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
}
#techReqTitle {
	text-align:left; 
	margin:0 auto;
	font-weight:bold; 
	text-transform:uppercase; 
	border-bottom:1px solid #CCCCCC; 
	color:#FFFFFF; 
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
#techReqContent {
	text-align:left; 
	width:780px;
	margin:0 auto; 
	color:#FFFFFF; 
	padding-top:15px; 
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
#regText {
	width:825px;
	margin:0 auto;
}
#replayTitle {
	padding:10px 0px 2px 0px; 
	text-align:left; 
	border-bottom:1px solid #FFFFFF; 
	font-size:22px;
	font-weight:400;
}
#replayNote {
	padding:10px 0px 10px 0px; 
	font-size:13px; 
	text-align:center;
}
#replayVideoDiv {
	padding:10px 0px 20px 0px; 
}
#Footer {
    text-align: center;
	color:#FFFFFF;
    font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
    height: 50px;
    width: 800px;
	margin:0 auto;
	margin-top: 15px;
    line-height: 14px;
	border-top:1px solid #CCCCCC;	
	text-transform:uppercase;
	padding-top:5px;
}
#Footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#Footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
	
}
#Footer a:hover {
	text-decoration: none;
	color: #0099FF;
}
#Footer a:active {
	text-decoration: none;
	color: #0099FF;
}