/* 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: 101px;
	float: left;
	background-color: #ffffff;
}

#logo {
	width: 85px;
	height: 81px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#header {
	width: 676px;
	height: 81px;
	position: relative;
	top: 10px;
	left: 94px;
	background: #dcddc7;
}

#contentarea {
	width: 780px;
	float: left;
	left: 0;
	background: #ffffff url(../images/bluebarright.gif) repeat-y top right;
}

#rightpicset {
	width: 271px;
	float: right;
	margin: 0px 10px 0px 0px;
	_display: inline;
	background: #ffffff url(../images/bluebarright_2.gif) repeat-y top right;
}

html>body #rightpicset {
	width: 271px;
	float: right;
	margin: 0px 10px 0px 0px;
	background: #ffffff url(../images/bluebarright_2.gif) repeat-y top right;
}

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

table.request  {
	color: #2c2c2c;
	font-size: 11px;
}

/* images */

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

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

img.header {
	display: inline;
	margin: 25px 0px 25px 21px;
}

img.subheader {
	margin: 11px 0px 0px 21px;
}

img.paraheader {
	margin: 0px 0px 5px 0px;
}

img.border {
	border: 1px solid #2c2c2c;
}

img.footerimg {
	margin: 15px 10px 0px 10px;
}

img.uniform {
	margin: 630px 0px 0px 0px;
}

html>body img.uniform {
	margin: 595px 0px 0px 0px;
}

img.callinside {
	display: inline;
	margin: 25px 96px;
}

img.partyinside {
	display: inline;
	margin: 7px 7px 7px 0;
}

img.jobinside {
	display: inline;
	margin: 0 7px 7px 0;
	float: right;
}

/* paragraphs */

p.content {
	color: #2c2c2c;
	font-size: 11px;
	line-height: 1.7;
	margin-top: 15px;
	margin-left: 22px;
	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;
}

/* 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-bottom: 0px;
	margin-top: 0px;
}

/* lists */

ul.inside {
	list-style-type: square;
	font-size: 11px;
	color: #2c2c2c;
	line-height: 18px;
	margin-top: -10px;
	margin-left: 50px;
}

html>body ul.inside {
	list-style-type: square;
	font-size: 11px;
	color: #2c2c2c;
	line-height: 18px;
	margin-top: -10px;
	margin-left: 10px;
	margin-bottom: -5px;
}

/* links */

a.inside  {
	color: #720000;
	text-decoration: underline;
}

a.inside: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;
}

/* form fields */

input.request  {
	color: #2c2c2c;
	font-size: 11px;
	border : 1px #DCDDC7 solid;
}

textarea  {
	color: #2c2c2c;
	font-size: 11px;
	border : 1px #DCDDC7 solid;
	width: 380;
}

input.button {
	background-color : #720000;
	border : 1px #DCDDC7 solid;
	color : #DCDDC7;
	font-size: 9px;
	text-transform : uppercase;
	}














