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


html {
	height:100%;
	margin-bottom:1px;
}
body {
	text-align:center;
	font-family:Times, Georgia, "Times New Roman", serif;
	color:#331205;
	padding-bottom: 10px;
	background: url(../images/bg.jpg);
}

#header {
	min-width: 1171px;
	position: relative;
	text-align: left;
	padding-left: 67px;
	background: #ceb57d url(../images/header-ends.jpg) left no-repeat;
}
#header .inner {
	background: url(../images/header-ends.jpg) right no-repeat;
	height: 100px;
	padding-right: 67px;
}
#secondary-nav, #secondary-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#secondary-nav {
	float: right;
}
#secondary-nav li {
	float: left;
}
#player-button {
	position: absolute;
	display: block;
	bottom: 6px;
	right:68px;
	width: 153px;
	height: 43px;
	text-indent: -99999em;
	background: url(../images/player-button.jpg) no-repeat;
}

#page-container {
	position: relative;
}
#pages, #pages li.page-wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
}
#pages {
	position: relative;
}
#pages li.page-wrapper {
	min-width: 1171px;
	min-height: 788px;
	text-align: center;
	background: url(../images/content-bg.jpg) repeat-x fixed top center;
}

#container {
	position: relative;
	width: 1171px;
	text-align: left;
	margin: 0 auto;
	padding: 1px;
}

.content-wrapper {
	width: 524px;
	min-height: 588px;
	margin: -1px 0 20px 254px;
	padding-top: 25px;
	border-right: 12px solid #ceb57d;
}
.content {
	padding: 15px 25px;
	font-size: 14px;
	line-height: 24px;
	text-align: right;
	background: url(../images/text-bg.png);
}
.content ul {
	margin-bottom: 15px; 
}
.content ul, .content li {
	list-style: none;
}

.styled tr.even {
}
table.styled tr {
	border-bottom: 2px solid #ba9f63;
}

h2 {
	font-size: 19px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
a {
	color:#331205;
}

.post {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #333;
}

/* VERTICAL NAVIGATION BAR
/////////////////////////////////////*/

ul.nav {
	position: absolute;
	top: 0;
	left: 771px;
	width:244px;
	list-style:none;
	height:281px
}

ul.nav li {
	display:block;
	text-indent:-9999px;
	text-decoration:none
}

ul.nav li a {
	width:244px;
	display:block
}

ul.nav  li a span {
	float:left;
	display:block
}

ul.nav li#nav-1 a {
	height:42px;
	background:url(../images/nav.png) no-repeat 0 0px
}

ul.nav li#nav-1 a:active,
ul.nav li#nav-1 a:hover {
	background-position: -244px 0px
}
ul.nav li#nav-1 a.current {
	background-position: -244px 0px
}

ul.nav li#nav-2 a {
	height:49px;
	background:url(../images/nav.png) no-repeat 0 -42px
}

ul.nav li#nav-2 a:active,
ul.nav li#nav-2 a:hover {
	background-position: -244px -42px
}
ul.nav li#nav-2 a.current {
	background-position: -244px -42px
}

ul.nav li#nav-3 a {
	height:51px;
	background:url(../images/nav.png) no-repeat 0 -91px
}

ul.nav li#nav-3 a:active,
ul.nav li#nav-3 a:hover {
	background-position: -244px -91px
}
ul.nav li#nav-3 a.current {
	background-position: -244px -91px
}

ul.nav li#nav-4 a {
	height:47px;
	background:url(../images/nav.png) no-repeat 0 -142px
}

ul.nav li#nav-4 a:active,
ul.nav li#nav-4 a:hover {
	background-position: -244px -142px
}
ul.nav li#nav-4 a.current {
	background-position: -244px -142px
}

ul.nav li#nav-5 a {
	height:50px;
	background:url(../images/nav.png) no-repeat 0 -189px
}

ul.nav li#nav-5 a:active,
ul.nav li#nav-5 a:hover {
	background-position: -244px -189px
}
ul.nav li#nav-5 a.current {
	background-position: -244px -189px
}

ul.nav li#nav-6 a {
	height:50px;
	background:url(../images/nav.png) no-repeat 0 -239px
}

ul.nav li#nav-6 a:active,
ul.nav li#nav-6 a:hover {
	background-position: -244px -239px
}
ul.nav li#nav-6 a.current {
	background-position: -244px -239px
}

#social-bar {
	text-align: left;
	padding: 0 10px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	background: #ceb57d;
	border-top: 1px dashed #333;
}

#loading {
	display: none;
	position: fixed;
	z-index: 100;
	background: #ceb57d;
	opacity:0.85;
	padding-top: 300px;
	text-align: center;
	color: black;
	font-size: 125px;
}

.mobilesafari #social-bar {
	position: absolute;
}