/* SVN FILE: $Id: custom.css 193 2007-12-19 02:16:20Z ryan.blunden $ */
/**
 * Global Freedom Factory Styles
 *
 * Copyright 2007, FreemanFox Ltd
 * Level 11, 1 Eagle St Brisbane, QLD, Australia 4000
 *
 * Licensed under The Creative Commons License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright		Copyright 2007, FreemanFox Ltd
 * @version			$Revision: 193 $
 * @modifiedby		$LastChangedBy: ryan.blunden $
 * @lastmodified	$Date: 2007-12-19 12:16:20 +1000 (Wed, 19 Dec 2007) $
 * @license			http://creativecommons.org/licenses/by/3.0/ The Creative Commons License
 */
 
@charset "utf-8";
/* CSS Document */



/*___ CONTAINERS ___*/
body
{
	margin: 0;
	padding: 0;
	background: #4A4A4A url(../img/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #f4f4f4;
}

div.container
{
	width: 750px;
	height: 520px;
	position: relative;
	margin: 0 auto;
}

#text-only-content { color: #4f4f4f; }

/*#header,
#content,
{

}*/

/*___ HEADER ___*/

#header h2
{
	text-align: right;
	float: right;
	line-height: 1.9;
	font-weight: bold;
	color: #6A6A6A;
	font-size: 24px;
}


/*___ TAB NAVIGATION ___*/

#nav
{
	list-style: none;
	float: right;
	margin: 0 10px 0 0;
	height: 28px;
}

#nav li
{
	float: left;
	padding-left: 7px;
	background: #F1F1F1 url(../img/nav/tab-left.jpg) no-repeat left top;
	margin-left: 2px;
	width: 60px;
	height: 28px;
}

#nav li#contact { width: 73px; }


#nav li span
{
	background: #F1F1F1 url(../img/nav/bg.jpg) repeat-x top center;
	padding: 5px 10px 0px 12px;
	display: block;
	float: left;
	height: 23px;
}

#nav li a
{
	text-decoration: none;
	font-weight: bold;
	color: #333;
	height: 28px;
	display: block;
	padding-right: 7px;
	background: #F1F1F1 url(../img/nav/tab-right.jpg) no-repeat right top;
}

/* Hover, Active, Focus Styles */
#nav li.focus { background-position: bottom left; }
#nav li.focus span { background-position: bottom center; color: #F4F4F4; cursor: pointer; }
#nav li.focus a { background-position: right bottom; }

body #nav li.current { background-position: bottom left; }
body #nav li.current span { background-position: bottom center; color: #F4F4F4; }
body #nav li.current a { background-position: right bottom; }



/*___ FOOTER ___*/

#footer
{
	width: 100%;
	clear: both;
	border-top: 1px solid #ccc;
	background: #fdfdfd;
	text-align: center;
	font-size: 10px;
	margin: 0;
	padding: 15px 0;
}


/*___ OTHER ___*/

.error h2
{
	color:#817134;
	font-size: 16px; 
	font-weight: bold;
}

.error li
{
	padding-left: 0;
	margin-left: 10px;
}

/* Hide content from visual users, still accessible for screen readers and Google */
.for-screen-readers, .accessible
{
	position:absolute;
	left:-500px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	display: none;
}

#flash-test-container { display: none; }

#flash-test
{
	width: 300px;
	height: 200px;
}