@charset "utf-8";
/* Style CSS */

/***************************************** Reset *****************************************/

* {
	margin:0;
	padding: 0;
	text-decoration: none;
  }
  
 /***************************************** Container *****************************************/  
  
#container
{
	/*fixes width & centres content in browser window*/
	position:relative;
	margin: 0px auto 0px auto;
	width:960px;
	height: auto;
	text-align: left;
	background-image: url(../images/container_bg.jpg);
	
	/*Hack to stop the container collapsing*/
	border:1px solid hidden;
}

/***************************************** Header *****************************************/

#header
{
	position: relative;
    width: 960px;
    margin: 0px auto 0px auto;
    height: 150px;
    background-image: url(../images/KCPL_header.jpg);
}

/***************************************** Divider Header *****************************************/

#div_header
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 960px;
	height: 10px;
	background-image: url(../images/div_bg_2.jpg);
	background-repeat: repeat-x;

}

/***************************************** Picture Header *****************************************/

#pic_header
{
	position: relative;
    width: 960px;
    margin: 0px auto 0px auto;
    height: 200px;
    background-image: url(../images/KCPL_pic_header.jpg);
}

/***************************************** Divider Under Picture Header *****************************************/

#div_under_pic_header
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 960px;
	height: 6px;
	background-image: url(../images/div_under_pic_header.jpg);
	background-repeat: repeat-x;

}

/***************************************** Content *****************************************/

#content
{
    position: relative;
	width: 960px;
	height:auto;
	margin: 0px auto 0px auto;
	border: 1px solid hidden;
}

/***************************************** Menu *****************************************/

#menu
{
    position:relative;
	float:left;
    width: 217px;
	height: auto;
	background-image: url(../images/menu_bg.jpg);
	padding: 2px;
}

/***************************************** Main Text *****************************************/

.text
{
	position: relative;
	float:left;
	width: 719px;
	height: auto;
	padding: 10px;
	background-color: white;
	top: 0px;

}

/***************************************** Dotted Line *****************************************/
.dot_line
{
	background-image: url(../images/dotted_line.jpg);
	height: 10px; 
	width: 660px;
	margin-bottom: 10px;
	margin-left: 30px;
}


/***************************************** Footer *****************************************/

#footer
{
    position: relative;
    bottom: 0px;
    width: 960px;
    margin: 0px auto 0px auto;
    height: 38px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	clear: both;
}

/***************************************** Location Image *****************************************/
.loc_img
{
	position:relative; 
	width:683px; 
	height:426px; 
	margin:30px 0px 10px 5px;
	background-image: url(../images/pilbara_region.jpg);
}

/***************************************** Button *****************************************/
a#button
{
	position: relative;
	float: left;
	display: block;
	margin-left: 55px;
	margin-bottom: 10px;
	margin-top: 20px;
	width: 100px;
	height: 49px;
	background-image: url(/images/KCPL_client_button.jpg);
	background-position: top;
}

a:hover#button 
{
	background-position: bottom;
}
