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

*{
	border:none;
}

body {
	margin:0;
	padding:0;
	background: #050400 url('../background.php') no-repeat top center;
}

strong, em, b, i {
}

#wrapper{
	width:820px;
	margin:0 auto;
	height:100%;
	padding-bottom: 1em;
	background:#fdb913 url('../images/yellow_shadow.png') repeat-y top center;
}

	#header{
		width:800px;
		height: 540px;
		position:absolute;
		background:url('../images/terra_bg.png') no-repeat top left;
		overflow:hidden;
		z-index:90;
	}
	
	#footer{
		position:absolute;
		width:800px;
		height:64px;
		z-index:100;
		display:none;
	}
	
	#sliders{
		overflow:hidden;
	}
		
	#sliders>*{
		
	}
		
	#nav{
		position:relative;
		z-index:0;
		top:150px;
		left:190px;
		text-align:left;
		overflow:hidden;
		font-size:0.81em;
		line-height:2em;
	}
	
		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
			border: none;
		}
		
		#nav li {
			height:1%; /* stupid ie6 */
			margin:0;
			padding: 0;
		}
		
		#nav li a {
			display: block;
			color: #000;
			text-decoration: none;
			margin:0;
			padding: 0;
		}

		#nav li a:hover {
			color: #fff;
		}
		
		#nav li#current {
			color: #fff;
		}
		
		
	.content{
		position:relative;
		z-index:90;
		top:72px;
		right:-340px;
		width:560px;
		padding-bottom:74px;
	}
	
		.content-top{
			height: 29px;
			background:url('../images/terra_overlay-h.png') no-repeat top left;
		}
	
		.content-bottom{
			height: 80px;
			background:url('../images/terra_overlay-f.png') no-repeat bottom left;
		}
	
		.content-padding{
			height: 100%; /* stupid ie6 */
			background:url('../images/terra_overlay-b.png') repeat-y top left;
			padding:0.5em 112px 1.5em 40px;
		}
		
		.content-padding p{
			color:#666;
			font-size:0.75em;
			line-height:1.875em;
			margin-bottom:1.5em;
		}
		
		.content-padding h2{
			color:#000;
			font-size: 1.125em;
			font-weight: normal;
			line-height:1.5em;
			margin:0;
			margin-bottom:1.5em;
			padding:0;
			letter-spacing:1px;
		}

		.content-padding h3 {
			font-size: 0.75em;
		}

/* Scrolling menu
----------------------------------*/
div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 145px;
  width: 392px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 1500px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  color: #666;
}


/* Accordion
----------------------------------*/

#acc-wrap {
	height: 472px;
	margin-bottom: 1.5em;
}

.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 0.875em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 0.75em 1.5em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }