@charset "UTF-8";
/* CSS Document */

/* Reset
------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
input, textarea, button, select {font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;margin:0;}

body{  }

H1 {
	font-family:arial, verdana, sans-serif;	
}

p {
	color:#FFF;
	font-family:arial, verdana, sans-serif;	
}

#pageContainer {
	padding-top: 20px;
	background: url(images/circuit.gif);
}

#header {
	background: rgba(53, 53, 53, 0.9);
	filter: alpha(opacity=90);
	margin-bottom: 20px;
}

.logo{
	display: block;
	float: left;
	width: 200px;
	height: 84px;
}

#slogan {
    font-family: trebuchet MS;
    font-size: 28px;
    text-align: center;
}

#navbar {
	background: url(images/black-nav-bar.gif) repeat-x scroll 0;
}

.nav-button{
	float: left;
	padding: 6px 20px;
	text-shadow: 0 1px 2px #000000;
	background: url(images/black-nav-bar.gif) repeat-x scroll 0;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}

.theme-selector {
    float: right;
    padding-right: 5px;
    padding-top: 5px;
}

#middle {
	background: url(images/faux-940.gif);
	opacity: 0.9;
	filter: alpha(opacity=90);
	margin-bottom: 20px;
}

#content {
	padding-top:20px;
	padding-bottom:20px;
	width:618px;
	padding-left:2px;
	}

#content h1 {
	font-size: 25px;
	font-weight: bold;
}

#video {
	background: black;
}

#leftSideBar {

}

#rightSideBar {

}

#footer {
	background: rgba(53, 53, 53, 0.9);
	filter: alpha(opacity=90);
}

.footernav {
	list-style:none;
	margin-left: 250px;
}

.footernav li{
	display: inline;
}

.footernav li a {
	display: block;
	float: left;
	list-style: none;
	text-align: center;
	color: #FFFFFF;
	font-family:arial, verdana, sans-serif;
	font-size: 10px;
	padding:0 0 0 50px;
}

.footernav li ul:after {
	content: "|";
}

#input div {
    margin-left: 10px;
    margin-right: 380px;
    padding-bottom: 6px;
    padding-left: 30px;
    padding-right: 0;
}

.green{
    color: green !important;
}

.red {
    color: red !important;
}

.blue{
    color: blue !important;
}

.yellow{
    color:yellow !important;
}