﻿body {
    padding: 0px; margin: 0px; background-color:#dddddd;//#dddccb;
    background-repeat:no-repeat;
    background-position: center top;
    background-attachment: fixed;
    font-family: 'Nunito Sans', sans-serif, Arial;
	font-size: 16px;
	line-height: 20px;
}

div.outer {
    background:white; margin-left: auto; margin-right: auto;max-width: 1000px; border-radius: 10px;
}

div.topheader {
    background:silver;
    text-align:left;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: #4A6D8F;//#91BFD4;
    border-bottom-width: 4px;//8px;
    border-bottom-style: solid;
    height: 280px;
	color: #4A6D8F;
    box-sizing: border-box;
}

div.box p {
    margin-left: 10px;
    margin-right: 10px;
}

div.ccfTitle {
    font-family: Impact, sans-serif; color: #4A6D8F;
    font-size: 40px;
    padding-left:15px;
    text-align: center;
}
a.ccfTitle-small {
    font-family: Impact, sans-serif; color: #4A6D8F;
    font-size: 20px;
    padding-left:15px;
    text-align: center;
}
a.topheader {
    text-decoration: none;
    color: #4A6D8F
}

h2.topheader {
    color: black;
}

div.photoBox {
    max-width: 600px; /*should be same as max-width in div.outer*/
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}

block1
{
    //background-color: #F5F5F5;
    //margin: 10px 20px;
    padding: 20px;
    width: 300px;
}
block2
{
    //background-color: #F5F5F5;
    //margin: 10px 20px;
    padding: 20px;
    width: 300px;
}

div.contentouter {
    margin: 5px 5px 5px 15px;
}

div.contentinner {
    margin: 0px 0px 0px 15px; min-height: 200px;
    padding-bottom: 10px;
}

div.text {
	width: 900px;
	text-align: justify;
}

UL.spaced LI {
	MARGIN: 1em 0;
}

OL.spaced LI {
	MARGIN: 1em 0;
}


header {
	top: 0px;
	width: 100%;
	max-width: 768px;
	white-space: nowrap;
}
h1 {
	display: inline-block;
	margin: 0px;
}
h1 img {
	max-width: 100%;
}
nav {
	width: 100%;
    //height: 25px;
    //vertical-align: text-bottom;
	font-size: 20px;
	text-align: center;
    //background-color: #4A6D8F;//#666666;
}
nav a {
	padding: 14px;
	color: white;
}
/*nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
}*/
main {
	/* margin-top: 103px; */
}
h2 {
/*	color: #396e8e;*/
/*    color: #CD5C5C;*/
color: #4A6D8F;//#F26657;
}
a2 {
    /*color: #807f83;
     color: #025299;*/
    color: #CD5C5C;
    text-decoration: none;
}
a2:hover {
    text-decoration: underline;
}
a {
	/*color: #807f83;
	color: #025299;*/
    color: #778899;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.indexLinks {
    font-size: 22px;
    font-weight: bold;
    color: #4A6D8F;
}
a.blue {
    color: #4A6D8F;
}
a:link, a:visited {
    color: #F26657;
    text-decoration: none;
}
figure {
	display: inline-block;
}
figcaption{
	font-size: 14px;
	text-align: center;
}
footer {
	width: 100%;
	font-size: 12px;
	text-align: center;
}
li {
	margin: 5px 0px;
}

hr {
     /*
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #778899, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #778899, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #778899, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #778899, #f0f0f0);*/
  border: 0;
  height: 1px;
  /*color: #DCDCDC;*/
  background-color: #F8F8FF;

}

    .carouselbox {
      font-family: Verdana,sans-serif;
      font-size: 14px;
      width: 1000px;
      position: relative;
      margin: 1em;
      border: 1px solid #ccc;
      box-shadow: 2px 2px 10px #ccc;
      overflow: hidden;
    }
    .content {
      margin: 0;
      padding: 0;
    }
    .content li {
      font-size: 100px;
      margin: 0;
      padding: 0;
      width: 100%;
      list-style: none;
      text-align: center;
      z-index: 2;
    }
    .active {
      height: 525px;
    }
    .carouselbox button {
      border: none;
      visibility: hidden;
    }
    .active button {
      visibility: visible;
    } 
    .offscreen {
      position: absolute;
      left: -2000px;
    }
    .active .buttons {
      padding: 5px 0;
      background: #eee;
      text-align: center;
      z-index: 10;
      position: relative;
    }
    .active li {
      position: absolute;
      top: 20px;
      opacity: 0;
      transform: scale(0);
      transition: 1s;
    }
    .active li.current {
      top: 20px;
      opacity: 1;
      transform: scale(1);
      transition: 1s;
    }
    
    
    div.clear {
  clear: both;
}

th.time {
    width: 110px;
}
tr.talk td {
    text-align: left;
    background-color: #eeeeee;
    color: black;
    padding: 5px;
    padding-left: 15px;
    vertical-align: top;
}
tr.other td {
    text-align: left;
    background-color: #dddddd;
    color: black;
    padding: 15px;
    vertical-align: top;
    white-space: nowrap;
}
tr.special td {
    text-align: left;
    background-color: #dddddd;
    color: black;
    padding: 5px;
    padding-left: 15px;
    vertical-align: top;
}
tr.talk td p, tr.special td p {
    margin-top: 1px;
    margin-bottom: 0px;
}
tr.talk td i, tr.special td i {
    color: #4A6D8F;
}
table.reg tr td {
    border: 1px solid black;
    padding: 10px;
    margin: 0px;
    background-color: #eeeeee;
    border-collapse: collapse;
}
table.reg tr td.price {
    text-align: center;
}
table.reg {
    border-collapse: collapse;
}

table.travel_allowance td {
  padding: 10px;
  border-bottom: 1px solid lightgray;
}

input, textarea {
  font-size: large;
}

table.travel_allowance {
  width: 100%;
}

tr.no_border td{
  border: none;
}

tr.wide_border_bottom td{
  border-bottom: 3px solid gray;
}

    .li img {
      width: 1000px;
      height: 525px;
      display: block;
    }

