/*** Defaults ***/
.image {
  margin-top: 10px;
}

.image img {
  border: 1px solid black;
}

.image .caption {
  display: block;
  text-align: left;
  font-style: italic;
  line-height: 1.5em;
}

.left {
  float: left;
  padding-right: 25px;
  padding-bottom: 10px;
}

.right {
  float: right;
  padding-left: 25px;
  padding-bottom: 10px;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.expanded {
  letter-spacing: 0.25em;
}

.borderless img {
  border: 0;
}

/*** Carryover from original style ***/
.townstate {
  font-weight: bold;
}

.floatright, .floatrightborder {
  float: right;
  margin: 0 0 25px 25px;
}

.floatleft, .floatleftborder {
  float: left;
  margin: 0 25px 25px 0px;
}

.floatleftborder, .floatrightborder {
  border: 1px solid #000;
}

.sidebar {
  background-color: #dfffbb;
  font-size: 0.85em;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #336600;
}

.sidebar ul {
  list-style-type: disc;
  margin-left: 20px;
}

.specialnote, .racomment, .tipnamedate {
  font-size: 90%;
  font-style: italic;
}

.racomment {
  clear: left;
  margin-top: 8pt;
}

.racomment p:before {
  content: "RA: ";
  font-weight: bold;
}

p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul ul {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 4px;
}

li {
  margin-bottom: 1em;
  line-height: 1.2em;
}

a img {
  border: 0;
}

a {
  cursor: pointer;
}

a:link {
  text-decoration: none;
  font-weight: bold;
  color: #006600;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #DA0505;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
}

h2, h4, p {
  margin: 0 0 12px 0;
  padding: 2px;
}

/* Moving h2 to h4 */
h2, h4 {
  padding-top: 10px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #455A79;
}

h3 {
  margin: 4px 0;
}

.group {
  margin: 0 0 11px 0;
  padding: 0;
  clear: both;
}

.group h2 {
  margin-top: 0;
}

.links .group {
  margin: 20px 0;
}

#main h1 {
  margin-top: 1.2em;
}

form noscript p {
  display: inline;
}

form input, form select {
  font-size: 0.85em;
}

form input.text, form select {
  background-color: #ccc;
}

#header form input.text, #header form select {
  background-color: #ff6;
}

form input.submit {
  cursor: pointer;
}

form input.submit, .poll input {
  background-color: #666;
  color: #fff;
}

.poll input {
  font-size: 0.9em;
}

form select {
  margin: 0 4px 0 0;
  padding: 0;
}

form input {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.creatures #main li {
  list-style-type: disc;
  margin-left: 35px;
}

.creatures #main .debate {
  width: 210px;
  float: right;
  margin-left: 10px;
}

.creatures .statistics dt {
  font-weight: bold;
}

.creatures .statistics dd {
  margin: 5px 0 10px 0;
}

#header .nav {
  clear: both;
}

#header .ad {
  width: 728px;
  display: block;
  margin: 10px auto;
}

.highlights .featured h2 {
  display: none;
}

#main .highlights h1 {
  margin-top: 0;
}

#main .ad {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#main .ad_main_top {
  width: 336px;
  float: right;
  margin-left: 20px;
  clear: none;
}

#main .specialnote > .group.ad.ad_main_top {
  clear: none;
}

#main .adset {
  width: 100%;
}

#main .adset > .ad {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

#main .adset > .ad_main:first-child {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*** Font Variants ***/
#header, #footer {
  font-size: 0.82em;
}

#footer p {
  font-size: 0.9em;
}

#context, #services, .attractfacts, .debate {
  font-size: 0.76em;
  font-size: 0.76rem;
}

.nearby {
  font-size: 0.79em;
}

.image .caption {
  font-size: 0.82em;
}

#main {
  font-size: 0.9em;
}

#main .headlines {
  font-size: 0.9em;
}

#main .hotelcity ul {
  font-size: 0.76em;
}

#main .hotelcity ul li {
  margin: 0;
}

h1 {
  font-size: 1.8em;
}

h2, h4 {
  font-size: 1.25em;
}

/* h2 moving to h4 here */
.blog #main .highlights h2 {
  font-size: 1.5em;
}

/*** Featured Landmarks, Oddities and Attractions ***/
.featuredlist h3, .featuredstate h3 {
  text-transform: uppercase;
  margin-bottom: 1em;
}

.featuredlist li {
  text-indent: -1.3em;
  margin-left: 1.3em;
}

/*** Spacing ***/
.home #main .headlines-disabled {
  margin-top: 25px;
}

.fieldreview h1 {
  padding-top: 30px;
  margin-top: 0;
}

.townstate {
  margin-bottom: 25px;
}

/*** Sight of the Week ***/
.home .sotw img {
  display: none;
}

/*** Story ***/
.story .text ul {
  list-style-type: disc;
  margin-left: 25px;
}

.byline {
  font-style: italic;
}

/*** Top Ten List ***/
/* http://www.456bereastreet.com/archive/201105/styling_ordered_list_numbers/ */
.topten ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}

.topten ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 6px 2em;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 8px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
  border-top: 2px solid #cfe3cf;
  background: #f6f6f6;
}

.topten ol > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: -2px;
  left: -2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  /* Some space between the number and the content in browsers that support
     generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 4px;
  border-top: 2px;
  /* solid #cfe3cf; */
  color: #4f714f;
  background: #cfe3cf;
  font-weight: bold;
  /* font-family: "Helvetica Neue", Arial, sans-serif; */
  text-align: center;
}

/*** Attraction Facts ***/
.attractfacts {
  font-size: 0.9em;
  background-color: #dfffbb;
  margin-top: 1.5em;
  margin-bottom: 0em;
  border: 1px solid #336600;
}

body.tips .attractfacts {
  overflow: hidden;
  margin-top: 0;
}

/* body.tips .attractfacts, body.story .attractfacts { clear: both } */
X#main .attractfacts {
  padding: 0 !important;
}

#main .attractfacts .info {
  padding: 12px;
}

#main .attractfacts h3 {
  color: #000;
  font-variant: normal;
  border: none;
}

#main .attractfacts h3, .attractfacts dl {
  margin-top: 0;
}

#main .attractfacts dl {
  margin-bottom: 0;
}

#main .attractfacts dt {
  font-weight: bold;
  display: inline;
  float: left;
  margin-right: 4px;
}

#main .attractfacts dd {
  margin-left: 10px;
  margin-bottom: 6px;
}

#main .attractfacts p {
  margin-top: 10px;
}

#main .attractfacts form {
  margin: 0;
  padding: 12px;
  background-color: #fdfa9e;
}

#main .attractfacts .mapIcon {
  float: right;
  margin-left: 10px;
}

/*** Nearby Offbeat Places ***/
.specialtour ul {
  list-style-type: disc;
  margin-left: 40px;
}

.nearby ul {
  list-style-type: disc;
  margin-left: 25px;
  font-size: 1.2em;
}

/*** See Also ***/
.seealso {
  font-style: italic;
  text-align: center;
  margin-top: 1em;
}

.newreports ul, .track ul, .headlines .blog ul, .headlines .tips ul, .countrysights ul, .hotelcity ul, .statesights ul {
  list-style-type: square;
  margin-left: 16px;
}

/*** Tips ***/
.tips .attractfacts {
  clear: none;
}

/* To allow ad float */
.tips .icon {
  float: right;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-bottom: 10px;
}

/*** Roadside Videos homepg ***/
.videos .thumbnail {
  display: block;
  width: 120px;
  margin-bottom: 10px;
}

.videos p {
  margin: 0;
  font-size: 0.92em;
}

.videos p.more {
  margin-bottom: 10px;
}

#services .videos img {
  width: 160px;
}

/*** State Attractions Map ***/
X.statemap {
  height: 1%;
  overflow: hidden;
}

X.statemap .thumbnail {
  display: block;
  float: left;
  width: 120px;
  margin-bottom: 10px;
}

X.statemap .description {
  float: right;
  width: 230px;
  margin: 0;
}

.location #main .toc {
  width: 160px;
  margin: 0 0 10px 15px;
  font-size: 0.9em;
  max-width: 40%;
  display: inline-block;
}

.location #main .toc img, X.statemap .thumbnail img {
  border: 1px solid black;
  margin: 0 0;
  max-width: 100%;
}

.location .city > img {
  padding-right: 15px;
}

X.location #main .intro {
  font-size: 0.9em;
}

.location #main .toc li {
  margin: 2px 0 2px 15px;
  list-style-type: square;
}

/*** Featured Attractions / Previews ***/
.previews .thumbnail {
  display: block;
  float: left;
  width: 120px;
  margin-bottom: 10px;
}

.previews img {
  border: 1px solid black;
}

.previews .description {
  float: right;
  width: 200px;
  margin: 0;
}

.previews li .description a {
  font-weight: bold;
}

.previews p.more {
  margin-bottom: 10px;
}

.previews li .description p.location {
  line-height: 1.25em;
}

.previews li .description p.summary {
  font-size: 0.9em;
  line-height: 1.25em;
}

/*** Features and Field Trips ***/
.features li {
  float: left;
  width: 210px;
  padding: 0;
  margin: 0 10px 0 0;
}

.features li p {
  font-size: 0.9em;
}

.features li.last {
  margin: 0;
}

.previews li, .videos li, .videos p.more, .features, .features p.more {
  clear: both;
}

.more {
  text-align: right;
  font-style: italic;
  font-weight: bold;
}

.more:before {
  content: "... ";
}

.poll, .debate, .hotelbook, .hotel, .specialtour, .Xstatemap, .tools, .report {
  background-color: #fdfa9e;
  padding: 8px;
}

X.home #main .headlines,
X.blog #main .headlines {
  background-color: #e0ede0;
}

.headlines {
  background-color: #cfe3cf;
}

x.featuredlist, x.featuredstate {
  background-color: #a7ff7e;
  padding: 8px;
  overflow: hidden;
}

.debate, .hotelbook {
  background-color: #dfffbb;
}

.tools {
  padding-bottom: 4px;
  font-size: 0.9em;
  border: 0;
}

.tools form, .tools form div {
  display: inline;
}

.tools dl dt {
  font-weight: bold;
  margin-top: 4px;
}

.tools dl dd {
  margin-left: 0;
  line-height: 1.6em;
}

.nav {
  background-color: #535353;
  color: #fff;
}

.nav a:link {
  color: #fff;
  text-decoration: none;
}

.nav a:visited {
  color: #fff;
  text-decoration: none;
}

.nav h6 {
  display: none;
}

.nav ul {
  padding: 0 10px;
}

.nav ul li {
  display: inline;
  margin: 0 2px;
}

.nav ul li:after {
  margin: 0 -2px 0 2px;
  content: " | ";
}

.nav ul li.last:after {
  margin: 0;
  content: " ";
}

/* Must have a space else FF3 breaks */
.hotel_motel .group {
  margin-bottom: 10px;
}

.hotel_motel {
  margin-bottom: 20px;
}

.hotel ul {
  margin-bottom: 10px;
}

.hotel ul li {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

.hotel ul li.newcol2 {
  margin-top: -12em;
}

.hotel ul li.col2 {
  margin-left: 80px;
}

.hotel p {
  line-height: 1.5em;
}

* html .hotel ul li {
  position: relative;
}

/* IE */
.hotel .localhotels li {
  line-height: 1.15em;
  margin-bottom: 0px;
  padding-bottom: 6px;
}

.tip .intro, .outro {
  margin-top: 30px;
  font-size: 0.94em;
  font-style: italic;
}

.tip .intro {
  margin-bottom: 30px;
}

.tip .outro {
  margin-bottom: 50px;
}

/* TODO: This should be implicit based on the context, not explicitly named! */
.fieldReviewListIcon {
  float: left;
  background-image: url(/images/icon_fieldreview110.gif);
  width: 110px;
  height: 39px;
  margin: 7px 10px 7px 10px;
}

.tourismNewsListIcon {
  float: left;
  background-image: url(/images/icon_tnews110.gif);
  width: 110px;
  height: 39px;
  margin: 7px 10px 7px 10px;
}

.mufflerListIcon {
  float: left;
  background-image: url(/images/icon_muffler110.gif);
  width: 110px;
  height: 39px;
  margin: 7px 10px 7px 10px;
}

.videoListIcon {
  float: left;
  background-image: url(/images/icon_video110.gif);
  width: 110px;
  height: 39px;
  margin: 7px 10px 7px 10px;
}

.blogListIcon {
  float: left;
  background-image: url(/images/icon_trunkations110.gif);
  width: 110px;
  height: 39px;
  margin: 7px 10px 7px 10px;
}

.mobileListIcon {
  float: left;
  background-image: url(/images/icon_mobile.gif);
  width: 110px;
  height: 39px;
  margin: 7px 10px 7px 10px;
}

/* retired attraction handling */
.gone {
  background-color: #FFFF66;
  padding: 1em;
}

.retired {
  padding-bottom: 1em;
}

/* exception link style for hotel pages - DK */
.hotels a {
  text-decoration: underline;
}

.relatedlinks ul {
  display: inline;
  list-style-type: none;
}

.relatedlinks li {
  display: inline;
  padding-right: 0.5em;
}

.sortlink {
  padding-left: 1em;
}

.tiplistIntro {
  background-color: #FFFF66;
  padding: 0.4em;
  margin-bottom: 0.4em;
}

.tiplistIntro p {
  margin: 0;
}

#main .relatedlinks {
  padding-top: 0.5em;
}

.mmIntro .relatedlinks {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0.5em;
}

.mmIntro img {
  float: left;
  display: block;
}

.mmIntro p {
  font-style: italic;
  font-size: 13px;
}

.video-list .thumbnail img {
  height: 136px;
  width: 240px;
}

.video-list a {
  font-weight: bold;
}

.video-list .tabular {
  border-collapse: collapse;
  background-color: #CCFFCC;
  font-size: 12px;
  width: 100%;
  border: 1px solid black;
}

.video-list .tabular td {
  border: 1px solid black;
  padding: 0.5em;
  vertical-align: top;
}

.video-list .morelink {
  float: right;
}

.video-list .heading {
  font-weight: bold;
  color: #CCFFCC;
  background-color: #006600;
}

.statelist {
  background-color: #FDFA9E;
  padding: 0.5em;
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.statelist ul {
  float: left;
  color: gray;
  width: 100%;
  -webkit-column-count: 9;
  -moz-column-count: 9;
  -ms-column-count: 9;
  -o-column-count: 9;
  column-count: 9;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
}

.video-list .videosubmit {
  background-color: #CFE3CF;
  padding: 0.5em;
  width: 35%;
  float: right;
}

.video-list .titleicon {
  position: absolute;
  right: 20px;
  top: 10px;
}

.statevideos {
  clear: both;
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.mobileBoilerPlate {
  background-color: #ffff66;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ff9900;
  padding: 8px;
  margin-bottom: 10px;
  margin-top: 2em;
  font-size: 12px;
}

.researchLogo {
  width: 213px;
  height: 43px;
  background-image: url(/images/research-mobile-ttl.gif);
  margin: 4px auto 6px;
}

.mobileBoilerPlate .logo {
  width: 55px;
  height: 100px;
  background-image: url(/images/research-mobile-phone.gif);
  float: left;
  margin-right: 10px;
}

.popupDialog {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.modalBackground {
  filter: Alpha(Opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: #999999;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 998;
}

.modalContainer {
  position: relative;
  top: 50%;
}

.modal {
  background-color: #CCFF99;
  border: solid 1px #006600;
  position: relative;
  z-index: 1000;
  padding: 0px;
  width: 600px;
  height: 350px;
  top: -165px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.modalTop {
  background-color: #003300;
  padding: 4px;
  color: #ffffff;
  text-align: right;
}

.modalTop a, .modalTop a:visited {
  color: #ffffff;
}

.modalTop a:hover {
  text-decoration: none;
  font-weight: bold;
}

.modalTop span {
  float: left;
}

.modalBody {
  overflow: auto;
}

body.popup {
  width: auto;
  min-width: 0;
  padding: 5px;
  background-color: #CCFF99;
  overflow: hidden;
}

body.popup a {
  font-weight: bold;
}

body.popup #container {
  padding-left: 30px;
  padding-right: 30px;
}

#errors li {
  color: red;
  font-weight: bold;
  line-height: 1em;
}

.popupIframe {
  width: 600px;
  height: 350px;
  overflow: hidden;
  background-color: #CCFF99;
}

body.popup #content, body.popup #popupmain {
  position: relative;
  display: inline-block;
}

body.popup #content {
  left: 50%;
}

body.popup #popupmain {
  left: -50%;
  overflow-y: auto;
  overflow-x: hidden;
}

body.popup h1 {
  font-size: 1.25em;
}

#regbox .info {
  font-size: 85%;
}

#regbox input.submit {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

#regbox .createAccount {
  left: 50%;
  position: relative;
  display: inline-block;
  margin-top: 1em;
}

#regbox .createAccount a {
  left: -50%;
  position: relative;
  display: block;
}

#regbox input {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

#regbox .tip {
  font-size: 75%;
}

#regbox input.text {
  width: 17em;
  background-color: white;
}

.validate-error {
  color: red;
  vertical-align: baseline;
  font-weight: bold;
}

.error-msg {
  font-size: 0.75em;
  text-align: left;
  padding-bottom: 0.5em;
}

.maplink {
  display: block;
  vertical-align: top;
}

.maplink a {
  display: inline-block;
  vertical-align: top;
}

.maplink .image {
  width: 30px;
  height: 30px;
  background-image: url(/images/map3-30x30.png);
  margin-top: 0;
}

.rarating {
  height: 22px;
  display: inline-block;
  background-image: url(/images/ratings-icon-on.png);
}

.rarating-bg {
  float: right;
  background-image: url(/images/ratings-icon-off.png);
  background-repeat: repeat-x;
  width: 80px;
  height: 22px;
}

.rarating-1 {
  width: 16px;
}

.rarating-2 {
  width: 32px;
}

.rarating-3 {
  width: 48px;
}

.rarating-4 {
  width: 64px;
}

.rarating-5 {
  width: 80px;
}

ul.maplinks {
  padding-top: 0.5em;
}

.socialtools {
  margin: 8px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 34px;
  /* prevents repaint of content panel */
}

.map .socialtools {
  float: right;
  width: auto;
  display: inline-block;
}

.sharethis {
  /* FIXME: Must embed "float: right" in the markup, else the ShareThis button is misaligned! */
  /* float: right; */
}

.story #main, .tips #main, .video #main, .attract #main, .location #main {
  padding-top: 6px;
}

.fb_iframe_widget iframe {
  position: relative;
  top: 2px;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget {
  top: 15px !important;
  left: -140px !important;
}

.roundupIcon {
  display: inline-block;
  float: right;
  width: 160px;
  height: 110px;
  background-color: #cf9;
  padding: 10px;
}

.roundupAttrlist ul {
  padding-top: 10px;
  padding-right: 15px;
  list-style-type: disc;
}

.roundupAttrlist li {
  margin-left: 20px;
  list-style-position: outside;
  padding-bottom: 6px;
  line-height: 1.4;
}

.roundupMapList img {
  float: left;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
}

.map #container {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.map #main {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.map #map {
  width: 100% !important;
  max-width: 100%;
}

.map button {
  padding: 0.5em 1em;
  background-color: #666666;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px #434343;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: hand;
}

.map button:active, .map button.button-on {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  background-color: #336633;
  color: #ffff00;
  border: solid 2px #ff9900;
}

.map button:hover, .map button.button-on:hover {
  background-color: #669966;
  border: solid 2px #266620;
  text-decoration: none;
}

.map .mapheading {
  width: 100%;
  padding: 0.5em 0 5px 0;
  margin: 0;
  box-sizing: border-box;
}

.map #attractlink {
  font-size: 0.9rem;
}

.map .titlelink {
  display: block;
  padding-bottom: 0.5em;
}

.map #main #fitmap {
  margin-left: 0;
  display: inline;
}

.mapcontainer {
  float: none;
  width: auto;
  clear: right;
  overflow: hidden;
  height: 530px;
}

.map #main div.attrlist {
  float: left;
  clear: left;
  width: 210px;
  background: white;
}

.map ul.attrlist {
  width: 185px;
}

.map #hideAttrList:checked + .attrlist {
  display: none;
}

.map .mapacity {
  float: left;
  width: 33%;
  max-width: 50%;
}

.map .hotelfinder {
  width: 33%;
  float: left;
  margin-top: 20px;
}

.map .specialnote {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
}

.map #Map_Center1_Resp1 {
  float: right;
  height: 250px;
  position: relative;
  left: -33%;
  top: -80px;
  max-width: 30%;
}

.map #Map_Center2_Resp2 {
  float: right;
  height: 250px;
  position: relative;
  top: -350px;
  max-width: 30%;
}

.map #main div.mapcallout, .map #main div.mapcallout div.triplistbar {
  font-size: 11px;
  font-size: 0.7rem;
}

.map .mapcallout > a {
  display: block;
}

.map #nearattract {
  height: 250px;
  overflow: auto;
  display: block;
}

.map #nearhotel {
  height: 240px;
  overflow: auto;
  display: block;
}

.map #main div#nearattract, #main div#nearhotel {
  width: 210px;
}

.mapheading span {
  display: inline;
}

.map .buttonbar {
  margin-top: 0.5rem;
}

.mapacity select {
  margin-bottom: 0.5em;
}

.statecities {
  background-color: #dfffbb;
  padding: 5px 5px 10px;
}

.statecities ul {
  padding-left: 1.5em;
}

.statecities li {
  list-style: disc outside;
}

iframe, .ad, .nav, #context, #services, form, .more, .toc,
.home .tools, .home .featured, .home .report, .home .newsletter {
  display: none !important;
}

body {
  margin: 10px;
}

#footer p {
  margin-left: 0;
}

.headlines {
  background-color: #fff;
}

a {
  color: #000 !important;
  text-decoration: none;
}

/*
h2, h4 { padding-bottom: 4px; border-bottom: 1px dotted #455A79; }
.blog #main .masthead h1, .blog #main .masthead p { margin: 0; }
.blog script { display: none; }
.blog .postdate { font-style: italic; margin: 0; padding: 0; }
.home .masthead h1, .home .masthead p { margin: 0; }
*/
#main h1 {
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
}

.map .previews .thumbnail {
  width: 210px;
  margin-right: 10px;
  margin-left: 0;
}

.previews .description {
  float: left;
}

/*** Share This ***/
.sharethis {
  display: none;
}

/*** Videos from the Road ***/
.videos .thumbnail {
  display: block;
  float: left;
  width: 120px;
  margin-bottom: 10px;
}

.videos p {
  float: left;
  width: 300px;
  margin-left: 10px;
  margin-top: 0;
  padding-top: 0;
}

/*** Features and Field Trips ***/
/*
.features li { float: left; width: 210px; padding: 0; margin: 0 10px 0 0; }
.features li.last { margin: 0; }

.videos ul, .features ul { margin: 0; padding: 0; list-style-type: none; }

.previews li, .videos li, .videos p.more, .features, .features p.more { clear: both; }

.headlines { clear: both; }

#footer p { font-size: .8em; }
*/

/*# sourceMappingURL=print.css.map */
