@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: TheSans;
  src: url('../fonts/TheSansLight-Plain.ttf');
}

@font-face {
  font-family: TheSansBlack;
  src: url('../fonts/TheSansBlack-Plain.ttf');
}

body {
  font-size: 12px;
  overflow: hidden;
}

img {
	border: 0px;
}

a:link, a:hover {
	text-decoration: none;
}

#Container { 
	background: transparent; 
	width: 960px; 
	height: 642px; 
	margin: 5px auto 0px auto;
	border: 1px solid #fff;	/* a18878 */
}

#logo {
	margin: 30px 0px 0px 200px;
}

#Content {
	 width: 960px;
	 margin-top: 38px;
}

#nav {
   font-family: TheSans;
   font-size: 12px;	
	color: #a18878;
	line-height: 120%;
	margin:0px 0px 20px 0px;
}

#nav ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	padding: 0px;
	margin: 0px 0px 5px 0px;	
}

#nav li a {
	padding-left: 30px;
	color: #a18878;
	text-decoration: none;	
}

#nav li a:hover {
	color: #5fbddf;
	text-decoration: none;	
}

#nav li a.current, #nav li a.current:hover {
	background: url(../images/nav-over.png) left center no-repeat;
	color: #000000;
	text-decoration: none;	
}

#nav li a.crumbs, #nav li a.crumbs:hover {
	color: #000000;
}

#right-home {
	margin-top: 125px;
}

#right-port {
	max-height: 520px;
}

div.fadehover1 {
	position: relative;
	}
	
div.fadehover2 {
	position: relative;
	margin-left: 136px;
	}
	
div.fadehover3 {
	position: relative;
	margin-left: 340px;	
	}

div.fadehover4 {
	position: relative;
	margin-left: 570px;		
	}

img.a {
	position: absolute;
	left: 0;
	top: 0;
    z-index: 10;
	}
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}
	
h1, h2, h3 {
	color: #5fbddf;
	float: left;
	font-family: Helvetica,Geneva,sans-serif !important;	
	font-size: 11px !important;
	margin: 0px;
	font-weight: bold;
	line-height: 100%;
}

#areas {
	font-family: Helvetica,Geneva,sans-serif !important;	
	font-size: 11px !important;	
	font-weight: 100;
	color: #000;
	line-height: 100%;	
}

#controls {
	float: right; 
	text-align: center; 
	width: 200px; 
	margin-top: 18px;
}

.details {
	width: 520px;
	color: #000000;
	font-family: Helvetica,Geneva,sans-serif !important;			
	font-size: 11px !important;		
	line-height: 110%;
	margin: 5px 0px;
	padding-bottom: 0px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0px;
	width:760px;
	height:460px;
	position:relative;
}
#slideshow #slidesContainer {
	margin:0px;
	width:760px;
	height:450px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0;
  width:740px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:450px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:50px;
  height:50px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
.controler {
  display:block;
  width:50px;
  height:50px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
.controls {
  display:none;
  width:50px;
  height:410px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index:9998;
  background:transparent
}
.controlers {
  display:none;
  width:50px;
  height:410px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index:9998;
  background:transparent
}
#leftControl {
  bottom:0;
  left:0;  
  margin-left:575px;
  width: 55px;
  height: 7px;
  margin-bottom:-10px;
}

span.hoverLeft {
	background:transparent url(../images/left.png) no-repeat 0 0;
}

span.hoverLeft:hover {
	background: url(../images/left-over.png) no-repeat 0 0;
}

span.hoverRight {
	background:transparent url(../images/right.png) no-repeat 0 0;
}
span.hoverRights {
	background:transparent url(../images/right.png) no-repeat 0 0 !important;
}

span.hoverRight:hover {
	background: url(../images/right-over.png) no-repeat 0 0 !important;
}
span.hoverRights:hover {
	background: url(../images/right-over.png) no-repeat 0 0 !important;
}

#rightControl {
	top:458px;
	margin-top:5px;
	width:55px;
	height:7px;
	margin-right:70px;
	right:0;
}
#leftControls {
 top:0;
 left:0;
 margin-left:15px;
  background:transparent url(../images/control_left.png) no-repeat 0 0;
}
#rightControls {
  top:0;
  right:0;areas
  margin-right:15px;
  background:transparent url(../images/control_right.png) no-repeat 0 0;
}
#bounceControls {
  top:0;
  right:0;
  margin-right:15px;
  background:transparent url(../images/control_right.png) no-repeat 0 0;
}

.controlers {top:0;right:0;margin-right:15px;background:transparent url(images/control_right.png) no-repeat 0 0;}

#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0px;
}

#slidenumber {position:absolute;bottom:0; width:35px; height:25px;margin:0px 0px -40px 625px;color: #5FBDDF; font-family: TheSans; font-size: 10px;}

#right {
	width: 350px;
	line-height: 1px;
	text-align: justify;
	color: #000000;
	font-family: Helvetica,Geneva,sans-serif !important;			
	font-size: 11px !important;		
	line-height: 110%;
	margin: 0px;
	padding-bottom: 0px;
}

p.about {
	font-size: 13px;
	line-height: 125%;
	margin: 0px;
	padding: 0px;
}