body, html {
	min-width:912px;
	background:url(images/bg_fade2.png) #CBC9C3 0 0 repeat-x;
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#484332;
}
a {
	text-decoration:none;
	color:#7E8B01;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:20px;
	color:#B0BE24;
	font-weight:normal;
	margin:0;
	padding:0;
}
h1 span {
	color:#484332;
}
h2 {
	font-size:16px;
	color:#B0BE24;
	font-weight:normal;
	margin:0;
	padding:0;
}
#outer {
	background:url(images/bg_paint.png) 0 50px no-repeat;
	width:912px;
	margin:30px auto 0 auto;
}
#banner {
	width:775px;
	margin:0 auto 0 auto;
}
#banner #logo {
	float:left;
	width:375px;
}
#banner #tagline {
	float:left;
	width:400px;
	text-align:right;
	padding:45px 0 0 0;
}
#menu {
	clear:both;
	width:775px;
	margin:0 auto 0 auto;
	text-align:right;
	padding:35px 0 0 0;
	overflow:hidden;
}
#menu ul {
	list-style:none;
	padding:0;
	float:right;
	margin:0 -11px 0 0;
}
#menu ul li {
	float:left;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:12px;
	color:#5F6615;
	text-transform: uppercase;
	background:url(images/menu_divider.png) 100% 0 no-repeat;
	padding:0 11px 0 0;
	height:15px;
}
#menu ul li a {
	display:block;
	text-decoration:none;
	color:#5F6615;
	margin:-8px 0 0 0;
	padding:8px 10px 0 10px;
}
#menu ul li a:hover {
	text-decoration:none;
	color:#333423;
}
#menu ul li .selected {
	color:#333423;
	font-weight:bold;
}
#menu ul li.hover a {
	background:#645C47;
	color:#fff;
	position:relative;
	z-index:4000;
}
#menu ul li div {
	display:none;
	position:absolute;
	z-index:5000;
}
#menu ul li.hover div {
	display:block;
	position:absolute;
	background:#645C47;
	color:#fff;
	padding:10px;
	text-align:left;
}
#menu ul li.hover div ul {
	padding:0;
	margin:0 0 0 15px;
	list-style:disc;
	float:none;
}
#menu ul li.hover div ul li {
	float:none;
	background:none;
	color:#fff;
	margin:5px 0 5px 0;
	padding:0;
}
#menu ul li.hover div ul li a {
	margin:0;
	padding:0;
	color:#fff;
}
#mainContent {
	background: #EEEDEA;
	width:775px;
	margin:5px auto 0 auto;
	min-height:400px;
}
#leftCol {
	float:left;
	width:138px;
	background:url(images/bg_starthere.jpg) 0 0 no-repeat;
	padding:20px 15px 0 15px;
	height:396px;
	min-height:396px;
}
#leftCol ul {
	margin:8px 0 0 0;
	padding:0;
	list-style:none;
}
#leftCol ul li {
	padding:8px 0 8px;
}
#leftCol ul li a {
	color:#fff;
	font-family:Helvetica,Arial;
	text-decoration:none;
	text-transform:uppercase;
}
#leftCol ul li a span {
	font-size:14px;
	padding:0 0 0 5px;
	font-family:Verdana;
}
#rightCol {
	float:left;
	width:607px;
}
#rightCol #video {
	width:607px;
	/*height:196px;*/
	overflow:hidden;
}
#rightCol #video #signup {
	margin:102px 0 0 0;
}
#rightCol #video #player {
	background:#111;
	width:280px;
	border:1px solid #ccc;
	float:right;
	text-align:center;
}
#rightCol #video #player h3 {
	font-size:22px;
	font-weight:normal;
	color:#fff;
	font-family:Helvetica,"Trebuchet MS",Arial, sans-serif;
	margin:10px 0 0 20px;
}
#rightCol #main {
	width:567px;
	padding:20px;
}
#rightCol #news {
	float:right;
	width:200px;
	padding:4px 0 0 0;
	font-size:11px;
}
#rightCol #news p {
	margin:20px 0 20px 0;
	padding:0;
}
#rightCol #pagebanner {
	width:607px;
	height:62px;
	position:relative;
	z-index:1;
}
#rightCol #pagebanner #image {
	position:absolute;
	z-index:1;
	background:#57441B;
	overflow:hidden;
	text-align:right;
	width:607px;
	height:62px;
}
#rightCol #pagebanner #heading {
	background:url(images/banner_fade.png) 30px 0 no-repeat;
	position:relative;
	z-index:2;
	width:607px;
	height:62px;
	padding:20px;
}
#footer {
	background:url(images/footer.gif) 0 0 no-repeat;
	width:775px;
	height:82px;
	min-height:82px;
	margin:2px auto 0 auto;
	text-align:center;
	color:#6C6C6C;
	font-size:11px;
}
#footer ul {
	list-style:none;
	padding:8px 0 0 0;
	margin:0;
}
#footer ul li {
	display:inline;
	padding:0 4px 0 4px;
}
#footer ul li a {
	color:#7E8B01;
	text-transform:lowercase;
}
#footer #copyright {
	padding:20px 0 0 0;
	color:#595647;
}
#message {
	border:1px solid #ccc;
	background:#FFFFCC;
	padding:15px;
	font-size:13px;
}
#inputlabel, .inputlabel {
	clear:left;
	float:left;
}
#inputcontainer, .inputcontainer {
	float:left;
	text-align:left;
	padding:0;
}
.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	clear:left;
}
.adminLink {
	font-weight:bold;
}
.clear {
	clear:both;
}
.brown {
	color:#6F674F;
}
.green {
	color:#B1BF26;
}
.gray {
	color:#999;
}
.red {
	color:#cc0000;
}
.t10 {
	font-size:10px;
}
.t11 {
	font-size:11px;
}
.t12 {
	font-size:12px;
}
.t14 {
	font-size:14px;
}
.t16 {
	font-size:16px;
}
#featuredSeries .button {
	position:absolute;
	margin-top:-70px;
}
#talkSortBar {
	background:#635B46;
	padding:10px;
	color:#fff;
	height:30px;
}
#talkSortBar img {
}
#talkSortBar #sortOptions {
	float:right;
	height:30px;
	color:#fff;
	font-size:11px;
}
#talkSortBar #sortOptions ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#talkSortBar #sortOptions ul li {
	float:left;
	display:block;
	height:22px;
	padding:8px 8px 0 8px;
	margin:0 1px 0 1px;
}
#talkSortBar #sortOptions ul li.selected {
	padding:0;
}
#talkSortBar #sortOptions ul li.selected a {
	background:#84795D;
	height:22px;
	padding:8px 8px 0 8px;
}
#talkSortBar #sortOptions ul li.selected.asc a {
	background:#84795D url(images/sort_up.gif) 90% 14px no-repeat;
	padding-right:16px;
}
#talkSortBar #sortOptions ul li.selected.desc a {
	background:#84795D url(images/sort_down.gif) 90% 14px no-repeat;
	padding-right:16px;
}
#talkSortBar #sortOptions ul li a {
	display:block;
	color:#fff;
}
#talkSortBar #sortOptions ul li a:hover {
	text-decoration:none;
}
.talkListContainer {
	margin:10px 0 10px 0;
	background:url(images/divider_talks.png) 0 100% no-repeat;
	padding:0 0 18px 0;
	font-family:Helvetica,"Trebuchet MS", Arial,sans-serif;
}
.talkListContainer .image {
	float:left;
	width:221px;
	height:125px;
	overflow:hidden;
	margin:0 10px 0 0;
}
.talkListContainer .text {
	float:left;
	width:356px;
	color:#000;
	font-size:12px;
}
.talkListContainer h3 {
	font-family:Helvetica,"Trebuchet MS", Arial,sans-serif;
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
}
.talkListContainer span.date {
	font-size:11px;
}
.talkListContainer div.view {
	float:right;
	margin:5px 0 0 0;
}
.talkListContainer div.view a {
	font-size:14px;
	font-weight:bold;
	color:#000;
}
#videoContainer {
	background:#000;
	text-align:center;
	padding:1px;
}
#uploaderContainer {
	width:112px;
	height:30px;
	cursor:pointer;
}
#uploaderInfo {
}
#progressBar {
	background:#fff;
	border:#999;
	width:200px;
	height:10px;
}
#progressBar #innerProgressBar {
	background:#ff0000;
	height:10px;
	width:1px;
}

/* styled select box */
input.combo {
	background:#fff url(images/drop_down_arrow.gif) 210px 8px no-repeat;
	border:1px solid #CBC9C3;
	width:220px;
	height:15px;
	padding:3px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:left;
  cursor:pointer;
}
div.autocomplete {
  position:absolute;
  width:210px;
  background:#fff;
  border:1px solid #ccc;
  margin:-1px 0 0 0;
  padding:3px;
  font-size:12px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { 
  background-color: #EAF2FB;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-align:left;
}
/* tabbed box styles */
#tabBox {
	background:#635B46;
	padding:10px;
	margin:10px 0 0 0;
	color:#000;
	font-size:12px;
}
#tabBox ul {
	list-style:none;
	margin:0;
	padding:0;
	color:#fff;
}
#tabBox ul li {
	float:left;
}
#tabBox ul li a,#tabBox ul li a:hover {
	display:block;
	color:#fff;
	height:22px;
	padding:8px 8px 0 8px;
	margin:0 0 10px 0;
	text-decoration:none;
}
#tabBox ul li.selected a {
	background:#84795D;
}
#tabBox div {
	clear:left;
	background:#EEEDEA;
	padding:15px;
}
#tabBox h3 {
	font-family:Helvetica,"Trebuchet MS", Arial,sans-serif;
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
}
#tabBox span.date {
	font-size:11px;
}
#countdownContainer {
	position:absolute;
	top:0;
	left:100%;
	margin:0 0 0 -189px;
	cursor:pointer;
}
#countdown {
	cursor:pointer;
}