@charset "utf-8";

*, html {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  text-align: center;
}
body {
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg);
  color: rgb(80, 76, 72);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-family: arial, verdana, sans-serif;
}
a, a:visited {
  color: rgb(196, 24, 28);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 0;
}
h1 {
  font-size: 24px;
  padding: 0 6px 4px 6px;
  margin: 0 0 6px 0;
  border-bottom: 4px solid rgb(196, 24, 28);
  float: left;
  clear: left;
  display: block;
  line-height: 30px;
}
p {
  padding: 15px;
  clear: both;
}
li {
  list-style-position: inside;
  margin: 0 15px 0 30px;
}
#content label {
  width: 200px;
  float: left;
  margin-right: 10px;
  padding: 4px;
  text-align: right;
}
#content input, #content textarea {
  border: 1px solid rgb(211, 210, 209);
  padding: 4px;
  width: 350px;
}
#content select {
  border: 1px solid rgb(211, 210, 209);
  padding: 4px;
  width: 100px;
  margin: 0 5px 0 0;
}
#content input[type="submit"], #content input[type="reset"] {
  width: auto;
  float: left;
  margin-right: 10px;
}
#content .input {
  clear: both;
  margin-bottom: 5px;
}
#wrapper {
  text-align: left;
  width: 1000px;
  border: 10px solid rgb(80, 76, 72);
  background: rgb(255, 255, 255);
  margin: 30px auto 0;
  position: relative;
  box-shadow: 0px 0px 15px #fff;
  opacity: 0;
  transition: opacity 0.35s ease;
}
#contentLayer1 {
  position: relative;
  z-index: 0;
}
#contentLayer2 {
  clear: both;
}
#footer {
  clear: both;
  font-size: 10px;
  width: 1000px;
  margin: 10px auto;
  color: rgb(255, 255, 255);
}
#footer a {
  color: #fff;
  text-decoration: underline;
}
#footer-right {
  float: right;
  padding: 7px 0 0 0;
}
#breadcrumbs {
  margin-top: 10px;
  padding: 10px;
  float: left;
  background: rgb(211, 210, 209);
}
#breadcrumbs a {
  color: rgb(255, 255, 255);
}
#logo {
  float: left;
}
#menu {
  margin: 14px 0 0 0;
  height: 61px;
  width: 600px;
  top: 0px;
  right: 0;
  position: absolute;
  z-index: 3;
}
#menu li {
  list-style-type: none;
  display: block;
  float: right;
  margin: 0;
}
#menu li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  background: rgb(211, 210, 209);
  padding: 14px;
  display: block;
}
#menu li a:hover {
  color: rgb(80, 76, 72);
  background: rgb(150, 149, 148);
  padding: 14px;
  text-decoration: none;
}
#content {
  padding: 35px;
  clear: both;
}
#copyright {
  float: left;
  padding: 7px 0 0 0;
}
.active a {
  margin-bottom: 2px;
  border-bottom: 4px solid rgb(196, 24, 28);
}
.center {
  text-align: center;
}
.floatLeft {
  float: left;
}
.clearFix:after, #content:after, #contentLayer1:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.pt15 { padding-top: 15px; }
.clearRight { clear: right; }
.item {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 2px solid rgb(196, 24, 59);
}
.item p {
  padding: 0 15px 15px !important;
}

.carouselitem img {
  position: absolute;
  z-index: 1;
}
.carouselitem span {
  top: 0;
  position: absolute;
  color: white;
  z-index: 999;
  background: black;
  opacity: .7;
  height: 25px;
  width: 50%;
  padding: 5px 0 0 20px;
}
.carouselitem {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: all 1s ease-out;
}
.carouselitem.show {
  visibility: visible;
  opacity: 1;
  width: 100%;
  transition: all 1s ease-out;
}
div#carouselwrapper {
  width: 770px;
  height: 230px;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  box-shadow: 0px 0px 15px #000;
  padding: 0;
}
.portfolioWrap > div#carouselwrapper {
  height: 550px;
}

.clear, .clearBoth { clear: both; }
.floatLeft { float: left; }
.w50p { width: 50%; }
.w40p { width: 40%; }
.pl20 { padding-left: 50px; }
em { font-size: smaller; }
.block { display: block; clear: both; }
.about_table { width: 100%; border: 0; cellspacing: 0; }
