/*****************/
/*     Styles    */
/*****************/

html {
	height:100%;
	overflow:auto;
}

body#site {
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	background: #AF8962 url(../templateimages/page_background.jpg) center top no-repeat;
}

p {
	margin: 0px 5px 10px 0px;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family:	Impact, sans-serif;
	font-weight: normal; 
}

h1 {  
	font-size: 20px; 
	color:#575353;
	margin:0px 0px 5px 0px;
	padding:0px;
}

h2 {  
	font-size: 18px; 
	color:#575353;
	margin:0px 0px 5px 0px;
	padding:0px;
}

h3 {  
	font-size: 18px; 
	color:#575353;
	margin:0px 0px 5px 0px;
	padding:0px;
}

h4 {  
	font-size: 16px; 
	color:#575353;
	margin:0px 0px 5px 0px;
	padding:0px;
}

h5 {  
	font-size: 14px; 
	color:#575353;
	margin:0px 0px 5px 0px;
	padding:0px;
}

h6 {  
	font-size: 14px; 
	color:#575353;
	margin:0px 0px 5px 0px;
	padding:0px;
}

ul, ol {
	padding:3px 0px 3px 15px;
	margin:0px;
}
ul li {
	list-style:square;
	list-style-position:outside;
	padding:3px 0px 0px 0px;
	margin:0px;
}
ol li {
	list-style-position:outside;
	padding:3px 0px 0px 0px;
	margin:0px;
}

a:link, a:visited, a:hover {
	color: #E87031;
	text-decoration: none;
}

a:hover	{
	color: #E87031;
	text-decoration: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}

/*custom*/

#headertext a {
	position:absolute;
	right:10px;
	bottom:10px;
}

#footercontent a,#footercontent a:visited,#footercontent a:hover {
	color:#fff;
}


/* Landing Page */
/* Top level mouse overs for images */
a#landing_perth:hover img,
a#landing_sa:hover img
{
	visibility:hidden;
}

a#landing_perth {
	float:left;
	display:block;
	width:106px;
	height:78px;
	background: url(/templateimages/landing-page_perth_btn_over.jpg) 0 0 no-repeat;	
}

a#landing_sa {
	float:left;
	display:block;
	width:131x;
	height:78px;
	background: url(/templateimages/landing-page_adelaide_btn_over.jpg) 0 0 no-repeat;	
}

