@charset "UTF-8";
/* CSS Document */

* {
margin:0px;
padding:0px;
}

img{border:none;}

body{
background:#300405;
font-family:helvetica, arial, verdana;
font-size:12px;
color:#cbffff;
}

#container{
width:842px;
background:url(../images/dash.jpg) repeat-x 0px 385px; margin:0 auto; padding-bottom:10px;}

#live #container{
background-position: 0px 134px; width:1024px;}

#leftColumn{float:left; border-right:1px solid #4A0203; width:325px;}

#live #leftColumn {
border:medium none;
width:200px;
}

#leftColumn img{padding:34px 0px 0px 42px;} 

#rightColumn {
float:right;
padding:14px 0 0 0px;
width:480px;
}
#live #rightColumn {
width:800px;
}
#bubbleOne{background:url(../images/bubble1.jpg) no-repeat;}
#bubbleTwo{background:url(../images/bubble2.jpg) no-repeat; display:none;}

.bubble{width:449px; height:361px;}

#moduleTwo {
padding:35px 0 0 5px;
}
#moduleTwoLeft .moduleButton {
background:transparent url(../images/lifeLive.jpg) no-repeat scroll 0 -165px;
height:160px;
width:215px;
}

.moduleButton a{display:block; width:245px; height:160px;}

#moduleTwoRight .moduleButton {
background:transparent url(../images/lifeLive.jpg) no-repeat scroll -257px -165px;
height:160px;
width:215px;
}


#moduleTwoLeft {
float:left;
margin-right:15px;
text-transform:uppercase;
width:230px;
}
#moduleTwoRight {
float:left;
width:215px;
text-transform:uppercase;
}

#moduleTwoLeft p{padding:10px 0px 0px 0px; letter-spacing:1px; line-height:16px;}
#moduleTwoRight p{padding:10px 0px 0px 0px; letter-spacing:1px; line-height:16px;}

.clear{clear:both;}

/* -- Live -- */

#dropDown {
background:transparent url(../images/dropDownBG.jpg) no-repeat scroll 0 0;
height:43px;
margin:50px 0 25px;
padding:110px 0 0 65px;
width:248px;
}
#live #rightColumn p {
letter-spacing:1px;
line-height:16px;
margin-left:58px;
text-transform:uppercase;
width:200px;
}
#liveNav {
clear:both;
float:right;
height:100px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:120px 0 0;
width:315px;
}
#liveNav li{background:url(../images/liveNav.jpg) no-repeat; float:left; display:inline;}
#liveNav li a{display:block; height:100px; text-indent:-9999px;}
#liveNav li#navLive {
background-position:-165px 0;
width:155px;
}
#mainNav {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 20px 390px;
}
#liveNav li#navLife{background-position: 0 0; width:160px;}

#mainNav {
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
}
#mainNav li{display:inline; margin-right:5px;}
#mainNav li a{color:#B9BABC; text-transform:uppercase; font-size:15px; text-decoration:none; letter-spacing:1px;}
#mainNav li a:hover{color:#980000;}

#map {
background:#C9FBFA url(../images/bubbleTop.jpg) no-repeat scroll 0 0;
border-bottom:medium none;
clear:both;
height:1140px;
margin-left:90px;
overflow:hidden;
padding:55px 0 20px 20px;
width:916px;
}

html body #map iframe {
height:1140px !important;
width:900px !important;
overflow:hidden;
}

#dropdownContainer {
float:left;
margin-top:-30px;
}

#footer {
background:transparent url(../images/5m.jpg) no-repeat scroll right top;
color:#FFFFFF;
font-family:helvetica,arial;
font-size:9px;
margin:15px 0;
padding:10px 30px 10px 0;
text-align:right;
}
#footer a{
color:#FFFFFF;
font-family:helvetica,arial;
font-size:9px;
text-align:right;
text-decoration:none;
color:#fff;
}

.dropdown {float:left; padding-right:5px}
.dropdown dt {width:155px; border:2px solid #9ac1c9; padding:8px; font-weight:bold; cursor:pointer; color:#000}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:175px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:204px; border:2px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:175px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}