/* CSS Document */

/* global */
a, b, body, h1, h2, h3, input, li, ol, p, select, span, textarea, ul {
	font-family: verdana,arial,helvetica,sans-serif;
}

/* layout */

body {
	margin: 2px;
	padding: 0px;
	background: #440000 url(../images/qp_back_red.gif) repeat-x fixed;
	text-align: center;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#topblock {
	width: 780px;
	height: 300px;
	float: left;
	background-color: #ffffff;
}

#logo {
	width: 160px;
	height: 280px;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url(../images/qp_logo.gif);
	text-align: center;
}

#header {
	width: 589px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 181px;
	background: #dcddc7;
}

#flash {
	width: 589px;
	height: 225px;
	position: absolute;
	top: 65px;
	left: 181px;
	background: #DCDDC7;
    overflow: hidden;
}

#contentarea {
	width: 780px;
	float: left;
	margin-top: 5px;
	background: #ffffff url(../images/home_pic.jpg) no-repeat top right;
}

#footer {
	width: 780px;
	clear: both;
	background: #cecdb6 url(../images/fade.gif) no-repeat top;
	text-align: center;
	padding-top: 15px;
}

/* images */

img {
	border: none;
}

img.divider {
	margin: 0px 22px 0px 22px;
}

img.firstnav {
	margin: 0px 0px 0px 27px;
}

img.header {
	margin: 12px 0px 0px 14px;
}

img.headercontent {
	margin: 20px 0px 0px 19px;
}

img.div {
	margin: 15px 0px 5px 20px;
}

html>body img.div {
	margin: 20px 0px -10px 20px;
}

img.callhome {
	margin: 16px 0 145px;
}
/* paragraphs */

p.content {
	color: #2c2c2c;
	font-size: 11px;
	line-height: 1.6;
	margin-top: 15px;
	margin-left: 22px;
	margin-bottom: 0px;
	width: 450px;
}

p.footer {
	color: #2c2c2c;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

p.stillwater {
	color: #ffffff;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

html>body p.stillwater {
	color: #ffffff;
	font-size: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
}

/* headers */

h1 {
	color: #2c2c2c;
	font-size: 12px;
	line-height: 1.7;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-left: 22px;
	width: 450px;
}

h3 {
	color: #2c2c2c;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
}

html>body h3 {
	color: #2c2c2c;
	font-size: 10px;
	margin-top: 00px;
	margin-bottom: 0px;
}

/* links */

a.home  {
	color: #720000;
	font-size: 10px;
	text-decoration: none;
	font-family: verdana,helvetica,arial;
}

a.home:hover {
	color: #6B6A56;
	text-decoration: none;
}

a.footer {
	font-size: 10px;
	color: #5f5f4f;
	text-decoration: underline;
}

a.footer:hover  {
	font-size: 10px;
	color: #5f5f4f;
	text-decoration: none;
}

a.still {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

a.still:hover  {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

/* home object flash movie */

.homeflash  {
	margin: 5px 0px 0px 0px;
}

/* tables grrrr... */

table.hometab {
	margin: 0px 0px 8px 20px;
}

html>body table.hometab {
	margin: 15px 0px 8px 20px;
}
