@charset "utf-8";
#overlay {
	position:absolute;
	top: 20px;
	z-index:200;
	margin-left: auto;
	margin-right: auto;
	width: 97.2222%;
	padding-left: 1.3888%;
	padding-right: 1.3888%;
}
.box {
	background-image: url(/images/layout/box_back.png);
	background-repeat: repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #282828;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding: 2%;
	margin-bottom: 2%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.box h3 {
	margin: 0;
	font-size: 110%;
}
.box h4 {
	margin: 0;
	font-size: 100%;
}
.box h5 {
	margin: 0;
	font-size: 90%;
}

.home_banner { 
   position: relative; 
   border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #282828;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
   width: 100%; /* for IE 6 */
   margin-bottom: 2%;
}

.home_banner h3 {
	position: absolute;
	top: 3%;
	left: 0;
	padding-left: 3%;
	width: 100%;
	margin: 0;
	font-size: 110%;
}
.home_banner h4 {
	position: absolute;
	top: 5%;
	left: 0;
	width: 100%;
	padding-left: 3%;
	font-size: 100%;
}
.home_banner h5 {
	position: absolute;
	top: 15%;
	left: 0;
	width: 95%;
	padding-left: 3%;
	font-size: 90%;
}
h1,h2,h3 {
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
	color: #9CB3E6;
	font-weight: 400;
	font-style: normal;
}
h4 {
	text-shadow: 2px 4px 3px rgba(0,0,0,1);
	font-weight: normal;
	color:#FFF;
}
h5 {
	text-shadow: 1px 3px 2px rgba(0,0,0,1);
	font-weight: normal;
	color:#FFF;
}

h1 a:hover {
	text-decoration:none;
}
h2 a:hover {
	text-decoration:none;
}
h3 a:hover {
	text-decoration:none;
}
h4 a:hover {
	text-decoration:none;
}
h5 a:hover {
	text-decoration:none;
}

.button_blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #c7d3f1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c7d3f1;
	box-shadow:inset 0px 1px 0px 0px #c7d3f1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9cb3e6), color-stop(1, #849fdf) );
	background:-moz-linear-gradient( center top, #9cb3e6 5%, #849fdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cb3e6', endColorstr='#849fdf');
	background-color:#9cb3e6;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #849fdf;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #999999;
}.button_blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #849fdf), color-stop(1, #9cb3e6) );
	background:-moz-linear-gradient( center top, #849fdf 5%, #9cb3e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#849fdf', endColorstr='#9cb3e6');
	color:#ffffff;
	background-color:#849fdf;
}.button_blue:active {
	position:relative;
	top:1px;
}

.button_buytix {
	-moz-box-shadow: inset 0px 1px 0px 0px #595959;
	-webkit-box-shadow: inset 0px 1px 0px 0px #595959;
	box-shadow: inset 0px 1px 0px 0px #595959;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #282828;
	display: inline-block;
	color: #9cb3e6;
	font-family: arial;
	font-size: 150%;
	font-weight: bold;
	padding: 10px 30px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #575757;
	background-image: url(/images/layout/box_back.png);
}.button_buytix:hover {
	background-color: #333333;
	color: #FFF;
}.button_buytix:active {
	position: relative;
	top: 2px;
}

#connect li {
	display:inline;
	padding:2%;
}
#connect img {
	margin-bottom: 5%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 2%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.facebook { 
	overflow: hidden; 
}

.item_news {
	margin-top: 20px;
}
#sponsor1,#sponsor2,#sponsor3,#sponsor4,#sponsor5,#sponsor6 {
	text-align:center;
	margin-top:2%
}
#footer {
	margin-top: 5%;
	margin-bottom: 5%;
}
.center {
	text-align:center;
}
