@charset "utf-8";
/* CSS Document */
/*Mitchell Kruse
Date: 12-10-2013*/

body {
	margin: 0;
	padding: 0;
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: rgba(60,68,231,1.00);
	background-image: url(q_emblem_revised_grey.png);
	background-repeat: no-repeat;
	background-position: center top;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

a:link {
	color: #FFFFFF;
	text-align: center;
}
a:visited {
	color: gray;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 960px;
	background: rgba(0,0,100,0);
	/*opacity: 50%;*/
	font-family: Tahoma, Geneva, sans-serif;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: none;
}

header {
	text-align:center;
	background-color: rgba(0,0,255,0);
	font-size: 36px;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	font-weight: bold;
	font-style: normal;
}

nav {
	/*float:center;*/
	/*align:center;*/
	padding-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	visibility: inherit;
	/*position: fixed;*/
	top: auto;
}

.content {
	padding: 10px 0;
	width: 900px;
	/*border: thick groove #CCC;*/
	background-color: rgba(0,0,100,0.6);
	box-shadow: 1px 1px 20px 5px #000000;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}

nav ul {
	list-style: none;
	margin-bottom: 15px;
}
nav ul li {
	display:inline; 
}
nav ul a, nav ul a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;
	width: 130px;
	text-decoration: none;
	background-color: #000066;
	border: thick groove #CCC;
}
nav ul a:hover, nav ul a:active, nav ul a:focus {
	color: #FFFFFF;
	background-color: #000099;
	text-align: center;
}

footer {
	/*align: bottom;*/
	position: fixed;
	text-align:center;
	padding: 10px 0;
	background: #CCC49F;
	position: relative;
	clear: both;
	background-color: rgba(0,0,255,0);
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	height:0;
	font-size: 1px;
	line-height: 0px;
}

header, section, footer, aside, nav, article, figure {
	display: block;
	text-align: center;
}
	
.container .content h1 b {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
nav ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
nav li
{
	float:left;
}
nav a
{
	display:block;
	width:60px;
	background-color:#dddddd;
}
article, nav {
	width: 800px;
	margin: 0 auto;
}