
/*///////////////////////////////////////////////////////

	Common Stylesheet
	Last updated 08/11/2007

	(C) 2007 Shock Media Pty Ltd

	All Browsers [SCREEN]
	This is the common definition for all sites.
	Don't make any changes here - edit site.css.php instead

///////////////////////////////////////////////////////*/

/*-----------------------------------
// CANVAS DEFINITION
//---------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-size: 10px;
}

html>body {
	font-size: 10px;
}

body {
	font-family: Corbel, Tahoma,Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	line-height: 150%;
	background: #FFF;
}

/*-----------------------------------
// LAYOUT DEFINITION
//---------------------------------*/


#container {
	width: 776px;position: relative;left: 50%;margin-left: -388px;}

#header {
	display: block;
	background: #4A4A4A;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	width: auto;
}

#content {
	border-right-width: 217px;
	border-right-color: #FFF;
	border-right-style: solid;
	width: auto;
	float: left;
}

#left {
	display: none;
	float: left;
	width: 150px;
	margin-left: -150px;
	position: relative;
	z-index: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#main {
	display: inline;
	width: 100%;	float: left;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #FFF;
	padding: 0;
	margin: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#right {
	display: inline;
	background: #FFF;
	width: 217px;
	margin-right: -217px;
	float: left;
	clear: right;
	position: relative;
	z-index: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#footer {
	clear: both;
	background: #FFF;
	padding: 0;
	margin: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

/*-----------------------------------
// TYPOGRAPHY DEFINITION
//---------------------------------*/

p {
	font-size: 1.3em;
	line-height: 150%}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: .89em;
}

h6 {
	font-size: .75em;
}

/*-----------------------------------
// FORM ELEMENTS DEFINITION
//---------------------------------*/

fieldset {
	border: none;
}

legend {
	display: none;
}

input, texarea {
	border: 1px solid #000;
}

/*-----------------------------------
// MISCELLANEOUS DEFINITION
//---------------------------------*/

.clear {
	clear: both;
}

.required {
	font-weight: bold;
	color: #ae0015;
}

.fValidator-msg {
	color: #ae0015;
}

a {
	text-decoration: underline;
}