/*
	Copyright DTDigital         :: www.dtdigital.com.au ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/

/* ================= @Table of content ========================
***************************************************************
***************************************************************
********** Seperate css into logical chunks of code ***********
***************************************************************
***************************************************************
	@Tags
	@Misc
	@Error
	@Base Font
	@Structual
	@Rollover Navigation
	@Content
	@Forms
	@Tables
	@List
==================== =Table of content - end ================*/

/* @Tags - START: direct tag styling that are not related font sizing */
*, html
{
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

body, form, ul, li, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

a
{
	
}
a:hover
{

}
	
img
{
	border: none;
}

td
{
	vertical-align: top;
}

p
{
	margin: 0 0 1em 0;
	padding: 0; 
}

/* @Misc - START: misc styles */
.clear
{
	height: 0px !important;
	line-height: 0 !important; /* if causing problems, remove */
	clear: both !important;
	font-size: 1px !important;
	float: none !important;
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
	display: block !important;
	visibility: hidden !important;
	overflow: hidden !important;
}
.clearfix:after 
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.skip-links
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* @Error - START: form validation summary error styles */
.errors
{
	color: #ff0000;
	font-size: 1em;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px dotted #cccccc;
	position: relative;
}
.errors ul li
{
	margin-left: 16px;
}
.errors ul li
{
	color: #ff0000;
	font-size: 0.917em;
	list-style-type: square;
	padding: 0;
	background: none;
}
.error
{
	color: #ff0000;
	font-size: 1em;
	font-weight: bold;
}


/* @Base Font - START: Styles for scalable font consistency */
html { font-size: 100%; /* IE hack */ }
body { font-size: 0.75em; /* Sets base font size to 12px */ }
table { font-size: 100%; /* IE hack */ }
input, select, textarea, th, td { font-size: 1em; }


h1 { font-size: 1.5em; line-height: 1em; margin-bottom: 1em; }		/* all em = 18px */
h2 { font-size: 1.417em; line-height: 1em; margin-bottom: 1em; }	/* all em = 17px */
h3 { font-size: 1.333em; line-height: 1em; margin-bottom: 1em; }	/* all em = 16px */
h4 { font-size: 1.25em; line-height: 1em; margin-bottom: 1em; }		/* all em = 15px */
h5 { font-size: 1.167em; line-height: 1em; margin-bottom: 1em; }	/* all em = 14px */
h6 { font-size: 1.083em; line-height: 1em; margin-bottom: 1em; }	/* all em = 13px */

.subtitle { line-height: 1em; margin-bottom: 1em; }
.intro { font-size: 1.083em; line-height: 1em; margin-bottom: 1em; }	/* all em = 13px */

/*
	Note:
	To set font sizes in elsewhere in the stylesheet, use the following formula
	n/b (where n = desired font size in pixels, and b = base font size in pixels)
	
	eg. font-size: 0.917em; = font-size: 11px;

END: Styles for scalable font consistency */


/* @Structual - START: structural styles */
body {
	background: #c9c1b7;
}

#bodycontainer
{
	text-align: center;
	background: url(bg.jpg) center top no-repeat;
	padding: 100px 0 0 0;
}
#bodycontainer #bodycontainer_inside
{
	margin: 0 auto;
	text-align: left;
	width: 960px;
	min-height: 800px;
	height: auto !important;
	height: 600px;
	padding-top: 44px;
}

.left {
	float: left;
	width: 210px;
	padding: 0 0 0 43px;
}

	.left h1 {
		margin-bottom: 1.45em;
	}
	
	.left .info {
		padding: 0 8px 0 8px;
		margin-bottom: 8em;
	}
	
	.left .info a, .left .info a:visited{
		color: #a2958a;
		text-decoration: none;
	}
	
	.left .disclaimer {
		padding: 8px;
		font-size: 0.8em;
		color: #a2958a;
	}

.right {
	float: left;
	width: 540px;
	color: #472a2b;
}

.right .content {
	padding: 0 10px 0 10px;	
}

	.right h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: 100;
		font-size: 2em;
		margin-bottom: 6.75em;
	}

	.right p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.35em;
		line-height: 1.4em;
		margin-bottom: 0.5em;
	}

	.right p strong{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
	}

h3 {
	font-size: 11px;
	color: #472a2b;
	margin-bottom: 0.2em;
	font-weight: 100;
}
.left p {
	font-size: 11px;
	color: #a2958a;
	line-height: 15px;
	margin-bottom: 10px;
}

.left p span{
	font-size: 9px;
}

h2 {
	color: #472a2b;
}



/* @Rollover Navigation - START: rollover navigation styles */
/* Fixes IE6 issue with nav not working at all */
.rollover-navigation a:hover
{
	background: transparent;
}
.rollover-navigation a img.navitem_off,
.rollover-navigation a:hover img.navitem_hover,
.rollover-navigation a img.navitem_off,
.rollover-navigation a.hover img.navitem_hover
{
	display: inline;
}
.rollover-navigation a:hover img.navitem_off,
.rollover-navigation a img.navitem_hover,
.rollover-navigation a.hover img.navitem_off,
.rollover-navigation a img.navitem_hover
{
	display: none;
}


/* @Content - START: content styles */
.column01-content p
{
	color: #ff0000;
}
.column02-content p
{
	color: #000000;
}


/* @Forms - START: form styling */
.form-layout01
{
	
}
.form-layout01 .field01
{
	margin-bottom: 10px;
	width: 249px;
	float: left;
}
.form-layout01 .field01 label
{
	width: 100px;
	font-size: 1em;
	float: left;
	margin-top: 3px;
}
.form-layout01 .field01 label span
{
	font-size: 1em;
}
.form-layout01 .field01 input, .form-layout01 .field01 select
{
	float: left;
	width: 132px;
	font-size: 1em;
}

.form-layout01 .field02, .form-layout01 .field03
{
	width: auto;
}
.form-layout01 .field02 input
{
	width: 380px;
}
.form-layout01 .field02 select
{
	width: 384px;
}

.form-layout01 .field01 textarea
{
	height: 70px;
	width: 380px;
	float: left;
	overflow: auto;
}
.form-layout01 .error
{
	float: left;
	display: block;
	margin: 3px 0 0 5px;
}
.form-layout01 .buttons
{
	padding: 20px 0 0 100px;
}
.form-layout01 .buttons input
{
	float: left;
	width: auto;
	margin-right: 5px;
}
.form-layout01 .radiocheckboxes
{
	float: left;
}
.form-layout01 .radiocheckboxes input
{
	width: 15px;
	height: 14px;
	margin: 5px 5px 0 0;
	float: left;
}
.form-layout01 .radiocheckboxes label
{
	width: auto;
	margin: 3px 20px 0 0;
}
.form-layout01 fieldset {
	border: none;
}
.form-layout01 legend {
	display: none;
}

/* @Tables - START: table styling */
.table01 
{
	border:1px solid #808080;
	border-width: 1px 1px 0 0;
	border-collapse: collapse;
	margin: 0 0 1.67em 0;
	width: 600px;
}
.table01 caption 
{
	padding: 5px 8px;
}
.table01 td, .table01 th 
{
	border:1px solid #808080;
	border-width: 0 0 1px 1px;
	padding: 5px 8px;
}
.table01 th 
{
	background-color: #EEEEEE;
}

/* @List - START: table styling */
dl.dl-list01
{
	
}
dl.dl-list01 dt
{
	font-weight: bold;
}
dl.dl-list01 dt
{
	color: #05749E;
	cursor: pointer;
}
dl.dl-list01 dd
{
	margin: 0;
}


