html, body, form, fieldset {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	line-height:1.4em;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:1em 0;
	padding:0;
}
li, dd, blockquote {
	margin-left:1em;
}
form label {
	cursor:pointer;
}
fieldset {
	border:medium none;
}

ul {
	margin: 0 0 15px;
	padding: 0 0 0 30px;
}
ol, ul {
	
}
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.5); }

img.imagelink {
	opacity: 0.8;
}
img.imagelink:hover {
	opacity: 1;
}
li.content {
	line-height:3em;
	margin-left:-1em;
}
.mobile-only {
	display:none;
}
.red {
	color:#c2020f;
}
.black {
	color:#121212;
}
body {
	background-color:#cccccc;
	color:#666666;
}
.timer {
position:fixed; top:100px; left:2%;	
font-size:26px;
}
.dropshadow {
	-moz-box-shadow: 3px 3px 4px #999; /* Firefox */
	-webkit-box-shadow: 3px 3px 4px #999; /* Safari/Chrome */
	box-shadow: 3px 3px 4px #999; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
 : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */
}
.required {
	color: #ff0000;
    font-size: 1.4em;
    font-weight: bold;	
}
.textwrapright {
	float:right;
	margin:10px;
}
.outerFrame {
	background-color:#FFFFFF;
	left:1%;
	padding:0;
	position:absolute;
	right:1%;
	top:1%;
	max-width:1230px;
	border-top:2px solid #999999;
	border-left:2px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	margin: 0px auto 0px auto;
	z-index:1;
}
.header {
	left:0;
	padding:0;
	right:0;
	z-index:2;
}
.not-included {
	left:0;
	right:0;
	z-index:4;
	padding-top:1px;
}
.not-included-home {
	left:0;
	right:0;
	z-index:4;
	padding-top:1px;
}
.logo {
	left:15px;
	position:relative;
	top:5px;
	z-index:4;
}
.social {
	right:3px;
	position:absolute;
	top:3px;
	z-index:4;
}
.sponsors {
	position:absolute;
	top:121px;
	z-index:4;
	left:20%;
	right:20%;
	font-size:12px;
}


.translation {
	right:30px;
	position:absolute;
	top:5px;
	z-index:4;
}
.heading {
	left:60px;
	right:60px;
	text-align:center;
	line-height:1.5em;
	position:absolute;
	top:360px;
	visibility:hidden;
	z-index:0;
}
.banner {
	top:22%;
	left:0;
	right:0px;
	z-index:4;
	text-align:center;
	padding-top:1px;
	z-index: 1;
}
.contentInfo {
	overflow:auto;
	z-index:3;
	padding: 0 1% 1% 2%;
	position:relative;
	top:0px;
}
.quickcontact {
	background-color: #E4F2FF;
	border-radius: 10px;
	height: 315px;
	overflow: auto;
	padding: 10px;
	position: absolute;
	right: 20px;
	top: 380px;
	width: 277px;
	z-index: 3;
}
.menubar {
	right:0%;
	left:0%;
	padding-top:15px;
	height:70px;
	z-index: 100 !important;
}
.footer {
	background-color:#695B4F;
	padding-top:5px;
	left:0;
	right:0;
	z-index:6;
}
a:link {
	color:#666666;
	font-weight:normal;
	text-decoration:underline;
}
a:visited {
	color:#666666;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	font-weight:normal;
	text-decoration:underline;
}
a.content:link {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
	font-size:+4;
}
a.content:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
a.content:hover {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a.content:active {
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
a.designer:link {
	color:#999999;
	font-weight:normal;
	text-decoration:underline;
}
a.designer:visited {
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}
a.designer:hover {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
h1 {
	font-size:24px;
	line-height:1em;
}
h2 {
	font-size:16px;
	font-weight:bold;
}
h3 {
	font-size:20px;
	font-weight:bold;
}
h4 {
	font-size:16px;
}

/* For screen smaller than 300px */
@media (max-width: 300px) {
html, body, form, fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 2em;
}
div.outerFrame {
	left:0;
	right:0;
	max-width:300px;
	z-index:1;
}
.logo {
	top: 5px;
}
.contentInfo {
	top: -45px;
}
div.menuBar {
	top: 10%;
	z-index: 100;
	height:50px;
}
div.banner {
	top:15%;
}
.mobile-only {
	display:inline;
	z-index:200;
}
div.footer {
}
}
 @media (min-width: 300px) and (max-width: 600px) {
html, body, form, fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 2em;
}
div.outerFrame {
	top:2%;
	left:0;
	right:0;
	max-width:600px;
	z-index:1;
}
.logo {
	top: 5px;
}
.contentInfo {
	top: -45px;
}
div.menuBar {
	position:relative;
	z-index: 100;
	height:50px;
	top:10%;
}
div.banner {
	top:15%;
}
.mobile-only {
	display:inline;
	z-index:200;
}
.contentInfo {
}
.not-included {
}
div.footer {
}
}
 @media (min-width: 600px) and (max-width: 1024px) {
html, body, form, fieldset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 2em;
}
div.outerFrame {
	top:2%;
	left:0;
	right:0;
	max-width:1024px;
	border-top:6px solid #000;
	z-index:1;
}
div.menuBar {
	z-index: 100;
	height:50px;
	position:relative
}
div.banner {
	top:15%;
}
.contentInfo {
	top:13px;
}
h1 {
}
div.footer {
}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) 
{
div.outerFrame {
	top:2%;
	left:0;
	right:0;
	max-width:100%;
	z-index:1;
}
.logo {
	top: 5px;
}
.contentInfo {
	top: 80px;
}

div.menuBar {
	position:relative;
	z-index: 100;
	height:50px;
	top:10%;
}
div.banner {
	top:15%;
}
.mobile-only {
	display:inline;
	z-index:200;
}
.contentInfo {
	top: 70px;
}
.not-included {
}
div.footer {
}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) 
{
div.outerFrame {
	top:2%;
	left:0;
	right:0;
	max-width:100%;
	z-index:1;
}
.logo {
	top: 5px;
}
.marquee_1 {  
	position:absolute;
	overflow-x: -webkit-marquee;
	-webkit-marquee-direction: backwards;
	-webkit-marquee-style: slide;
	-webkit-marquee-speed: fast;
	-webkit-marquee-increment: large;
	-webkit-marquee-repetition: 6;
	font-size:1.2em;
}
.marquee_2 {  
	position:absolute;
	overflow-x: -webkit-marquee;
	-webkit-marquee-direction: backwards;
	-webkit-marquee-style: slide;
	-webkit-marquee-speed: fast;
	-webkit-marquee-increment: large;
	-webkit-marquee-repetition: 6;
	font-size:1.2em;
}

div.menuBar {
	position:relative;
	z-index: 100;
	height:50px;
	top:10%;
}
div.banner {
	top:15%;
}
.mobile-only {
	display:inline;
	z-index:200;
}
.contentInfo {
	top: 100px;
}
.not-included {
}
div.footer {
}
}
