﻿#sideBar
{
    display: none;
}

#container
{
    width: 817px;
    margin-left: 37px;
    margin-right: 32px;
}

#subHeader
{
    display: none;
}

#subPageContent
{
    border-left: none;
    min-height: 600px;
    _height: 600px;
    padding: 0;
}

#subPageContent h1
{
    background: #fff url(../images/locations/iconSearch.jpg) top left no-repeat;
    padding-left: 65px;
    padding-top: 16px;
    height: 36px;
    margin-top: 0;
    margin-left: 4px;
}

#subPageContent h1 span
{
    font-size: 18px;
    color: #3d627b;
    font-weight: bold;
}

#locMap, #locSelect
{
    float: left;
}

#locMap
{
    margin-right: 7px;
    width: 611px;
    height: 308px;
}





#locList
{
    clear: left;
    margin-top: 30px;
    border-collapse: collapse;
}

#locList td
{
    border-right: 1px solid #e8e8e8;
    padding-top: 3px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#locList td.last
{
    border-right: none;
}

#locList tr.lastRow td
{
    padding-bottom: 0;
}

#locList h3
{
    margin-top: 0;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 12px;
}

#locList h3 a
{
    color: #345e7a;
}

#locList p
{
    clear: both;
    margin-bottom: 2px;
}

#locList ul, #locList li
{
    list-style: none;
    padding-left: 2px;
    padding-right: 5px;
}

#locList li
{
    display: inline;
}

#locList .locList_mysticLogo
{
    background-image: url('../images/mystic_button.gif');
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
#locList .locList_mysticLogo:hover
{
    background-position: 0px -18px;
}

#locSelect
{
    width: 171px;
    height: 269px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 29px;
    padding-left: 12px;
    background: #f0c959 url(../images/locations/scrollBoxBg.gif) top left no-repeat;
}

#locSelect h2
{
    width: 162px;
    height: 20px;
    background: transparent url(../images/locations/otherFabLocations.gif) top left no-repeat;
    text-indent: -9999px;
    padding-top: 0;
}

#locSelect div
{
    height: 245px;
    overflow: auto;
    overflow-x: none;
    padding-left: 7px;
}


#locSelect li a
{
    list-style: none;
    width: 120px;
    padding-left: 17px;
    font-size: 12px;
    margin-top: 5px;
}

#locSelect li a:hover
{
    cursor: hand;
    cursor: pointer;
}

#locSelect li a.collapsed
{
    background: transparent url(../images/locations/arrowRight.gif) left 2px no-repeat;
}

#locSelect li a.expanded
{
    background: transparent url(../images/locations/arrowDown.gif) left 2px no-repeat;
}

#locSelect li a:hover, #locSelect li a.expanded
{
    color: #fa3d59;
}

#locSelect li a
{
    background: transparent url(../images/locations/border.gif) left bottom repeat-x;
    color: #542c19;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding-bottom: 5px; /*padding-left: 2px;*/
}

#locSelect ul, #locSelect li a
{
}

#locSelect ul ul
{
    width: 125px;
    padding-bottom: 5px;
    background: transparent url(../images/locations/border.gif) left bottom repeat-x;
}

#locSelect li li
{
    width: 117px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 8px;
    background: transparent url(../images/locations/smallArrowRight.gif) left 50% no-repeat;
    font-size: 11px;
}

#locSelect li li a
{
    color: #835007;
    font-size: 11px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 20;
    background: none;
    text-transform: none;
}


.location-information a
{
    color: #ff0000;
}
.location-information .logo
{
    background: url(../images/locations/tool-tip-logo.jpg) no-repeat;
    text-indent: -9999px;
    width: 102px;
    height: 34px;
}
.location-information .city
{
    color: #345e7a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 5px;
}
.location-information-mystic .city
{
    height: 40px;
}
.location-information .mystic-logo
{
    background: url(../images/Mystic_M.gif) no-repeat;
    width: 40px;
    height: 40px;
    float: left;
}
.location-information .address
{
    margin-bottom: 10px;
}
.location-information .call-to-action
{
}

.ajax-loader
{
    margin: 15px 0px;
}

.locInput {
    background-color:#F4EBDB;
    border-color:#C9B798 #DACCB3 #DACCB3;
    border-style:solid;
    border-width:1px;
    padding:3px 12px;
}

/* CITY DESCRIPTION */
.cityDescription
{
	display: block;
	position: relative;
	text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px dotted #fff400;
	background-image: url('../images/locations/cityDescription_bg.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
    background-color: #f2f0c3;
    min-height: 70px;
}
.cityDescription h1
{
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
    background-image: none !important;
    background-color: Transparent !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}
.cityDescription h1 span
{
	color: #542c19 !important;
}
.cityDescription h2
{
	display: block;
	position: absolute;
	left: 10px;
	top: 30px;
    background-image: none !important;
    background-color: Transparent !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}
.cityDescription h2 span
{
	color: #542c19 !important;
    font-weight: normal !important;
    font-size: 12px !important;
    text-transform: uppercase;
}
.cityDescription .cityDescriptionText
{
	display: block;
    padding-left: 10px;
    margin-top: 50px;
    margin-bottom: 10px;
}
