/* 
Title:  	   master stylesheet
Updated: 	   Sept 27, 2006

Key Colours
-----------

Red: 		
Orange: 		
Grey: 		

*/

/* define screen styles
---------------------------------------------------------- */

@media screen {

	/* global styles
	---------------------------------------------------------- */

	* {
		margin: 0;
		padding: 0;
		}
		
	html {
		font-size: 10px;
		}

	body {
		background-color: #fff;
		margin: 0;
		padding: 0;
		font-family: Verdana, arial, sans-serif;
		font-size: 10px;
		text-align: center;
		line-height: 1.5;
		color: #333;
		}

	a {
		color: #06c;
		}

	a: visited {
		color: #039;
		}

	a: hover {
		color: #09f; 
		}

	a: active {
		color: #0c6;  
		}

	img {
		border: 0;
		}

	h1 {
		font-size: 2em;
		}

	h2 {	
		font-size: 1.8em;
		}

	h3 {
		font-size: 1.6em;
		margin: 2em 0 0 0;
		color: #b2c100;
		}

	h4 {
		font-size: 1.4em;
		}

	h5 {
		font-size: 1.2em;
		}

	h1,
	h2,
	h4,
	h5{
		font-family: 'arial-black', Verdana, sans-serif;
		margin: 0.6em 0 0 0;
		color: #b2c100;
		}

	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 {
		font-size: 1.2em;
		}

	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.5;
		}

	table {
		border-collapse: collapse;
		}

	th {
		font-weight: bold;
		text-align: center;
		}

	td {

		}

	th,
	td {
		border: 1px solid #aaa;
		padding: 5px;
		}

	/* layout
	---------------------------------------------------------- */

	#mongoose_dashbar {
		background: #000;
		color: #fff;
		padding: 5px 10px;
		text-align: right;
		}

	#mongoose_dashbar span {
		font-weight: bold;
		color: #fff;
		}

	#mongoose_dashbar a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}

	#mongoose_dashbar a: hover {
		text-decoration: underline;
		}

	/*
	---------------------------------------------------------- */

	div.editlinks {
		clear: both;
		background: #b2c100;
		line-height: 1;
		margin: 1em 0;
		padding: 1em 0;
		text-align: right;
		}

	div.answers div.editlinks {
		clear: none;
		}
		
	div.editlinks a {
		color: #fff !important;
		font-weight: bold;
		margin: 0 0 0 1em;
		padding: 0.9em;
		}

	div.editlinks a:hover {
		background: #000 !important;
		}

	/*
	---------------------------------------------------------- */

	div.media_gallery {
		float: none;
		clear: both;
		padding-bottom: 10px;
		}
		
	div.media_gallery h3 {
		padding-bottom: 5px;
		}
		
	div.media_gallery div.item {
		float: left;
		text-align: center;
		width: 80px;
		height: 100px;
		padding: 5px;
		border: solid 1px #000;
		margin: 0 8px 8px 0;
		}
	div.media_gallery div.item img {
		margin: 0;
		}
		
	div.search {
		}
	div.two_column div#search {
		border: solid 1px #999 !important;
		padding: 5px;
		margin-bottom: 5px;
		background: #ccc !important;
		font-weight: bold;
		display: inline-block;
		height: 1%;
		}
		
	div.data {}
	span.highlight_search {
		background: #cef;
		}
	div.paging {
		background: #ccc;
		font-weight: bold;
		margin: -5px;
		padding: 5px;
		}
	

	/*
	---------------------------------------------------------- */

	#wrap {
		background-color: #fff;
		}

	#container {
		background: #fff;
		position: relative;
		width: 950px;
		margin: 0 auto;
		text-align: left;
		}

	/*
	---------------------------------------------------------- */

	#header {
		position: relative;
		margin: 0;
		padding: 0;
		background: url(images/header.jpg) top right no-repeat;
		height: default;
		}

	#header #logo {
		}

	#header #logo a {
		text-indent: -9999px;
		display: block;
		width: 145px;
		height: 234px;
		xbackground: transparent url(images/logo.gif) top left no-repeat;
		overflow: hidden;
		}

	/*
	---------------------------------------------------------- */

	#nav {
		/* Theme via R.A.D. Theme */
		float: left;
		padding: 45px 0 0 8px;
		background: transparent url(images/menu_top.jpg) no-repeat top center;
		}

	/*
	---------------------------------------------------------- */

	#content {
		position: relative;
		float: left;
		width: 764px;
		padding: 20px;
		background: #fff;
		}
		
	#content.two_column {
		width: 524px;
	}
	
	#content img {
		margin: 0.5em;
		}

	/*
	---------------------------------------------------------- */

	#sidebar {
		position: relative;
		float: left;
		padding: 20px;
		width: 200px;
		}
		
	#sidebar h2 {	
		font-size: 1.6em;
		}
		
	#sidebar h3 {	
		font-size: 1.5em;
		}
		
	#sidebar h4 {	
		font-size: 1.3em;
		}
		
	#sidebar h5 {	
		font-size: 1.2em;
		}

	/*
	---------------------------------------------------------- */

	#footer {
		background: url(images/footer.jpg) top right no-repeat;
		height: 1%;		/* for IE */
		padding: 5px 10px;
		color: #fff;
		float: none;
		clear: both;
		}

	#footer p {
		margin: 0;
		}

	/* form styles
	---------------------------------------------------------- */

	div.form {
		margin: 1.8em auto;
		padding: 0;
		}

	div.form h1 {
		font-size: 1.0em;
		background: #eee;
		color: #333;
		}

	div.form h2 {
		font-size: 1.6em;
		margin: 0 0 0.5em 0;
		padding: 0.2em 0.5em;
		background: #eee;
		color: #333;
		}

	div.form fieldset {
		border-width: 1px 0 0 0;
		border-color: #000;
		margin: 1em 0 0 0;
		}

	div.form fieldset legend {
		color: #000;
		font-size: 1.4em;
		font-weight: bold;
		margin: 0;
		padding: 0 0.5em;
		}

	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.5em;
		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 16em;
		padding: 0.2em 0;
		}

	div.form div.required span.dynamic_error,
	div.form div.optional span.dynamic_error {
		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 1.2em 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: 23em;
		}

	div.form textarea.inputTextArea {
		width: 23em;
		height: 6em;
		}

	div.form span.list {
		display: inline-block;
		}

	div.form span.list {
		display: block;
		}

	/* faq styles
	---------------------------------------------------------- */	

	#faqs {
		border: 1px solid #333333;
		width: 85em;
		float: left;
		background: #ccc url(images/faq_bg.gif) repeat-y top left;
		}

	#faqs div h3,
	#faqs div ul {
		padding-left: 0.5em;
		}
		
	#faqs div ul {
		list-style-type: none;
		}

	#faqs div ul ul {
		padding-left: 1.0em;
		}

	#faqs div ul li {
		background: url(images/arrow_right.gif) no-repeat 0em 0.1em;
		padding-left: 1.2em;
		height: 1%;
		}

	#faqs div ul li.current {
		background: url(images/arrow_down.gif) no-repeat 0em 0.1em;
		}

	#faqs div ul li.sub {
		background: url(images/arrow_q.gif) no-repeat 0em 0.1em;
		}

	#faqs div.questions{
		float: left;
		width: 18.0em;
		padding: 1.0em;
		}

	#faqs div.answers {
		float: left;
		width: 63em;
		padding: 1.0em;
		}

	#faqs div.questions h3 {
		border-bottom: 2px solid #ccc;
		padding: 3px 0;
		height: 1%;
		}

	#faqs div.answers h3 {
		padding: 0;
		}

	#faqs div.answers p.created {
		text-align: right;
		padding-top: 2.0em;
		}

	}

/* 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;
		}

	}