/* HOME STYLESHEET */



/* SLIDESHOW IMAGES */
/*****************************************************************************/

#interactive { background: url('../images/slideshow/interactive.jpg') }
#ticket { background: url('../images/slideshow/ticketing.jpg') }
#cms { background: url('../images/slideshow/cms.jpg') }
#about { background: url('../images/slideshow/about.jpg') }
#seo { background: url('../images/slideshow/seo.jpg') }
#skater { background: url('../images/slideshow/skater.jpg') }
#mm { background: url('../images/slideshow/mm.jpg') }
#merger { background: url('../images/slideshow/merger.jpg') }


/* PAGE STYLES */
/*****************************************************************************/
#mm_title
{
  width: 313px;
  height: 32px;
  background: url('../images/t_multimodal_blue.gif') no-repeat;
}

#mm_login
{
  width: 99px;
  height: 17px;
  background: url('../images/t_mm_login_blue.gif') no-repeat top right;
  position: absolute;
  top: 1px;
  right: 0;
  text-indent: -9999px;
}
#mm_login a {
	width: 99px;
    height: 17px;
	display: block;
	}
	
#subnav li a.nav_on, #subnav li a.nav_on:hover
{
  background: #3389c6;
  color: white;
}
	
#subnav_level3 li a:hover
{
  background: #ececec url(/images/t_bullet_blue.gif) no-repeat 10px 7px;
  color: #666;
}

#subnav_level3 li a.nav_on, #subnav_level3 li a.nav_on:hover
{
  background: #ddd url(/images/t_bullet_blue.gif) no-repeat 10px 7px;
  color: #555;
}



/* ADDITIONAL STYLES */
/*****************************************************************************/

#udm {
	font-size: 9px;
	}

ul, li
{
  padding: 0;
  margin:  0 0 6px 0;
}

#top_cta
{
  	height: 32px;
	background: #3389c6;
	position: relative;
}

#th_location
{
  position: absolute;
  top: 0;
  left: 340px;
}

#location_choices
{
  display: none;
}

/* HOME BODY */
/*****************************************************************************/
#body_block {
  position: relative;
}

#body_block h1
{
margin: 0 0 5px 0;
font-size: 14px;
color: #666;
text-transform: uppercase;
}

/* HIGHLIGHTS */
/*****************************************************************************/
#body_block #highlights
{
	width: 297px;
	padding: 10px;
}

.highlight_topic {
	width: 297px;
	overflow: auto;
}

.home_divider {
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 5px 0;
	height: 1px;
}

.highlight_topic img {
	border: 1px solid #ccc;
	padding: 3px;
	float: left;
	width: 110px;
	margin: 5px 5px 0 0;
}

.highlight_topic .content
{
 	float: right;
	width: 170px;
	margin: 0 0 0 0;
	padding: 0px 0 5px 0;
}
.highlight_topic p { 
	margin-top: 0;
	padding-top: 0;
	}
.content h2 {
	font-size: 12px;
	margin: 0;
	padding-top: 0;
	
}
.highlight_topic .content a {
	padding: 0 12px 0 0;
}

/* IN THE NEWS */
/*****************************************************************************/
#body_block #news
{
    width: 262px;
	height: 320px;
	position: absolute;
	top: 0;
	left: 318px;
	padding: 10px 17px 10px 17px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

#news ul {
	margin-bottom:15px;
	}
#news li {
	margin-bottom:12px;
  list-style-type: none;
	}
#news li a {
	display: block;
	}

#body_block #more_info
{
	position: absolute;
	top: 0;
	left: 625px;
	margin: 10px 0 0 0;
}

#more_info_bullets
{
  margin: 10px 0 20px 0;
  list-style: none;
}

#more_info_bullets li
{
	padding: 0;
	margin: 0;
}

#more_info_bullets li a
{
  color: #666666;
	text-decoration:none;
	font-size: 10px;
	display: block;
	width: 140px;
	height: 22px;
	padding: 4px 2px 0 7px;
	background: url(/images/info_center_list_bg.gif) no-repeat center left;
}

#more_info_bullets li a:hover
{
	background: url(/images/info_center_list_bg_ro.gif) no-repeat center left;
}

#gsp
{
  margin: 3px 0 0 0;
  padding: 10px 8px 0 8px;
	border-top: 1px solid #e6e6e6;
}

#creditfooter {
  display: none;
}

/* NON-FLASH TH LOCATION DROP-DOWN */
/*****************************************************************************/
#th_locations_select
{
  position: absolute;
	top: 4px;
}

#th_locations_submit
{
  position: absolute;
	top: 4px;
	left: 116px;
}

/* SLIDESHOW CORE */
/*****************************************************************************/

#intro_block {
	background: #2d271e;
	width: 775px;
	height: 280px;
	margin: 0 auto;	
	position: relative;
	overflow: hidden;
}
#c {
	position: absolute;
	bottom: 10px;
	right: 20px;
	border: 1px solid #87969f;
	padding: 0 5px;
	overflow: hidden;
	z-index: 777;
	background: #000;
}
#c a {
	background: url('../images/control_base.png') no-repeat top left;
	width: 17px;
	height: 17px;
	display: block;
	float: left;
	text-indent: -9999px;
}

*html #c a  {
background: url('../images/control_base.gif') no-repeat top left;
}
#c .activeSlide {
	background:  url('../images/control_active.png') no-repeat top left;
	cursor: auto;
}

*html #c .activeSlide  {
background: url('../images/control_active.gif') no-repeat top left;
}

#slide {
	width: 775px;
	height: 280px;
	margin: 0 auto;
	overflow: hidden;
}
#slide ul {
	width: 775px;
	height: 280px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}
#slide ul li {
	text-align: right;
	list-style: none;
	position: absolute;
	bottom: 80px;
	right: 20px;
	margin: 0;
	padding: 0;
}
#slide li span {
	color: #5e656a;
	text-transform: uppercase;
	font-size: 12px;
}
#slide h2 {
	font: 40px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	color: #3389c6;
	line-height: 100%;
	letter-spacing: -2px;
	margin: -5px 0 .1em 0;
}
#slide p {
	color: #CCCCCC;
	margin: 0;
}
.btn {
	position: relative;
	z-index: 3;
	width: 117px;
	height: 32px;
	float: right;
	margin-top: 15px !important;
	color: #fff;
	opacity: 1.0;
	filter:Alpha(opacity=100, style=0)
}
.btn a {
	color: #fff;
	display: block;
	width: 117px;
	height: 24px;
	padding-top: 8px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
.btn a:hover { color: #000; }
.btn_bck {
	background: url('../images/btn_slideshow.gif') no-repeat bottom left;
	width: 117px;
	height: 32px;
	float: right;
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1;
}

*html .btn_bck {
	background: #fff;
	filter:Alpha(opacity=100, style=0)
}


