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

html{
	position:absolute;
	overflow:auto;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	border:none;
   }
   
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	}
	
#backdrop1 {
		position:absolute;
		top:0px;
		z-index:5;
		left:0px;
		width:100%;
		height:100%;
		padding:0px; 
		margin:0px;
		overflow:hidden;
}

/* for moz/opera and others*/
html>body #backdrop1{position:fixed}

#backdrop1-inner {
		height: 100%;
}

#backdrop2 {
	position:absolute;
	z-index:6;
	top:0px;
	left:0px;
	overflow:hidden;
}
#bgImage {
	position:relative;
	overflow:hidden;
}

.currentPage{
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	font-weight:bolder;
	z-index:200;
	padding-right:15px;
}

.event_venue{
font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:15px;
	color:#ffffff;

}

.event_date{
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	color:#ffffff;

}

.event_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:12px;

}

.calTitle{
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	font-weight:bold;
	color:#959995;

}

.highlight {
 color:#31091c;
 font-size:18px;
 font-weight:bold;
 text-align:left;
}









a{ outline:none;
   font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	color:#959995;

}

a:hover{
color:#ffffff;
}

a.navLink {
    font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	position:relative;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	z-index:200;
	padding-right:15px;
}
a.navLink:link { 
	color:#918599;
}
a.navLink:visited {	
	color:#918599;
}
a.navLink:hover {
	color:#ffffff;
}

a.SubnavLink {
    font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	position:relative;
	font-size:10px;
	line-height:15px;
	text-decoration:none;
	z-index:200;
	padding-right:15px;
}
a.SubnavLink:link { 
	color:#918599;
}
a.SubnavLink:visited {	
	color:#918599;
}
a.SubnavLink:hover {
	color:#ffffff;
}

a.boxLink {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	text-decoration:none;
}
a.boxLink:link {
	color:#99999B;
}
a.boxLink:visited {
	color:#99999B;
}
a.boxLink:hover {
	color:#ffffff;
}

a.button {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	text-decoration:none;
	padding:3px 6px 3px 6px;
	border: thin solid #918599;
	color:#918599;
}
a.button:link {
	color:#918599;
}
a.button:visited {
	color:#918599;
}
a.button:hover {
	color:#ffffff;
}
a.button:active {
	background-color:#1d1738;
}

a.pastPerf {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	border: thin solid #918599;
	color:#918599;
}
a.pastPerf:link {
	color:#918599;
}
a.pastPerf:visited {
	color:#918599;
}
a.pastPerf:hover {
	color:#ffffff;
}
a.pastPerf:active {
	background-color:#1d1738;
}








p,div,td,ul,ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	color:#ffffff;
	
}
ul,ol { text-align:left; }

#mainContent {
	position:relative;
	z-index:25;
}

.zTop {
	position:relative;
	z-index:200;
}
.fullOpac {
	opacity:1; Moz-opacity:1; Khtml-opacity:1; object.filter:(alpha=100); filter:alpha(opacity=100);
}


.leftBox {
	width:330px;
	padding:15px;
	margin-bottom:15px;
}
.rightBox {
	width:300px;
	padding:10px;
	margin-bottom:30px;
}

.leftThinBox {
	width:330px;
	padding:5px 15px 5px 15px;
	margin-bottom:10px;
}


.leftSubPageBox {
	width:456px;
	padding:15px;
	margin-bottom:15px;
}
.rightSubPageBox {
	width:184px;
	padding:10px;
	margin-bottom:15px;
}

.rightSubPageThinBox {
	width:184px;
	padding:5px 10px 5px 10px;
	margin-bottom:10px;
}


.mainContentBox {
	background-image:url(images/boxBG-mainContent.png);
	background-repeat:repeat;
}
.inPerformanceBox {
	background-image:url(images/boxBG-inPerformance.png);
	background-repeat:repeat;
}
.supportUsBox {
	background-image:url(images/boxBG-supportUs.png);
	background-repeat:repeat;
}
.emailUsBox {
	background-image:url(images/boxBG-emailUs.png);
	background-repeat:repeat;
}
.jomlBox {
	background-image:url(images/boxBG-joml.png);
	background-repeat:repeat;
}
.inMotionBox {
	background-image:url(images/boxBG-inMotion.png);
	background-repeat:repeat;

}


