@charset "utf-8";


* {
 margin: 0;
 padding: 0;
}

html{height: 100%;} 

body{
	background-image:url(../images/page_bkg_stars.gif);
	background-repeat:repeat;
	height:100%;
}

a{
	color:#FFF;
	text-decoration:none;
}
a:visited{
	color:#FFFFFF;
}
a:hover{
	color:#cd1837;
}
a:active{
	color:#cd1837;
}

/* ID ELEMENTS for main layout */

#centerDiv{
	height:100%;
}
#mainContainer{
	width:1010px;
	text-align:left;
	z-index:10;
}


/*#centerColumnBkg{
	position:relative;
	width:600px;
	margin-left:197px;
	margin-top:559px;
	background-image:url(../images/bkg_center_column_grad_btm.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#006faa;
}*/
#leftHeader{
	position:absolute;
	width:197px;
}
#middleContent{
	position:absolute;
	margin-left:197px;
	width:600px;
	background-image:url(../images/header_middle.jpg);
	background-repeat:no-repeat;
	background-color:#006faa;
	z-index:70;
}
#rightHeader{
	position:absolute;
	margin-left:797px;
	z-index:20;
}
#pageNavBarCenter{
	text-align:center;
}
#pageNavBarLeft{
	text-align:left;
	z-index:inherit;
}
#pageNavBar{
	width:500px;;
	margin-top:404px;
	margin-left:242px;
	padding-top:8px;
	padding-bottom:8px;
	border-color:#fff29d;
	border-style:solid;
	border-width:1px;
	border-right:none;
	border-left:none;
	position:absolute;
	text-align:center;
	z-index:200;
}
#CreativeTeamTitle{
	float:left;
	position:relative;
}
#pageNavBarCreativeTeam{
	width:383px;;
	margin-top:25px;
	margin-bottom:25px;
	padding-left:5px;
	padding-top:8px;
	padding-bottom:8px;
	border-color:#fff29d;
	border-style:solid;
	border-width:1px;
	border-right:none;
	border-left:none;
	text-align:left;
	float:left;
	position:relative;
}
#pageText{
	color:#FFF;
	margin-left:60px;
	margin-right:60px;
	text-align:center;
	clear:both;
}
#pageTextCreativeTeam{
	color:#FFF;
	text-align:left;
	clear:both;
}
#pageTextCreativeTeam p{
	margin-bottom:20px;
}
#pageText p{
	margin-bottom:20px;
}
#pageTitle{
	width:100%;
	position:relative;
	float:left;
	margin-top:50px;
	margin-bottom:80px;
	text-align:center;
	font-size:28px;
	font-weight:bolder;
	font-family:"Times New Roman", Times, serif;
	color:#cd1837;
	text-transform:uppercase;
}
#pageTitle_d{
	width:100%;
	position:relative;
	float:left;
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
	font-size:28px;
	font-weight:bolder;
	font-family:"Times New Roman", Times, serif;
	color:#cd1837;
	text-transform:uppercase;
}
#pageTitleCreativeTeam{
	float:left;
	margin-left:193px;
	margin-top:50px;
	margin-bottom:50px;
	text-align:left;
	font-size:28px;
	font-weight:bolder;
	font-family:"Times New Roman", Times, serif;
	color:#cd1837;
	text-transform:uppercase;
	display:inline;/*IE6 Double margin Fix */
}
#creativeTeamLeftColumn{
	position:relative;
	float:left;
	width:193px;
}
#creativeTeamRightColumn{
	float:left;
	width:385px;
	position:relative;
}
#ctMainContent{
	float:left;
	text-align:left;
	width:100%;
}

#columns{
	position:absolute;
}
#centerContent{
	width:600px;
	z-index:inherit;
}
#headerTitle{
	margin-top:224px;
	width:600px;
	text-align:center;
}
#ribbonNav{
	position:absolute;
	width:205px;
	height:406px;
	margin-top:152px;
	background-image:url(../images/nav_ribbon_bkg.gif);
	float:left;

}
#leftNav{
	position:relative;
	width:198px;
	margin-top:40px;
	text-align:center;

}
#rightImage{
	clear:both;
	float:none;
	text-align:right;
	position:absolute;
	margin-left:610px;
	width:400px;
	z-index:71;
}
#preShow{
	position:absolute;
	margin-top:559px;
	z-index:55;
}
#thumbs{
	width:600px;
	margin-left: 30px;
	display:inline;/*IE6 Double margin Fix */
}
#thumbContainer{
	float:left;
	color:#FFF;
	margin-bottom:20px;
	margin-right:15px;
	margin-left:15px;
	display:inline;/*IE6 Double margin Fix */
}
#thumbImage{
	width:100px;
	height:100px;
	margin-bottom:5px;
}
#thumbImage img{
	border-color:#006fac;
	border-style:solid;
	border-width:2px;
}
#bigImage{
	text-align:center;
}
#bigImage img{
	border-color:#006fac;
	border-style:solid;
	border-width:2px;
}
#btmImagesContainer{
	width:600px;
	clear:both;
}
#ctImageContainer{
	margin-bottom:35px;
	margin-left:29px;
}
#ctImage{
	border-color:#006fac;
	border-style:solid;
	border-width:2px;
}
#btmImage{
	float:left;
	margin-left:3px;
	display:inline;/*IE6 Double margin Fix */
}

#footer{
	clear:both;
	padding-top:50px;
	margin-bottom:25px;
	color:#FFF;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
}
#footer p{
	margin-bottom:10px;
}
#footer a{
	color:#FFF;
	text-decoration:none;
}
#footer a:visited{
	color:#FFF;
}
#footer a:hover{
	color:#fff29d;
}
#footer a:active{
	color:#fff29d;
}

#loginFooter{
	clear:both;
	padding-top:50px;
	padding-bottom:25px;
	color:#0074bb;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
}
#loginFooter p{
	margin-bottom:10px;
}
#loginFooter a{
	color:#0074bb;
	text-decoration:none;
}
#loginFooter a:visited{
	color:#FFF;
}
#loginFooter a:hover{
	color:#FFF;
}
#loginFooter a:active{
	color:#FFF;
}
/* classes */
.ctList{
	font-family:"Times New Roman", Times, serif;
	margin-left:29px;
}
.ctList ul{
	line-height:16px;
	list-style-type:none;
}
.ctList ul li{
	font-size:14px;
	padding-right: 5px; 
	padding-bottom: 8px;
}
.ctList a{
	color:#FFF;
	text-decoration:none;
}
.ctList a:visited{
	color:#FFF;
}
.ctList a:hover{
	color:#cd1837;
}
.ctList a:active{
	color:#FFF;
}



.nav{
	font-family:"Times New Roman", Times, serif;
}
.nav ul{
	line-height:22px;
	list-style-type:none;
}
.nav ul li{
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
.nav ul li ul{
	margin-bottom:5px;
}
.nav ul li ul li{
	text-transform:none;
	font-size:10px;
}
.activeLink{
	color:#cd1837;
}

.nav a{
	color:#0a0e5a;
	text-decoration:none;
}
.nav a:visited{
	color:#0a0e5a;
}
.nav a:hover{
	color:#cd1837;
}
.nav a:active{
	color:#cd1837;
}
.inPageNav{
	font:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

.display{
	display:block;
}
.hide{
	display:none;
}
.inPageNav li{
	display: inline;
	list-style-type: none;
	background-image:url(../images/bullet_bubble.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-right:10px;
	padding-left:20px;
	padding-bottom:1px;
	padding-top:1px;
}
.inPageNav a{
	color:#FFFFFF;
	text-decoration:none;
}
.inPageNav a:visited{
	color:#FFFFFF;
}
.inPageNav a:hover{
	color:#cd1837;
}
.inPageNav a:active{
	color:#cd1837;
}
.creativeTeamName{
	font-size:28px;
	color:#FFF;
}
.creativeTeamTitle{
	font-size:28px;
	color:#046ea8;
	font-style:italic;
}
.sectionTitleWithImage{
	margin-bottom:51px;
}
.copyright{
	font-size:10px;
}
.superscript{font-size:8px; vertical-align:top;} 
#listSpacer{
	height:50px;
	clear:both;
	}
.yellowRule
{
	margin:25px;
	clear:both;
	border-top:1px solid #FF3;
}
.bulletListLeft{
	width:600px;
	margin-left:60px;
}
.bulletListLeft ul{
	padding: 0;
	margin: 3px 5px 0px 5px;
	list-style-type:none;
}
.bulletListLeft li{
	background: url(../images/bullet_small.gif) no-repeat 2px 9px;
	padding-left: 12px;
}
.bulletListLeft a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.bulletList a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#bulletLists_1_columns{
	width:140px;
	margin: 0 auto;
}
#bulletLists_2_columns{
	width:280px;
	margin: 0 auto;
}
#bulletLists_3_columns{
	width:420px;
	margin: 0 auto;
}
#bulletLists_4_columns{
	width:560px;
	margin: 0 auto;
}
.bulletListSingle{
	width:200px;
	color:#FFF;
	float:left;
}
.bulletListSingle ul{
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.bulletListSingle li{
	background: url(../images/bullet_small.gif) no-repeat 2px 9px;
	padding-left: 12px;
}
.bulletList{
	color:#FFF;
	width:130px;
	float:left;
	padding-left:10px;
}
.bulletList ul{
	padding: 0;
	margin: 3px 5px 0px 5px;
	list-style-type:none;
}
.bulletList li{
	background: url(../images/bullet_small.gif) no-repeat 2px 9px;
	padding-left: 12px;
}
.bulletList table{
	width: 560px;
	padding:0;
	margin:0;
}
.bulletList tr{
	padding: 0;
	margin:0;
	list-style-type:none;
}
.bulletList table tr td li{
	background: url(../images/bullet_small.gif) no-repeat 2px 9px;
	list-style-type:none;
}
.triviaContainer{
	margin-left:50px;
	margin-right:50px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.triviaQuestion{
	font-weight:bold;
	color:#FFF;
	margin-bottom:12px;
}
#tourDatesContainer{
	width:470px;
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:11px;
	line-height:18px;
}
.triviaAnswer{
	color:#cd1837;
	margin-bottom:3px;
}

.noBreak {
	white-space: nowrap;
}
.dotRepeat {
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#mainContainerLogin{
	width:990px;
	background-image:url(../images/login_bkg.jpg);
	background-repeat:no-repeat;
	background-color:#94cff1;
	text-align:left;
	z-index:10;
	padding-top:280px;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-size:14px;
}
#loginPanel{
	width:494px;
	float:left;
	text-align:right;
}
#loginPanel .sectionText{
	text-align:left;
	width:266px;
	float:right;
	padding-right:30px;
	margin-top:20px;
}
#loginPanel .actionBtn{
	margin-top:20px;
	clear:both;
	float:right;
	margin-right:45px;
	display:inline;/*IE6 Double margin Fix */
}
#registrationPanel{
	width:280px;
	text-align:left;
}
#registrationPanel .sectionText{
	text-align:left;
	margin-top:20px;
}
#registrationPanel  .loginFormTB{
	width:250px;
}
#registrationPanel .actionBtn{
	margin-top:40px;
	clear:both;
	float:left;
	display:inline;/*IE6 Double margin Fix */
}

.requiredInfo{
	font-size:10px;
	color:#2a729f;
	margin-top:10px;
	margin-bottom:30px;
	font-weight:bold;
}
#registerPanel{
	width:494px;
	float:left;
}
#registerPanel .sectionText{
	text-align:left;
	width:266px;
	float:left;
	padding-left:30px;
	margin-top:20px;
}
#registerPanel .actionBtn{
	margin-left:170px;
	margin-top:20px;
	clear:both;
	float:left;
	display:inline;/*IE6 Double margin Fix */
}

#loginPanel .sectionForm{
	text-align:left;
	margin-top:10px;
	clear:both;
	float:right;
}

#loginPanel #forgotPassword{
	width:296px;
	text-align:left;
	float:right;
	margin-top:15px;
	font-size:10px;
	color:#2a729f;
}

#forgotPassword a{
	color:#2a729f;
	text-decoration:none;
}
#forgotPassword a:visited{
	color:#2a729f;
}
#forgotPassword a:hover{
	color:#FFF;
}
#forgotPassword a:active{
	color:#FFF;
}
.formTextBoxContainer{
	clear:both;
	margin-top:15px;
}

.formTextBoxContainer .formLabel{
	color:#2a729f;
	font-size:11px;
	font-weight:bold;
	margin-bottom:3px;
}
#loginPanel  .loginFormTB{
	width:230px;
}

#ruleVerticalYellow{
	float:left;
	width:2px;
	height:400px;
	background-color:#FF3;
}

#mainContainerHome{
	width:1095px;
	text-align:left;
	z-index:10;
}

#homeBkg{
	width:1095px;
	height:633px;
	background-image:url(../images/home_bkg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#homeNav{
	width:179px;
	padding-top:370px;
}
#homeFooter{
	clear:both;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#0074bb;
}
/*#loginFooter{
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#0074bb;
}*/
#homeFooterLeft{
	float:left;
	margin-left:60px;
	margin-top:60px;
}

#homeFooterRight{
	text-align:right;
	float:right;
	margin-right:60px;
	margin-top:60px;
}
#homeFooter a{
	color:#0074bb;
	text-decoration:none;
}
#homeFooter a:visited{
	color:#0074bb;
}
#homeFooter a:hover{
	color:#FFF;
}
#homeFootera:active{
	color:#FFF;
}

