﻿/* Begin CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* End CSS Reset */

/* Main Body Styles */

body {
	background-color:#000000;
	color:#cccccc;
	font-family:Helvetica;
	font-size:11px;
	line-height:12px;
}
a {
	color:#ffffff;
}

#leftbar {
	position:fixed;
	left:0px;
	top:0px;
	width:40px;
	height:100%;
	background-color:#000000;
	z-index:3;
}
#topbar {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:130px;
	background-color:#000000;
	z-index:2;
	border-style:none;
}

#header {
	position:relative;
	left:40px;
	top:30px;
	min-width:300px;
	height:100px;
	border-style:none;
	border-width:1px;
	border-color:#ffffff;
}

#main {
	position:relative;
	width:auto;
	left:40px;
	top:140px;
	height:470px;
	z-index:1;
	border-style:none;
	border-width:1px;
	border-color:#ffffff;
	/*text-transform:uppercase;*/
}
/* Menu Classes */
a.menuitem {
	color:#888888;
	text-decoration:none;
}
a.menuitem:hover {
	color:#ffffff;
	text-decoration:none;
}
a.menuitemselected {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
/* Content Classes */
.menubox {
	position:relative;
	float:left;
	min-width:99px;
	height:90px;
	font-size:10px;
	padding-left:10px;
	padding-right:20px;
	border-style:solid;
	border-color:#888888;
	border-width: 0 0 0 1px;
	text-transform:uppercase;
	line-height:11.5px;
}

/* Content Group Styles */
.contentgroup {
	position:relative;
	width:auto;
	height:470px;
	background-image:url(/interface/contentgroup-background.gif);
	background-repeat:no-repeat;
}
.contentgrouptitle {
	position:relative;
	width:auto;
	height:20px;
	padding-left:10px;
	font-size:10px;
	white-space:nowrap;
	color:#ffffff;
	text-transform:uppercase;
}
.contentgroupcontent {
	position:relative;
	width:auto;
	height:450px;
	padding-left:10px;
}

/* Content Item Styles */
.contentitemimage {
	position:relative;
	width:555px;
	height:450px;
	margin-right:10px;
}
.contentitemvideo {
	position:relative;
	width:740px;
	height:450px;
	margin-right:10px;
}
.videoplayer {
	position:relative;
	width:740px;
	height:450px;
	margin-right:10px;
}
.audioplayer {
	position:relative;
	width:740px;
	height:450px;
	margin-right:10px;
}
.contentitemaudio {
	position:relative;
	width:740px;
	height:450px;
	margin-right:10px;
}
.contentitemtext {
	position:relative;
	width:200px;
	height:450px;
	margin-right:10px;
	overflow:hidden;
	float:left;
}
.prevbutton {
	position:relative;
	width:8px;
	height:15px;
	float:left;
	margin-top:9px;
	cursor:pointer;
}
.nextbutton {
	position:relative;
	width:8px;
	height:15px;
	float:right;
	margin-top:9px;
	cursor:pointer;
}
.closebutton {
	font-size:12px;
	z-index:2000;
}
.errormsg {
	color:#ff0000;
}
/* form fields */
input {
	border-style:none;
}
textarea {
	border-style:none;
}



