@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- Screen CSS - The Screen styles -------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* General styles for the whole document */
body {
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* Typo styles and format */

p {
	margin-bottom: 10px;
}
h1 {
}
h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	padding-top: 20px;
}
h4 {
	font-weight: bold;
	text-align: right;
}
h5 {
	font-style: italic;
	text-align: right;
	margin-bottom: 10px;
}
h6 {
}

/* General Classes */
.userInput ul {
	padding: 10px;
}
.userInput ul li {
	padding: 5px;
	list-style-type: disc;
	margin-left: 20px;
}
.normalUlno {
	padding: 10px;
}
.normalp {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
/* Major Containers */

.wrapper {
	width: 100%;
}
.content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.content p {
	text-align: justify;
}

#header {
	height: 100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#logo {
	position: absolute;
	z-index: 10;
	left: auto;
	top: auto;
	height: 300px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}
#bar {
	height: 200px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	text-indent: -9999px;
}
#main {
	padding-top: 30px;
}

/* Header */


/* Navigation */



/* Detail Content */
#video {
	text-align: center;
	margin-bottom: 20px;
}


/* Footer */

#siteInfo  {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
	padding-top: 20px;
	margin-bottom: 20px;
}

#siteInfo p {
	text-align: center;
	color: #000;
	font-size: 10px;
	margin-bottom: 5px;
}
#siteInfo a {
	color: #000;
}


.sectionTitle h2 {
	display: block;
	float: left;
	height: 30px;
	margin-right: 10px;
}
.sectionTitle ul {
	float: left;
	height: 30px;
}
.sectionTitle ul li {
	display: inline;
}
.sectionTitle ul li a {
	display: block;
	float: left;
	margin-right: 10px;
	color: #999;
	
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	text-decoration: none;
}
.sectionThumb {
	width: 200px;
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

.listContainer {
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: solid 1px #DDD;
	width: 350px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.listContainer h3 {
	font-size: 14px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.listContainer h4 {
	font-size: 11px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #666;
	text-align: left;
}
.listContainer img {
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

.columnContainer {
	padding-left: 5px;
	width: 790px;
	padding-top: 20px;
}
.columnSection {
	float: left;
	width: 230px;
	background: rgba(255, 255, 255, 0.60); 
	margin-right: 10px;
	padding: 10px 10px;
	padding-top: 0px;
	margin-bottom: 10px;
	
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}
.columnImage {
	width: 230px;
	margin-bottom: 20px;
	
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}
.columnSection ul, .listContainer ul {
	height: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
}
.columnSection ul li, .listContainer ul li {
	display: inline;
}
.columnSection ul li a, .listContainer ul li a {
	display: block;
	padding-left: 25px;
	float: left;
	margin-right: 15px;
	color: #666;
	font-size: 11px;
	padding-top: 3px;
	height: 17px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
}
.columnSection ul li a:hover, .listContainer ul li a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

fieldset { 
	border: solid 1px #DDD;
	padding: 10px;
	margin-bottom: 10px;
}
label {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#map {
	width: 800px;
	height: 400px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
	margin-bottom: 20px;
}

/* MAP */
.mapInfoWindow {
	width: 320px;
	height: 120px;
}
.mapInfoWindow h3 a{
	text-decoration: none;
	color: #333;
}

.mapInfoWindow h3 {
	margin-bottom: 5px;
	line-height: normal;
	margin-top: 0px;
	padding-top: 0px;
}
.mapInfoWindow p {
	margin-bottom: 5px;
	line-height: normal;
	text-align: left;
}
.mapInfoWindow .infoImage {
	float: left;
	width: 150px;
	margin-right: 10px;
}
.mapInfoWindow .infoImage img {
	width: 150px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

#pageHeader {
	height: 50px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}
#pageContent {
	padding: 20px;
}
#pageContent img {
	float: right;
	width: 300px;
	margin-left: 15px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

#languageList {
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 50;
}
#languageList li {
	display: inline;
}
#languageList li a {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
#languageList li a img {
	width: 20px;
	height: 20px;
}

#languageList li a:hover, #languageList li a.current {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

#sponsors {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	height: 60px;
	margin-bottom: 10px;
}
#sponsors ul {
	position:relative;
	left:50%;
}
#sponsors ul li {
	display: inline;
}
#sponsors ul li a {
	display: block;
	width: 100px;
	height: 60px;
	float: left;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	margin-right: 5px;
	margin-left: 5px;
}
#sponsors ul li a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
#sponsors ul li a img {
	width: 100px;
	height: 60px;
}

#sponsorsStd {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	height: 45px;
	margin-bottom: 10px;
}
#sponsorsStd ul {
	position:relative;
	left:50%;
}
#sponsorsStd ul li {
	display: inline;
}
#sponsorsStd ul li a {
	display: block;
	width: 75px;
	height: 45px;
	float: left;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}
#sponsorsStd ul li a img {
	width: 75px;
	height: 45px;
}
#sponsorsStd ul li a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}


#sponsorsGrd {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	height: 60px;
	margin-bottom: 10px;
}
#sponsorsGrd ul {
	position:relative;
	left:50%;
}
#sponsorsGrd ul li {
	display: inline;
}
#sponsorsGrd ul li a {
	display: block;
	width: 100px;
	height: 60px;
	float: left;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	margin-right: 5px;
	margin-left: 5px;
}
#sponsorsGrd ul li a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}
#sponsorsGrd ul li a img {
	width: 100px;
	height: 60px;
}


#homevideo {
	margin-left: 5px;
	width: 770px;
	height: 433px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}