/********************************************************/
/*                  HEADER & FOOTER STYLES              */
/********************************************************/

/* TOP HORIZONTAL NAVIGATION (at the top of the page)
*********************************************************/
#top-nav { float: left; width: 93%; }
#top-nav ul { list-style: none; }
#top-nav ul li { float: left; margin-right: 2px; }
#top-nav ul li a { float: left; padding: 6px 10px 5px 10px; text-decoration: none; font-size: 85%; color: #5a5b50; }
#top-nav ul li:hover, #top-nav ul li.current { background: url(../media/image/tabright.gif) right bottom no-repeat; }
#top-nav ul li:hover a, #top-nav ul li.current a { background: url(../media/image/tableft.gif) left bottom no-repeat; }

/* CHOOSE LANGUAGE
*********************************************************/
#choose-language { z-index:500; margin-top:5px; float:right; position:relative; width:6%;}
#choose-language ul { float: right; list-style: none; }
#choose-language ul li { float: left; clear: left; width: 5em; }
#choose-language ul li a { float: right; padding: 2px 10px 2px 0; text-decoration: none; font-size: 85%; color: #5a5b50; background: url(../media/image/triangle.gif) 100% 60% no-repeat; }
#choose-language ul ul {position: absolute; top: 1.2em; display: none; }
#choose-language ul ul li { float: left; clear: left;  text-align: right; background: #fff; }
#choose-language ul ul li a { display: block; width: 5em; text-align: right; border-top: 1px solid #eee; background: #fff; }
#choose-language ul ul li a:hover { text-decoration: underline; }
#choose-language ul li:hover ul,
#choose-language ul li.sfhover ul { display: block; }

/* HEADER (logo and search box)
*********************************************************/
#header { float: left; width: 948px; margin: 24px 0 30px 0; padding: 0 0 0 14px; }
#header p.logo { float: left; width: 313px; height: 52px; text-indent: -9999px; background: url(../media/image/mm.gif) left top no-repeat; }
#header p.logo a { display: block; width: 313px; height: 52px; outline: none; }
#header p.plug { position: absolute; height: 0; text-indent: -9999px; overflow: auto; }
#header form { float: right; width: 286px; margin-top: 20px; }
#header form label { position: absolute; height: 0; text-indent: -9999px; overflow: auto; }
#header input.text { float: left; width: 197px; border: 1px solid gray; margin-right: 4px; padding: 4px 6px; font-size: 93%; }
#header input.button { float: left; }

/* PRIMARY HORIZONTAL NAVIGATION (under the logo)
*********************************************************/
#primary-nav { position: relative; float: left; width: 965px; }
div.mast{border-bottom:solid 1px grey;}
#primary-nav ul { list-style: none; }
#primary-nav ul li { float: left; height: 27px; text-indent: -9999px; }
#primary-nav ul li a { display: block; height: 27px; outline: none; background-position: 0 0; background-repeat: no-repeat; }
body.attendee #primary-nav ul.home li#see a, #primary-nav ul li#see a { width: 87px; background-image: url(../media/image/seeanddo.gif); }
body.attendee #primary-nav ul.home li#shopping a, #primary-nav ul li#shopping a { width: 86px; background-image: url(../media/image/shopping.gif); }
body.attendee #primary-nav ul.home li#foodwine a, #primary-nav ul li#foodwine a { width: 104px; background-image: url(../media/image/foodandwine.gif); }
body.attendee #primary-nav ul.home li#deals a, #primary-nav ul li#deals a { width: 60px; background-image: url(../media/image/deals.gif); }
body.attendee #primary-nav ul.home li#hotels a, #primary-nav ul li#hotels a { width: 64px; background-image: url(../media/image/hotels.gif); }
body.attendee #primary-nav ul.home li#mplstv a, #primary-nav ul li#mplstv a { width: 71px; background-image: url(../media/image/minneapolistv.gif); }
body.attendee #primary-nav ul.home li#meeting a, #primary-nav ul li#meeting a { width: 73px; background-image: url(../media/image/meeting.gif); }
body.attendee #primary-nav ul.home li#maps a, #primary-nav ul li#maps a { width: 121px; background-image: url(../media/image/mapsandguides.gif); }
body.attendee #primary-nav ul.home li#media a, #primary-nav ul li#media a { width: 63px; background-image: url(../media/image/media.gif); }
#primary-nav ul li#book-my-trip a { width: 300px; margin-left: 4px; background-image: url(../media/image/bookmytrip.gif); }
#primary-nav ul li a:hover { background-position: 0 -54px; }
#primary-nav ul li.current a { background-position: 0 -108px; }
#primary-nav ul li#book-my-trip a:hover, #primary-nav ul li#my-itinerary a:hover { background-position: left top; }
#primary-nav ul li.internationalLayout {float: right; padding-right: 3px;}

/* BOOK MY TRIP POPUP
*********************************************************/
#bookMyTripHidden { position: absolute; left: -9999px; }
#bookMyTripPopup {   position: absolute; top: -98px; right: 0; width: 628px; height: 97px; background: url(../media/image/bookmytripbox.gif) 0 0 no-repeat; }
#bookMyTripPopup h2 { padding: 0 0 20px 42px; margin: 9px 0 0 5px; font-size: 138.5%; font-weight: 100; color: #fff; background: url(../media/image/globegreen.gif) 0 0 no-repeat; }
#bookMyTripPopup form { padding: 12px 10px; }
#bookMyTripPopup p { font-size: 85%; color: #000; }
#bookMyTripPopup p.plug { margin: -20px 0 0 48px; }
#bookMyTripPopup p.plug em { text-decoration: underline; font-style: normal; }
#bookMyTripPopup p.close { position: absolute; top: 8px; right: 8px; width: 34px; height: 8px; text-indent: -9999px; background: url(../media/image/closegreen.gif) 0 0 no-repeat; }
#bookMyTripPopup p.close a { display: block; width: 34px; height: 8px; outline: none; }
#bookMyTripPopup label { float: left; margin: 5px 5px 0 0; }
#bookMyTripPopup input.text { float: left; border: 1px solid #56bd47; margin-right: 10px; padding:4px 2px 4px 18px;width:99px; font-size: 93%; }
#bookMyTripPopup input#adults, #bookMyTripPopup input#kids { float: left; width: 56px; border: 1px solid #56bd47; margin-right: 10px; padding: 3px 2px 3px 4px; font-size: 93%; cursor: pointer;}
#bookMyTripPopup input.button { margin-left: 4px;}

/* BANNER IMAGE
*********************************************************/
#banner {float:left;width: 962px; line-height: 0px;}
#banner img{display:block;}
#mast{ float: left; border-bottom:2px solid #CCC; width: 962px;line-height:1px;}
#banner #video { float: left; width: 658px; height: 250px; }
#bannerBig #video { float: left; clear: left; width: 658px; height: 283px; }
#banner #bannerPromo{ float: left; width: 658px;}
#banner .promo{ float: right; width: 300px;}
#banner .ad { float: right; width: 300px; height: 250px; }
#banner #internationalAd{ float: right; height:auto; width: 300px;}
#banner #bannerShort {float:left;}

/* LINE
*********************************************************/
#line { float: left; width: 962px; line-height: 0; border-bottom: 1px solid #5a5b50; }

/* NEWS TICKER BAR
*********************************************************/
#news { float: left; width: 939px; padding: 0 10px 0 13px; background: #60604e url(../media/image/newsbox.gif) bottom no-repeat; }
#news li { list-style: none; float: left; padding: 13px 0 10px 0; font-size: 93%; line-height: 123.1%; color: #fff; }
#news a { color: #fff; text-decoration: none; }
#news a:hover { text-decoration: underline; }
#news h2 { position: absolute; left: -99999px; }
#news li.news { padding-left: 121px; width: 678px; }
#news li.hidden { position: absolute; left: -99999px; }

/* FOOTER CONTAINER
*********************************************************/
#footer { float: left; width: 962px; margin: 4px 0 12px 0; padding: 0 0 9px 0; background: url(../media/image/footerbottom.gif) 0 bottom no-repeat; }
#footer h2 { height: 0; text-indent: -9999px; }

/* UTILITIES (buttons inside the footer)
*********************************************************/
#utilities { float: left; width: 962px; margin-bottom: 10px; padding: 6px 5px 0 5px; background: url(../media/image/footertop.gif) 0 0 no-repeat; }
#utilities h3 { float: left; width: 306px; height: 41px; text-indent: -9999px; }
#utilities h3#visitor-guides { width: 312px; margin: 0 13px; }
#utilities p { position: absolute; height: 0; text-indent: -9999px; overflow: auto; }
#utilities h3 a { display: block; width: 306px; height: 41px; outline: none; background-position: 0 0; background-repeat: no-repeat; }
#utilities h3 a:hover { background-position: 0 -82px; }
#utilities h3#email-newsletters a { background-image: url(../media/image/emailnewsletters.gif); }
#utilities h3#visitor-guides a { width: 312px; background-image: url(../media/image/visitorguides.gif); }
#utilities h3#contact-us a { background-image: url(../media/image/contactus.gif); }
#utilities p#live-chat { position: relative; top: -34px; left: 850px; width: 74px; height: 27px; text-indent: 0; }

/* FOOTER DETAILS (links & text in the footer box)
*********************************************************/
#footer-details { float: left; width: 595px; margin-top: 2px; padding: 0 2px 0 5px; }
#footer-details p { font-size: 85%; line-height: 161.6%; color: #000; }
#footer-details a#accessibility { padding: 2px 0 2px 15px; background: url(../media/image/accessibility.gif) 0 50% no-repeat; }
#footer-details a { text-decoration: none; }
#footer-details a:hover { text-decoration: underline; }
#footer-details a img {position: relative; left: 865px; top: -80px;}

/* SPONSOR IMAGES
*********************************************************/
#sponsors { float: right; width: 356px; padding: 1px 2px 8px 0; }
#sponsors img { vertical-align: middle; padding-left: 35px; }
#sponsors a#delta { vertical-align: middle; padding-left: 3px;  }
#sponsors a#american-express { vertical-align: middle; padding-right: 7px;  }
#sponsors a#signature-partners { position: relative; top: 3px; }

/* International Page Sidebar Widgets - Added by Daniel Marsh 2/19/2008
*********************************************************************/
#international #header { float: left; width: 948px; margin: 30px 0 12px 0; padding: 0 0 0 14px; }
#header .right{float:right;text-align:right; font-size:100%;padding-top:10px;line-height:147.3%}
p#book-my-trip{float:right; width: 300px; margin-left: 4px; height: 27px; text-indent: -9999px;}
p#book-my-trip a{display:block; background-image: url(../media/image/bookmytrip.gif);height: 27px; outline: none; background-position: 0 0; background-repeat: no-repeat;}

p#book-my-trip a:hover{ background-position: left top; }

/*Attendee Header - Added by Daniel Marsh 3/14/2008
*********************************************************************/
#header p.silhouettes {float:left;}
#header p.silhouettes img {display:block;}
#header p.logoSmall {background:url(../media/image/mm_search_logo.gif) no-repeat right top; padding:62px 0 0 0; }