@charset "utf-8";

/* CSS Document */


body 	{
/*	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: Tahoma;
	background-color: #000000;
	color: #636363;
	}

a {
	color: #16b29d;
}


h1 	{
	font-size: 60px;
	color: #16b29d;
	}

h2 	{
	color: #16b29d;
	}

.hl {

	color: #16b29d;
}

.nav ul {
	text-align: center;
	color: rgba(255,255,255,1.00);
	padding: 0;
	}

.nav li.nl {
	display: inline-block;
	font-size: 1.1em;
	border-right: #454545 groove;
	padding-left: 3px;
	padding-right: 3px;
	}

.nav li.eli {
	display: inline-block;
	font-size: 1.1em;
	padding-left: 3px;
	}


.nav a {
	display: block;
	height: 25px;
	color: #636363;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	background-color: rgba(255,255,255,0.00)
	}

.nav a:hover {
	color: #16b29d;
	}



.footerinfo {
	color: #636363;
	font-size: 10px;
	}

.footerinfo a {
	color: #636363;
	font-size: 10px;
	text-decoration: none;
	}





.ContentST {
	height: 250px;
	width: 960px;
	margin: 0px auto;
	margin-top: 0px;
	border: 0px solid #fff;
	}

.ContentSTLeft {

	border: 1px solid;	
	height: 193px;
	width: 290px;
	float: left;
	box-shadow: rgba(0,0,0,0.50) 10px 10px 5px;
		margin-left: 15px;
	}



.ContentSTCenter {
	border: 1px solid;
	margin-left: 30px;
	height: 193px;
	width: 290px;
	float: left;
	box-shadow: rgba(0,0,0,0.50) 10px 10px 5px;

	}



.ContentSTRight {

	border: 1px solid;	
	height: 193px;
	
	width: 290px;
	
	float: right;
	
	box-shadow: rgba(0,0,0,0.50) 10px 10px 5px;
		margin-right: 15px;

	}

.ContentSpace {
	height: 8px;
}



.imgWrap {
  
	position: relative;
  
	height: 193px;
  
	width: 290px;
	
}

.FullText {
	width: 860px;
	border: 0px solid #ff0;
	text-align: left;
	
}



.ContentES {
	height: 140px;
	width: 960px;
	margin: 0px auto;
	margin-top: 0px;
	border: 0px solid #fff;
	}


.ContentESLeft {
	height: 125px;
	width: 290px;
	float: left;
	background-color: rgba(215,215,215,0.75);
	margin-left: 15px;	

	}


.ContentESCenter {
	margin-left: 30px;
	height: 125px;
	width: 290px;
	float: left;
	background-color: rgba(215,215,215,0.75);
	}


.ContentESRight {
	height: 125px;
	width: 290px;
	float: right;
	background-color: rgba(215,215,215,0.75);
	margin-right: 15px;
	border: 0px solid #0ff;

	}

.contentESText {
	height: 120px;	
	margin: 1px;
	padding-top: 3px; 
	padding-bottom: 1px; 
	padding-left: 5px; 
	padding-right: 5px; 
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 26px;
	font-style: bold;
	border: 0px solid #fff;

	}

.contentESText .hovered { display: none; }
.contentESText:hover .hovered { display: block; }
.contentESText:hover .initial { display: none; }


.contentESText:hover {
	height: 120px;
	margin: 1px;
	padding-top: 3px; 
	padding-bottom: 1px; 
	padding-left: 15px; 
	padding-right: 15px; 
	color: #000000;
	text-align: center;
	font-size: 19px;
	font-style: italic;
	border: 0px solid #ff0;
	}

p {
	margin:5px;
}

.contentOSText {
	height: 120px;	
	margin: 1px;
	padding-top: 3px; 
	padding-bottom: 1px; 
	padding-left: 5px; 
	padding-right: 5px; 
	color: #000000;
	text-align: center;
	vertical-align: middle;
	font-size: 26px;
	font-style: bold;
	border: 0px solid #fff;

	}