* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html {}

body {
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	background: rgb(0,0,0);
}

.hide {
	display: none;
}

a {
	text-decoration: none;
	color: rgb(255,255,255);
	cursor: pointer;
}

div#wrapper {
	width: 100%;
}


div#navbar {
	width: 100%;
	min-height: 31px;
	background: rgb(0,0,0);
	color: rgb(255,255,255);
}

p.javascript {
	display: block;
	width: 100%;
	padding: 8px 0 9px;
	text-indent: 30px;
	font-size: 1.2em;
}

ul.ats {
	float: left;
}

ul.ats li {
	display: block;
	float: left;
}

a.wordmark {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 30px;
}

ul.navigation {
	float: right;
	margin-right: 10px;
}

ul.navigation li {
	display: block;
	float: left;
}

ul.navigation li a {
	display: block;
	padding: 8px 20px;
}

ul.navigation li a:hover {
	background: rgb(0,90,132);
}

div#header {
	width: 100%;
	height: 126px;
	background: rgb(162,173,0);
	font-size: 4em;
	font-weight: bold;
	font-family: 'Lucida Grande', 'Times New Roman', Times, serif;
	text-shadow: 2px 2px 4px rgb(100,100,100);
	padding: 20px 0;
	letter-spacing: -1px;
}

h1 {
	display: none;
}

p.white, p.black {
	display: block;
	width: 920px;
	margin-left: 40px;
}

p.white {
	color: rgb(255,255,255);
}

p.black {
	color: rgb(0,0,0);
}

div#content {
	width: 100%;
	min-height: 400px;
	padding: 30px 0;
	background: url('../../images/q3/planet.jpg') no-repeat top center rgb(0,0,0);
}

.q3-space-logo {
	background: url('../../images/q3/q3-space-logo.png') no-repeat;
	width: 297px;
	height: 280px;
	text-indent: -9999px;
	margin-left: 30px;
	float: left;
}

#loader {
	float: left;
	width: 600px;
	margin-left: 30px;
}

.loader {
	width: 600px;
	color: rgb(255,255,255);
	font-size: 1.2em;
	line-height: 1.6em;
	/*background: rgb(0,0,0);
	background: rgba(0,0,0,.8);
	-moz-border-radius-topright: 100px;
	-webkit-border-top-right-radius: 100px;*/
}

.loader fieldset {
	background: rgb(0,0,0);
	background: rgba(0,0,0,.7);
	border: 0;
	margin: 0 0 40px;
}

.loader fieldset legend {
	padding: 1px 20px;
	background: rgb(162,173,0);
	display: block;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
}

.loader fieldset label {
	float: left;
	width: 130px;
	padding: 0 20px;
}

.loader fieldset input {
	margin-right: 10px;
}

.loader fieldset li {
	width: 100%;
	float: left;
	margin: 2px 0;
}

h2.entry {
	margin: 0 0 10px;
	font-weight: 200;
}

.links {
	width: 127px;
	float: right;
	text-indent: -9999px;
	margin-right: 30px;
}

.video-selector {
	float: right;
	width: 132px;
	margin: 120px -127px 0 0;
}

.video-selector a {
	display: block;
	width: 130px;
	height: 78px;
	text-indent: -9999px;
	border: 1px solid rgb(0,0,0);
	border: 1px solid rgba(0,0,0,.3);
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	margin-bottom: 10px;
}

a.kalasinterview {
	background: url('../../images/q3/kalasinterview.jpg') no-repeat;
}

a.directorswelcome {
	background: url('../../images/q3/directorswelcome.jpg') no-repeat;
}

a.drmeetsfaith
{
	background: url('../../images/q3/drmeetsfaith.jpg') no-repeat;
}

a.kalasvideo {
	display: block;
	width: 430px;
	height: 290px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,.4);
	padding: 5px;
}

a.what-is-q3 {
	background: url('../../images/q3/what-is-q3.png') no-repeat;
	display: block;
	width: 127px;
	height: 37px;
	float: right;
}

a.q3home {
	background: url('../../images/q3/q3home.png') no-repeat;
	display: block;
	width: 107px;
	height: 37px;
	float: right;
}

a.q3resources {
	background: url('../../images/q3/q3resources.png') no-repeat;
	display: block;
	width: 125px;
	height: 37px;
	float: right;
}

a.register {
	background: url('../../images/q3/register.png') no-repeat;
	display: block;
	width: 107px;
	height: 37px;
	float: right;
}

p.nino {
	color: rgb(120,120,120);
	position: absolute;
	right: 30px;
	margin-top: -24px;
	font-size: .8em;
}

div#footer {
	margin: 140px 0 0;
	width: 100%;
	float: left;
	color: rgb(130,160,190);
}

#footer ul {
	margin-left: 30px;
	margin-bottom: 30px;
}

.footer-contact {
	width: 100%
	float: left;
}

.footer-links {
	width: 100%;
	float: left;
}

.footer-links li {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
