@charset "utf-8";


body {
	font:normal 62.5% 'Ubuntu', Helvetica, Verdana, Arial, sans-serif;
	color:#333;
	background-color:#fff;
	line-height: 1.8em;
}
p {
	font-size: 1.25em;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
ul {font-size:16px;}
#holder { 
	width:80%;
	max-width:1000px;
	margin:auto;
}
/* HEADER */
.header #logo { max-width:294px;}
.headertext { 
	position:relative;
	left:90px;
	height:100px;
}
.headertext h1 {
	width:490px; 
	position:absolute;
	text-align:center;
	top:30px;
	
	font-size: 2.4em;
	color: #fff;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-shadow: 4px 0 0 #05074f, -2px 0 0 #05074f, 0 2px 0 #05074f, 0 -2px 0 #05074f, 2px 2px #05074f, -1px -1px 0 #05074f, 1px -1px 0 #05074f, -1px 1px 0 #05074f;
	
}
.headertext p {
	font-weight:bold;
	width:490px; 
	position:absolute;
	text-align:center;
	top:20px;
	
	font-size: 2.4em;
	color: #fff;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-shadow: 4px 0 0 #05074f, -2px 0 0 #05074f, 0 2px 0 #05074f, 0 -2px 0 #05074f, 2px 2px #05074f, -1px -1px 0 #05074f, 1px -1px 0 #05074f, -1px 1px 0 #05074f;
	
}
.header_play_button { }
.header_play_button img { 
	display:block;
	max-width:218px;
	margin:auto;
}

.bigimage img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

/* top menu */
.topmenu{
	overflow:auto;
	width:100%;
	padding:70px 0 0;
}
.topmenu ul{
	z-index:100;
	margin:0;
	padding:0;
	list-style-type:none;
}
.topmenu ul li{
	display:inline;
	float:right;
}
.topmenu ul li a{
	display:block;
	padding:13px 13px;
	text-decoration:none;
	background: #000;
	text-shadow: #000 0.1em 0.1em 0.2em;
	font-size: 1.05em;
	color:#ebe811; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.topmenu ul li a:hover{
	text-decoration:underline;
	color:#fff;
	}
/* RESULTS MENU HOVER */
.result-dd {
	list-style:none;
	padding:0;
	position:absolute;
	right:21%;
	display:none;
}
.result-dd li{
	display:block !important;
	float:none !important;
	position:relative;
}
.result-dd li a{
	background-position:-3px 0px !important;
}
.result-dd li .sub-result-dd{
	position:absolute;
	left:60px;
	top:0;
	display:none;
}
.result-dd li .sub-result-dd li{
}	

/* drop select menu */
.dropmenu{display:none;overflow:auto;width:100%}
.dropmenu select{height:30px;font-size:1.8em;font-weight:700;color:#fff;background-color:#0c64b1;width:100%}

.mystyle1 {
    font-weight: 700;
    font-size: 15px;
}

th {
	color:#011ca1;
	border-right:1px solid #f3f29b;
	border-bottom:1px solid #f3f29b;
	border-top:1px solid #f3f29b;
	text-transform:uppercase;
	background:#f3ff0a;
	padding:6px 6px 6px 12px;
}
th.nobg {
	border-top:0;
	border-left:0;
	border-right:1px solid #f3f29b;
	background:none;
}
td {
	border:1px solid #f3f29b;
	background:#fff;
	color:#09132f;
	padding:6px 6px 6px 12px;
}
th.white {
	background:#fff;
	border-left:1px solid #f3f29b;
	color:#09132f
}
td.alt {
	background:#F5FAFA;
	color:#09132f
}
th.spec {
	border-left:1px solid #f3f29b;
	border-top:0;
	background:#fff
}
th.specalt {
	border-left:1px solid #f3f29b;
	border-top:0;
	background:#fffff5;
	color:#011ca1;
}
th.specaltTop{border:1px solid #C1DAD7;background:#f5fafa;color:#09132f}
td.specaltTop{border:1px solid #C1DAD7;border-left:0 solid #f3f29b}
h2,h3{font-size:1.167em;font-family:Tahoma, Geneva, sans-serif;color:#000}
#inner_cont {
	font-size: 1.25em;
	margin-top: 25px;
}
.fields {
    width: 100%;
    float: left;
}
label {
    font-weight: 700;
    width: 110px;
    float: left;
    text-align: right;
    padding: 11px 10px 0 0;
}
input.text, input.title, select {
    padding: 5px;
}
input[type=text], input[type=password], input.text, input.title, textarea, select {
    background-color: #fff;
    border: 1px solid #bbb;
    margin: .2em 0;
}
input.text, input.title, select {
    padding: 5px;
}
.notice {background: #FFF6BF;color: #514721;border-color: #FFD324;}
.error, .notice, .success {
    margin-bottom: 1em;
    border: 2px solid #ddd;
    padding: 5px;
}
.btn {
	color:#fff;
}