/* CSS Document */

body {
  margin:0 5 20 5;
  padding:0;
  font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	background-color: #ffffff;
/*	background-image: url(images/bg_site.gif);
	background-color: #ffffff;
	background-position: top center;
	background-repeat: repeat;
	background-attachment: fixed; */
  }

a {
	color: #3b6790;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

p {
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #444;
	}

.small {
	font-family: verdana;
	font-size: 10px;
	color: #4b4b4b;
	line-height: 12px;
	}

.small2 {
	font-family: arial;
	font-size: 10px;
	color: #4b4b4b;
	line-height: 12px;
	}

.intro {
  font-size: 1em;
  color: #56aed0;
  margin: 10px 0px 0px 0px;
  }

.introtext {
  font-size: 1.5em;
  color: #56aed0;
  margin: 10px 0px 0px 0px;
  }

.tripheader {
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 4px 0px 4px 0px;
	}

/* =Lists
----------------------------------------------- */

ul {
  margin-left: 2.5em;
  padding-left: 0;
  margin: 4px 0px 0px 15px;
	}

ul li {
	margin: 4px 0px 0px 4px;
	list-style-type: square;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: #444;
	}

.smallul {
  padding-left: 0;
  margin: 4px 0px 0px 15px;
	}

.smallul li {
	list-style-type: square;
	font-family: verdana, SunSans-Regular, Sans-Serif;
	font-size: 10px;
	line-height: 13px;
	color: #444;
	}

ol {
  padding-left: 0;
	line-height: 12px;
	}

ol li {
	margin: 4px 0px 0px 4px;
	font-family: verdana;
	font-size: 10px;
	color: #444;
	text-decoration: none;
	}


/* =Headers
----------------------------------------------- */

h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  }

h1 {
  font-size: 1.5em;
  letter-spacing: .10em;
  color: #56aed0;
  border-bottom: #cecece 1px solid;
  padding: 10px 0px 0px 6px;
	margin: 10px 10px 0px 10px;
  }

h2 {
  font-size: 1.2em;
  letter-spacing: .08em;
  color: #a1d12d;
  border-bottom: #cecece 1px solid;
  padding: 5px 0px 0px 0px;
	margin: 16px 0px -5px 0px;
  }

h2.odd {
  font-size: 1.2em;
  letter-spacing: .08em;
  color: #a1d12d;
  border-bottom: #cecece 1px solid;
  padding: 5px 0px 0px 8px;
	margin: 10px 10px 0px 10px;
  }

h2.odd2 {
  font-size: 1.2em;
  letter-spacing: .08em;
  color: #a1d12d;
  border-bottom: #cecece 1px solid;
  padding: 5px 0px 0px 8px;
	margin: 10px 0px 10px 0px;
  }

h3 {
  font-size: 1em;
  letter-spacing: .08em;
  color: #56aed0;
  border-bottom: #cecece 0px solid;
  padding: 5px 0px 0px 0px;
	margin: 10px 10px -10px 0px;
  }

h4 {
  font-size: .8em;
  letter-spacing: .08em;
  color: #56aed0;
  padding: 0px;
	margin: 10px 0px -5px 0px;
  }

h5 {
  font-size: .8em;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: .04em;
  color: #062f54;
  border-bottom: #cecece 0px solid;
  padding: 1px 0px 1px 3px;
	margin: 16px 0px 6px 8px;
	background-color: #ccc;
	clear:both;
  }

h6 {
  font-size: 2em;
  font-weight: normal;
  letter-spacing: .10em;
  color: #383838;
  padding: 14px 0px 0px 6px;
	margin: 10px 10px 0px 10px;
  }



/*- Menu Tabs 5--------------------------- */

#tabs5 {
  float:left;
  width:100%;
  background:#f3f3f3;
  font-size:80%;
  line-height:normal;
  }

#tabs5 ul {
  margin:0;
  padding:6px 10px 0 10px;
  list-style:none;
  }

#tabs5 li {
  display:inline;
  margin:0;
  padding:0;
  }

#tabs5 a {
  float:left;
  background:url("tableft51.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }

#tabs5 a span {
  float:left;
  display:block;
  background:url("tabright51.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#FFF;
  }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs5 a span {float:none;}
/* End IE5-Mac hack */

#tabs5 a:hover span {
  color:#FFF;
  }

#tabs5 a:hover {
  background-position:0% -42px;
  }

#tabs5 a:hover span {
  background-position:100% -42px;
  }

#tabs5 #current a {
  background-position:0% -42px;
  }

#tabs5 #current a span {
  background-position:100% -42px;
  }

/* =Sub Nav
----------------------------------------------- */

#subnav {
  font-family: verdana, san-serif;
  font-size: 11px;
  font-weight: normal;
  line-height:20px;
  color: #fff;
  padding: 2px 0px 0px 0px;
  background:#56aed0;
  border-bottom: 1px solid #7994cb;
	}

#subnav a {
	color: #ffffff;
	text-decoration: none;
	}

#subnav a:hover {
	color: #ffff00;
	text-decoration: none;
	}


img {
border: none;
}


/* ---------- spiffy side boxes -------------- */

.spiffybox{
  margin:10px;
  }
.spiffy{
  display:block;
  }
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e8e8e8}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f5f5f5;
  border-right:1px solid #f5f5f5;
  background:#ededed}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfcfc;
  border-right:1px solid #fcfcfc;
  background:#ececec}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ececec;
  border-right:1px solid #ececec;}
.spiffy4{
  border-left:1px solid #f5f5f5;
  border-right:1px solid #f5f5f5}
.spiffy5{
  border-left:1px solid #ededed;
  border-right:1px solid #ededed}
.spiffyfg{
  background:#e8e8e8;
  padding:1 10 1 10px;
  }

/* -------------------------------------------  langmenu  ------------------------------------------- */

.langmenu {
	font-family: arial, san-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4d4d4d;
	margin: 0px 0px 0px 0px;
	}

.langmenu a:link {
  font-family: arial, san-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4d4d4d;
	}

.langmenu a:visited {
  font-family: arial, san-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4d4d4d;
	}

.langmenu a:hover {
  font-family: arial, san-serif;
	font-size: 10px;
	font-weight: normal;
	color: #707070;
	}



