/* Reset CSS for cross browser consistency */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: "Times New Roman", Times, serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*  End CSS Reset */

 /* HTML STYLES GLOBAL */

html, body {
	margin: 0;
	background-image: url('images/new/Q_BkgdArt.jpg');
	background-repeat: repeat-x;
	background-color: #0e487f;
	text-align: center;
	padding: 0;
	color: #000;
	height: 101%;
	font-size: 8px;
	}
	
	
/* GENERAL MARK-UP - NO STRUCTURE */	
strong {
	font-weight: 800;
}
p {
	font-family: "Arial", Verdana, New Gothic MT, New Gothic;
	font-size: 10px;
	line-height: 1.5em;
	padding-bottom: 05px;
}

sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

em {
	color: #0e487f;
	font-style: normal;
	font-weight: 700;
}
	
h1 {
	font-family: Georgia;
	font-size: 18px;
	font-style: normal;
	color: #036;
	border-bottom: 1px solid #FC6;
}

h2 {
	font-family: Georgia;
	font-size: 16px;
	font-style: normal;
	color: #036;
}

h3 {
	font-family: Georgia;
	font-size: 14px;
	font-style: normal;
	color: #036;
	margin: 0px;
	padding-top: 05px;
}

h3 .titleset {
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #036;
}

h4 {
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	color: #036;
	margin-bottom: -0em;
}

h5, h6 {
	font-family: Georgia;
	font-style: normal;
	margin-top: 0px;
}

.investor {
	padding-bottom: 10px;
	border-bottom: #CCC 1px dotted;
}	

ul, li {
	list-style-position: outside; 
	font-family: "Arial", Verdana, New Gothic MT, New Gothic;
	font-size: 10px;
	line-height: 1.2em;
}



#quinbullet {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0px;
}


	
/* STRUCTURAL ELEMENTS */

#page {
	background-color: #FFF;
	width: 756px;
	margin: 0px auto;
	/*padding: 7px;*/
	}

#content {
	width: 706px;
	margin:0px auto;
	text-align:left;
	background-color: #FFF;
	}

	
#header {
	position: relative;
	margin: 40px 0 0 0;
	width: 706px;
	height: 74px;
	background-color: #FFF;
}

#header_logo {
	float: left;
	width: 250px;
}

#header_right {
	position: relative;
	float: right;
	width: 456px;
	height: 74px;
}

#header_nav {
	position:absolute;
	bottom: 0;
	right: 0;
}

#page_body {
	width: 706px;
	background-color: #FFF;
	padding: 0 0 20px 0;
}

#page_content {
	float: right;
	width: 536px;
}

#footer {
	width: 756px;
	height: 118px;
	background-image: url("images/new/QuinnovaPkgdBottomArt.jpg");	
	clear: both;
	margin: -25px;
	position: relative;
}

#footer p {
	display: block;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 8px;
	left: 130px;
}

#header_right ul, #header_right li {
	margin: 0;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#navcontainer {
	float: left;
	width: 170px;
	
}

#navlist {
	font-family: News Gothic MT, News Gothic, Arial, Arial Narrow, arial;
	font-weight: bolder;
	font-size: 10px !important;
	margin-right: 0px;
	
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0px;
	display: block;
	list-style-type: none;
	font-family: News Gothic MT, News Gothic, Arial, Arial Narrow, arial;
	font-weight: 800;
	}

#navlist li {	margin: 0 0 0 0px;}


#navlist img {
	border: 0;
}

#subnavlist ul {
	padding: 30px 0 0 0;
}
