body {
	font-family: arial;
	color: #FFF;
	font-size: 14px;
	background:#000 url(../images/bg.gif) repeat;
}
.solid {
	filter:alpha(opacity=99); 
	opacity:.99; 

}
h2 {
	color:#812C1E;
	line-height:1.3em;
	margin:10px 0 5px;
	font-weight: bold;
	font-size: 16px;
}

a, a:visited, a:active, a:link { color: #FFFFFF; text-decoration: none;}
a:hover { color:#ef3824;}
.copywright { font-size: 10px; }

#wrapper {
	margin:0 auto 10px;
	position:relative;
	width: 960px;
	top: 18px;
}
#header #logo {
	float: left;
	width: 378px;
	padding: 25px 0 0 25px;
}

#header #headerRight {
	float: right;
	padding: 25px 0 0 0;
}

#wrapper #header {
	position: absolute;
	left: 50%;
	top:18px;
	height:113px;
	width: 972px;
	margin-left: -486px;
	z-index: 100;
	background-color: #000000;
}
#header .account {
	position:relative;
	float:right;
	clear:both;
	width:auto;
	margin-right: 25px; 
}
.account #login a, .account #logout a{
	font-size: 11px;
}
#wrapper #footer {
	position: relative;
	text-align: center;
	margin: 5px 0;
	height:55px;
}
#wrapper .container {
	background-color: #555555;
}

.container #content_bg {
	position: relative;
	margin-top:127px;
	background: transparent url(../images/layout/content_area_bg.jpg) repeat-y top;
	width: 947px;
}

#content_bg .content_inner {
	position: relative;
	background: transparent url(../images/layout/content_area.jpg) no-repeat top;
	width: 947px;
}
.content_inner .video_header{
	background:transparent url(../images/home/video_header.jpg) no-repeat scroll 0 0;
	float:right;
	height:141px;
	margin-right:5px;
	position:relative;
	top:12px;
	width:456px;
}
.content_inner .cam {
	background-color:#000000;
	float:right;
	clear:both;
	height:345px;
	margin:10px 15px;
	position:relative;
	width:430px;
}
.content_inner .signup{
	float:right;
	height:72px;
	margin-right:-8px;
	position:relative;
	top:12px;
	width:469px;
	clear:both;
}
.content_inner .content {
	background-color: white;/*
	filter:alpha(opacity=75);  IE's opacity
	opacity: 0.75;*/
	width: 456px;
	color: #000000;
	padding:10px;
	margin-top:9px;
	position:relative;
	min-height: 575px;
	height:auto !important;
}
.content_inner .content_padding {
	padding: 10px;
}
.container #content_footer {
	background: transparent url(../images/layout/content_area_footer.jpg) no-repeat;
	position: relative;
	height: 42px;
	width: 947px;	
}
/* round corners wrapper */
.t {background-color: #555555; }
.l {background: url(../images/layout/l.gif) 0 0 repeat-y}
.r {background: url(../images/layout/r.gif) 100% 0 repeat-y}
.bl {background: url(../images/layout/bl.gif) 0 100% no-repeat}
.br {background: url(../images/layout/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/layout/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/layout/tr.gif) 100% 0 no-repeat; padding:9px} 
/*  /round cornerswrapper*/

/* navigation   */
ul#nav {
	float:right;
	width: auto;
	margin-right: 25px;
	position: relative;
	margin-top: 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	clear:both;
}

ul#nav li {
	display:inline;
	float:left;
	padding-left:15px;
	width:auto;
}

ul#nav li a {
	font-size: 11px;
	letter-spacing: 1px;
}

ul#nav li a.active {
	color: #ef3824;
}
.content a, .content a:visited {
	color: #ef3824;
}
.content ul { margin: 10px; } 
.content li {
	list-style-position: inside;
	list-style-type: disc;
}
.content p.date {
	font-style: italic;
	font-size: 12px;
}

.content .border {
	border: 3px solid #000000;
	margin: 2px;
}

.content .footnote {
	font-style: italic;
	font-size: 12px;
}
/* Form Style */
label { display:block; font-weight:bold; color:#000; font:10px Arial, Helvetica, sans-serif; text-transform:uppercase; margin:12px 0 4px; }

input, textarea, select { padding:7px; border:1px solid #812C1E; font:16px Arial, Helvetica, sans-serif; width:420px; color:#999; -moz-border-radius:5px; -webkit-border-radius:5px; }

input[type=submit], input.submit { width:auto; background:#08c; border:1px solid #0066AA; color:#fff; font-weight:bold; margin-top:15px; cursor:pointer; width:auto; -moz-border-radius:5px; -webkit-border-radius:5px; padding:5px; }

input[type=submit]:hover, input[type=submit]:focus, input.submit:hover, input.submit:focus { background:#06a; color:#fff; }

input:focus, textarea:focus { border-color:#000; color:#555; }

.error_message {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#FBE3E4 url(../images/error.gif) no-repeat scroll 10px center;
	border:1px solid #FBC2C4;
	color:#8A1F11;
	display:block;
	height:22px;
	line-height:22px;
	margin:3px 0;
	padding:3px 10px 3px 35px;
}

.exists { background: #FBE3E4 url(assets/cross.gif) no-repeat 98% center; border-color: #FBC2C4; color:#8a1f11; }
.avail { background: #D6FFD8 url(assets/success.gif) no-repeat 98% center; border-color: #A0D997; color:#436213; }

.required_field {
	font-size: 14px;
	font-weight: bold;
	color: #812C1E;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
}

.nolist {
	list-style-type:none !important;
}

#context img {padding: 10px 5px;}