/* v1.0 | 20080212 */
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* end reset */
.noscript-hidden {
  display: none; }

/* fancy button */
a.button {
  background: transparent url("/img/buttons-02.png") right 0 no-repeat scroll;
  display: block;
  float: left;
  height: 24px;
  padding-right: 20px;
  text-decoration: none;
  font: bold 12px verdana, sans-serif; }
  a.button span {
    background: transparent url("/img/buttons-02.png") 0 0 no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 20px; }
  a.button:link, a.button:hover, a.button:active, a.button:visited {
    color: #244686; }
  a.button:hover {
    background-position: right -24px;
    color: #091122;
    outline: none;
    text-decoration: none; }
    a.button:hover span {
      background-position: 0 -24px;
      padding: 5px 0 5px 20px; }
  a.button:active {
    background-position: right -48px;
    color: #091122;
    outline: none; }
    a.button:active span {
      background-position: 0 -48px;
      padding: 6px 0 4px 20px; }
  a.button.disabled {
    background-position: right -72px;
    color: #888888;
    outline: none; }
    a.button.disabled span {
      background-position: 0 -72px;
      padding: 5px 0 5px 20px; }

a.submit {
  background: transparent url("/img/buttons.png") right 0 no-repeat scroll;
  display: block;
  float: left;
  height: 30px;
  padding-right: 20px;
  text-decoration: none;
  font: bold 14px arial, sans-serif; }
  a.submit span {
    background: transparent url("/img/buttons.png") 0 0 no-repeat;
    display: block;
    line-height: 20px;
    padding: 5px 0 5px 20px; }
  a.submit:link, a.submit:hover, a.submit:active, a.submit:visited {
    color: white; }
  a.submit:hover {
    background-position: right -30px;
    color: #bfbfbf;
    outline: none;
    text-decoration: none; }
    a.submit:hover span {
      background-position: 0 -30px;
      padding: 5px 0 5px 20px; }
  a.submit:active {
    background-position: right -60px;
    color: #bfbfbf;
    outline: none; }
    a.submit:active span {
      background-position: 0 -60px;
      padding: 6px 0 4px 20px; }
  a.submit.disabled {
    background-position: right -90px;
    color: #888888;
    outline: none; }
    a.submit.disabled span {
      background-position: 0 -90px;
      padding: 5px 0 5px 20px; }

html, body {
  height: 100%;
  color: #626262;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

body {
  font-size: 68.8%;
  line-height: 145.5%; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

.cake-sql-log {
  background-color: #eeeeee;
  text-align: left;
  border-collapse: collapse; }
  .cake-sql-log td {
    border: 1px solid #cccccc; }

html {
  height: 100%; }

body {
  height: 100%;
  color: #4e4e4e;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #c6c6c6;
  font-size: 11px;
  font-family: verdana;
  /*background-image: url('../img/body_bg.png');
   *background-repeat: repeat-y;
   *background-position: top center; */ }

a {
  color: #0049d1;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.clear-both {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 1px; }

table {
  font-size: 12px;
  font-family: verdana; }
  table td, table th {
    padding: 5px; }

#page-container {
  margin: 0 auto;
  width: 950px;
  text-align: left;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -29px;
  /* the bottom margin is the negative value of the footer's height */
  background-color: white;
  background-image: url("../img/page_container_bg.png");
  background-repeat: repeat-y;
  background-position: top left;
  border-left: 7px solid #bbbbbb;
  border-right: 7px solid #bbbbbb; }
  #page-container.default-layout {
    background-color: white;
    background-image: url("../img/page_container_bg_default.png"); }

#header-container,
#header-container-frontpage {
  width: 950px;
  height: 105px;
  background-image: url("../img/header_bg.png");
  border-bottom: 2px solid #e51937;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative; }

#logo {
  position: absolute;
  top: 30px;
  left: 18px; }

#top-menu {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 2px solid #244686;
  padding: 0 20px; }
  #top-menu a:link, #top-menu a:link, #top-menu a:visited, #top-menu a:visited {
    color: white;
    text-decoration: none;
    padding-left: 10px;
    background: transparent url(/img/top_menu_arrow.png) 0 50% no-repeat; }

.first-content-column {
  background-image: url("../img/column_divider.png");
  background-repeat: no-repeat;
  background-position: right center;
  width: 50%;
  float: left;
  line-height: 140%;
  text-align: justify; }

.second-content-column {
  width: 50%;
  float: left;
  line-height: 140%;
  text-align: justify; }

.first-content-column h3, .second-content-column h3, .first-content-column p, .second-content-column p {
  padding: 0px 15px 0px 15px; }

#margin-container {
  float: left;
  position: relative;
  width: 220px;
  margin-left: -950px; }
  #margin-container.default-layout {
    margin-left: -950px; }

#content-container {
  width: 730px;
  float: left;
  display: inline;
  padding-bottom: 29px;
  margin-left: 220px; }

.content {
  padding: 0 120px 15px 30px; }

#content-container p {
  text-align: justify; }
#content-container.default-layout {
  width: 730px; }

#content-index {
  width: 200px;
  float: right; }

#splash-container {
  position: relative;
  width: 100%;
  float: left;
  height: 250px;
  background-image: url("../img/main_splash-01.jpg");
  background-repeat: no-repeat;
  background-position: top center; }

#splash-nav {
  margin: auto 0;
  font-weight: bold;
  position: absolute;
  top: 37px;
  right: 35px;
  padding: 0;
  text-shadow: black 1px 1px 0; }
  #splash-nav li {
    width: 140px;
    list-style-type: none; }
  #splash-nav a {
    display: block;
    padding: 5px 5px 5px 20px;
    margin-bottom: 5px;
    background-image: url("../img/bullet_splash_nav.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    #splash-nav a:link {
      display: block;
      color: white;
      text-decoration: none; }
    #splash-nav a:visited {
      color: white;
      text-decoration: none; }
    #splash-nav a:hover {
      background-color: #244686;
      text-decoration: none;
      background-image: url("../img/bullet_splash_nav_hover.png"); }

#footer-container {
  border-top: 2px solid #e51937;
  color: white;
  margin: 0 auto;
  line-height: 29px;
  width: 950px;
  background: #244686 url("../img/footer_bg-01.png") bottom center no-repeat; }

#nav-menu {
  position: relative;
  color: #f9f9f9;
  font-family: "verdana";
  font-weight: bold;
  font-size: 13px; }

.expandable {
  background-image: url("../img/arrow_down-01.png");
  background-repeat: no-repeat;
  background-position: 80% 10px; }

/*#nav-menu a.expanded-header:link,
 *#nav-menu a.expanded-header:visited,
 *#nav-menu a.expanded-header:active, 
 *#nav-menu a.expanded-header:hover    {
 *	color: #F4C202;
 *} */
#nav-menu a.selected-sub-nav:link, #nav-menu a.selected-sub-nav:visited, #nav-menu a.selected-sub-nav:active, #nav-menu a.selected-sub-nav:hover {
  color: #f4c202; }
#nav-menu ul {
  padding: 0;
  margin: 0px 0px 15px 0px;
  color: #f9f9f9;
  font-family: "verdana";
  font-weight: bold; }
#nav-menu li {
  margin: 0;
  padding: 0;
  line-height: 110%;
  list-style: none;
  /*background-image: url('../img/nav_li_bg.png');
   *background-repeat: no-repeat;
   *background-position: bottom left; */
  border-bottom: 1px solid #575757; }
#nav-menu ul ul {
  padding: 10px 0 10px 0;
  margin: 0;
  background-color: #4a4a4a; }
  #nav-menu ul ul ul {
    padding: 5px 0 5px 0;
    margin: 0;
    background-color: #4a4a4a; }
#nav-menu li li {
  color: #cccccc;
  margin: 0;
  padding: 0 0 5px 20px;
  list-style-type: disc;
  background-image: none;
  list-style-position: inside;
  border: none; }
  #nav-menu li li li {
    color: #cccccc;
    margin: 0;
    padding: 0 0 5px 10px;
    list-style-type: circle;
    list-style-position: inside; }
#nav-menu li a {
  display: inline-block;
  color: #cccccc;
  text-decoration: none;
  padding: 5px 0 5px 15px; }
#nav-menu li li a {
  font-size: 11px;
  color: #eeeeee;
  text-decoration: none;
  padding: 0px 0 0px 0;
  background-image: none; }
#nav-menu li li li a {
  font-weight: normal;
  padding: 0; }
#nav-menu a:hover {
  color: white; }
#nav-menu li.expanded {
  background-color: #666666;
  background-image: none; }
#nav-menu li.expanded-hasChildren {
  background-color: #666666;
  background-image: url("../img/arrow_up-01.png");
  background-repeat: no-repeat;
  background-position: 80% 10px; }

h3.warm, h3.cool {
  font-weight: normal;
  font-size: 22px;
  font-family: arial; }
h3.warm {
  margin: 0 0 0.5em 0;
  color: #f37c15; }
h3.cool {
  margin: 0 0 0.5em 0;
  color: #244686; }

#user-details {
  display: block;
  float: right;
  padding: 0 10px;
  color: #f4c202; }
  #user-details a:link, #user-details a:visited {
    color: #f37c15; }

h1 {
  border-bottom: 1px solid #f2e7de;
  color: #2f5bae;
  font-weight: normal;
  font-size: 20px;
  font-family: arial;
  line-height: 1.2em;
  margin: 1.5em 0;
  clear: both; }

h2 {
  font-weight: normal;
  color: #e7551f;
  padding-bottom: 0em;
  font-size: 14px;
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.25em; }

h3 {
  font-family: verdana;
  font-size: 12px;
  color: #555555;
  margin-bottom: 15px;
  margin-top: 25px; }

p {
  line-height: 135%;
  margin-bottom: 15px; }

ul {
  padding-left: 15px;
  margin-bottom: 25px; }

ol {
  padding-left: 15px;
  margin-bottom: 25px; }
  ol li {
    list-style-type: decimal;
    line-height: 135%; }

ul li {
  list-style-type: disc;
  line-height: 140%; }
  ul li li {
    list-style-type: circle;
    line-height: 140%; }
    ul li li li {
      list-style-type: block;
      line-height: 140%; }

div.actions {
  padding: 10px;
  background-color: #c6c6c6;
  margin: 0px 0px 25px 0px;
  border: 1px solid #5c5c5c; }
  div.actions ul {
    margin: 0;
    padding: 0; }
    div.actions ul li {
      display: inline; }
  div.actions a:link, div.actions a:visited {
    color: #244686;
    text-decoration: none; }
  div.actions a:hover {
    text-decoration: underline; }
div.message {
  padding: 10px;
  background-color: #ffff77;
  margin-bottom: 15px; }

/* forms */
fieldset, .fieldset {
  overflow: hidden;
  background-color: #fafafa;
  margin-bottom: 15px;
  padding: 15px; }
  fieldset h3, .fieldset h3 {
    margin: 0 0 15px 0; }
  fieldset textarea, .fieldset textarea {
    width: 350px;
    color: #626262;
    padding: 2px;
    margin: 2px 0;
    font-size: 118.8%;
    border: 1px solid #c8c8c8;
    background: white url(/img/input_bg-01.png) top left no-repeat; }

fieldset {
  border: 1px solid #eeeeee; }

legend {
  font-weight: bold;
  color: #444444;
  font-size: 13px; }

label {
  display: block; }

div.text input, div.password input {
  width: 200px;
  color: #626262;
  padding: 2px;
  margin: 2px 0;
  font-size: 118.8%;
  border: 1px solid #c8c8c8;
  background: white url(/img/input_bg-01.png) top left no-repeat; }

.label-alongside .error-message {
  padding-left: 100px; }
.label-alongside fieldset {
  margin-bottom: 15px; }
.label-alongside div.input {
  margin-right: 15px;
  margin-bottom: 5px; }
.label-alongside div.textarea label {
  float: left;
  margin-right: 10px;
  width: 90px;
  text-align: right; }
.label-alongside div.textarea textarea {
  width: 350px;
  color: #626262;
  padding: 2px;
  margin: 2px 0;
  font-size: 118.8%;
  border: 1px solid #c8c8c8;
  background: white url(/img/input_bg-01.png) top left no-repeat; }
.label-alongside div.text label, .label-alongside div.password label {
  float: left;
  margin-right: 10px;
  width: 90px;
  text-align: right; }
.label-alongside div.select label {
  float: left;
  margin-right: 10px;
  width: 90px;
  text-align: right; }

fieldset.move-details {
  float: left;
  width: 300px; }

fieldset.move-details .input {
  float: none;
  margin-right: 0;
  margin-bottom: 15px; }
fieldset.move-details div.text label {
  width: auto;
  float: none;
  text-align: left; }

/* flash */
.flash-default, .flash-success {
  background-color: white;
  margin: 2em 0; }

.flash-error {
  border: 1px solid #e51937;
  padding: 3px;
  margin: 2em 0; }
  .flash-error strong {
    color: #e51937; }
  .flash-error h2 {
    font-family: "Arial";
    font-weight: bold;
    color: white;
    background-color: #e51937;
    margin: 0 0 0.5em 0;
    padding: 4px 7px; }
  .flash-error p {
    margin-bottom: 0;
    color: #e51937;
    padding: 0 10px; }
  .flash-error ul {
    margin: 1em 10px; }
    .flash-error ul li {
      margin-bottom: 0.5em;
      list-style-image: url(/img/validation_error_bullet.png); }

.error-message {
  color: #e51937;
  font-style: italic; }

img.captcha {
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #cccccc; }

div.text input.captcha {
  width: 4em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 1.5em;
  margin: 10px 0 0 10px; }

a.reload {
  display: block;
  text-align: center; }

.branch-details {
  margin: 0; }
  .branch-details li li {
    margin-top: 1em;
    list-style-type: circle; }
  .branch-details p {
    margin-bottom: 0; }

a.back-to-top {
  display: block;
  text-align: right;
  padding-right: 13px;
  background: url(/img/icons_sprite.png) right -17px no-repeat; }

table.data-1 {
  font-size: 11px;
  margin: 1em 0; }
  table.data-1 td {
    border: 1px solid #999999;
    padding: 5px; }
  table.data-1 th {
    border: 1px solid #999999;
    padding: 5px;
    background-color: #eeeeee;
    text-align: left; }

/* inventory */
.alt td {
  background-color: #fafafa; }

td.input {
  text-align: center; }

.quantity {
  width: 2em; }

table.inventory {
  margin-bottom: 1em;
  empty-cells: hide;
  border-collapse: collapse; }
  table.inventory th {
    font-size: 11px;
    font-weight: bold; }
table.additional-items {
  margin-bottom: 1em;
  width: 240px; }
table.inventory td {
  vertical-align: middle;
  padding: 3px; }
  table.inventory td.no-border {
    border-top: none;
    border-bottom: none; }

.add-item {
  margin-bottom: 30px; }

#top-nav {
  text-align: right;
  line-height: 19px; }

#recent-headlines {
  margin: 0.25em 35px 0.25em 20px;
  color: #cccccc; }

#testimonials {
  margin: 0.25em 35px 0.25em 20px;
  color: #cccccc;
  border-bottom: 2px solid #555555; }

#recent-headlines h3, #testimonials h3 {
  color: #eeeeee;
  margin: 0;
  padding: 0.5em 0; }

#recent-headlines ul, #testimonials ul {
  padding: 0;
  margin-bottom: 1em; }

#recent-headlines li, #testimonials li {
  list-style-type: none; }

#recent-headlines a, #testimonials a {
  color: #cccccc; }

div.figure-container-right {
  float: right;
  padding: 5px;
  border: 1px solid #cccccc;
  margin: 0px 0px 10px 10px; }
div.figure-container {
  float: none;
  padding: 10px 10px 5px 10px;
  border: 1px solid #cccccc;
  margin: 10px 0px 10px 10px; }
div.figure-container-left {
  padding: 5px;
  border: 1px solid #cccccc;
  margin: 0px 10px 10px 0px;
  float: left; }
div.figure-container p, div.figure-container-right p, div.figure-container-left p {
  text-align: center;
  margin-bottom: 0px; }

#info-window h4 {
  color: white;
  background-color: #244686;
  padding: 8px 5px;
  margin-bottom: 0; }
#info-window ul {
  margin: 1em 0;
  padding-bottom: 0; }
  #info-window ul li {
    list-style-type: none;
    margin-bottom: 0;
    padding-bottom: 0; }
    #info-window ul li p {
      text-align: left;
      margin: 0 0 0.25em 0;
      padding: 0; }

label {
  padding: 0.5em 0; }

table.affiliations td {
  vertical-align: top; }

img.accred_logo {
  margin-top: 25px; }

div.checkbox {
  display: inline; }

form.skip {
  margin-bottom: 2em; }

input.submit {
  border: none;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  color: white;
  background: #244686;
  padding: 0.25em 1em;
  cursor: pointer;
  font: bold 16px arial, sans-serif; }

input.add-item {
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  font: bold 12px verdana, sans-serif;
  color: #244686;
  background: #e9ecf3;
  border: 1px solid #244686;
  padding: 0.25em 1em;
  cursor: pointer; }

.submit input.disabled {
  border: 1px solid #cccccc;
  color: #cccccc;
  background-color: #eeeeee; }

.center {
  display: block;
  text-align: center;
  height: 1%;
  position: relative;
  overflow: hidden; }
  .center .inner-one {
    position: relative;
    float: left;
    left: 50%; }
  .center .inner-two {
    position: relative;
    float: left;
    left: -50%; }

/* payment */
ol.payment-steps {
  width: 100%;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
  padding: 0;
  margin-bottom: 0; }
  ol.payment-steps li {
    list-style-type: none;
    color: #888888;
    float: left;
    padding: 7px 10px;
    margin-left: 5px;
    margin-bottom: 0;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    background-color: #dddddd;
    background-image: none;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
    ol.payment-steps li.current {
      color: #888888;
      background-color: #fcfcfc;
      font-weight: bold;
      border: 1px solid #cccccc;
      border-bottom: 2px solid #fcfcfc; }

.article img {
  padding: 5px;
  border: 1px solid #cccccc;
  margin: 5px; }
.article h2 {
  margin-top: 5px; }
.article h4 {
  padding: 5px 0;
  color: #244686; }

a.right {
  float: right; }

a.left {
  float: left; }

#departure-branch-id, #destination-branch-id {
  display: none; }

p.accepted-cards a {
  color: white;
  border-bottom: 1px dotted white; }

#content-container p.accepted-cards {
  margin: 0 0 20px 0;
  padding: 5px;
  color: #e51937;
  text-align: center;
  border: 1px solid #e51937; }

.gmap-button-container {
  width: 64px;
  height: 120px;
  background: transparent url(/img/controls.png) top left no-repeat;
  position: relative; }

.gmap-button {
  width: 22px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  display: block; }

.gmap-button.up {
  top: 2px;
  left: 20px; }

.gmap-button.down {
  top: 42px;
  left: 20px; }

.gmap-button.left {
  top: 22px;
  left: 0; }

.gmap-button.right {
  top: 22px;
  right: 0; }

.gmap-button.zoom-in {
  left: 20px;
  top: 70px; }

.gmap-button.zoom-out {
  left: 20px;
  top: 95px; }

/* gmap info window */
#info_window {
  width: 220px; }

#info_window_contents {
  background-color: white;
  border: 2px solid #244686;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#info_window_close {
  width: 24px;
  height: 24px;
  background: url("../img/gmap_infowindow/close.png") top left no-repeat transparent;
  margin: 0px 0 0 0px;
  cursor: pointer; }

* html #info_window_close {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/gmap_infowindow/close.png', sizingMethod='crop'); }

#info_window_tl, #info_window_tr, #info_window_bl, #info_window_br,
#info_window_t, #info_window_l, #info_window_r, #info_window_bm, #info_window_beak {
  height: 0px;
  width: 0px; }

#breadcrumb {
  background: #f9f4f0;
  padding: 10px 25px;
  color: #908882;
  border-bottom: 1px solid #f2e7de; }
  #breadcrumb img {
    margin: 0 3px; }

.cake-debug {
  text-align: left;
  background: white; }

.home-layout #nav-menu li.first {
  display: none;
  visibility: hidden; }

.quantity-control a {
  margin: 1px 0;
  border: 1px solid #dddddd;
  display: block;
  width: 16px;
  height: 16px;
  font: 10px verdana bold;
  line-height: 14px;
  color: #6c91d7;
  border: 1px solid #bccded;
  background: #e4ebf8;
  float: left;
  text-decoration: none;
  text-align: center;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -khtml-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px; }
  .quantity-control a:hover {
    color: white;
    background: #244686;
    text-decoration: none;
    border-color: #244686; }
.quantity-control input {
  color: #bbbbbb;
  margin: 0 1px;
  text-align: center;
  float: left;
  border: 1px solid #bccded; }
  .quantity-control input.amount-specified {
    color: #244686; }

