/* 
Title:			master stylesheet
Updated:		August 9, 2006

Key Colours
-----------

Blue-Grey:		#848c9f
Dark Blue-Grey: 	#7e8699
Background Blue:	#446688
Light Blue Background:	#f4f4f9
*/

/* define screen styles
---------------------------------------------------------- */

@media screen {

	/* global styles
	---------------------------------------------------------- */

	* {
		margin: 0;
		padding: 0;
		}

	body {
		margin: 0;
		padding: 0;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: small;
		text-align: center;
		line-height: 1.5em;
		color: #333;
		background-color: #446688;
		}

	a:link {
		color: #06c;
		background: transparent; 
		}

	a:visited {
		color: #039;
		background: transparent; 
		}

	a:hover {
		color: #09f;
		background: transparent; 
		}

	a:active {
		color: #0c6;
		background: transparent;  
		}

	img {
		border: 0;
		}

	h1 {
		font-size: 2em;
		}

	h2 {	
		font-size: 1.8em;
		}

	h3 {
		font-size: 1.6em;
		}

	h4 {
		font-size: 1.4em;
		}

	h1,
	h2,
	h3,
	h4 {
		margin: 0.2em 0;
		color: #333;
		}

	p {
		margin: 1em 0;
		}

	form {
		margin: 0;
		padding: 0;
		}

	dl {
		margin: 1em 0;
		}

	dl dt {

		}

	dl dd {
		padding: 0 0 0 3em;
		}

	ul {
		margin: 1em 0;
		padding: 0 0 0 3em;
		}

	ul li {

		}

	ol {
		margin: 1em 0;
		padding: 0 0 0 3em;
		}

	ol li {

		}

	acronym {
		border-bottom: 1px dotted;
		cursor: help;
		color: #060;
		}

	address {

		}

	cite {

		}

	code {
		font-family: Courier, monospace;
		color: #c60;
		padding: 0.2em 0;
		}

	dfn {
		font-weight: oblique;
		cursor: help;
		color: #060;
		}

	em {
		font-weight: oblique;
		}

	strong {
		font-weight: bold;
		}

	pre {
		margin: 1em 2em;
		padding: 1em;
		font-family: Courier, monospace;
		border: 1px dashed #eee;
		}

	blockquote {
		margin: 1em 2em;
		padding: 1em;
		background: #eee;
		}

	kbd {
		color: #900;
		}

	sub {

		}

	sup {

		}

	textarea,
	select {
		font: small "Lucida Grande", Verdana, sans-serif;
		line-height: 1.5em;
		}

	table {
		border-collapse: collapse;
		}

	th {

		}

	td {
		border: 1px solid #aaa;
		}

	/* layout
	---------------------------------------------------------- */

	#mongoose_dashbar {
		font-size: smaller;
		background: #000;
		color: #fff;
		padding: 3px 6px;
		text-align: right;
		}

	#mongoose_dashbar a,
	#mongoose_dashbar span {
		font-weight: bold;
		color: #fff;
		}

	/*
	---------------------------------------------------------- */

	#wrap {
		background: transparent url(images/page_background.png) top left repeat-x;
		padding: 10px 0;
		}

	#container {
		background: #f4f4f9;
		position: relative;
		width: 766px;
		margin: 0 auto;
		text-align: left;
		}

	/*
	---------------------------------------------------------- */

	#header {
		margin: 0;
		padding: 0;
		background: #848c9f url(images/header_background.png) center right no-repeat;
		border: 1px solid #7e8699;
		}

	#header #logo {
		}

	#header #logo a {
		text-indent: -9999px;
		display: block;
		width: 200px;
		height: 88px;
		background: transparent url(images/logo.gif) top left no-repeat;
		overflow:hidden;
		}

	/*
	---------------------------------------------------------- */

	#banner {
		height: 140px;
		clear: both;
		background: transparent url(images/banner_background.png) top left repeat-x;
		}

	#banner p {
		text-align: center;
		display: block;
		padding: 45px 20px 0 20px;
		margin: 0;
		font-size: large;
		clear: left;
		font-weight: bold;
		}
	
	#banner a {
		float: right;
		margin: 8px 10px 0 0;
		}
	
	span.softrider {
		font-style: oblique;
		color: #e00;
		}

	/*
	---------------------------------------------------------- */

	#nav {
		/* Theme via R.A.D. Theme */
		}

	/*
	---------------------------------------------------------- */

	#content {
		clear: left;
		position: relative;
		float: left;
		padding: 20px;
		background: #fff;
		width: 726px;
		}

	div.two_column {
		border-right: 1px solid #ccc;
		width: 513px !important;
		}

	#sitemappath {
		border-bottom: 1px dashed #ccc;
		padding: 0 10px;
		font-size: smaller;
		margin: -20px -20px 10px -20px;
		}

	#sitemappath p {
		margin: 0;
		}
	
	#content h1 {
		font-size: large;
		}
	
	#content h2 {
		font-size: medium;
		}
	
	#content h3 {
		font-size: small;
		}

	/*
	---------------------------------------------------------- */

	#sidebar {
		position: relative;
		float: left;
		width: 172px;
		padding: 10px 20px;
		}

	#sidebar h3 {
		height: 1%;		/* for IE */
		font-size: small;
		padding: 10px 0 10px 30px;
		background: transparent url(images/heading_arrow.gif) center left no-repeat;
		border-bottom: 1px solid #ccc;
		}

	#sidebar div.sidebar_list ul {
		margin: 10px 0;
		padding: 0;
		}

	#sidebar div.sidebar_list ul li {
		height: 1%;		/* for IE */
		list-style-type: none;
		padding: 0 0 0 15px;
		background: transparent url(images/list_arrow.gif) top left no-repeat;
		}

	/*
	---------------------------------------------------------- */

	#footer {
		height: 1%;		/* for IE */
		padding: 5px 10px;
		background: #848C9F url(images/footer_background.png) top left repeat-x;
		color: #fff;
		float: none;
		clear: both;
		}

	#footer p {
		margin: 0;
		font-size: smaller;
		color: #eee;
		}
	
	#footer a.techflare_link {
		float: right;
		width: 32px;
		height: 30px;
		margin: 5px 5px 0 0;
		background: transparent url(images/techflare_icon.gif) top left no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		}
	
	#footer a {
		color: #fff;
		}

	/* form styles
	---------------------------------------------------------- */

	div.form {
		margin: 1.8em auto;
		padding: 0;
		}

	div.form fieldset {
		border-width: 1px 0 0 0;
		border-color: #000;
		margin: 1em 0 0 0;
		padding: 1em;
		}

	div.form fieldset legend {
		color: #000;
		font-size: large;
		font-weight: bold;
		}

	div.form div.required,
	div.form div.optional,
	div.form div.buttons {
		position: relative;
		clear: both;
		padding: 0.5em 0;
		width: 100%;					/* Fixes IE float issues for child elements */
		}

	div.form div.required label,
	div.form div.optional label {
		float: left;
		text-align: right;
		width: 14em;
		padding: 0.2em;
		background: #eee;
		}

	div.form div.required label {
		font-weight: bold;
		}

	div.form div.required span,
	div.form div.optional span {
		display: block;
		margin: 0 0 0 15em;
		padding: 0.2em 0;
		}

	div.form div.required span.dynamicerror,
	div.form div.optional span.dynamicerror {
		clear: left;
		color:#CC0000;
		}

	div.form div.required span span,
	div.form div.optional span span {
		display: inline;
		padding: 0;
		margin: 0;
		}

	div.form span.wide {
		width: 100%;
		padding: 0;
		margin: 0;
		}

	div.form div.required span label,
	div.form div.optional span label {
		display: inline;
		float: none;
		width: auto;
		background: transparent;
		font-weight: normal;
		}

	div.form div.buttons {
		}

	div.form div.buttons input {
		float: right;
		background: #eee url(images/button_grey_gradient.png) top left repeat-x;
		color: #333333;
		font: bold 1em Verdana !important;
		width: auto;				/* fix for IE double padding on buttons */
		overflow: visible;			/* fix for IE double padding on buttons */
		text-align: center;
		padding: 0.2em 0.5em;
		margin: 0 0.5em;
		border: 1px solid #333333;
		}

	div.form input.inputText {
		width: 20em;
		}

	div.form textarea.inputTextArea {
		width: 20em;
		height: 6em;
		}

	div.form span.list {
		display: inline-block;
		}

	div.form span.list {
		display: block;
		}

	/* faq styles
	---------------------------------------------------------- */	

	#faqs {
		float: left;
		background:#ffffff;
		}

	#faqs div.questions {
		float: left;
		width: 200px;
		padding: 10px;
		background: #f4f4f9;
		}
	
	#faqs div.questions ul {
		margin: 1em 0;
		padding: 0;
		list-style-type: none;
		}
	
	#faqs div.questions ul ul {
		margin: 0;
		padding: 0 0 0 15px;
		}
	
	#faqs div.questions ul li {
		padding: 0 0 0 15px;
		}

	#faqs div.questions ul li {
		background: url(images/arrow_right.gif) center left no-repeat;
		}

	#faqs div.questions ul li.current {
		background: url(images/arrow_down.gif) center left no-repeat;
		}

	#faqs div.questions ul li.sub {
		background: url(images/arrow_q.gif) center left no-repeat;
		}

	#faqs div.answers {
		float: left;
		padding: 10px;
		}

	#faqs div.answers p.created {
		text-align: right;
		padding: 20px 0 0 0;
		}

	}

/* define print styles
---------------------------------------------------------- */

@media print {

	/* print styles
	---------------------------------------------------------- */

	body {
		font-family: Verdana, sans-serif;
		font-size: 12pt;
		}

	#mongoose_dashbar,
	#nav,
	#footer {
		display: none;
		}
	
	div {
		float: none !important;
		}

	a:link,
	a:visited {
		color: gray;
		}

	a:link:after,
	a:visited:after {
		content: " (" attr(href) ") ";		/* print URLs after link text */
		color: #00f;
		}

	}