/*

v4.0

css developed by dave agius : holycow.com.au

read bug and hack notes


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  TAGS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  text
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/
html {height: 100%;}

body{
	background-color: #646263;
	font-family: verdana, helvetica, arial;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/colour_bkg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #666666;
}

#page{
	background-color: #FFFFFF;
	border: 0px none #ecECD8;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width:900px;
	height: 100%;
}

#content {
	display: block;
	float: left;
	background-color: #FFFFFF;
	height: 450px;
	width: 900px;
	}
	
.overflow {
	height:450px;
	overflow:auto;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



h1,h2,h3,h4,h5,h6{margin:0px 10px 0px 10px; padding: 0px;}

p{margin:0px; padding: 10px 10px 0px 10px;}


p {
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
}
ul{
	list-style-type: disc;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

 h1{
	display:block;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #A0C804;
	background-image: url(../images/layout/dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 4px;
	margin-top: 12px;
	text-transform: lowercase;
}

h2{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #999999;
	font-style: normal;
	
}
h3{
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
	text-align:right;
}
h4{
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
}
h5{
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
}
h6{
	font-size: 12px;
	line-height: 10px;
	font-weight: normal;
	color: #FFFFFF;
}


/* 
 hyperlinks
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/
a:link,a:visited		{color: #A0C804;text-decoration: none;}
a:hover        		{color: #339933;text-decoration: none;}


/* 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  ELEMENTS
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 

header, submenu, content, footer, sectionmap, page
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/

#header{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content{
	clear:both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	background-image: url(../images/layout/body_shadow.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#sectionmap{
	margin: 4px 0px 0px 0px;
	border-style: solid;
	border-color:#ffffff;
	border-width: 1px 0px 0px 0px;
	background-color: #ff0000;
	height: 86px;
	width:740px;
	clear: both;
}

/* 


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  CLASSES
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
column widths
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/
 .c1,.c2,.c3,.c4{
	float:left;
	display: inline;
}

 .c1{
	width:450px;
}
 .c2{
	width:448px;
}
 .c3{width:552px;}
 .c4{
	width:736px;
	margin: 0px;
}

/* 
content box layout 
÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷ 
*/
.bCopy,.bImage,.bAd,.bSnippet,.bMenu,.bCaption,.bSpacer{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.bImage,.bSpacer{
}

.bCopy{
	display: block;
	height: 410px;
}

.bCopy ul li {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	padding-right: 5px;
	padding-bottom: 5px;
}


/* 
table cells
++++++++++++++++++++++++++++++++
*/
.tHeader	{
	margin: 0px;
	background-color: #E0E0E0;
      }.tHeader p	{
	color: #6B6B6B;
	line-height: 24px;
      }td p, 	td{
      }
	  
		/*

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	TABLE STYLING
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
*/
table {
	margin: 0px;
	padding: 0px;
	border: none;
	}
/* TABLE FORM STYLING - force pad top and bottom - give the table some space */
.tableform td {padding-top:5px; padding-bottom:5px; }



/* Table formatting class */
#formTable {
	background-color:#FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}
.enquiryTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-left: 10px;
	margin-right: 10px;
}

#formTable td, #formTable th {border: 1px solid #FFFFFF;}
#formTable td p, #formTable th p, #formTable td h2, #formTable th h2 {padding:0px; margin: 5px 0px 2px 5px; font-size:10px;}

/* table row background colors */
#formTable .trheader {background-color:#999999;} 
#formTable .trheader p {font-size:11px; font-weight:bold; color:#FFFFFF;}

#formTable .tr1 {background-color:#f0f0f0;} 
#formTable .tr1 p {color:#333333; margin-right:5px;}
#formTable .tr2 {background-color:#e0e0e0;}
#formTable .tr2 p {color:#333333; margin-right:5px;} 

/* tablepadding + margin */
#formTable table {margin:0px 10px 10px 0px;}

/* select options box padding + margin */
.selectOptions {margin: 8px 0px 5px 0px;}

.tr1 div, .tr2 div {padding:0px; margin: 5px 0px 2px 5px; font-size:10px;}
.trheader div {font-size:11px; font-weight:bold; color:#FFFFFF;}

#next img {
	display: inline;
	padding-left: 5px;
}
#next {
	height: 30px;
	margin-left: 380px;
	padding-bottom: 10px;
	}	
	
	.scrolling {
	height: 33px;
	background-image: url(../images/layout/Top_shadow_2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	color: #CCCCCC;
	}	

.stretcher {font-size:1px;clear:both; 
	}
	
	
.redText {
	color: #990000;
}
