/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Quality Mfg */
html, body {
	height:100%;
	margin:0;
	padding:0;
	background-color: rgba(215,215,215,1);
	font-family: Century Gothic, 'Muli', sans-serif;
	font-weight:300;
}

body {
	height:100%;
	margin:0; 
	padding:0; 
	background-color:white; 
	overflow:hidden;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

#backgroundimage {
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	overflow:hidden;
	z-index:5;	
}

.headerbox {
	position:fixed; 
	height:140px;
	width:1000px; 
	top:20px; 
	left:50%; 
	margin-left:-500px; 
	z-index:9999; 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.titleblock {
	position:fixed;
	height:100px;
	width:1000px;
	top:20px;
	left:50%;
	margin-left:-500px;
	background:url('../images/header.png');
	z-index:9999;
}

.logo {
 	width:600px;
	height:50px;
 	margin-top:10px;
 	margin-left:20px;
	float:left;
	color:white;
	font-size:20pt;
	text-decoration:underline;
}

.icons {
 	position:fixed;
 	right:50%;
 	height:80px;
 	margin-top:8px;
 	margin-right:-492px; 
 	border-style:solid;
 	border-width:1px;
 	border-color:black;
}

#container {
	position:fixed; 
	height:auto;
	width:1000px;
	top:160px; 
	bottom:95px;
	left:50%;
	margin-left:-500px;
	padding:0; 
	z-index:10; 
	overflow-y:hidden;
}

.tiles {
	position:relative;
	height:100%;
	left:50%;
	margin-left:-480px;
	float:left;	
	overflow-y:hidden;	
}

.tilecontent {
	position:relative;	
	width:960px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/GradientBG.jpg);
	overflow-y:scroll; 
	font-size:12pt;
}

.footer {
	position:fixed;
	width:1000px;
	height:75px;
	bottom:20px;
	left:50%;
	margin-left:-500px;
	color:white;
	line-height:17px;
 	border-style:solid;
 	border-width:1px;
 	border-color:gray;	
	z-index:8010;
}

#copywrite {
	position:fixed;
 	width:400px;
	left:50%;
	bottom:25px;
	margin-left:-200px;
	font-size:8pt;
	text-align:center;
	color:rgb(50,50,50);
	z-index:8015;
}

#footerbg {
	position:fixed; 
	height:75px; 
	width:1000px; 
	bottom:21px;
	left:50%; 
	margin-left:-500px; 
	overflow:hidden; 
	z-index:8000;
}

.footer .content {
 	position:relative;
 	margin-top:5px;
 	margin-left:5px;
	width:auto;
	float:left;
 	font-size:10pt;
	color:rgb(50,50,50);
	z-index:8005;
}

.boxshadowing {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(80, 80, 80, 1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(80, 80, 80, 1);
	box-shadow: 0px 0px 15px 5px rgba(80, 80, 80, 1);
}

.dropshadow {
	box-shadow: 5px 5px 5px #777777;
}


/* Navigation Bar */
.navigation {
	position:fixed;
	width:1000px;
	height:40px;
	top:120px;
	left:50%;
	margin-left:-500px;
	color:white; 
	background-image:url(../images/Gradient.jpg);
	z-index:9999;
}

.navigation ul{
	margin:0; 
	padding:0;
}

.navigation ul li{
	position:relative;
	display:inline; 
	width:120px; 
	height:40px; 
	line-height:35px;
	float:left; 
	list-style:none; 
	font-size:16pt;
	border-right:solid 1px grey;
}

.navigation ul li:hover{
	background-color:rgb(23, 95, 131);
	background-color:rgba(38, 183, 255, 0.5);
	cursor:pointer;
	cursor:hand;
}

.navigation a{
 	position:relative;
	display:inline-block;
 	width:120px;
 	height:40px;
	top:0;
 	color:white;
 	text-align:center;	
	text-decoration:none;
}

/*Popup Menu*/
.navigation li ul{
	position:absolute;
	display:none;
 	width:160px;
	top:28px;
	left:0px; 
	padding:0;
	margin:0;
	color:white;
	z-index:9999;
	border:1px solid black;
	background-color:#333333;
	box-shadow: 5px 5px 5px #333333;
}

.navigation li:hover ul{
	display:block;
}

/*Popup Text Formating*/
.navigation li li{
	display:list-item;
	width:160px;
	height:25px;
	line-height:25px;
	list-style:none;
	font-size:11pt;
	border-right:solid 0px grey;
}

.navigation li li  a{
 	position:relative;
	display:inline-block;
 	width:155px;
 	height:25px;
	top:0;
 	color:white;
 	padding-left:5px;
 	padding-right:0px;
	text-align:left;
	text-decoration:none;
}