/* LAYOUT
------------------------------------*/

#header{
	width:1000px;
	margin:0 0 10px 0;
}
#container{
	padding: 0px;
	width: 1000px;
	margin: 0;
}
.orange{
	color:#f63;
}
.green{
	color:#00ff86;
}

/* MENU
------------------------------------*/

#menu{
	width:144px;
	padding:0 0 0 75px;
	margin:0 25px 0 0;
	float:left;
	overflow:hidden;
}

#menu ul{
	margin:0 0 10px 0;
	padding:1px 0 0;
	list-style:none;
	overflow:hidden;
	/*background:url(../images/menu-separ.gif) repeat-x 0 0;*/
	float:left;
}
#menu ul li{
	float:left;
	width:169px;
	background:url(../images/menu-separ.gif) repeat-x 0 100%;
	padding:0 0 1px;
}
#menu ul a{
	display:block;
	text-decoration:none;
	width:169px;
	font-size:15px;
	line-height:39px;
	color:#000;
	font-weight:normal;
}
#menu ul a:hover{
	background-color:#f63;
	color:#fff;
	padding:0 0 0 7px;
	width:162px;
}

#sponsors{
	margin:15px 0 0 0;
	padding:0 0 15px 0;
	text-align:center;
}
#sponsors p{
	padding:0;
	margin:0;
}

#content{
	width:756px;
	padding-bottom:12px;
	float:left;
}

#footer_menu{
	border-top:1px solid #00ff86;
	border-bottom:1px solid #00ff86;
	margin:0 0 10px 0;
}
#footer_menu ul{
	margin:0;
	padding:0 0 0 75px;
}
#footer_menu ul li{
	list-style:none;
	float:left;
	margin:0 10px 0 0;
	height:30px;
	line-height:30px;
	display:block;
	font-size:10px;
	font-weight:normal;
}
#footer_menu a{
	color:white;
}
#footer_menu a:hover{
	color: #00ff86;
}
#footer{
	margin:0 0 10px 0;
	font-size:10px;
	overflow:hidden;
}
#footer td{
	font-size:10px;
}
#footer p{
	margin:0;
	padding:0;
}
#footer img{
	border:none;
}

.content-block{
	border:1px solid #ff6831;
	width:705px;
	overflow:hidden;
	float:left;
	margin:0 0 7px;
}

/* COMPONENTS
------------------------------------*/

/** latest news **/

.content-block ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:346px;
	float:left;
	padding:5px 0 12px 4px;
}
.content-block li{
	float:left;
	color:#f63;
	line-height:26px;
	font-size:14px;
}
.content-block li a{
	color:#f63;
	line-height:26px;
	font-size:14px;
	float:left;
	width:337px;
	text-decoration:none;
	padding:0 0 0 9px;
}
.content-block li a:hover,
.content-block li a:hover span{
	background-color:#f63;
	color:#fff;
}
.content-block span{
	color:#828282;
	font-weight:bold;
	font-size:12px;
	display:block;
	float:left;
	padding:0 6px 0 0;
	margin:0 6px 0 0;
	background:url(../images/span-separ.gif) no-repeat 100% 50%;
}

/* slideshow */

#slideshow{
	margin:0 0 12px 0;
}

/* three column */

.three_column{
	border-top:1px solid #666666;
	padding:5px 0 0 0;
	margin:0 0 12px 0;
	background-image:url(../images/border.gif);
	background-position:center;
	background-repeat:repeat-y;	
}
.three_column .img{
	width:244px;
	height:134px;
	overflow:hidden;
	margin:0 0 5px 0;
}
.three_column h3{
	padding:0 5px;
	margin:0;
	/*background-color:#00ff86;*/
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:normal;
	color:#00ff86;
	text-transform:uppercase;
}
.three_column .col1{
	float:left;
	width:244px;
	margin:0 12px 0 0;
	padding:0;
}
.three_column .col2{
	float:left;
	width:244px;
	margin:0 12px 0 0;
	padding:0;
}
.three_column .col3{
	float:left;
	width:244px;
	margin:0;
	padding:0;
}

/* latest news */

.latest_news{
	border:1px solid #00ff86;
	margin:0 0 12px 0;
}
.latest_news h3{
	padding:0 5px;
	margin:0 0 8px 0;
	/*background-color:#00ff86;*/
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	overflow:hidden;
	color:#00ff86;
	border-bottom:1px solid #666666;
}
.latest_news .items{
	float:left;
	width:363px;
	padding:0 0 0 10px;
}
.latest_news .items h2{
	font-size:16px;
	margin:0;
	padding:0;
}

/* PARTICIPANTS
------------------------------------*/

.participant_image{
	float:right;
}

/* MODAL
------------------------------------*/

.jqmOverlay { background-color: #000; }
.jqmWindow {
	display:none;
	position:fixed;
	z-index:500000;
	top:20px;
	left:20px;
	/*position:fixed;
	top: 20px;
	bottom:20px;
	left: 20px;
	right:20px;
	border: 1px solid #000;
	z-index:3000;*/
}
#modal_header{
	position:absolute;
	z-index:10;
	right:30px;
	top:30px;
}
#modal_close{
	color:#FFFFFF;
	background-color:#DE5A33;
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	border:1px solid white;
}
#modal_close:hover{
	color:#000;
}
#modal_html{
	position:absolute;
	z-index:10;
	background-color:#FFFFFF;
	left:50%;
	top:50%;
	padding:0px;
	overflow:hidden;
	width:0px;
	height:0px;
}
#modal_iframe{
	width:100%;
	/*height:100%;*/
}	
