﻿/* This template is by NFX Web Design Australia
	Web Address: http://www.nfxwebdesign.com.au
	
	Colors
	light grey: #C2C2C2
	light light grey (content bg); #F6F6F6;
	border grey: #D2D2D2;
	*/
	
	
	
/* Compatibility fix, margin and padding clearer */
html {overflow-y: scroll;}

body, h1, h2, h3, h4, form, input, p, ul, li, a, a:hover {
	padding: 0;
	margin: 0;
	border: 0;

	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	}
	
a:visited {color: #0066CC;}
a:active {color: #0066CC;}

div#floatclearer {
	clear: both;
	height: 20px;
	color: white;
	}
	
div#contentwrapper a:hover {
	text-decoration: underline;
	}
	
/* font content formatting */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', sans-serif;
	}
	
h1, h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	color: #454545;
	font-weight: lighter;
	}

h4 {
	font-size: 12px;
	color: #454545;
	font-weight: lighter;
	}

/* styling for anything in the masthead div */


div#img {
	height: 31px;
	}

/* main content formatting */

div#contentwrapper {
	width: 755px;
	margin: 0 auto;
	padding-top: 10px;
	}
	
div#navcontentfull {
	float: left;
	background: #F8F8F8 url('img/background.jpg') repeat-y top left;
	width: 755px;
	}

div#navcontentfull .first {
	padding-top: 5px;
	padding-left: 20px;
	background: url('img/top.jpg') no-repeat top left;
	}

div#navcontentfull li {
	float: left;
	background: white;
	text-align: center;
	height: 20px;
	background: url('img/mainnav.gif') no-repeat top left;
	padding-top: 0px;
	padding-left: 15px;
	color: black;
	}

div#navcontentfull .last {
	background: url('img/bottom.jpg') no-repeat bottom left;
	}

div#navcontentfull .liimg {

	padding-right: 5px;
	padding-left: 0px;
	padding-top: 0px;
	}


div#maincontentfull {
	float: left;
	background: #F8F8F8 url('img/background.jpg') repeat-y top left;
	width: 755px;
	}

div#maincontentfull .first {
	padding-top: 15px;
	padding-left: 20px;
	background: url('img/top.jpg') no-repeat top left;
	}
	
div#maincontentfull .last {
	background: url('img/bottom.jpg') no-repeat bottom left;
	}

div#maincontentfull ul {

	}

div#maincontentfull li {
	margin-left: 50px;
	line-height: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
	}


div#maincontentfull .contentimg {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	}

div#maincontentspacing {
	color: #F4F4F4;
	}
	
div#contentwrapper p {
	line-height: 24px;
	padding-left: 23px;
	}
	
/* subcontent formatting */

div#subcontent {
	float: right;
	}
	
div#subcontent p {
	padding: 0;
	padding-left: 10px;
	clear: left;
	}
div#subcontent form, div#subcontent div#links {
	margin-bottom: 20px;
	width: 252px;
	background: url('img/subcontentbg.gif') repeat-y top left;
	}
	
div#subcontent form input {
	border: 1px solid #D2D2D2;
	}
	
div#subcontent form input.button {
	border: 0;
	background: url('img/loginbutton.gif') no-repeat top left;
	float: right;
	margin-right: 5px;
	padding-bottom: 3px;
	height: 22px;
	width: 59px;
	font-weight: bold;
	color: white;
	}
	
div#subcontent form p.login {
	width: 200px;
	padding-left: 30px;
	height: 30px;
	line-height: 15px;
	}
	
div#subcontent form p strong {
	float: left;
	clear: left;
	}
	
div#subcontent form p input {
	float: right;
	clear: right;
	}
	
div#subcontent h2 {
	padding-bottom: 10px;
	}
	
div#subcontent h2.first {
	background: url('img/subcontenttopbg.gif') no-repeat top left;
	}
	
div#subcontent p.last {
	background: url('img/subcontentbottombg.gif') no-repeat bottom left;
	}
	
div#subcontent p.forgotpass {
	float: left;
	}
	
div#subcontent ul li {
	list-style-image: url('img/listdot.gif');
	margin-left: 50px;
	line-height: 12px;
	padding-bottom: 12px;
	padding-left: 5px;
	}
	
div#subcontent p.last, div#subcontent div#links p.last {
	color: white;
	height: 10px;
	padding: 0;
	}
	
div#subcontent div#links p {
	padding: 10px 10px;
	}
	
	/* site wide content formatting */
	
h1, h2 {
	padding-top: 5px;
	padding-left: 10px;
	}
	
h3 {
	padding-left: 10px;
	}
	
h4 {
	padding-left: 20px;
	}

p {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	}
	
	
div#footer {
	clear: both;
	border-top: 1px solid #D2D2D2;
	}
	
div#footer p {
	float: left;
	}
	
div#footer p.nfx {
	float: right;
	}
	
	