@charset "utf-8";
body {
	background-color: #140812;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/homeImageLines.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

body, html {
	height: 100%;
	width: 100%;
}

body,td,th {
	color: #EBEBEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}


h1 {
	font-size: 56px;
	color: #DBDBDB;
	margin: 0px;
}
h2 {
	color: #DBDBDB;
	margin-top: -7px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
}
h3 {
	color: #E8E8E8;
	text-align: left;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}
h4 {
	color: #E8E8E8;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}
a {
	color: #6BB8D1;
	text-decoration: none;
}
a:hover {
	color: #C5421E;
}
#wrapper {
	min-height:100%;
	position: relative;
	width: 100%;
	max-width:1100px;
	min-width:760px;
	margin-top: 0px;
}
#container {
	padding-bottom: 120px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 100%;
	}
#nav {
	position: absolute;
	width: 90px;
	top: 140px;
	left: 10px;
	z-index: 20;
}
#nav a {
	color: #DBDBDB;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 4px;
	border: 1px solid #C34F2A;
	font-size: 11px;
	background-color: #191219;
	text-align: center;
	margin-bottom: 8px;
}
#nav a:hover {
	color: #140911;
	background-color: #CA2E1F;
	border: 1px solid #EE9A20;
	background-image: url(../images/buttonFade.jpg);
}
#nameTitle {
	height: 120px;
	width: 550px;
	margin-top: 0px;
	text-align: right;
	float: right;
	padding-right: 6%;
}
#leftColumn {
	padding: 6px;
	text-align: left;
	width: 50%;
	float: left;
}
#content {
	margin-left: 130px;
	margin-right: 5%;
	padding-top: 20px;
	text-align: left;
	clear: both;
}
#recordingDiv {
	width: 67%;
	margin-right: auto;
	margin-left: 0px;
}


#text {
	margin-top: 300px;
}
#rightColumn {
	padding: 5px;
	text-align: left;
	float: right;
}
#news {
	margin-top: 80px;
	padding-left: 30px;
	text-align: left;
}
#news td, th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#wrapper #container #content #rightColumn #socialmedia {
	text-align: right;
}



#scrollB {
	height: 220px;
	overflow: auto;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px;
	width: 220px;/*	border: 1px solid #ce5820;  */
}
#footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: left;
	left: 55px;
	font-size: 11px;
	color: #E8E8E8;
}
#footer a {
	color: #DBDBDB;

}
#footer a:hover {
	color: #AB4727;
}


#copyright {
	font-size: x-small;
	text-align: right;
	color: #DBDBDB;
	margin-right: 70px;
	margin-bottom: 8px;
	background-color: #140812;
}
#webmaster {
	font-size: x-small;
	text-align: left;
	margin-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	color: #E59518;
}
#webmaster a {
	color: #EC9A1D;
}

#imageAbs {
	left: 190px;
	top: 0px;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
}
#tableComp {

}
#tablecomp th, td {
	padding: 3px;
}
#galleryTable td, th {
	width:120px;
	margin:0 15px 15px 0;
	border:1px solid #666666;
	text-align: center;
}
#galleryTable td:hover, th:hover {
	background-color:#464646;
}
#galleryTable img {
	display:block;
	margin:8px auto;
}

#galleryTable span {
	display:none;
	}
#galleryTable .noTableStyle {
	width:40px;
	margin:0;
	border:none;
	}
#galleryTable .noTableStyle:hover {
	background-color:#000000;
	}
#lightbox a {
	border:none;
	}


.columnNames {
	float: left;
	width: 23%;
	padding: 5px;
}


.greyTextBox {
	color: #FFFFFF;
	background-color: #666666;
	padding: 6px;
	border: 1px solid #CE5820;
}

.tinyText {
	font-size: x-small;
}
.largeText {
	font-size: 24px;
}
.orangeText {
	color: #E9811E;
	font-size: 14px;
}

.medText {
	font-size: 14px;
	color: #DBDBDB;
}
.normal {
	font-size: small;
	font-weight: normal;
}
.bottomDots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.greyBG {
	background-color: #515151;
	padding-top: 7px;
	padding-bottom: 7px;
}
.preload
{
	height: 0px;
	width: 0px;
	position: absolute;
	left: -1600px;
	top: 0px;
	z-index: -20;
}
.orange {
	color: #E9811E;
}
