@import url(navigation.css);
@import url(modules.css);


/* CORE ------------------------------------------------------------------------------------------------------ */
body {
	margin:0;
	padding:0;
	background-color:#E3E3E3;
	background-image:url(../Images/main_background.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#pageWrapper {
	position: relative; 
	width: 989px;
	margin: 0 auto; 
	padding: 0 5px;
}

#header {
}
#mastHead {
	background-image:url(../Images/mast_head.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:133px;
}

#contentWrapper {
	/*height:870px;*/
	padding:5px 0;
}

#leftCol {
	margin:0 273px 0 0;
}
#rightCol {
	width:273px;
	min-height:400px;
	float:right;
}
/* IE6 Only */
* html #rightCol {
	height:400px;
}


#footer {
	height:60px;
	margin-bottom:-19px;
	background-image:url(../Images/footer_background.gif);
	background-repeat:repeat-x;
}


#mainlogo h1 {
	display:none;
}

#login {
}

#cncLogo {
	margin-top:25px;
	float:right;
	width:130px;
}

#news {
}

#search {
	float:right;
	width:200px;
	margin-top:95px;
	font-size:11px;
}
#search {
	float:right;
	width:220px;
	margin-top:88px;
}

#disclaimer {
	background-image:url(../Images/footer_divide_blue.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:16px 0 5px 20px;
}

#disclaimer a {
	font-weight:normal;
	color:#333333;
}

#disclaimer a:hover {
	color:#FFFFFF;
}

/* SITE UNIQUE STYLES ---------------------------------------------------------------------------------------- */

#colourBars {
	background: #3F3F3F;
	height:9px;
}

#feature {
	margin:2px 0 20px 0px;
}

#welcome{
	width:402px;
	margin:0 0 0 20px;
}
#welcome h3 {
	margin:10px 0 0 0;
	font-weight:bold;
	font-size:14px;
	color:#34560B;
}

#lcRight {
	float:right;
	width:265px;
}

#webBox1 {
	background:url(../Images/subscribe.gif);
	background-repeat:no-repeat;
	height:50px;
	margin:25px 0 0 0;
	padding:36px 123px 0 13px;
}

#webBox2 {
}

#webBox3 {
	background:url(http://pilbarahealth.riotinto.com.au/surveyBack.gif);
	background-repeat:no-repeat;
	height:91px;
	padding:50px 123px 0 13px;
	font-size:10px;
}
	

#yourSay {
	background-image:url(../Images/latestComment.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:25px 0 0 0;
	margin:25px 20px 0 0;
}
#yourSay h6{
	color:#34560B;
}
#yourSay p{
	margin-bottom:0;
}
#yourSay a{
	color:#716B58;
	font-size:11px;
}

/* CORE ELEMENTS --------------------------------------------------------------------------------------------- */
ul {
}
li {
}
hr {
	border:1px solid #ffffff;
	border-top:1px solid #E8E8E8;
	margin:5px 0 0 0;
}

img {
	border:none;
}
.clear {
	clear:both;
}

.input {
	border:1px solid #615e51;
	background-image:url(../Images/inputBack.gif);
	background-repeat:no-repeat;
	width:102px;
	height:17px;
}

.input_ys {
	border:1px solid #D1D1D1;
	background-image:url(../Images/inputBack_ys.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:142px;
	height:15px;
}
.commentBox {
	border:1px solid #D1D1D1;
	background-image:url(../Images/inputBack_ys.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:300px;
	height:90px;
}
.commentTable {
	font-size:9px;
}

.floatRight {
	float:right;
	margin:10px 0 20px 25px;
}



/* NAVIGATION - Please refer to navigation.css --------------------------------------------------------------- */
 #mainNav {
 	background-image:url(../Images/nav_finish.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0 0 6px 0;
}

/* FONTS ----------------------------------------------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

p {
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

h1 /* Website title */ {
}
h2 /* Section title */ {
}
h3 /* Page title */ {
	font-size:22px;
	font-weight:normal;
	margin:0;
}
h4 {
	font-size:20px;
	font-weight:normal;
	margin:0;
}
h5 {
	font-size:15px;
	margin:0;
}
h6 {
	font-size:14px;
	font-weight:normal;
	margin:0;
}