/*
Color Palette

Light Purple: #CDCADD
Dark Blue: #337A8E
Light Blue: #99BCC6
Faded Blue: #F3FCFF
Grey: #484848

*/

body {
	color: #484848;
	background: #FFFFFF url(images/background.gif) no-repeat;
}

#topLinks {
	position: absolute;
	right: 10px;
	height: 25px;
	top: 90px;
	margin: 0px;
	font-size: smaller;
}

#content {
	width: 600px;
	padding: 130px 50px 10px 50px;
	margin: 75px auto;
	border: 1px solid #99BCC6;
	text-align: justify;
	background: #FFFFFF url(images/banner.gif) no-repeat;
	position: relative;
}

h2 {
	color: #337A8E;
	font-family: "Tahoma", "Geneva", sans-serif;
	font-weight: lighter;
	font-size: 1.2em;
}

h3 {
	color: #484848;
	font-family: "Tahoma", "Geneva", sans-serif;
	font-weight: lighter;
	font-size: 1.6em;
	margin-bottom: .5em;
}

a {
	color: #337A8E;
}

p {
	margin-left: 1em;
}

li {
	margin-bottom: .75em;
}

ul {
	list-style-type: circle;
}

ul ul {
	list-style-type: none;
}


#footer {
	text-align: center;
	margin-bottom: 0px;
}

#qbLogo {
	vertical-align: middle;
	margin-left: 30px;
}

#affiliateLogo {
	vertical-align: middle;
	margin-left: 25px;
}

a img {
	border: none;
}

#inlineh2 {
	display: inline;
}

/* Contact page */

#aroundTextArea {
	width: 100%;
	position: relative;
}

#contactForm, #emailReceipt, #ajaxResults.loaded {
	background-color: #F3FCFF;
	position: relative;
	font-family: monospace;
	padding: 15px;
	border: 1px solid #99BCC6;
	margin: 0;
}

#contactForm hr, #emailReceipt hr {
	width: 100%;
	height: 1px;
	background-color: #CDCADD;
	border: 0px;
}

#emailReceipt, #ajaxResults.loaded {
	background-image: url(images/sent_stamp.gif);
	background-repeat: no-repeat;
	background-position: 95% 3%;
}

#contactForm textarea {
	width: 100%;
	margin-top: 15px;
	color: #484848;
}

#contactForm table {
	width: 100%;
	border-collapse: collapse;
}

div.formError {
	font-size: smaller;
	color: #DB4F4F;
	text-align: right;
	/*display: none;*/
	font-family: sans-serif;
	margin-top: .3em;
}

p.systemMessage {
	font-size: smaller;
	color: #DB4F4F;
	font-family: sans-serif;
}

#contactForm table input {
	width: 100%;
	color: #484848;
}

#contactForm table td.firstRow {
	width: 10px;
	vertical-align: top;
	padding-right: 1em;
}

#imgWrapper, #imgCaption {
	display: inline;
	float: right;
}

#maildiv {
	width: 50%;
	float: left;
}

#emailh2 {
	clear: both;
}
