@charset "utf-8";
/* Styles for screens between 320px and 640px */

/* Reset styles */
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; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
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 */

/* ------------------------------------------------------------------------
   Basic Elements
------------------------------------------------------------------------ */

body {
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Calibri, Trebuchet, Helvetica, sans-serif;
	color: #444;
	background: #558ED5 url('bg.jpg') top left repeat;
	padding-top: 1em;
	font-size: 1.0em;
}

h1, h2, h3, h4, h5, h6 { font-family: "ff-masala-web-pro-1", "ff-masala-web-pro-2", Calibri, Trebuchet, Helvetica, sans-serif; }

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2.2em;
	font-weight: normal;
	clear: both;
	margin: 0.5em;
}

h3 {
	font-size: 1.8em;
	font-weight: normal;
	clear: both;
	margin: 0.6em;
}

a, h2 a {
	color: #558ED5;
	text-decoration: underline;
}

a:visited, h2 a:visited {
	color: #558ED5;
	text-decoration: underline;
}

a:hover, h2 a:hover {
	color: #558ED5;
	text-decoration: none;
	background-color: white;
  background-color: rgba(255,255,255,0.4);
}


/* ------------------------------------------------------------------------
   Generic Classes
------------------------------------------------------------------------ */
.center {
	text-align: center;
}
.display {
	display: block;
}
.hidden {
	display: none;
}
.left {
	text-align: left;
}

a.expandLink {
	background: url(arrow.png) left no-repeat;
	padding-left: 15px;
}

a.contractLink {
	background: url(arrow_down.png) left no-repeat;
	padding-left: 15px;
}

a.subtleLink, .subtleLink a {
	color: #006;
}

li.spacer {
	list-style-type: none !important;
}


/* ------------------------------------------------------------------------
   Page Containers 
------------------------------------------------------------------------ */

div#pageContainer {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	height: auto;
}

div#mainBody {
	clear: both;
	float: none;
	margin-bottom: 1em;
	background-color: #e6eef9;
  background-color: rgba(255,255,255,0.7);
	border: 0.15em groove black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div#mainBody p {
	font-size: 1.2em;
	margin: 1em;
}
div#mainBody p, div#mainBody ul.general li, div#mainBody ol.general li {
	font-size: 1.1em;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 0.5em;
}

div#mainBody ul.general li, div#mainBody ol.general li {
	list-style-type: disc;
	margin-left: 3em;
}

div#mainBody ul.general li p, div#mainBody ol.general li p {
	margin: 0;
}

div#mainBody ol.general li {
	list-style-type: decimal;
}


/* ------------------------------------------------------------------------
   Page Logo/Banner
------------------------------------------------------------------------ */


div#logo {
	margin: 0.25em;
	margin-top: 1em;
	text-align: center;
	vertical-align: middle;
	color: white;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

div#logo a, div#logo h1 a {
	color: white;
	text-decoration: none;
}

div#logo h1 a:hover {
	padding: 0 0.25em;
	background-color: #99bbe6;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


/* ------------------------------------------------------------------------
   Tabs
------------------------------------------------------------------------ */

div#tabset {
	font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", Calibri, Trebuchet, Helvetica, sans-serif;
	background-color: transparent;
  background-color: rgba(255,255,255,0.9);
	margin-top: 0.5em;
}

div#tabset ul li {
	float: left;
	clear: none;
	min-width: 20%;
	text-align: center;
	vertical-align: middle;
}

div#tabset ul li a {
	float: inherit;
	width: 70%;
	height: 100%;
	font-size: 1.8em;
	color: white;
  color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	text-align: center;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-left: 0.75em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div#tabset ul li a:hover {
	background: #99bbe6;
	background: -moz-linear-gradient(top, #99bbe6, #558ed5);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2));
  background: -webkit-gradient(linear, left top, left bottom, from(#99bbe6), to(#558ed5));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,0.2)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99bbe6,endColorstr=#558ed5);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99bbe6,endColorstr=#558ed5)";
	color: white;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
	filter: Shadow(Color=#666666, Direction=135, Strength=5);
}


/* ------------------------------------------------------------------------
   Photo Album Links
------------------------------------------------------------------------ */

ul.linkContainer {
	float: left;
	margin-top: 0.5em;
	margin-bottom: 3em;
	clear: both;
	text-align: center;
	width: 100%;
}

ul.linkContainer li {
	display: block;
	float: left;
	width: 33%;
	text-align: center;
}

ul.linkContainer > li {
  margin-bottom: 1em;
}

ul.linkContainer li:nth-child(4n) {
  clear: left;
}

ul.linkContainer li div.photoAlbumImage {
	margin: 0 auto;
	min-height: 170px;
	vertical-align: middle;
	text-align: center;
}

ul.linkContainer li div.photoAlbumLinks {
	clear: both;
	padding: 0 1em;
	margin: -0.2em auto;
	text-align: left;
}

ul.linkContainer li div.photoAlbumLinks h3 {
	text-align: center;
	margin-top: -0.2em;
	margin-bottom: 0.1em;
}

ul.linkContainer li div.photoAlbumLinks ul li {
	float: left;
	clear: both;
	width: 90%;
	text-align: left;
	list-style-type: disc;
	padding: 0.2em;
	padding-left: 3em;
	background-color: transparent;
}

ul.linkContainer li div.photoAlbumLinks ul li.centered {
	float: inherit;
	width: 100%;
	text-align: center;
	padding-left: 0;
}

ul.linkContainer li img {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}


/* ------------------------------------------------------------------------
   Link Cloud
------------------------------------------------------------------------ */

ul.linkList {
	display: block;
	float: none;
	margin: 0 auto;
	width: 100%;
	/*margin: 1em;*/
	text-align: center;
	/*height: 4em;*/
  overflow: hidden;
	clear: both;
	text-align: center;
	padding-top: 0.5em;
}

ul.linkList li {
	display: block;
	clear: none;
	float: left;
	width: 33%;
	padding-top: 0.5em;
	font-size: large;
	list-style-type: none;
}

ul.linkList25 li {
	width: 25%;
}


/* ------------------------------------------------------------------------
   Maps
------------------------------------------------------------------------ */

div#mainBody p.travel-itinerary-map {
  text-align: center;
}

div#mainBody p.travel-itinerary-map img {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
		 -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
					box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

ul.mapList {
	float: left;
  list-style-type: none;
}

ul.mapList li {
	font-weight: bold;
  cursor: pointer;
}

ul.mapList li:hover {
  background-color: #558ED5;
	color: white;
}

div.mapContainer {
	float: right;
	border: 1px solid black;
}


/* ------------------------------------------------------------------------
   Other
------------------------------------------------------------------------ */

/* Used to make a ul.general more compact */
div#mainBody ul.compactLinkList li {
  font-size: 100%;
  line-height: 1.2em;
  margin-bottom: 0.25em;
}

img a {
	border: none;
	text-decoration: none;
}

img {
	border: none;
}


@media print {
  body {
    color: #000000;
    background: none;
    font-size: 0.8em;
  }
  
  div#logo a, div#logo h1 {
    color: black !important;
    text-align: left;
    text-shadow: none;
  }
  
  h1 {
    font-size: 1.8em;
  }
  
  h2 {
    font-size: 1.6em;
  }
  
  h3 {
    font-size: 1.4em;
  }
  
  div#pageContainer {
    width: 100%;
  }
  
  div#mainBody {
    background-color: white;
    border: none;
  }
  
  div#tabset {
    display: none;
  }
  
  a {
    color: navy;
  }
}

