﻿/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* Micro-clearfix
-----------------------------------------------------------*/

.cf {
	zoom: 1;
}

.cf:before, .cf:after {
	content: ""; display: table;
}

.cf:after {
	clear: both;
}

html, body {
	background-color: black;
	height: 100%;
}

a {
	color: #f8931e;
}

a:hover {
	color: white;
}

h1, h2 {
	color: #bbbbbb;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}

h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

ul li {
	list-style: disc;
}

.error {
	color: red;
	margin-left: 6px;
	width: 250px !important;
}

.content {
	background-color: #0d0d0d;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.header {
	background-image: url(images/header-background.png);
	background-repeat: repeat-x;
	color: white;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	height: 100px;
	position: relative;
}

.header .title {
	display: inline-block;
	font-size: 32px;
	margin: 10px 0 0 30px;
}

.header .contact {
	font-size: 16px;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.body {
	background-color: #0d0d0d;
	color: white;
	float: right;
	padding: 20px 20px 40px 20px;
	width: 600px;
}

.side-panel {
	background-color: #0d0d0d;
	color: white;
	float: left;
	padding: 10px 0 40px 10px;
	width: 220px;
}

.side-panel li {
	background: #161616 url(images/bullet.png) 15px 12px;
	background-repeat: no-repeat;
	border-bottom: solid 1px black;
	border-top: solid 1px #383838;
	color: #f8931e;
	cursor: default;
	height: 30px;
	list-style: none;
	padding: 8px 0 0 30px;
}

.side-panel .sub-menu {
	background-image: none;
	padding-left: 50px;
}

.question {
	color: white;
	display: inline-block;
}

.anwser {
	color: white;
	display: inline-block;
	margin-bottom: 20px;
}

.ul-column {
	float: left;
	margin-right: 70px;
}

.ul-column li {
	margin-bottom: 20px;
}

#contactUsForm div {
	margin-bottom: 4px;
}

#contactUsForm label {
	display: inline-block;
	width: 110px;
}

#contactUsForm input {
	width: 180px;
}

#contactUsForm textarea {
	height: 80px;
	width: 580px;
}

.required {
	color: red;
}

.confirm {
	display: none;
}