body {
	background: #000;
	background-image: url(/images/background-center.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 0%;
	margin: 20px 0px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: .98;
}

#rap {
	width: 900px;
	text-align: left;
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top:  -245px;
}

img {
	border: 0px;
}

h1,h2 {
	font-size: 30px;
	margin: 0px;
	text-transform:uppercase;
	color: #826E43;
	letter-spacing: -1px;
}

h1 {
	line-height: .9;
}

h2 {
	font-size: 14px;
}

a {
	color: #9E8A5F;
	text-decoration: none;
}

hr {
	border: 0px;
	height: 1px;
	color: #4e4329;
	background-color: #4e4329;
	margin: 0px;
}

a:hover {
	color: #e3c688;
}

form {
	margin-bottom:0px;
}

.bullet-point {
	width:5px;
	height:4px;
	background-image: url(/images/bullet-arrow.png);
	background-repeat: no-repeat;
	overflow: hidden;
}


.menubar {
	width: 900px;
	height: 13px;
	border-top:    1px solid #4e4329;
	border-bottom: 1px solid #4e4329;
	margin-top: 3px;
}

.menubarfooter {
			width: 900px;
			height: 32px;
			margin-top: 3px;
}


.menuitem {
	float: left;
	height: 13;
}


#news-thumb-container {
	height: 110px;
	width: 900px;
	position: relative;
	left: 2px;
}

.news-thumb-container-background {
	height: 114px;
	width: 904px;
	background: #000;
	position: absolute;
	z-index: 2;
}

.news-thumb-wrapper {
	margin: 11px 0px 0px 0px;
	width: 110px;
	height: 96px;
	padding: 2px 1px 2px 1px;
	background-color: #000;
	float: left;
	
}

.news-background {
	position: absolute;
	width: 110px;
	height: 96px;
	background-color: #000;
	background: url(/images/news-thumb-default-image.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}

.news-darken {
	width: 110px;
	height: 96px;
	opacity: .75;
	filter:alpha(opacity=65);
	position: absolute;
	background: #000;
	background: url(/images/news-thumb-background.jpg);
	z-index: 3;
}

.news-button {
	width: 110px;
	height: 96px;
	position: absolute;
	z-index: 4;
	vertical-align: middle;
	overflow: hidden;
	color: #826E44;
	font-weight: bold;
}

.news-button-click {
	width: 110px;
	height: 96px;
	position: absolute;
	z-index: 5;
	cursor: pointer;
	background: #000;
	opacity: 0;
	filter:alpha(opacity=0);
}

.news-button h2:hover {
	color: #e3c688;
}

.news-button-content {
	width: 84px;
	height: 96px;
	text-align: center;
	position: relative;
	left: 13px;
	vertical-align: middle;
}

.news-button h2 {
	font-size: 13px;
	color: #826E44;
}

.news-button a {
	color: #826E44;
}

.news-date {
	font-size: 12px;
}


#newsMediaContainer {
	width: 554px;
	height: 292px;
	overflow: hidden;
	float: left;
	background: #000;
	border: 2px solid #4e4329;
	padding: 2px;
}

#newsArticleContainer {
	width: 330px;
	height: 220px;
	overflow: hidden;
	float: left;
	background: #000;
	padding: 0px 2px;
}

#newsCaptionContainer {
	width: 330px;
	height: 50px;
	float: left;
	background: #000;
	overflow: hidden;
	padding: 0px 2px;
}

#newsNextPrevContainer {
	height: 26px;
	width: 330px;
	float: left;
	background: #000;
	margin: 2px 0px;
	padding: 0px 2px;
}

.table-news-content {
	border-collapse: collapse;
	width: 98px;
	height: 96px;
	text-align:center;
	font-size:12px;
	position: relative;
	left: 6px;
}



#container {
	width: 900px;
	overflow: hidden;
	padding: 2px 0px 3px 0px;
}

#mediaLeftCol {
	width: 448px;
	float: left;
}

#mediaRightCol {
	width: 448px;
	float: right;
}

#mediaTitle {
	width: 448px;
	height: 24px;
	margin: 3px 0px;
	background: #000;
	overflow: hidden;
}

#mediaTitle h1 {
	font-size: 20px;
	text-transform:none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 100%;
}

#mediaMoreVids {
	width: 448px;
	height: 24px;
	margin: 3px 0px;
	background-image: url(/images/background-checker-pattern.png);
	overflow: hidden;
}

#mediaErrorMsg {
	background:#000;
	width: 448px;
	height:405px;
	margin: 3px 0px 0px 0px;
}

#mediaErrorMsg table {
	border-collapse;
	width:100%;
	height:80%;
	text-align:center;
	font-size: 16px;
}

#mediaDesc {
	width: 448px;
	height: 84px;
	margin: 3px 0px;
	background: #000;
	overflow: hidden;
}

#mediaDesc h2 {
	font-size: 14px;
	text-transform: none;
	background: #000;
}

#mediaPane {
	width: 448px;
	height: 354px;
	overflow: hidden;
	background: #000;
}

#mediaListContainer {
	width: 448px;
	height: 351px;
	margin: 3px 0px;
	overflow: hidden;
}

.mediaColBar {
	width: 448px;
	height: 24px;
	background-image: url(/images/background-checker-pattern.png);
}

#mediaListScroll {
	position:absolute;
	margin-left: 450px;
	z-index: 2;
	width: 22px;
	height: 352px;
	overflow:hidden;
}

.mediaListItem {
	width: 448px;
	height: 44px;
	background-image: url(/images/background-checker-gradient.png);
	overflow: hidden;
	cursor: pointer;
	font-size: 11px;
	color: #9e8a5f;
}

.mediaListItemHighlight {
	position:absolute;
	width: 448px;
	height: 44px;
	z-index: 2;
	background-color:#000;
	cursor: pointer;
}

.mediaThumbContainer {
	float:left;
	width: 74px;
	height: 44px;
	position: relative;
	top: 2px;
	left: 2px;
}

.mediaListItemInfo {
	float: left;
	height: 44px;
	width: 362px;
}

.textInput {
	background-color: #000;
	border-width: 0px;
	color: #595038;
	font-size: 9px;
	height: 12px;
	padding: 0px;
}

.layoutTable {
	border-collapse: collapse;
}

#comingSoon {
	width: 900px;
	height: 405px;
	background-image: url(/images/coming-soon-background.jpg);
}

#comingSoonHeader {
	position: absolute;
	margin-top: 80px;
	margin-left: 200px;
}


