﻿/* ***** Main Navigation ***** */
body { width: auto; background: #3E2F2E; }
#MainNav dd { float:left; position:relative; z-index:10; } 

#MainNav a.ir { padding-top:34px; }
#MainNav dd:hover, #MainNav dd:active, #MainNav dd:focus, #MainNav dd.over { background-image: url(/!img/mdta_main_nav_b.gif); }

.sec_explore_our_region #mnExplore, .sec_attractions #mnAttractions, .sec_outdoor_fun #mnOutdoor, 
.sec_lodging #mnLodging, .sec_festivals_events #mnFestivals, .sec_dining #mnDining, 
.sec_maps #mnMaps, .sec_hot_deals #mnDeals { background-image: url(/!img/mdta_main_nav_b.gif); }

#mnExplore { width:187px; background-position:0 0; }
#mnAttractions { width:123px; background-position: -187px 0; }
#mnOutdoor { width:125px; background-position: -310px 0; }
#mnLodging { width:80px; background-position: -435px 0; }
#mnFestivals { width:195px; background-position: -515px 0; }
#mnDining { width:73px; background-position: -710px 0; }
#mnMaps { width:64px; background-position: -783px 0; }
#mnDeals { width:104px; background-position: -847px 0; }


#MainNav dd.active ul, #MainNav dd:hover ul, #MainNav dd.over ul, #MainNav a.ir:hover { display:block; }
#MainNav ul { overflow: visible; position:absolute; display:none; z-index:10; border-top:none; background:#A2AD4F; list-style-type: none; padding:0; margin:0; width:175px; *top:34px; *left:0; border:1px solid #000;  }
#MainNav ul li { width:175px; height:23px; overflow:hidden; }
#MainNav ul li.alt { background:#B8C27D; } 
#MainNav ul li a { display:block; line-height:23px; vertical-align:middle; padding:0 0 0 6px; width:199px; font-weight:bold; text-decoration:none; border:0; color:#000; }
#MainNav ul li a:focus, #MainNav ul li a:hover { background-repeat:no-repeat; color:#fff; }

/* ***** Top Navigation ***** */
#Navigation 
{ 
    background:#000 url(/!img/mdta_main_nav_a.gif) no-repeat; 
    width:958px; 
    height:34px; 
    position: absolute; 
    /*z-index: 300;*/
    bottom: 0;
    left: 0;
}	

/**********************************************
Page Layout 
**********************************************/
#Wrapper { background: url(/!img/mdta_int_bg.gif) repeat-y; width:958px; margin:0 auto; position: relative;}
.home #Wrapper { background:none; }
#ContentContainer { margin: 0; padding: 0; }

.PageTitleWrapper
{
    width: 725px;
    height: 40px;
    padding-top: 8px;
    vertical-align: middle;
}

.TitleOfPage
{
    width: 578px;
    height: 40px;
    line-height:1em;
    float: left;
    font: 2em bold Helvetica, Arial, Verdana, Tahoma, Sans-Serif;
    color: #C07C00;
}

.AddToAnyBox
{
    width: 142px;
    float: left;
    text-align: right;
}

#Sidebar 
{ 
    width: 207px;
    float: left; 
    background: #8F5E00; 
    border-right: 3px solid #000;
    color: #F3D688;
    margin: 0;
    padding: 0;
    
}

#SidebarNav
{
}

#SidebarNav ul, #SidebarNav ul ul  { margin: 0; padding: 0; }
#SidebarNav li { background:#BD7D00; list-style-type: none; line-height: 22px; margin:0 0 1px 0; padding:0; }
#SidebarNav ul ul li { background:#AF7300; }

#SidebarNav ul ul li { color:#FFF; }
#SidebarNav ul ul li a { margin:0; padding:0 0 0 26px;  }

#SidebarNav a 
{ 
	background: url(/!img/mdta_icon_arrow.gif) no-repeat 4px 7px;
    color: #F3D688; 
    text-decoration: none; 
    display: block; 
    padding-left: 16px; 
    font-weight: bold;
}

#SidebarNav ul ul a { background-position: 14px 7px; }

#SidebarNav a:hover { background-color: #A2AD4F; color: #000; }
#SidebarNav a:active { background-color: #A2AD4F; color: #000; } /* doesn't work */
#SidebarNav li.AT li a { background-color: #BD7D00; color: #F3D688; }
#SidebarNav li li.AT a,
#SidebarNav li.AT li.AT a,
#SidebarNav li.AT a
{
	background-color: #A2AD4F;
    color:#000;
}

#SidebarButtons
{
    margin: 0;
    padding: 0;
    font-size: 1px; /* fixes silly white-space error under images in ie 6 */
}

#ContentArea 
{
    width: 725px;
    float: left;
    padding: 10px;
}

#ContentArea h2 { color: #000; }

.Breadcrumb a
{
    color: #8fa320;
    text-decoration: underline;
}

.Breadcrumb a:hover { color: #8b541b; }

#Footer 
{ 
    text-align: center; 
    width: 958px; 
    height: 130px;
    background: url(/!img/mdta_main_footer_bg.gif) no-repeat;
    color: #F7EEE0;
    font-size: .9em;
    position: relative; /* absolute postioning moves this element to a bad place */
    bottom: 0;  /* doesn't actually move it to the bottom... */
    margin-top: 24px; /* Just a hack to push the footer down all the way to the bottom. Seems to work... */
}


#Footer a { color: #F7EEE0; text-decoration: none; }
#Footer a:hover { color: #000000; }

#FooterContactInfoBox
{
    width: 250px;
    margin: 0 auto;
    padding: 25px 0 10px 25px;
    float: left;
    
}

#FooterContactImage
{  
    width: 169px;
    float: left;
    padding: 0 5px 0 5px;
}

#FooterContactInfo
{
    width: 425px;
    float: left;
    font-size: 11px;
    padding-left: 5px;
    text-align: left;
    line-height: 14px;
}

#FooterContactInfo a
{
    color:#faefd0;
}


#SocialMediaBox img
{
    margin: 0 0 0 5px;
}

.CompanyName
{
    font-size: 16px;
    font-weight: bold;
}

#FooterLinks
{
    font-weight: bold;
    text-align: right;
    margin: 30px 20px 0 0;
    padding-top:30px; 
    font-size: 12px;
}

#FooterLinks a { text-decoration: underline; color: #F7EEE0;}

#ContentLogoBox
{
    margin: 0 auto;
    width: 600px;
    padding-top: 25px;
    text-align: center;
}

/********************************************** 
Header
**********************************************/
#Hdr { width:958px; height:130px; position:relative; z-index:1; }
.ImageBacking
{
    position: absolute;
    z-index: 1;
}

#SittingOnImage
{
    position: relative;
    z-index: 15;
}
.LogoLink
{
    top:0;
    left:0;
    padding-top: 77px;
    height: 0;
    width: 260px;
    overflow: hidden;
    display: block;
    position: absolute;
}
#Logo { float:left; width:1px; height:0; padding-top:1px; overflow:hidden; }
#MastheadImage { background: url(/!img/subhdrs/mdta_int_sub_explore_our_region_none.jpg) no-repeat; width: 958px; height: 201px; position: relative; }


/*.sec_explore_our_region # { background-image: url(/!img/int/mdta_int_sub_explore_our_region.jpg); }*/
.sec_attractions #MastheadImage { background-image: url(/!img/subhdrs/mdta_int_sub_thingstodo_02.jpg); }
.sec_outdoor_fun #MastheadImage { background-image: url(/!img/subhdrs/mdta_int_sub_outdoor_fun_02.jpg); }
.sec_lodging #MastheadImage { background-image: url(/!img/subhdrs/mdta_int_sub_lodging.jpg); }
.sec_festivals_events #MastheadImage { background-image: url(/!img/subhdrs/mdta_int_sub_festivals_and_events.jpg); }
.sec_dining #MastheadImage { background-image: url(/!img/subhdrs/mdta_int_sub_dining.jpg); }
.sec_maps #MastheadImage { background-image: url(/!img/subhdrs/mdta_int_sub_maps.jpg); }
.sec_hot_deals #MastheadImage { background-image: url(/!img/subhdrs/mdta_int_sub_hot_deals.jpg); }
.sec_meetings #MastheadImage { background-image: url(/!img/subhdrs/mdta_int_sub_meetings.jpg); }
.sec_reunions #MastheadImage { background-image: url(/!img/subhdrs/mdta_int_sub_reunions.jpg); }
.sec_explore_our_region #MastheadImage { background-image: url(/!img/subhdrs/mdta_int_sub_explore-our-region.jpg); }
.home .HeaderLinks { padding: 12px 15px 8px 0; }

.HeaderLinks { padding: 18px 15px 8px 0; }
.HeaderLinks a { color: #f3d689; text-decoration: underline; }

#HeaderSearch 
{ 
    padding: 3px 15px 0 0; 
}

#HeaderSearch input { vertical-align: middle; }
.HeaderSearchText { color: #333333; }

/****************************************************
Forms Layout -- apply container class for floating
****************************************************/
#FormWrapper { margin: 0; padding: 18px 0 0 0; }

#FormRow { padding: 6px 0 6px 0; }

#FormLabel
{
    width: 135px;
    float: left;
    text-align: right;
    font-weight: bold;
    padding-right: 10px;
    line-height: 22px;
}

.PushTextDownABit
{
    padding-top: 8px;
}

#FormElement
{
    width: 435px;
    float: left;
    vertical-align: middle;
}

.redtext { color: #FF0000; }

/***********************************************
Content Images
***********************************************/
.ImageWrapper
{
    font-size: 10px;
    float: right;
    width: auto !important;
    width: 10px;
    min-width: 10px;
    float: right;
    text-align: right;
    padding-left: 6px;
}

.HeaderLinks a:link, .HeaderLinks a:visited, .HeaderLinks a:hover  { color: #f3d689; text-decoration: underline; }

/************************************************
Misc
************************************************/
#BackToListings
{
    padding: 0 0 18px 0;
}
