@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color:#000;
	
	background-repeat: no-repeat;
	
	
	text-align: center;

}
ul, li{
	margin:0px;
	padding:0px;
	list-style:none;
	
	
}
h3{
	color:#E8BB1E;
	
	
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	
	z-index:-1000;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}


a:link {
	text-decoration:underline;
	font-weight:bold;
	color:#eec439;
}
a:visited {
	color:#f19317;
	text-decoration:none;
}
a:hover {
	color:#db9924;
	text-decoration:underline;
}
a:active {
	color:#f19317;
	text-decoration:none;
}


#container{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:1024px;
}

#top_box{
	width:1024px;
	float:left;
	margin-top:25px;
	
}
#logo{
	width:200px;
	float:left;
	
	
}
#middle_part{
	width:200px;
	margin-left:100px;
	float:left;
}


#countdown_clock{
	width:402px;
	margin-left:100px;
	height:108px;
	float:left;
	background-image: url(images/bg_clockdown.png);
	background-repeat: no-repeat;
}
#menu_box{
	margin-left:50px;
	float:left;
	
	background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 852px;
	padding-top:20px;
	padding-left:20px;
}
#banner_box{
	float:left;
	width:1000px;
	height:300px;
	margin-left:40px;
	
	
}
#left_part{
	width:600px;
	float:left;
	
}

#right_part{
	margin-top:5px;
	width:400px;
	float:left;
	margin-left:-10px;
	z-index:10;
}
#right_part img{
	margin-top:3px;
	
	
}

#middle_box
{
	padding-top:10px;
	width:846px;
	color:#FFFFFF;
	position:relative;
	float:left;
	overflow:hidden;
	margin-left:95px;
	margin-top:-10px;
}

#middle_box .transparency
{
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	background-color:#000;
	width:846px;
	height:3500px;
	position:absolute;
	top:0px;
	left:0px;
	
}
.middle_content
{
	position:relative;
}

#middle_left_box {
	width:313px;
	float:left;
	
	margin-left:20px;
	margin-top:20px;
}
#middle_center_box{
	width:313px;
	float:left;
	margin-left:10px;
	margin-top:20px;
}
#middle_right_box{
	margin-left:10px;
	margin-top:20px;
	width:160px;
	float:left;
	}
	
#middle_right_subpage_box{
	margin-left:10px;
	margin-top:20px;
	width:450px;
	float:left;
	font-size:13px;
	padding:20px;
	background-color:#131312;
	border:#333 3px solid;
	}
	
	
#middle_right_subpage_gallery_box{
	margin-left:10px;
	margin-top:20px;
	width:490px;
	float:left;
	padding:3px;
	font-size:13px;

	background-color:#131312;
	border:#333 3px solid;
	}
#left_menu{
	width:267px;
	margin-bottom:10px;
	float:left;
	font-size:13px;
	padding:20px;
	background-color:#131312;
	border:#333 3px solid;
	
	
}
#thankyou_message{
	width:267px;
	margin-bottom:10px;
	float:left;
	font-size:13px;
	padding:20px;
	background-color:#131312;
	border:#333 3px solid;
	
	
}
 #left_menu li{
	border-bottom:dotted 1px #666;
	margin-bottom:5px;
	padding-bottom:2px;
	
}

#left_menu li a:link {
	text-decoration:none;
	font-weight:normal;
	
	color:#f19317;
}
#left_menu li a:visited {
	color:#f19317;
	text-decoration:none;
}
#left_menu li a:hover {
	color:#f19317;
	text-decoration:none;
	font-weight:bold;
}
#left_menu li a:active {
	color:#f19317;
	text-decoration:none;
}
	
.latest_news{
	color:#FFF;
	font-size:20px;
	padding-left:30px;
	
	padding-bottom:10px;
	border-bottom:#0e0e0d 2px solid;
	background-color:#131312;
}
.news_date{
	color:#4f4f4f;
	font-size:12px;
}
#footer{
	background-color:#fff;
	bottom:0;
	clear:both;
	float:left;
	height:50px;
	width:826px;
	background-repeat: repeat-x;
	margin-top:10px;
	padding-top:0px;
	padding-bottom:20px;
	padding-left:20px;

}
#slideshow {
    position:relative;
    height:311px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


.twitter_top, .twitter_middle, .twitter_bottom {
	float:left;
	width:313px;
}
#twitter{
	margin-top:10px;
	
}
.twitter_top{
	background-image: url(images/top_twitter.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 313px;	

}
.twitter_middle{
	background-image: url(images/middle_twitter.png);
	background-repeat: repeat;
	font-size:12px;
	padding-left:30px;
	padding-right:15px;
	width:268px;
	font-style:italic;
	
	
}

.twitter_bottom{
	background-image: url(images/bottom_twitter.png);
	background-repeat: no-repeat;
	height: 98px;
	width: 313px;
	
}
.training_table_color{
	background-color:#E8BB1E;
	
	
}
tr, td{
	border:#595958 1px dotted;
	
}
.read_more{
	font-size:12px;
	text-decoration:underline;
	color:#FFCA30;
	font-weight:bold;
	
	
}
#closed_entry{
	width:100%;
	height:25px;
	background-color:#D75F07;
	position:static;
	color:#fff;
	padding:5px;
	
	
	
}
#closed_entry a{
	text_align:underline;
	color:#fff;
	
	
	
}
.connect_widget_summary connect_widget_text{
	color:#fff;
	
	
	}
