#locateTop
{
	height: 107px;
	margin-bottom: 20px;
}

#locateTop .line_big {
    margin-top: 40px;
}

#locateMap
{
	min-height: 617px;
    overflow: hidden;
}

#locateMap iframe {
    overflow: hidden;
    margin-top: 13px;
    border: none;
}

#locateMap #mapCanvas
{
    height: 421px;
	width: 802px;
	border: 2px solid #fdb812;
	position: relative;
	margin: 20px auto 0 auto;
    z-index: 1;
}

#locateMap #mapCanvas #mapInner
{
	height: 100%;
	width: 100%;
	background-color: #ccc;
}

#locateReviews
{

}

#locateSpecials
{
    min-height: 205px;
}

#locateCheckIn
{
    min-height: 400px;
}

#quoteContainer > h3 {
    margin: 10px 20px;
}

#locateCountry
{
    position: absolute;
    right: 130px;
    top: 0;
    margin-top: 15px;
    width: 120px;
    background: #fdb110; 
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.52, rgb(253,174,15)), color-stop(0.7, rgb(253,188,25)));
    background: -moz-linear-gradient(center bottom, rgb(253,174,15) 52%, rgb(253,188,25) 70%);
}

#locateCountry li
{
    color: #fff;
}

#locateCountry li:hover
{
    color: #d31d45;
}

#locateState
{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 15px;
    background: #fdb110;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.52, rgb(253,174,15)), color-stop(0.7, rgb(253,188,25)));
    background: -moz-linear-gradient(center bottom, rgb(253,174,15) 52%, rgb(253,188,25) 70%);
    width: 120px;
}

#locateState li.parent
{
    float: left;
    padding: 0;
    margin: 0;
}

#locateState li.parent ul li
{
    color: #fff;
    float: left;
    padding: 7px;
    width: 106px;
}

#locateState li.closed ul li { width: 106px; }
#locateState li.closed ul { width: 120px; }
#locateState li.open ul li { width: 104px; }
#locateState li.open ul { width: 118px; }

#locateState li.closed
{
    
}

#locateState li.open ul
{
    border-right: 1px solid #fff;
}

#locateState li.open ul.end
{
    border-right: none;
}

#locateState li ul li:hover
{
    color: #d31d45;
}

#locateState li ul
{
    float: left;
    width: 120px;
    padding: 0;
    margin: 0;
}

#mapInner {
    float: none;
    overflow: hidden;
}

#locateMap .coverBg
{
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 260px;
    background: #fef7d4;
}

#locateMap .zipCode
{
    padding: 3px;
    text-align: center;
    background: #fff url(../img/borders/dot.png) bottom repeat-x;
    margin: 2px 0 0 0;
    position: relative;
}

#locateMap .zipCode span
{
    font-size: 14px;
    font-weight: 700;
    color: #9e8d85;
    text-transform: uppercase;
    font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, sans-serif;
}

#locateMap .zipCode input
{
    border: 0;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    width: 200px;
    font-family: Georgia, serif;
    color: #d31d45;
    cursor: pointer;
    border-bottom: 1px dashed #666;
}

#locateEnterZip .submit {
    background: url('../img/btns/submit_gray.png') no-repeat;
    display: block;
    border: none !important;
    font: 0;
    line-height: 0;
    color: transparent;
    height: 33px;
    width: 96px;
    cursor: pointer;    
    font-size: 0;
    text-indent: -999999px;
    display: inline-block;
    margin-top: 2px;
}

#locateEnterZip span {
    margin-top: -10px;
}


#locateMap .mapInfo
{
    position: relative;
    margin: -35px 0 0 160px;
    background: #fff7e3 url(../img/icons/mapIcon.png) 18px center no-repeat;
    width: 580px;
    height: 78px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    padding-bottom: 5px;
    z-index: 2;
}

#locateMap .mapInfo .contactInfo
{
    float: left;
    margin: 0 0 0 68px;
}

#locateMap .mapInfo .contactInfo h4
{
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0 0 0;
    color: #4b4644;
    text-transform: capitalize;
}

#locateMap .mapInfo .contactInfo h5
{
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    margin: 3px 0 0 0;
    color: #4b4644;
    text-transform: capitalize;
}

#locateMap .mapInfo .contactInfo ul
{
    margin: 5px 0 0 0;
}

#locateMap .mapInfo .contactInfo li
{
    margin: 0 5px 0 0;
    display: block;
    padding: 3px 8px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #a59e93;
    color: #fff;
    font-family: Georgia, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
}

#locateMap .mapInfo .contactInfo li.noBg
{
    margin: 0 5px 0 0;
    display: block;
    background: none;
    float: left;
    padding: 0;
}

#locateMap .mapInfo .contactInfo li a:link, #locateMap .mapInfo .contactInfo li a:visited
{
    margin: 0 5px 0 0;
    display: block;
    padding: 3px 8px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #6f6964;
    color: #fff;
    font-family: Georgia, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 11px;
}

#locateMap .mapInfo .contactInfo li a:hover
{
    background: #a59e93;
}

#locateMap .mapInfo .contactIcons
{
    float: right;
    background: url(../img/borders/dot.png) left repeat-y;
    height: 60px;
    margin: 10px 0 10px 0;
    width: 178px;
}

#locateMap .mapInfo .contactIcons ul
{
    margin: 10px 0 0 10px;
}

#locateMap .mapInfo .contactIcons li
{
    margin: 0 5px 0 10px;
}

#locateMap .mapInfo .contactIcons li a
{
    display: block;
    height: 35px;
    width: 35px;
    text-indent: -9999px;
}

#locateMap .mapInfo .contactIcons li a.phone { background: url(../img/icons/mapicons.png) top left no-repeat; }
#locateMap .mapInfo .contactIcons li a.envelope { background: url(../img/icons/mapicons.png) -37px 0 no-repeat; }
#locateMap .mapInfo .contactIcons li a.printer { background: url(../img/icons/mapicons.png) -78px 0 no-repeat; }

#locateMap .mapInfo .contactIcons li a.phone:hover { background-position: 0 -55px; }
#locateMap .mapInfo .contactIcons li a.envelope:hover { background-position: -37px -55px; }
#locateMap .mapInfo .contactIcons li a.printer:hover { background-position: -78px -55px; }


#locateMap .mapInfo li
{
    float: left;
}

#bigLocation .location
{
    display: none !important;
    position: absolute;
    right: 45px;
    top: 72px;
    padding: 0 0 0 26px;
    background: url(../img/icons/right_circle_arrow.png) 0 center no-repeat;
}

#bigLocation .location h4
{
    font-family: "proxima-nova-condensed-1", "proxima-nova-condensed-2", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 1px;
    text-transform: uppercase;
    color: #E57C00;
}

#bigLocation p {
    margin-bottom: 0;
}

#locateReviews
{
    padding-bottom: 10px;
}

#locateReviews .reviewTop
{
    width: 100%;
    margin: 0 0 0 35px;
    float: left;
}

#locateReviews .reviewTop h3
{
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: bold;
    font-size: 52px;
    color: #d31d45;
    display: block;
    float: left;
    text-shadow: #C9BCB5 0px 3px 0px;
}

#locateReviews .reviewTop ul
{
    margin: 25px 0 0 10px;
    float: left;
}

#locateReviews .reviewTop li
{
    float: left;
}

#locateReviews .reviewTop span
{
    float: left;
    margin: 33px 0 0 10px;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
    font-size: 11px;
    color: #4b4644;
}

#locateReviews .submitReview
{
    float: left;
    background: url(../img/locate/dashed_bubble.png) no-repeat;
    width: 389px;
    height: 93px;
    margin: 10px 0 0 30px;
    position: relative;
}

#locateReviews .submitReview a:link, #locateReviews .submitReview a:visited
{
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0px 0 5px 50px;
    background: url(../img/social/yelp.png) 2px center no-repeat;
    color: #4b4644;
}

#locateReviews .submitReview a:hover
{
    color: #000;
}

#locateReviews .submitReview a h3
{
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    color: inherit;
    text-shadow: white 0px 1px 1px, #C9BCB5 0px 3px 0px;
    margin-bottom: 0;
}

#locateReviews .submitReview a h4
{
    font-family: Georgia, serif;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    color: inherit;
}

#locateReviews .quoteBubble
{
    position: relative;
    z-index: 2;
}

#locateReviews .quoteArrow
{
    position: relative;
    z-index: 3;
}

#locateReviews .quoteBubble p
{
    color: #fff;
    text-indent: 0;
    font-family: Georgia, serif;
    font-style: italic;
}

#locateReviews .user
{
    float: left;
    margin: 10px 0 15px 35px;
}

#locateReviews .user img
{
    float: left;
    margin: 0 8px 0 0;
}

#locateReviews .user .details
{
    float: left;
}

#locateReviews .user .details h3
{
    font-size: 12px;
    font-family: Georgia, serif;
    margin-bottom: 0;
    font-weight: bold;
    font-style: italic;
    color: #4b4644;
}

#locateReviews .user .details h4
{
    font-size: 11px;
    font-style: italic;
    font-family: Georgia, serif;
    color: #4b4644;
    margin: 3px 0 0 0;
    font-weight: normal;

}

#locateReviews .user .details h5
{
    font-size: 11px;
    font-style: italic;
    font-family: Georgia, serif;
    font-weight: bold;
    color: #d31e45;
    margin: 3px 0 0 0;
}

#specialsInner
{
    height: 144px;
}

#specialsInner img
{
    position: absolute;
    top: 30px;
    left: 278px;
    z-index: 3;
}

#specialsInner h3, #specialsInner h4, #specialsInner h5
{
    z-index: 5;
}

#specialsInner h3
{
    position: relative;
    margin: 10px 0 0 15px;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    color: #d31d45;
}

#specialsInner h4
{
    position: relative;
    margin: 5px 0 0 15px;
    font-weight: normal;
    font-style: italic;
    font-family: Georgia, serif;
    font-size: 13px;
    color: #4b4644;
    display: block;
    width: 250px;
}

#specialsInner h5
{
    position: absolute;
    bottom: 5px;
    left: 15px;
    font-weight: normal;
    font-style: italic;
    font-family: Georgia, serif;
    font-size: 11px;
    color: #959595;
    width: 260px;
    display: block;
}

#locateCheckInPrev, #locateCheckInNext
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    font-family: proxima-nova-condensed-1, proxima-nova-condensed-2, Helvetica, sans-serif;
    font-style: normal;
}

#locateCheckInPrev a:link, #locateCheckInPrev a:visited, #locateCheckInNext a:link, #locateCheckInNext a:visited
{
    color: #FDB812;
}

#locateCheckInPrev a:hover, #locateCheckInNext a:hover
{
    color: #555;
}

#checkInner
{
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
}

#checkInner #quoteContainer 
{
    position: relative;
    left: 0;
    top: 0;
    float: left;
}

#checkInner #locateCheckInPrev
{
    position: absolute;
    top: 5px;
    left: 5px;
    background: url(../img/icons/left_yellow_arrow.png) no-repeat left;
    padding: 5px 0 5px 25px;
}

#checkInner #locateCheckInNext
{
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../img/icons/right_yellow_arrow.png) no-repeat right;
    padding: 5px 25px 5px 0;
}

#checkInner #locateCheckInNext:hover, #checkInner #locateCheckInPrev:hover {
    color: #555;
}

#checkInner .topHighlight span
{
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    font-weight: normal;
    color: #4b4644;
}

#checkInner #quoteContainer
{
    float: left;
}

#checkInner ul
{
    float: left;
    width: 440px;
}

#checkInner .quoteBubble
{
    margin-top: 25px;
    padding-bottom: 10px;
}

#checkInner .quoteBubble .social
{
    position: absolute;
    top: -12px;
    left: -12px;
}

#checkInner .quoteBubble .avatar
{
    float: left;
    margin: 0 10px 0 5px;
}

#checkInner .quoteBubble .details
{
    float: left;
    width: 280px;
}

#checkInner .quoteBubble h3
{
    color: #FFF;
    font-size: 12px;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
}

#checkInner .quoteBubble h4
{
    font-size: 11px;
    color: #aaa;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
}

#checkInner .quoteBubble h5
{
    font-size: 11px;
    font-weight: bold;
    color: #aaa;
    font-family: Georgia, serif;
    font-style: italic;
}

#noresults,
#multiresults {
    padding: 20px 20px 0 20px;
}

#noresults p,
#multiresults p {
    margin-bottom: 10px;
}

#location .line_big {
    z-index: 2;
    position: relative;
}