* {
	margin:0;
	padding:0;
}
h1, h2 {
color: #990000;
}
#page_content ul {
margin-left:20px;
}

hr {
height:1px;
background-color:#cccccc;
border:0;
}
a:link {
color:#990000;
}
a:visited {
color:#990000;
}
a:hover {
color:#6C9D31;
}
:focus{
	outline:none;
}
.clear {
clear:both;
}
/*Layout */
body  {
	font: 100%  Arial;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#6C9D31;
	/*background-image:url(http://www.worldsportdestinationexpo.com/images/interface/background.gif);
	background-repeat:no-repeat;
	background-position:0 220px;*/
}
.thrColFixHdr #shadow{ 
	background-image:url(http://www.worldsportdestinationexpo.com/images/interface/shadow.png);
	margin:0 auto 50px;
	text-align:left;
	width:1030px;
} 
.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:transparent url(http://www.worldsportdestinationexpo.com/images/interface/bg1.png) repeat scroll 0 0;
	margin:0 auto 50px; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:170px;
	margin-bottom:20px;
	background-image: url('http://www.worldsportdestinationexpo.com/images/interface/header.gif');
	background-repeat: no-repeat;
}
 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;*/ /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
	font-size:12px;
} 
.thrColFixHdr #footer { 
	background-image:url(http://www.worldsportdestinationexpo.com/images/interface/bg2.png);
	font-size:12px;
	margin:10px -10px -10px;
	padding:10px 10px 10px 20px;
	text-align:right;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* LEFT NAV */
.thrColFixHdr #sidebar1 #left_nav {
	font-size:12px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.thrColFixHdr #sidebar1 #left_nav ul {
	list-style:none;
}
.thrColFixHdr #sidebar1 #left_nav li {
	background-image:url(http://www.worldsportdestinationexpo.com/images/interface/link_bg_off.gif);
	height:30px;
	width:189px;
	background-repeat: no-repeat;
	margin-bottom:3px;

}
.thrColFixHdr #sidebar1 #left_nav li a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	height:22px;
	display:block;
	padding-top:8px;
	padding-left:10px;
}
.thrColFixHdr #sidebar1 #left_nav li a:hover {
	color: #6C9D31;
} 
.thrColFixHdr #sidebar1 #left_nav li.current {
	background-image:url(http://www.worldsportdestinationexpo.com/images/interface/link_bg_on.gif);
}
.thrColFixHdr #mainContent p {
	margin-bottom:10px;
	line-height:1.5em;
	color:#333333;
} 

#home_content {
	background:#FFFFFF none repeat scroll 0 0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	padding:10px;
}
#page_content {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	padding: 20px;
	min-height: 470px;
}
#promo_register {
	background:#FFFFFF none repeat scroll 0 0;
	height:140px;
	padding:10px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#promo_register ul {
	margin-left:20px;
}
#promo_video {
	width:400px;
	float:left;
	margin-left:0;
	overflow:hidden;
}

#promo_register .info_box {
	height:113px;
	float:left;
}


.info_box ul, .news_box ul {
	margin-left:20px;
}
.info_box li, .news_box li {
	margin-bottom:10px;
}
.info_box {
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	margin-bottom:10px;
	margin-left:10px;
	padding-bottom:10px;
	width:165px;
	font-size:12px;
}

.news_box {
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	margin-bottom:10px;
	padding-bottom:10px;
	font-size:12px;
	float:left;
	width:596px;

}

.info_box h4 {
	background:#6C9D31 none repeat scroll 0 0;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:10px;
	padding:3px 0 3px 5px;
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
}
#sidebar2 .info_box {
	width:190px;

}
#sidebar2 .info_box .image_wrapper, #sidebar1 .info_box .image_wrapper {
	text-align:center;
}
#sidebar2 .info_box .image_wrapper img, #sidebar1 .info_box .image_wrapper img {
	margin-bottom:10px;
	border:none;
}

#sidebar2 .info_box h4 {
	background-image:url(images/interface/bg3.png);
}


#sidebar1 .info_box {
	width:180px;
}
#sidebar1 .info_box h4 {
	background-image:url(images/interface/bg2.png);
}

#headline_boxes  {
	margin-top:10px;
}
#headline_boxes .info_box {
	float:left;
	margin-left:0;
	width:293px;
}
#headline_boxes .info_box h4, .news_box h4 {
	background:#FFFFFF none repeat scroll 0 0;
	color:#990000;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
}

/* #headline_boxes .headline_one,  #headline_boxes .headline_three {
margin-right:10px;
}*/
#headline_boxes .headline_one_tmp, #headline_boxes .headline_three_tmp {
	/* height:75px; */
}
.vid_pres_link {
	display:block;
	margin-bottom:10px;
	margin-top:-7px;
}

a.vid_pres_link:hover {
	color:#6C9D31;
}
#share_button {
	margin: 5px 0 10px 10px;
	overflow:hidden;
	width:190px;
}
a.button_link {
	background-image:url(images/interface/button_css.png);
	background-position:center 0;
	background-repeat:no-repeat;
	display:block;
	height:19px;
	padding-top:5px;
	text-decoration:none;
}
a.button_link:visited {
	color:#000000;
}
a.button_link:hover {
	background-position:center -24px;

}

#headline_boxes .info_box p, #headline_boxes .news_box p  {
	margin:0 10px;
}
.news_summary {
	border-top:1px solid #CCCCCC;
	margin-bottom:10px;
	padding-top:10px;
}
.first_news_summary {
	border-top:none;
	padding-top:15px;
}

.news_summary a.news_title, .news_summary .read_more a {
	color:#990000;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}

.news_summary a.news_title:hover {
	text-decoration:underline;
}
.news_summary .posted, .news_story .posted, #page_content #video_details .article_posted {
	color:#333333;
	font-size:11px;
	margin-bottom:10px;
}
.news_summary .read_more {
	text-align:right;
}
.news_summary .read_more a {
	font-weight:normal;
	font-size:12px;
	font-style:italic;
}
.news_summary .read_more a:hover {
	color:#000000;
}
.pagination {
	padding-top:10px;
	border-top:1px solid #cccccc;
}
.pagination a {
	text-decoration:none;
}
.news_story h1 {
	color:#990000;
	font-size:16px;
}

.news_story a, .news_story a:visited  {
	color:#990000;
}

.news_story a:hover {
	color:#000000;
}
#head_images {
	margin-left:250px;
}
#left_boxes {
	float:left;
	margin-right:11px;
	width:293px;
}

.blk_txt {
	color:#000000;
}

#gallery_index {
	margin-top: 10px;

}

#gallery_index .photo_set {
	float:left;
	text-align: center;
	border:1px solid #6C9D31;
	margin: 0 12px 24px 12px;
	width:160px;
	height:165px;
	overflow: hidden;
}

#gallery_index .photo_set a {
	text-decoration: none;
	display: block;
	padding:10px 10px 0 10px;
	background-color: #F5F5F5;
	height: 155px;
	overflow: hidden;
}

#gallery_index .photo_set a:hover {
	background-color: #F0F0F0;
	color: #990000;
}

#gallery_index .photo_set a img {
	border:none;
	opacity: 0.75;
}

#gallery_index .photo_set a:hover img {
	opacity: 1;
}

#gallery_view {
	margin-top:10px;
}

#gallery_view a {
	display:block;
	float:left;
	width:75;
	height:75;
	margin:2px;
}

#gallery_view a img {
	opacity: 0.75;
	border:none;
}

#gallery_view a:hover img {
	opacity: 1;
}

#videos_index {
	margin-top:10px;
}

#videos_index img {
	float: left;
	margin: 0 10px 0 0;
}

#videos_index h5 {
	font-size: 1.1em;
}

#videos_index p.posted {
	margin-bottom:5px;
}

#videos_index p.summary {
	margin:0;
}

#videos_index .item {
	padding:5px;
	margin-bottom:10px;
	min-height: 90px;
}

#videos_index .item_odd {
	background-color: #F0F0F0;
}

#videos_index .paginate {
	text-align: right;
}

#video_player {
	margin-bottom:10px;
}

/*
#gallery_table h6 {
	font-size:15px;

}


#gallery_table h6 a:link, #gallery_table h6 a:visited {
	text-decoration: none;
}

#gallery_table h6 a:hover {

}

#gallery_table .posted, .posted {
	color:#ccc;
	font-style:italic;
	margin-bottom:5px;
}

#gallery_table td {
	padding-bottom:5px;
	padding-top:15px;
}

#gallery_table td.underline {
	border-bottom:1px solid #ccc;
}

.gallery_paginate {
	text-align:right;
	border-top:1px solid #ccc;
	padding-top:5px;
}

#gallery_cat {
	margin-top:10px;	
}

#gallery_cat td {
	background-color:#f5f5f5;
	padding:5px;
}

td.prev_next {
	padding:5px;
}

#gallery_image .title {
	font-weight:bold;
	font-size:13px;
	padding:10px;
}
*/

#rss_link {
	float: right;
}

/* sponsorship thumbs */
.sp_thumb {
	width:165px;
	height:200px;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	overflow:hidden;
}

#fast_track {
	width:400px;
	height:260px;
}

#fast_track .fast_track_top {
	background-color: #981c1e;
	
}

#fast_track .fast_track_top p {
	color:#FFF;
	padding: 10px;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	font-size: 2em;
	margin: 0;
}

#fast_track .fast_track_bottom {
	background-color: #b3c59d;
	height:191px;
	text-align: center;
}

#fast_track .fast_track_bottom p {
	color:#FFF;
	padding:10px;
	text-align: center;
	color: #000;
	font-size:1.7em;
	padding:30px 0 0 0;
	
	margin-bottom:20px;

}

#fast_track .fast_track_bottom a,
#fast_track .fast_track_bottom a:visited {
	text-decoration: none;
	text-align: center;
	font-size: 1.7em;
}

#fast_track .fast_track_bottom p a:hover {
	text-decoration: underline;
	color: #990000;
}

#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}