@charset "utf-8";
/* CSS Document */

@media print {
    #top-navigation {
        display: none;
    }
	#tabs {
		display:none;
	}
}

*{margin:0;padding:0;border:0;}

body {
	background-color:white;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

#container {
	width:774px;
	margin:0 auto;
}

#header {
	height:63px;
	width:730px;
	padding:10px 20px;  /*10px padding top/bottom....20px padding left/right*/
}

#logo {
	float:left;
	width:314px;
	height:50px;
}
#orange{color:#e86c23;}
#copyright {
	width:179px;
	height:44px;
	text-align:right;
	padding-right:17px;
	color:#9e1f21;  /* red */	
	font-size:10px;
	/*background-color:white;*/
 }
 
#top-navigation, #contact-info {
	width:350px;
	height:53px;
	/* color:#9e1f21; */ /* red */
	color:#9e1f21;
	float:right;
	font-size:10px;
	text-align:right;
}
#top-navigation p, #contact-info p, #copyright {
	margin-bottom:0px;
	margin-top:0px;
}
#top-navigation a{
	 /* color:#9e1f21;  red */
	color:#e86c26;
	font-weight:normal;
	text-decoration:none;
}
 #copyright a {
	 /* color:#9e1f21;  red */
	color:#9e1f21;
	font-weight:normal;
	text-decoration:none;
}
#top-navigation a:hover, #copyright a:hover {
	font-weight:bold;
}

#content {
	clear:both;
	width:774px;
	position:relative;
	padding-top:34px;
}

.spacer {
	height:15px;
}

/********** index/default page only *****************/
#flash {
	clear:both;
	width:770px;
	/*
	border-left:1px solid #c6e1e5;
	border-right:1px solid #c6e1e5;
	*/
	z-index:0;
	/*height:323px;*/
	/*background-image:url(../images/flash.jpg);*/	
}

#flashfooter {
	width:774px;
	height:17px;
	background-image:url(../images/flash-footer.jpg);	
}

#horizontal-learn-more-panel {
	width:774px;
	height:154px;
	background-image:url(../images/learn-more-panel.jpg);	
}
#horizontal-learn-more-panel p,#vertical-learn-more-panel p {
	margin-top:0px;
}
#horizontal-learn-more-panel a,#vertical-learn-more-panel a {
	text-decoration:none;
	color:#105565;
}
.horizontal-panel {
	float:left;
	font-size:11px;
	width:236px;
	height:142px;
	padding:6px 10px 5px;
}

.horizontal-panel2 {
	float:left;
	font-size:11px;
	width:250px;
	height:142px;
	padding:2px 5px 1px;
}

/************ Secondary pages only *******************/

#SEO-left-panel {
	width:328px;
	float:left;
}

#SEO-right-panel {
	width:210px;
	float:left;
	text-align:center;
}

.secondary-content-shadow {
	background:url(../images/right-shadow-long.jpg) left bottom no-repeat;
}
.secondary-event-content-shadow {
	background:url(../images/right-shadow-long.jpg) right bottom no-repeat;
}
#secondary-content-top {
	width:774px;
	height:16px;
	background:url(../images/secondary-content-top.jpg) no-repeat;
}
#secondary-content {
	width:538px;
	background:url(../images/secondary-content.jpg) repeat-y;
	background-color:#f1f5f6;
	padding:15px 15px 15px 25px;
	height:100%;
	z-index:-1;
}
#secondary-content-bottom {
	background-image:url(../images/secondary-content-bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	height:28px;
}
#secondary-event-content-top {
	width:774px;
	height:16px;
	background:url(../images/secondary-event-content-top.jpg) no-repeat;
}
#secondary-event-content {
	width:732px;
	background:url(../images/secondary-event-content.jpg) repeat-y;
	background-color:#f1f5f6;
	padding:15px 15px 15px 25px;
	height:100%;
	z-index:-1;
}
#secondary-event-content-bottom {
	background-image:url(../images/secondary-event-content-bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:774px;
	height:28px;
}


.vertical-learn-more-panel {
	width:166px;
	padding:0px 15px;
	height:197px;
	background:url(../images/learn-more-panel-vertical.jpg) no-repeat;	
}
.bottom-vertical-learn-more-panel {
	width:196px;
	height:257px;
	background:url(../images/learn-more-panel-lastvertical.jpg) no-repeat;
}

/********** tab content windows *********************/
.tabcontentwindow {
	color:black;
	z-index:999;
	position:absolute;
	display:none;
	top:34px;
	background-color:white;
	border:1px solid black;
	border-top:none;
	width:180px;
}
.tabcontentwindow a {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:12px;
	border-bottom:1px solid #000;
	color:black;
	text-decoration:none;
}
.tabcontentwindow a:hover {
	background-color:#2a687b;
	color:#fff;
}
#tabs {
	width:774px;
	height:34px;
	position:absolute;
	background:url(../images/tab-shadow.jpg) right top no-repeat;
	top:0px;
	left:0px;
	z-index:500;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
#tabs ul {
	margin-left:0px;
	margin-top:2px;
}
#tabs ul li {
	white-space:nowrap; 
	position: relative; 
	display: inline; 
	float: left; 
}
#tabs ul li a {
    display: block;
    padding: 10px 0 0 8px; /* position: relative makes opacity fail for disabled tab in IE */
    color: white;
    font-weight: bold;
	height:22px;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.tabcontent {
	width:200px;
	border:1px solid #000;
}

/******************* Movie Pages ***********************/

.moviebox {
	width:245px;
	margin:10px;
	float:left;
	text-align:center;
	display:inline;
}
.movielinks {
	width:530px;
	margin:0 auto;
	margin-left:-5px;
}
#secondary-content img {
	border:2px solid black;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.clearline {
	clear:left;
	height:1px;
}
.box{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-top-color:Black;
	border-left-color:Black;
	border-right-color:Black;
}
.box2{
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-style:solid;
	border-color:Black;
	border-width:1px;
}

