@charset "utf-8";
/* CSS Document */

body {
	background-color: #2F0103;
	background-image: url(Back.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 12px;
}
h1 {
	font-size: 17px;
	color: #D7E410;
	font-weight:lighter;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #C0C931;
}
a:active {
	color: #C0C931;
}

a.Partners:link {
	color: #C7D01E;
}
a.Partners:visited {
	color: #C7D01E;
}
a.Partners:hover {
	color: #E7ED8D;
}
a.Partners:active {
	color: #E7ED8D;
}
a.menulink {font-family: Arial, Helvetica, sans-serif; font-size: 13px;}
a.menulink:link {color:#ffffff; text-decoration: none; font-weight:bold;}
a.menulink:hover {background-color:#DDE80E; color:#333333; text-decoration: none; font-weight:bold;}
a.menulink:visited:hover {background-color:#DDE80E; color:#333333; text-decoration: none; font-weight:bold;}
a.menulink:visited {text-decoration: none; color:#ffffff; font-weight:bold;}
a.menulink:active {text-decoration: none; color:#ffffff; font-weight:bold;}

.style1 {font-size: 10px}
.style2 {color: #C0C931}
ul.slideshow {
	list-style:none;
	width:987px;
	height:270px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:450px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}

/*******************************************/
/* TOOLTIP*/
/******************************************/
	#dhtmlgoodies_tooltip{
		background-color:#DDE80E;
		color:#333333;
		border:1px solid #858A29;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:1em;
		text-align:center;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=80);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:4px;	/* Rounded edges in Firefox */
	}
	
div.scroll {
	height: 360px;
	width: 782px;
	overflow: auto;
	border: 1px solid #666;
	padding: 8px;
}


ol,ul {list-style:none;}

.fade{
	margin-bottom: 2em;
}

.fade p{
	
	text-align: center;
	width: 100%;
	
}

