@import url(luna_core.css);

/*
This file inherits from luna_core.css, so styles in this file will override
styles defined in it.  Changes to this file will NOT be overwritten during
upgrades.

Here's a quick tutorial on overriding styles.  Say you want to change the
background colour of the body.  Looking at luna_core.css, the colour is
defined in the rule:

    body {
      margin: 0px;
      padding: 0px;
      color: #33332e;
      background: #ffffff;
      font: normal 11px tahoma, geneva, verdana, sans-serif;
      text-align: center;
    }

To change the background colour of white (#ffffff) to gray (#dddddd), you would
add the following to this file:

    body {
      background: #dddddd;
    }

If you also wanted to change the font as well as the background, then you could
use:

    body {
      background: #dddddd;
      font: normal 12px times new roman;
    }

Also note that every template's body id is assigned the template name (without
the .html extension).  So if you want to change the h2 heading in the
category.html template, you can do this by:

    #category h2, #seo h2 { 
      color: red; 
      font-weight: bold; 
    }

To start you off, some sample overriding styles have been provided below.  Note
that you will have to uncomment the rules for them to work.
*/

/* Logo size and image source */
/*
#logo {
  width: 250px;
  height: 80px;
  background-image: url(images/logo.gif);
}
*/
/* If the height of your logo changes from the original, then you will probably
want to also change the vertical position of the login link */
/*
#loginbar a {
  margin-top: 25px;
}
*/

/* Show the left sidebar */
/*
#ocwrapper {
  border-left-width: 200px;
}
#leftsidebar {
  display: block;
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 200px;
}
*/

/* Hide the right sidebar */
/*
#ocwrapper {
  border-right-width: 0px;
}
#rightsidebar {
  display: none;
}
#contentheader .error, #contentheader .message {
  margin: 0px;
}
*/

/* Change the right sidebar width.  Note that the sidebars have a 10px left or
right padding (left sidebar has a left padding and right sidebar has a right
padding), hence the 150px - 10px = 140px width */
#ocwrapper {
  border-right-width: 300px;
}
#rightsidebar {
  margin-right: -300px !important;
  margin-right: -310px;
  background: #E5E5E5;
  width: 290px !important;
  width: 270px;
  padding: 10px 0px 10px 10px;
}

.no_side #ocwrapper {
  border-right-width: 0;
}
.no_side #rightsidebar {
  margin-right: 0;
  width: 0;
  padding: 0;
}

#contentheader .error, #contentheader .message {
  margin: 0px 300px 0px 0px;
}

/* Change width of document */
#wrapper {
  width: 950px;
}

/* Don't want the shadows? */
.shadowtop, .shadowbottom, .shadowleft, .shadowright {
  background: none;
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: auto;
  height: auto;
  float: none;
  background: none;
}

/* If you change the globals category_cols or home_category_cols, then you will
need to change the width of the columns themselves.  Note that IE sometimes has
problems if this value adds up to 100%, so keep the width a little under 100%.
For example, if you changed category_cols to 3, then this example would set
the width of the columns to 33% (99% total).  If you want to change the columns
on the home page as well, then remember to set a rule for "#home dl" as well. */
/*
#category dl {
  width: 33%;
}
*/

body {
  margin-bottom: 5px;
}

.section-body,
.rb-body,
.section-body-rb {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    /* margin-bottom: 20px; */
    position: relative;
}

.section-body-rb .rb-t { background: url(images/red-section-body-rb-t.gif) 0 0 repeat-x }
.section-body-rb .rb-tr { background: url(images/red-section-body-rb-tr.gif) 100% 0 no-repeat }
.section-body-rb .rb-tl { background: url(images/red-section-body-rb-tl.gif) 0 0 no-repeat }
.section-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
.section-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
.section-body-rb .rb-br { background: url(images/white-header-br.gif) 100% 100% no-repeat }
.section-body-rb .rb-bl { background: url(images/white-header-bl.gif) 0 100% no-repeat }
.section-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }

.section-body h3.blue, .section-body h2.blue,
.rb-body h3.blue, .rb-body h2.blue,
.section-body h1.blue, .rb-body h1.blue {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: bold;
    text-transform:capitalize;
}

.section-body h1.blue a, .rb-body h1.blue a {
  color: #ffffff;
  text-decoration: none;
}

.rb-outer {
margin: 0 0 10px 0;
padding: 0px;
}

.header-body-rb.rb-outer {
margin:0;
}

.section-body-rb h3.blue {
    color: white;
}

.section-body h4 {
    margin: 0px 0px 0px 0px; 
    padding: 4px 20px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    color: #543976;
}

.section-body ul {
    list-style-type: none;
    margin: 0px;
    font-size: .7em;
    width: 46%;
    padding: 0px;
    float: left;
    position: relative; /* required to prevent IE6 from making this block disappear */
}

.section-body li {
    padding: 0 0 0 12px;
    margin: 0px ;
    background: url(/static/blue/images/arrow.gif) 0 .4em no-repeat;
}

.header-body {
    margin: 10px;
    position: relative;
}
.header-body-rb .rb-t { background: #ffffff; }
.header-body-rb .rb-tr { background: url(images/white-footer-tr-noborder.gif) 100% 0 no-repeat }
.header-body-rb .rb-tl { background: url(images/white-footer-tl-noborder.gif) 0 0 no-repeat }
.header-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
.header-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
/*
.header-body-rb .rb-br { background: url(images/section-body-rb-br.gif) bottom right no-repeat }
.header-body-rb .rb-bl { background: url(images/section-body-rb-bl.gif) bottom left no-repeat }
.header-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }
*/

.navbar-body {
    /*padding-bottom: 10px;
    border: 1px solid red;*/
}
.navbar-body-rb { margin:0px; padding:0px }

.navbar-body-rb .rb-t { background: #000000; }
.navbar-body-rb .rb-tr { background: #ffffff; }
.navbar-body-rb .rb-tl { background: #ffffff; }
.navbar-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
.navbar-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
.navbar-body-rb .rb-br { background: url(images/section-body-rb-br.gif) bottom right no-repeat }
.navbar-body-rb .rb-bl { background: url(images/section-body-rb-bl.gif) bottom left no-repeat }
.navbar-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }

.padded { 
  /*padding: 35px 15px 0 15px;*/
}

.rb-body .padded { 
  padding: 35px 5px 5px 15px;
}
.rb-body .padded .sponsors { 
  padding-right: 10px;
}


#detailed #rightsidebar .padded { 
  padding: 35px 15px 15px 5px;
}

body {
  background: #E5E5E5;
}


#home dl {
  width: 98%;
}

#header {
  margin:0px; padding:0px;
  border: 1px solid green;
}
#logoimg{
  margin-left:10px;
}
#logo {
  margin-left: 10px;
  width: 370px;
  height: 65px;
  background: transparent url(https://www.mysummercamps.com/camps/static/luna/images/logo.gif) top left no-repeat;
}
#content {
  background: #ffffff;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #ffffff;
  border-right-color: #E5E5E5;
/* background colour of right sidebar */
  background: #E5E5E5;
}
#leftsidebar {
  padding: 10px 0px 10px 0px;
}

.menu_padded { 
    /*padding: 0px 5px 15px 5px;*/
    padding: 0px;
}
ul.menu {
  margin: 0px;
  padding: 0px;
  float: left;
  list-style: none;
  width: 100%;
}
ul.menu li {
  height: 33px;
  float: left;
  list-style: none;
  margin-right: 0px;
}
ul.menu a {
  text-align: center;
  /*padding: 9px 21px 7px 21px;*/
  padding: 9px 21px 7px 22px;
  float: left;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
ul.menu a:visited {
  color: #ffffff;
}
ul.menu a:hover {
  color: #ffffff;
}
ul.menu li {
  border: 0px;
}
ul.menu li.separator {
  text-indent: -1px;
}
ul.menu li.separator1 {
  background: url(images/nav/separator1.gif) no-repeat;
}
ul.menu li.separator2 {
  background: transparent url(images/nav/separator2.gif) no-repeat;
}
ul.menu li.separator3 {
  background: transparent url(images/nav/separator3.gif) top left no-repeat;
}
ul.menu li.separator4 {
  background: transparent url(images/nav/separator4.gif) top left no-repeat;
}
ul.menu li.separator5 {
  background: transparent url(images/nav/separator5.gif) top left no-repeat;
}
ul.menu li.separator6 {
  background: transparent url(images/nav/separator6.gif) top left no-repeat;
}
ul.menu li.separator7 {
  background: transparent url(images/nav/separator7.gif) top left no-repeat;
}
ul.menu li.menu-item-camp-directory {
  background: url(images/nav/rounded-redcorner.gif) top left no-repeat; 
}
ul.menu li.menu-item-job-fair {
  background: url(images/nav/orange.gif) repeat-x; 
}
ul.menu li.menu-item-camp-forum {
  background: url(images/nav/yellow.gif) repeat-x; 
}
ul.menu li.menu-item-rent-a-camp {
  background: url(images/nav/green.gif) repeat-x; 
}
ul.menu li.menu-item-vender-outlet {
  background: url(images/nav/purple.gif) repeat-x; 
}
ul.menu li.menu-item-resources {
  background: url(images/nav/lighterpurple.gif) repeat-x; 
}
ul.menu li.menu-item-camp-owner {
  background: url(images/nav/blue.gif) repeat-x; 
}
ul.menu li.menu-item-all-about-us {
  width: 122px;
  background: url(images/nav/rounded-grey-corner.gif) top left no-repeat;
}

#leftsidebar {
  padding: 10px 0px 10px 0px;
}

.footer-body,
.footer-body-rb {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    background: #ffffff;
}

.footer-body-rb .rb-t { background: url(images/section-body-rb-b.gif) 0 0 repeat-x }
.footer-body-rb .rb-tr { background: url(images/white-header-tr.gif) 100% 0 no-repeat }
.footer-body-rb .rb-tl { background: url(images/white-header-tl.gif) 0 0 no-repeat }
.footer-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
.footer-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
.footer-body-rb .rb-br { background: url(images/white-header-br.gif) 100% 100% no-repeat }
.footer-body-rb .rb-bl { background: url(images/white-header-bl.gif) 0 100% no-repeat }
.footer-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }

.footer-padded { 
    padding: 1px 0px 1px 0px;
    margin: 5px 5px 5px 5px;
}

#topbar {
  float: right;
  text-align: right;
}
.topmenu {
    position: absolute !important;
    position: relative;
    right: 10px;
    top: 5px !important;
    top: -20px;
}
.topsearchbar {
    position: absolute !important;
    position: relative;
    right: 10px;
    top: 30px;
}
.topsearchbar .submit {
    background: #F37E31;
    color: #FFFFFF;
}

.section-body, .section-body-rb {
background: white;
}

.sc-normal{background-color:transparent;color:#000;font-family:verdana,sans-serif;font-size:12px;font-weight:normal;text-decoration:none;}
.sc-normal a:link{color:#039;text-decoration:underline;}
.sc-normal a:visited{color:#039;text-decoration:underline;}
.sc-normal a:hover{color:#3c3;text-decoration:underline;}
.sc-normal a:active{color:#c00;text-decoration:underline;}
.sc-subnav {background-color:transparent;color:#fff;font-family:verdana,sans-serif;font-size:10px;font-weight:bold;text-decoration:none;} 
.sc-subnav a:link{background-color:transparent;color:#fff;font-family:verdana,sans-serif;font-size:10px;font-weight:bold;text-decoration:none;} 
.sc-subnav a:visited{background-color:transparent;color:#fff;font-family:verdana,sans-serif;font-size:10px;font-weight:bold;text-decoration:none;}
.sc-subnav a:hover{background-color:transparent;color:#ccc;font-family:verdana,sans-serif;font-size:10px;font-weight:bold;text-decoration:none;}
.sc-subnav a:active{background-color:transparent;color:#ccc;font-family:verdana,sans-serif;font-size:10px;font-weight:bold;text-decoration:none;}
.sc-title{background-color:transparent;color:#000;font-family:verdana,sans-serif;font-size:12px;font-weight:bold;text-decoration:none;}
.sc-title a:link{text-decoration:underline;}
.sc-title a:visited{text-decoration:underline;}
.sc-title a:hover{text-decoration:none;}
.sc-title a:active{text-decoration:none;}
.sc-sub{background-color:transparent;color:#000;font-family:verdana,sans-serif;font-size:10px;font-weight:normal;text-decoration:none;}
.sc-sub a:link{text-decoration:underline;}
.sc-sub a:visited{color:#c0c0c0;text-decoration:underline;}
.sc-sub a:hover{background-color:#c00;color:#fff;text-decoration:underline;}
.sc-sub a:active{color:#c00;text-decoration:underline;}

.cat-minus, .cat-plus {
    margin-left: 5px;
    float: left;
    padding-right: 5px;
}

#home .desc {
    margin-left: 0px;
    padding-bottom: 10px;
}

#home .desc-line {
    border-bottom: 1px solid #FFCC00;
    margin-left: 25px;
    padding: 0px 10px 0px 5px;
    margin-bottom: 5px;
}

#subcat h2 {
  font-size: 14px;
  margin-top:0px;
  margin-bottom:5px;
  margin-left:5px;
}

a:link, a:visited {
    color: #000f99;
}
a:hover {
    color: #33cc33;
}
#zipcodesearch {
/*
  border: 1px solid #A32D2D;
*/
  text-align: center;
/*
  border-top: dotted #999999 1px;
*/
  margin-top: 2px;
}

#zipcodesearch h3 {
  font-size: 12pt;
  font-weight: bold;
  color: #F07800;
  font-family: verdana,arial,sans-serif;
  text-align: center;
  margin: 3px 0px 1px 0px;
  border: none;
}

#zipcodesearch form {
  margin: 0px 0px 3px 0px;
}

.faq_title {
  font-size: 16px;
  color: #0000cc;
  font-weight: bold;
  padding: 4px 0;
}

.faq_question {
  font-size: 13px;
  color: #cc3333;
  padding-top: 6px;
  margin-top: 10px;
  border-top: 1px solid #000000;
}

.crumb {
  color: #000f99;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  margin-left:5px;
  margin-bottom: 8px;
text-transform:capitalize;
  margin-top:10px;
}

#detailed .desc_tbl {
  padding: 2px; 
  border: 1px outset #A8DDA0; 
  border-collapse: collapse; 
  background-color: #EBFFED;
  width: 468px; 
  text-align: left;
}

/* Commmunity Part */
#community .section-body,
#community .rb-body,
#community .section-body-rb {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
}

#community .section-body-rb .rb-t { background: url(images/grey-section-body-rb-t.gif) 0 0 repeat-x }
#community .section-body-rb .rb-tr { background: url(images/rounded-greycorner.gif) 100% 0 no-repeat }
#community .section-body-rb .rb-tl { background: url(images/grey-section-body-rb-tl.gif) 0 0 no-repeat }
#community .section-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
#community .section-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
#community .section-body-rb .rb-br { background: url(images/white-header-br.gif) 100% 100% no-repeat }
#community .section-body-rb .rb-bl { background: url(images/white-header-bl.gif) 0 100% no-repeat }
#community .section-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }

#community .section-body h3.blue, #community .section-body h2.blue,
#community .rb-body h3.blue, #community .rb-body h2.blue,
#community .section-body h1.blue, #community .rb-body h1.blue {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: bold;
}
/* Commmunity Part Ends */


/* Forum Part starts */
#forum .section-body,
#forum .rb-body,
#forum .section-body-rb {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
}

#forum .section-body-rb .rb-t { background: url(images/yellow-section-body-rb-t.gif) 0 0 repeat-x }
#forum .section-body-rb .rb-tr { background: url(images/yellow-section-body-rb-tr.gif) 100% 0 no-repeat }
#forum .section-body-rb .rb-tl { background: url(images/yellow-section-body-rb-tl.gif) 0 0 no-repeat }
#forum .section-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
#forum .section-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
#forum .section-body-rb .rb-br { background: url(images/white-header-br.gif) 100% 100% no-repeat }
#forum .section-body-rb .rb-bl { background: url(images/white-header-bl.gif) 0 100% no-repeat }
#forum .section-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }

#forum .section-body h3.blue, #forum .section-body h2.blue,
#forum .rb-body h3.blue, #forum .rb-body h2.blue,
#forum .section-body h1.blue, #forum .rb-body h1.blue {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: bold;
}

#forum #ocwrapper {
  border-right-width: 0px;
}
#forum #rightsidebar {
  display: none;
}
#forum #contentheader .error, #forum #contentheader .message {
  margin: 0px;
}
/* Forum Part Ends */


/* Job Part Starts */

#jobs .section-body-rb .rb-t { background: url(images/orange-section-body-rb-t.gif) 0 0 repeat-x }
#jobs .section-body-rb .rb-tr { background: url(images/orange-section-body-rb-tr.gif) 100% 0 no-repeat }
#jobs .section-body-rb .rb-tl { background: url(images/orange-section-body-rb-tl.gif) 0 0 no-repeat }
#jobs .section-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
#jobs .section-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
#jobs .section-body-rb .rb-br { background: url(images/white-header-br.gif) 100% 100% no-repeat }
#jobs .section-body-rb .rb-bl { background: url(images/white-header-bl.gif) 0 100% no-repeat }
#jobs .section-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }

/* Job Part Ends */


/* Camp Owner Part */
#camp_owner .section-body,
#camp_owner .rb-body,
#camp_owner .section-body-rb {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
}

#camp_owner .section-body-rb .rb-t { background: url(images/blue-section-body-rb-t.gif) 0 0 repeat-x }
#camp_owner .section-body-rb .rb-tr { background: url(images/blue-section-body-rb-tr.gif) 100% 0 no-repeat }
#camp_owner .section-body-rb .rb-tl { background: url(images/blue-section-body-rb-tl.gif) 0 0 no-repeat }
#camp_owner .section-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
#camp_owner .section-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
#camp_owner .section-body-rb .rb-br { background: url(images/white-header-br.gif) 100% 100% no-repeat }
#camp_owner .section-body-rb .rb-bl { background: url(images/white-header-bl.gif) 0 100% no-repeat }
#camp_owner .section-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }

#camp_owner .section-body h3.blue, #camp_owner .section-body h2.blue,
#camp_owner .rb-body h3.blue, #camp_owner .rb-body h2.blue,
#camp_owner .section-body h1.blue, #camp_owner .rb-body h1.blue {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: bold;
}
/* Camp Owner Part Ends */



/* Outlet Part */
#outlet .section-body,
#outlet .rb-body,
#outlet .section-body-rb {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    position: relative;
}

#outlet .section-body-rb .rb-t { background: url(/outlet/static/luna/images/purple-section-body-rb-t.gif) 0 0 repeat-x }
#outlet .section-body-rb .rb-tr { background: url(/outlet/static/luna/images/rounded-purplecorner.gif) 100% 0 no-repeat }
#outlet .section-body-rb .rb-tl { background: url(/outlet/static/luna/images/purple-section-body-rb-tl.gif) 0 0 no-repeat }
#outlet .section-body-rb .rb-l { background: url(images/section-body-rb-l.gif) 0 0 repeat-y }
#outlet .section-body-rb .rb-r { background: url(images/section-body-rb-r.gif) 100% 0 repeat-y }
#outlet .section-body-rb .rb-br { background: url(images/white-header-br.gif) 100% 100% no-repeat }
#outlet .section-body-rb .rb-bl { background: url(images/white-header-bl.gif) 0 100% no-repeat }
#outlet .section-body-rb .rb-b { background: url(images/section-body-rb-b.gif) 0 100% repeat-x }

#outlet .section-body h3.blue, #outlet .section-body h2.blue,
#outlet .rb-body h3.blue, #outlet .rb-body h2.blue,
#outlet .section-body h1.blue, #outlet .rb-body h1.blue {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    position: absolute;
    top: 8px;
    left: 10px;
    font-weight: bold;
}
/* Outlet Part Ends */





#category h1.cat_title, .city h1.cat_title, #seo h1.cat_title {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  color: #cc0000;
}

#category h3.cat_title, #seo h3.cat_title, #search_results h2.cat_title {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 15px;
  color: #cc0000;
/*
  border-bottom: none;
*/
}
#seo h3.cat_title, #search_results h2.cat_title {
	text-transform: capitalize;
}

#category dl{
  width: 50%;
}

#seo dl {
  width: 33%;
}
#seo .allcity dl {
  width: 50%;
}

dl.threeColumnList {
	float:left;
	margin:10px 0 0;
  	width: 33%;
}

dl.threeColumnList a {
	font-size:12px;
	font-weight:bold;
	color:#000F99;
	margin:0 0 0 10px;
}

/* Link.html */
.category_links {
  text-decoration: none;
  font-weight: bold;
}

.sc-description {
  color: #0033CC;
  font-size: 105%;
}

.featured-item {
  background: transparent url(images/button-left.gif) top left no-repeat;
  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
  background-color: #8c3030;
}
.featured-item span {
  padding: 0px 3px;
  background: transparent url(images/button-right.gif) top right no-repeat;
}

/* Link Listing */
.linklisting {
  padding: 5px 5px 0px 10px;
  margin: 15px 5px;
  position: relative;
  left: 0;
  width: 96%;
  background: #ffffff;
  z-index: 1000; 
}

.linklisting.gold {
  border: 1px solid #FFC62E;
}
.linklisting.silver {
  border: 1px solid #BBB;
}
.linklisting.bronze {
  border: 1px solid #8C7853;
}

.linktitle {
  padding-bottom: 4px;
}

.camp_logo {
  margin: 5px 5px 0 0;
}

.linklisting div.linktitle {
  font-size: 14px;
}

.listingCampType, .linkLocation {
  font-size: 11px;
}

.linklisting .linkdescription {
  font-size: 12px;
  border: none;
  background: none;
  padding: 5px 0;
}

.linklisting #featured_tag {
  font-size: 10px;
  color: #ff0000;
  padding: 0 20px;
}

.listingPhone {
  font-size: 11px;
  margin-left: 30px;
}

.linklisting .linkactions {
  padding: 5px 0px 4px 0px;
}
.linklisting p.linkactions a, .linklisting_free p.linkactions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 11px;
  text-decoration: none;
  background: #ffc62e;
  color: #0033ff;
}
.linklisting p.linkactions a:link {
}
.linklisting p.linkactions a:visited {
}
.linklisting p.linkactions a:hover {
/*#e2e1eb;*/
  background: #33cc33;
  color: #ffffff;
}
.linklisting p.linkactions a.fb_share_button {
  padding: 1px 20px 1px 5px;
  height: 15px;
  border: 1px solid #d8dfea;
  background: url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?57:26981) no-repeat top right;
  text-decoration: none;
  font-size: 11px;
}
.linklisting p.linkactions a.fb_share_button:link {
  padding: 1px 20px 1px 5px;
  height: 15px;
  border: 1px solid #d8dfea;
  background: url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?57:26981) no-repeat top right;
  text-decoration: none;
  font-size: 11px;
}
.linklisting p.linkactions a.fb_share_button:hover {
  color: #ffffff;
  border-color: #295582;
  background: #3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?57:26981) no-repeat top right;
  text-decoration: none;
}
.linklisting_free {
  padding: 0 30px;
  background: none;
  border: none;
}
.linklisting_free .with_logo {
  height: auto !important;
  min-height: 90px;
  height: 90px;
}
.linklisting_free .linkactions {
  padding: 4px 0px 4px 0px;
}
.linklisting_free div.linktitle {
  font-size: 14px;
  padding-bottom: 3px;
  margin: 8px 0 0 0;
}

.linklisting_free .listingCampType, .linklisting_free .listingPhone, .linklisting_free .linkLocation, .linklisting_free .linkdescription {
  font-size: 11px;
  background: none;
  border: none;
}
/* */





/* Detailed.html */
.logo {
  margin: 0 15px 0 5px;
  position: relative;
}

#ocwrapper-wide .address{
	height:auto !important;
	minimum-height:180px;
	height:180px;
	margin:0 0 15px 15px;
}

.address {
  height: auto !important;
  minimum-height: 180px;
  height: 180px;
  margin-left: 260px;
}

.link_spacer {
  padding-bottom: 3px;
}

#detailed .camp_like {
  margin-top:20px;
  text-align:center;
}

#detailed .tabcontent {
  font-size: 12px;
  line-height: 14px;
}

.detailed_request_information {
  font-size: 12px;
}

#detailed .detailed_links a {
  width: 120px;
  display: block;
  border: 1px solid #bbbfa1;
  color: #0000ff;
  background: #ffca00;
  font-size: 12px;
  margin: 5px 4px;
  padding: 2px 6px;
  text-align: center;
}

#detailed .detailed_links a:hover {
  background: #33cc33;
  color: #e2e1eb;
}

#detailed .detailed_links a.fb_share_button {
  border: 1px solid #d8dfea;
  background: url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?57:26981) no-repeat top right;
  text-decoration: none;
  font-size: 12px;
}
#detailed .detailed_links a.fb_share_button:hover {
  color: #ffffff;
  border-color: #295582;
  background: #3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?57:26981) no-repeat top right;
  text-decoration: none;
}

#detailed .bottom_links a.fb_share_button {
  border: 1px solid #d8dfea;
  background: url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?57:26981) no-repeat top right;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 6px; 
}
#detailed .bottom_links a.fb_share_button:hover {
  color: #ffffff;
  border-color: #295582;
  background: #3b5998 url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?57:26981) no-repeat top right;
  text-decoration: none;
}

#detailed .detailed_links a.no_style {
  width: 120px;
  display: block;
  border: none;
  color: #0000ff;
  background: #ffffff;
  font-size: 12px;
  margin: 5px 4px;
  padding: 2px 6px;
  text-align: center;
}
#detailed .detailed_links a.no_style:hover {
  background: #ffffff;
  color: #e2e1eb;
}

#detailed .detailed_links a.visit_website {
  width: 134px;
  display: block;
  border: none;
  color: #0000ff;
  background: none;
  font-size: 12px;
  margin: 5px 0;
  padding: 0 4px;
  text-align: center;
}
#detailed .detailed_links a.visit_website:hover {
  background: none;
  color: #e2e1eb;
}

#detailed .detailed_links a.contact-us {
  width: 134px;
  display: block;
  border: none;
  color: #0000ff;
  background: none;
  font-size: 12px;
  margin: 5px 0;
  padding: 0 4px;
  text-align: center;
}
#detailed .detailed_links a.contact-us:hover {
  background: none;
  color: #e2e1eb;
}



/* Misc */
.bold {
  font-weight: bold;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}


.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}
.clear_left {
  clear: left;
}
.clear_right {
  clear: right;
}

.break {
  height:10px;
}

/************************
 *
 * Columns
 *
 ************************/

.six_column ul {
  width: 54em;
}
/* float & allow room for the widest item */
.six_column ul li {
  float: left;
  width: 9em;
}
/* separate the list from subsequent markup */
div.six_column {
  margin-bottom: 1em;
}

.five_column ul {
  width: 50em;
}
/* float & allow room for the widest item */
.five_column ul li {
  float: left;
  width: 10em;
}
/* separate the list from subsequent markup */
div.five_column {
  margin-bottom: 1em;
}

.four_column ul {
  width: 48em;
}
/* float & allow room for the widest item */
.four_column ul li {
  float: left;
  width: 12em;
}
/* separate the list from subsequent markup */
div.four_column {
  margin-bottom: 1em;
}

.four_column_seo ul {
  width: 72em;
}
/* float & allow room for the widest item */
.four_column_seo ul li {
  float: left;
  width: 18em;
}
/* separate the list from subsequent markup */
div.four_column_seo {
  margin-bottom: 3em;
}


.three_column ul {
  width: 39em;
}
/* float & allow room for the widest item */
.three_column ul li {
  float: left;
  width: 13em;
}
/* separate the list from subsequent markup */
div.three_column {
  margin-bottom: 1em;
}

.two_column ul {
  width: 48em;
}
/* float & allow room for the widest item */
.two_column ul li {
  float: left;
  width: 24em;
}

/* separate the list from subsequent markup */
div.two_column {
  margin-bottom: 1em;
}
.two_column_half ul {
  width: 22em;
}
/* float & allow room for the widest item */
.two_column_half ul li {
  float: left;
  width: 11em;
}
/* separate the list from subsequent markup */
div.two_column_half {
  margin-bottom: 1em;
}

.two_column ul.right_side {
  width: 24em;
}
/* float & allow room for the widest item */
.two_column ul.right_side li {
  float: left;
  width: 12em;
}
/* separate the list from subsequent markup */
div.two_column ul.right_side {
  margin-bottom: 1em;
}

#city_list, #specialCampList {
  padding: 35px 0 5px 0;
}

#city_list ul.right_side, #specialCampList ul.right_side {
  list-style: none;
  margin-left: -25px;
}

#city_list ul.right_side {
  *margin-left: 25px;
}

#specialCampList ul{
margin-left:1em;
}
#specialCampList li {
  margin-left: -25px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
background-image: url(/camps/images/camps/arrow-green.gif); 
background-repeat: no-repeat; 
background-position: 0pt 0.4em; 
padding-left: 1em;
*list-style-position:outside;
*margin-left:15px;
_list-style-position:outside;
_margin-left:15px;
}
#specialCampList li a{
font-weight:bold;
text-decoration:none;
}


.in_teh_news p {
  padding: 4px 0;
  margin: 2px 0;
}

.thurber p {
  padding: 4px 0;
  margin: 2px 0;
}

p {
  padding: 4px 0;
  margin: 2px 0;
}

.relative {
  position: relative;
}

.red {
  color: #cc0000;
}

#sub_menu {
  margin: 0 -8px 15px;
}

#sub_menu a {
  float: left;
  background: #797979;
  border: 1px solid #ffffff;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
}

.blue_menu #sub_menu {
  border: 1px solid #0000ff;
  margin: 0 -14px;
}

.blue_menu #sub_menu a {
  float: left;
  background: #0000c3;
  border: 1px solid #ffffff;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
}

.purple_menu #sub_menu {
  border: 1px solid #5a08a4;
  margin: 0 -14px;
}

.purple_menu #sub_menu a {
  float: left;
  background: #5a08a4;
  border: 1px solid #ffffff;
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
}


#jobs #sub_menu {
 
}

#jobs #sub_menu a {
  background: #f0f0f0;
  border: 1px solid #bbb;
  border-radius: 4px;
  margin: 8px;
  padding: 9px 0 10px 0;
  text-align: center;
  font-size: 12px;
  color: #e37100;
  -webkit-box-shadow: inset -1px -1px 5px 0px #cccccc;
  box-shadow: inset -1px -1px 5px 0px #cccccc;
}

#jobs #sub_menu a:hover {
  background: #e37100;
  color: #eee;
  -webkit-box-shadow: inset -1px -1px 5px 0px #c96500;
  box-shadow: inset -1px -1px 5px 0px #c96500;

}

#jobs .four a {
  width: 140px;
}

.three {
  padding: 0 2px;
  width: 642px;
}

.three a {
  width: 202px;
}

.four {
  padding: 0 1px;
  width: 644px;
}

.four a {
  width: 149px;
}

.five {
  padding: 0;
  width: 646px;
}

.five a {
  width: 117px;
}



.full_length .four {
  padding: 0 1px;
  width: 944px;
}

.full_length .four a {
  width: 224px;
}



#sub_menu a:link {
  color: #ffffff;
  text-decoration: none;
}
#sub_menu a:visited {
  color: #ffffff;
  text-decoration: none;
}
#sub_menu a:hover {
  color: #ffffff;
  text-decoration: none;
}

.faq_title {
  font-size: 16px;
  color: #0000cc;
  font-weight: bold;
  padding: 4px 0;
}

.faq_question {
  font-size: 13px;
  color: #cc3333;
  padding-top: 6px;
  margin-top: 10px;
  border-top: 1px solid #000000;
}

.faq_question a {
  color: #cc3333;
}


h2 .new-item span {
  margin: 0;
  top: 0;
  left: 0;
  font-family: arial, sans-serif;
}


#content #contentheader .error, #content #contentheader .message {
  margin: 0px 0px 0px 0px;
}
#content #contentheader {
  padding: 0;
  background: #ffffff;
}


.community_section {
  padding: 4px 0;
  
}

.community_section_text {
  padding-top: 4px;
}

.community_home_quick_links {
  margin-left: 50px;
}

.community_home_green_arrow {
  margin-right: 4px;
}

.italic, italics {
  font-style: italic;
}


.formheading {
  margin: 7px 0 3px 0;
  height: 18px;
  background: url('https://www.mysummercamps.com/camps/images/camps/icon-sun-on.gif') no-repeat;
  padding-left: 25px;
  font-size: 16px;
}


.successpage_images {
  left: 0 !important;
  left: -235px;
  top: 0 !important;
  top: -130px;
  float:left;
  margin: 10px 3px;
}

h1.nextsteps {
  font-size: 24px;
  font-family: Verdana, sans-serif;
  padding-bottom: 5px;
  margin-bottom: 0;
}

/* HOVER AD CSS */
    #hidden {
      display: block;
      visibility: hidden;
      position: absolute;
      width: 500px;
      height: 333px;
      background-color: #DDD;
      left: -245px;
      //left: -245px;
      z-index: 1005;
    }
    img#hover1 {
      position: absolute;
      left: 0px;
    }
    img#hover2 {
      visibility: hidden;
    }
    #ad {
      position: relative;
      text-align: center;
      z-index: 1004;
    }
    img {
      border: 0;
    }
    select.dropdown {
      z-index: 0;
    }
    #content {
      z-index: 2;
    }
    div#rightsidebar {
      z-index: 2; 
      position: relative;
    }
    #detailed div#rightsidebar {
      z-index:1;
    }
    div#contentwrapper {
      z-index: 2;
      position: relative;
    }
    .sponsorhover {
      z-index: 1003;
    }
    .under {
      z-index: 1;
      //z-index: -1;
    }
    .sponsors {
      z-index: 1000;
    }
    a.menuAddSpacing {
	margin-right:1px;
    }
	
	
#mySummerCampsVanillaAdsContainer {
	display:inline;
}
#mySummerCampsVanillaAdsContainer #afcSlot_0, #mySummerCampsVanillaAdsContainer #afcSlot_1, #mySummerCampsVanillaAdsContainer #afcSlot_2, #mySummerCampsVanillaAdsContainer #afcSlot_3 {
	width:300px;
	border: 1px solid #000F99;
	padding-bottom:6px;
}
#mySummerCampsVanillaAdsContainer #afcSlot_0, #mySummerCampsVanillaAdsContainer #afcSlot_2 {
	margin:10px 20px 10px 0;
	position:relative;
	float:left;
}
#mySummerCampsVanillaAdsContainer #afcSlot_1, #mySummerCampsVanillaAdsContainer #afcSlot_3 {
	margin:10px 0;
	position:relative;
	float:left;
}

#mySummerCampsVanillaAdsFooter {
	margin-top:15px;
}

#mySummerCampsVanillaAdsFooter .adsByGoogle, #mySummerCampsVanillaAdsContainer .adsByGoogle {
	color:#c2c1c1;
	font-size:11px;
	float:right;
	margin: 6px;
}
#mySummerCampsVanillaAdsContainer .googleTextAd {
	text-align:left;
	font-size:13px;
	background:#ffffff;
}
#mySummerCampsVanillaAdsContainer .googleTextAd div {
	font-size:12px;
}
#mySummerCampsVanillaAdsContainer .googleTextAd div a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
#mySummerCampsVanillaAdsContainer .googleTextAd .visibleUrl {
	font-size:12px;
	color:#000F99;
}
#mySummerCampsVanillaAdsContainer .ad-1 a,
#mySummerCampsVanillaAdsContainer .ad-2 a,
#mySummerCampsVanillaAdsContainer .ad-3 a,
#mySummerCampsVanillaAdsContainer .ad-4 a{
	color:#000F99;
	padding:0px 6px 6px 6px;
}
#mySummerCampsVanillaAdsContainer .ad-1-line1, 
#mySummerCampsVanillaAdsContainer .ad-2-line1, 
#mySummerCampsVanillaAdsContainer .ad-3-line1, 
#mySummerCampsVanillaAdsContainer .ad-4-line1 {
	background-color:#000F99;
	padding:6px 6px 6px 0px;
}
#mySummerCampsVanillaAdsContainer .ad-1-line2, 
#mySummerCampsVanillaAdsContainer .ad-1-line3, 
#mySummerCampsVanillaAdsContainer .ad-1-line4 {
	background-color:#FFFFFF;
}
#mySummerCampsVanillaAdsContainer .ad-1-line1 a,
#mySummerCampsVanillaAdsContainer .ad-2-line1 a,
#mySummerCampsVanillaAdsContainer .ad-3-line1 a,
#mySummerCampsVanillaAdsContainer .ad-4-line1 a  {
	color:#FFFFFF;
	_color:#000F99;
}
#mySummerCampsVanillaAdsContainer .ad-1-line2,
#mySummerCampsVanillaAdsContainer .ad-2-line2,
#mySummerCampsVanillaAdsContainer .ad-3-line2,
#mySummerCampsVanillaAdsContainer .ad-4-line2 {
	color:#000000;
}
#mySummerCampsVanillaAdsContainer .ad-1-line2 div,
#mySummerCampsVanillaAdsContainer .ad-2-line2 div,
#mySummerCampsVanillaAdsContainer .ad-3-line2 div,
#mySummerCampsVanillaAdsContainer .ad-4-line2 div {
	padding:6px 6px 0 6px;
}
#mySummerCampsVanillaAdsContainer .ad-1-line3,
#mySummerCampsVanillaAdsContainer .ad-2-line3,
#mySummerCampsVanillaAdsContainer .ad-3-line3,
#mySummerCampsVanillaAdsContainer .ad-4-line3 {
	color:#000000;
}
#mySummerCampsVanillaAdsContainer .ad-1-line3 a,
#mySummerCampsVanillaAdsContainer .ad-2-line3 a,
#mySummerCampsVanillaAdsContainer .ad-3-line3 a,
#mySummerCampsVanillaAdsContainer .ad-4-line3 a {
	padding:0px;
}
#mySummerCampsVanillaAdsContainer .ad-1-line3 div,
#mySummerCampsVanillaAdsContainer .ad-2-line3 div,
#mySummerCampsVanillaAdsContainer .ad-3-line3 div,
#mySummerCampsVanillaAdsContainer .ad-4-line3 div {
	padding:0px 6px;
}
#mySummerCampsVanillaAdsContainer .ad-1-line4 a,
#mySummerCampsVanillaAdsContainer .ad-2-line4 a,
#mySummerCampsVanillaAdsContainer .ad-3-line4 a,
#mySummerCampsVanillaAdsContainer .ad-4-line4 a {
	color:#000F99;
}

#mySummerCampsVanillaAdsFooter #afcSlot_0,
#mySummerCampsVanillaAdsFooter #afcSlot_1,
#mySummerCampsVanillaAdsFooter #afcSlot_2,
#mySummerCampsVanillaAdsFooter #afcSlot_3,
#mySummerCampsVanillaAdsFooter #afcSlot_4,
#mySummerCampsVanillaAdsFooter #afcSlot_5{
      border: 1px solid #000F99;
      margin-bottom:20px !important;
      padding-bottom:5px !important;
}

#mySummerCampsVanillaAdsFooter .ad-1-line1{
      background:#000F99;
      padding:6px;
      margin-bottom:5px;
}

#mySummerCampsVanillaAdsFooter .ad-1-line2,
#mySummerCampsVanillaAdsFooter .ad-1-line3{
     padding:0px 0 0 6px !important;
     font-size:12px;
     color:#000;
}

#mySummerCampsVanillaAdsFooter #afcSlot_0 a,
#mySummerCampsVanillaAdsFooter #afcSlot_1 a,
#mySummerCampsVanillaAdsFooter #afcSlot_2 a,
#mySummerCampsVanillaAdsFooter #afcSlot_3 a,
#mySummerCampsVanillaAdsFooter #afcSlot_4 a,
#mySummerCampsVanillaAdsFooter #afcSlot_5 a{
  margin-left:6px;
  font-size:12px;
  color:#0000FF;
  text-decoration:underline;
}

#mySummerCampsVanillaAdsFooter .visibleUrl{
  color:#000F99;
  font-size:12px !important;
}

#mySummerCampsVanillaAdsFooter #afcSlot_0 a:hover,
#mySummerCampsVanillaAdsFooter #afcSlot_1 a:hover,
#mySummerCampsVanillaAdsFooter #afcSlot_2 a:hover,
#mySummerCampsVanillaAdsFooter #afcSlot_3 a:hover,
#mySummerCampsVanillaAdsFooter #afcSlot_4 a:hover,
#mySummerCampsVanillaAdsFooter #afcSlot_5 a:hover{
   text-decoration:none;
}

#mySummerCampsVanillaAdsFooter .ad-1-line1 a{
     color:#FFFFFF !important;
     font-size:14px !important;
     margin-left:0 !important;
     font-weight:bold;
     text-decoration:none !important;
}

#mySummerCampsVanillaAdsFooter .attributionLink{
    color:#C2C1C1 !important;
    margin:5px 5px 0 0 !important;
    font-weight:normal!important;
    text-decoration:none !important;
    _margin:5px 10px 0 0 !important;
}

#mySummerCampsVanillaAdsFooter .googleAdBlock, #mySummerCampsVanillaAdsFooter .googleTextAd {
      padding:0px!important;
      margin:0px!important;
}

/* State and City Pages */

.stateListing {
  float:left;
  width:33%;
}
.moreCities {
  width:80%;
  text-align:right;
}
.moreLink {
text-align:right;
font-size:12px;
font-weight:bold;
margin-right:30px;
text-transform:capitalize;
}
.moreLink a{
color:blue;
}
#seo dd {
    margin:0 0 0 10px;
}
#seo dt {
	height:1.4em;
	*height:2.3em;
}
*:first-child+html #seo .allcity dt {
	margin-top:15px;
}
#seo dt a {
	font-size:11px;
	font-weight:bold;
	color:#000F99;
	margin:0 0 0 10px;
}
#seo dl {
	float:left;
	margin:10px 0 0;
}
.stateName {
  text-transform : capitalize;
}

.inlineAds {
        margin: 10px 0;
}

#social-networks{
width: 180px;
margin-right:265px;
_float:left;
_padding-right:25px;
_margin-right:0px;
}

#social-networks img {
 margin-top:3px;
}

#quick_search_form {
        margin-top: 5px;
}

.social_media_container {
	padding-left:10px!important;
}

.kc_msc_facebook_desc p{
	padding-top:7px;
	margin-bottom:10px;
}

.kc_msc_facebook_desc img{
	float:left;
	margin:10px 5px 0 0;
}
.no-match{
    font-weight:bold;
    font-size:14px;
    margin-top:10px;
}
.try-again{
    margin:10px 0;
}
/**** Add Subcategory Short description ****/
.short_desc .value{
   margin-top:0;
   float:left;
}
.short_desc .sc_div{
   width: 420px; 
   float: right; 
   clear: both; 
   margin-right: 30px; 
   font-size: 10px;
   margin-bottom:10px;
}
.short_desc textarea{
   width: 435px !important; 
   height: 40px;
}
/*******************************************/
/**Dropdown states**/
.selectArea{
        margin:16px 0 0 24px;
        width:216px;
}

.selectArea{margin:8px 0 0;}
.selectArea {
/*        margin:19px 0 0;*/
        margin:0;
        position:relative;
        height:24px;
        color:#333;
        font:11px/24px Verdana, Arial, Helvetica, sans-serif;
        background:url(/camps/static/luna/images/bg-select.gif) no-repeat;
}
.selectArea .center{padding:0 25px 0 12px}
.selectArea .center{padding:0 36px 0 10px}
.selectArea a.selectButton{
        position:absolute;
        top:0;
        right:0;
        overflow:hidden;
        text-indent:-9999px;
        width:30px;
        height:24px;
        background:url(/camps/static/luna/images/btn-select.gif) no-repeat;
	text-decoration:none;	
}
.mscSelectArea{
    z-index:10000000 !important;
    margin-top:5px;
    width:210px;
}
.mscSelectArea ul{
        border:1px solid #CCC;
        position:absolute;
    max-height:200px;
    overflow-y:scroll;
    overflow-x:hidden;
    z-index:1000000000;
        background:#FFF;
        display:none;
    float:left;
    margin:0 !important;
}

.mscSelectArea ul li{
    margin:1px 1px 2px 1px;
    width:100%;
    float:left;
}
.mscSelectArea ul li a, .browse-specials .mscSelectArea ul li a{
        padding:1px 5px;
        color:#696668;
        text-decoration:none;
        display:block;
    width:auto;
    float:left;
}
.mscSelectArea ul li span{
    float:left;
}

.mscSelectArea ul li a:hover, .mscSelectArea ul li:hover{
        background:#696668;
        text-decoration:none;
        color:#FFF;
        cursor:pointer;
}

.destination-state{
    z-index: 10;
}




/******* Table of Contents ************/

.section-title{
margin-top:5px;
border-bottom-style:solid;
border-width:1px;
border-bottom-color:#ad0000;
padding:8px 0 8px 8px;
font-size:16px;
font-family:Verdana,Arial,Helvetica;
font-weight:bold;
width:616px;
position:relative;
}
.backToTopArrow{position:absolute;}
.overview-content{
margin-top:14px;
padding-left: 5px;
margin-bottom:32px;
width:616px;
font-size: 13px;
line-height: 19px;
}
.group:before, .group:after {
        content:"";
        display:block;
}
.group:after { clear:both; }
#content-nav { width:624px; background:#f3f3f3 }
#content-nav h1 { background:#b71515 url( "/images/headerRedBar.png" ) repeat-x;color:#fff;line-height:34px;padding:0 15px;position:static; margin-top:10px;}

#content-nav ul{
        position:relative;
        margin:0 auto 10px;
        padding:16px 0px 16px 16px;
        border-bottom-style:solid;
        border-width:1px;
        border-bottom-color:#dadada;
}
#content-nav li {
        float:left;
        width:180px;
        padding:5px 10px 5px 5px;
}
#content-nav li a { color:#554b45; }
#content-nav li img {position:relative; top:2px;}
.back-to-top {position:absolute; top:17px; right:10px;}
.back-to-top a{text-decoration: none; font-size:11px; font-family: Arial, Verdana, Helvetica; color:#554b45;}




.location-address{
    font-size:11px;
}


.filterBox {
	padding: 5px 10px; 
	background: #fff8c7; 
	border:1px solid #FFC62E; 
	margin: 10px 5px 0 5px; 
	width: 600px;
}
#consent_blackbar{
       position: fixed;
       bottom: 0px;
       z-index: 9999;
       width: 100%;
}
#consent_blackbar #truste-consent-button img{
        width: 50%!important;
}
.footer-padded ul{
    list-style: none;
    display: inline-flex;
    padding: 0;
}
.footer-padded ul a{
    margin-left: 2px
}




/***/
