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

html {
	background-color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	color: #ffffff;
}
#outer {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#header {
	height: 333px;
	background-image: url(images/bg-header.png);
	background-repeat: no-repeat;
	margin: 0px 0px -18px 0px;
	padding: 36px 0px 0px 455px;
}
#menu {
	width: 199px;
	float: left;
	margin: 0px 20px 0px 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	list-style-image: none;
	list-style-type: none;
	font-size: 16pt;
}
li a {
	color: #ffffff;
}
li a:hover {
	color: #ffff00;
}
#sidebar {
	width: 199px;
	float: left;
}
#sidebar p {
	font-size: 8pt;
	padding: 0px 25px;
}
.sidebar-header {
	height: 47px;
	background-image: url(images/sidebar-header.png);
	background-repeat: no-repeat;
}
.sidebar-body {
	min-height: 345px;
	background-image: url(images/bg-sidebar.jpg);
	background-repeat: repeat-y;
}
.sidebar-footer {
	height: 47px;
	background-image: url(images/sidebar-footer.png);
	background-repeat: no-repeat;
}
#content {
	float: left;
	width: 560px;
	margin: 0px 20px 0px 0px;
}
#content-header {
	height: 47px;
	background-image: url(images/content-header.png);
	background-repeat: no-repeat;
}
#content-body {
	min-height: 345px;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-y;
	padding: 0px 50px;
}
#content-footer {
	height: 47px;
	background-image: url(images/content-footer.png);
	background-repeat: no-repeat;
}
p {
	font-size: 10pt;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
#content ul {
	font-size: 10pt;
}
h1 {
	font-size: 36pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18pt;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
img {
	margin: 20px 0px 0px 0px;
}
a {
	text-decoration: none;
}
h1 a {
	color: #ffffff;
}
strong {
	font-size: 10pt;
}
#content a {
	color: #ffff00;
}
#content a:hover {
	text-decoration: underline;
}
#sidebar img {
	margin: 0px 0px 0px 20px;
}
#sidebar h3 {
	padding: 0px 25px;
	margin: 0px;
}
#footer {
	position: relative;
	top: 20px;
	margin: 0px 0px 40px 0px;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	height: 78px;
	clear: both;
	text-align: center;
	padding: 30px 0px 0px 0px;
	color: #000000;
	font-size: 10pt;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #ffff00;
}
td {
	padding: 5px;
	font-size: 10pt;
	border: 1px solid #ffffff;
}
td h3 {
	font-size: 10pt;
}
table {
	/*border: thin solid #00ff00;*/
	margin: 20px 0px 0px 0px;
}

.float_image {
	margin: 5px 0px 0px 0px;
	float: left;
}
.atl {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 3px;
}


a img {
	border: none;
}

.gallery {
	margin: 20px 0px 0px 0px;
}
.gallery img {
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
.floater {
	float: left;
	margin: 0px 10px 5px 0px;
	position: relative;
	top: 3px;
}
#problem-image {
	margin: 20px 10px 0px 0px;
}
.video-container {
	position: relative;
	margin: 2em 0;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





@media screen and (max-width: 63.4375em) {

#outer {
	width: 100%;
}
#header {
	background-position: top right;
	height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
	position: relative;
}
	h1 {
		position: absolute;
		top: 35px;
		right: 180px;
	}
#sidebar {
	width: 560px;
	margin: 20px 0 0 219px;
}
.sidebar-header {
	background-image: url(images/content-header.png);
}
.sidebar-body {
	background-image: url(images/bg-content.jpg);
}
.sidebar-footer {
	background-image: url(images/content-footer.png);
}
#content {
	margin: 0;
}

}





@media screen and (max-width: 49.6875em) {

#header {
	background-position: center;
}
	h1 {
		position: static;
		text-align: center;
	}
#menu, #content, #sidebar {
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
}
#menu {
	height: auto;
}
	#menu ul {
		padding: 0px;
		font-size: 14px;
	}
		#menu li {
			display: inline-block;
			background: #ff0;
			width: 32.6%;
			height: 32px;
			border: 1px solid #000;
			text-align: center;
			float: left;
		}
			#menu a {
				display: block;
				height: 100%;
				color: #000;
			}
	#menu:after {
		content: "";
		display: block;
		clear: both;
	}
.sidebar-body {
	min-height: 0;
}
#content-body {
	padding: 0 20px;
}

img {
	max-width: 100%;
	height: auto;
	float: none !important;
}
table {
	width: 100%;
	background: #000;
}

}