.headline {
	font-size: 175%;
	font-weight: bold;
	color: #f7f7f7;
	margin-left: 10%;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #f19e33;
	line-height: 170%;
	-moz-box-shadow: 1px 1px 1px #333;
	-webkit-box-shadow: 1px 1px 1px #333;
	box-shadow: 1px 1px 1px #333;
	text-shadow: 1px 1px 0px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	text-align: center;
}

.headline2 {
	margin-left: 16%;
	text-align: right;
}

#header {
  position: absolute;
  top: 0;
  text-align: left;
  width: 100%;
  background-color: #f7f7f7;
  height: 130px;
  display: block;
  z-index:3;
  border-bottom: 1px solid #666666;
  -moz-box-shadow: 1px 3px 8px #666;
  -webkit-box-shadow: 1px 3px 8px #666;
  box-shadow: 1px 3px 8px #666;
}

#logoDiv {
	background-image:url('../images/matt-mct-logo-120pxh.png');
	background-repeat: no-repeat;
	width: 283px;
	height: 120px;
	display: block;
}

#footer {
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
  background-color: #f7f7f7;
  height: 50px;
  display: block;
  z-index:2;
  padding: 10px;
  border-top: 1px solid #666666;
  color: #999999;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  -moz-box-shadow: -1px -3px 8px #666;
  -webkit-box-shadow: -1px -3px 8px #666;
  box-shadow: -1px -3px 8px #666;
}

.home-link {
  position: absolute;
  z-index: 2;
  top: 128px;
  right: 3%;
  text-align: center;
  padding: 7px 15px;
  background-color: #666666;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  font-size: 17px;
  -moz-box-shadow: 1px 2px 0px #333;
  -webkit-box-shadow: 1px 2px 0px #333;
  box-shadow: 1px 2px 0px #333;
}

#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 15px;
  background-image:url('../images/arrow-left.png');
  height: 38px;
  width: 33px;
  display: block;
  background-repeat: no-repeat;
}
.slides-navigation a.next {
  right: 15px;
  background-image:url('../images/arrow-right.png');
  height: 38px;
  width: 33px;
  display: block;
  background-repeat: no-repeat;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 75px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #666666;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 2px;
}
.slides-pagination a.current {
  background: #f7f7f7;
}

a:link {color:#f7f7f7; text-decoration:none; font-family:Tahoma, Geneva, sans-serif;}    /* unvisited link */
a:visited {color:#f7f7f7; text-decoration:none; font-family:Tahoma, Geneva, sans-serif;} /* visited link */
a:hover {color:#f7f7f7; text-decoration:none; font-family:Tahoma, Geneva, sans-serif;}   /* mouse over link */
a:active {color:#f7f7f7; text-decoration:none; font-family:Tahoma, Geneva, sans-serif;}  /* selected link */
