/* CSS Document for liquid layout version of Solsteel.com.au */
/* Created by Spicy Company Imaging -www.spicy.com.au */
body {
	margin: 0;
	padding: 0;
	background-color: #F7F9F9;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
#content {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 100%;
}
#content p {
	text-align: justify;
	margin-right: 330px;
	margin-left: 20px;
}
#content h1 {
	font: normal 1.7em Geneva, Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin-right: 330px;
	margin-left: 20px;
}
#content h2 {
	font: normal 1.7em Geneva, Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin-right: 330px;
	margin-left: 20px;
}
#content h3 {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.6em;
	color: #CC0000;
	margin-right: 330px;
	margin-left: 20px;
}
#content h4 {
	font: bold 1.2em Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-right: 330px;
	margin-left: 20px;
	margin-bottom: -15px;
}
#content img {
	margin-left: 10px;
	margin-right: 0;
}
#content table {
	margin-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #E7EDED;
	margin-top: 20px;
}
.table_headers {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1A7EB2;
}
.table_headers2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3EA9E3;
}
.tabletext {
	margin: 0;
	padding: 0;
}
#header {
	position: absolute;
	height: 83px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../images/layout_images/header_background_repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
}
/* Nav Styles */
#nav {
	position: absolute;
	height: 22px;
	width: 100%;
	left: 0px;
	top: 60px;
	background-image: url(../images/layout_images/nav_background_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 4;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4CAD5;
}
#navbar {
	margin: 0;
	padding: 0;
}
#navbar li {
	margin: 0;
	display: inline;
	list-style-type: none;
}
#navbar a {
	float: left;
	font-weight: normal;
	margin: 0 10px 4px;
	text-decoration: none;
	color: #000000;
	font-size: 1.2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: none;
	padding-left: 11px;
	height: 18px;
	padding-top: 4px;
	border-left-color: #999999;
}
#nanbar a:active, #navbar a:hover {
	color: #FFFFFF;
	border-left: 1px solid #0099FF;
	padding-left: 10px;
}	
#nav_image {
	position: absolute;
	background-image: url(../images/layout_images/nav_background_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 10;
	height: 22px;
	width: 300px;
	top: 0px;
	right: 0px;
}
#right {
	position: absolute;
	width: 270px;
	top: 40px;
	right: 0px;
	background-color: #F0F4F4;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#right p {
	padding: 0;
	margin: 10px;
}
#right img {
	padding: 0;
	margin: 0;
	text-align: center;
}
#right h2 {
	font: normal 1.3em Geneva, Arial, Helvetica, sans-serif;
	color: #0099CC;
	margin-left: 10px;
	margin-right: 10px;
}
#logo {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 320px;
	height: 60px;
	background-image: url(../images/layout_images/logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #F2F2F2;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
	border-bottom-style: dotted;
	margin-top: 40px;
	margin-right: 330px;
}
#footer p {
	padding: 0;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20;
	margin-right: 0px;
	color: #999999;
}
#footer a, #footer a:visited {
	color: #999999;
}
#footer a:hover, #footer a:active {
	color: #CC0000;
}
