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

body {
	background: #000000;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
#panelBkg {
	margin: 0 auto;
	padding: 0;
	width: 1700px;
	height: 675px;
	background: url(../images/panel_bkg.jpg) no-repeat center top;
	width: 100%;
	display: table;
}

#wrapper {
	position: relative;
	width: 800px;
	padding: 0;
	margin: 0 auto;
	border-top: 1px solid #b4975a; 
	
}

#header {
	position: relative;
	width: 800px;
	height: 385px;
	background: url(../images/header.jpg) no-repeat center top;
	display: table;
}

.container {
	position: relative;
	float: left;
	width: 800px;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #b4975a;
	font-weight: 400;
	text-align: left;
	padding: 0;
	margin: 0;
}

h1 {
	line-height: 125%;
	
}

h2 {
	font-size: small;
	line-height: 135%;
	color: #898989;
	font-weight: normal;
	margin: 2% 0 0 0;
}

h2 a {
	text-decoration: none;
	color: #898989;
	padding: 1% 0 1% 0;
}

h2 a:hover {
	text-decoration: none;
	color: #b4975a;
	padding: 1% 0 1% 0;
}

h3 {
	font-size: smaller;
	line-height: 135%;
	color: #898989;
	font-weight: 500;
	margin: 2% 0 0 0;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #b4975a;
	line-height: 110%;
}

.title {
	position: relative;
	float: left;
	width: 150px;
}

.title h2 {
	color: #b4975a;
	text-align: center;
	font-weight: 700;
}

.title h2 a {
	text-decoration: none;
	color: #b4975a;
}

.title h2 a:hover {
	text-decoration: none;
	color: #898989;
}

.button {
	position: absolute;
	margin: 260px 0;
	padding: 0;
	z-index: 50;
}

.button img {
	border: none;
}

.navigation {
	position: relative;
	float: left;
	margin: 0;
	padding: 1% 0 0 0;
	width: 100%;
	border-bottom: solid 1px #898989;
}

.navigation ul {
	list-style: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: 300;
	margin: 0;
	padding: 0;
}

.navigation li {
	position: relative;
	float: left;
	padding: 2% 1.5% 1% 2%;
	margin: 0;
	color: #898989;
	display: inline-block;
	text-align: center;
}

#main {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 400px;
}

#main .left {
	position: relative;
	float: left;
	margin: 20px;
	padding: 0;
}

#main .right {
	position: relative;
	float: left;
	margin: 20px 0 20px 0;
	padding: 0;
	width: 70%;
}

#main .content {
	position: relative;
	float: left;
	margin: 20px;
	padding: 0;
	width: 85%;
}

 #main .contentScrollable {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
}

#main .contentScrollable h1 {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	color: #b4975a;
	font-weight: 400;
	text-align: center;
	padding: 0;
	margin: 20px 0 0 90px;
	line-height: 125%;
}

#main .contentScrollable img {
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 700px;
	clear: both;
}

#main .contentMedia {
	position: relative;
	float: left;
	margin: 20px;
	padding: 0;
	width: 85%;
}

#main .contentMedia h1 {
	text-align: center;
}

#main .gallery {
	position: relative;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#main img {
	position: relative;
	float: left;
	padding: 5px 0 3px 0;
	margin: 0;
}



/* ==== calendar ==== */

#calendar {
	position: relative;
	width: 764px;
	margin: 0 auto;
	padding: 0;
}

#footer {
	position: relative;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}

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

#footer li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #898989;
	line-height: 1.75em;
	text-align: center;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	
}

.gold {
	color: #b4975a;
}

.navigation ul a {
	text-decoration: none;
	color: #898989;
	padding: 1% 0 1% 0;
}

.navigation ul a:hover {
	text-decoration: none;
	color: #b4975a;
	padding: 1% 0 1% 0;
}

#footer ul a {
	text-decoration: underline;
	color: #898989;
}

#footer ul a:hover {
	text-decoration: underline;
	color: #b4975a;
}

.counter {
	padding: 5% 0 2% 0;
}
  
  /* === jQuery Vertical Scroll CSS FULL CODE === */
  
  /* root element for scrollable */
  
 .vertical {

    /* required settings */
    position:relative;
    overflow:hidden;

    /* vertical scrollers have typically larger height than width */
    /*height: 1134px;*/
	/*height: 11340px;*/
	/*height: 12252px;*/
	height: 12900px;
    width: 100%;
	margin: 0 0 0 50px;
    border-top:1px solid #898989;
}

/* root element for scrollable items */
.items {
	position: absolute;
	/* this time we have very large space for height */
    height: 20000em;
	text-align: left;
	top: 0px;
	right: 0px;
}

/* single scrollable item */
.item {
    border-bottom: 1px solid #898989;
    margin: 0px;
    padding: 1% 0 3% 0;
    /*height: 1134px;*/
	/*height: 11340px;*/
	/*height: 12252px;*/
	height: 1138px;
}

.item h2 {
    font-size: small;
	text-transform: uppercase;
	line-height: 135%;
	color: #b4975a;
	font-weight: normal;
	margin: 2% 0 0 0;
}

.item p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #898989;
	line-height: 125%;
	}

.item p a {
	text-decoration: underline;
	color: #898989;
}

.item p a:hover {
	text-decoration: underline;
	color: #b4975a;
}

/* the action buttons above the scrollable */
#actions {
    width: 800px;
    margin: 0 0 10px 0;
	text-align: center;
}

#actions a {
	text-decoration: none;
    font-family: Verdana, Geneva, sans-serif;
	font-size: smaller;
    cursor: pointer;
    color: #898989;
}

#actions a:hover {
    text-decoration: none;
    color: #b4975a;
}

.disabled {
    visibility: hidden;
}

