/* 	Webster Ltd Style Sheet - Internal Pages
	Copyright 2006, Fearless Media Group Pty Ltd
	http://www.fearless.net.au
	All rights reserved
	
	Colours used:
	
	Main blue: #093AAC
	Mid blue: #7C9DC8
	Pale blue: #C9D0E2
	ReallyPaleBlue #DEE2ED
	Orange: #FF6600
	Green: #007557
	
	*/

/* Useful Spans */

.MainBlue {color:#093AAC}
.MidBlue {color:#7C9DC8}
.PaleBlue {color:#C9D0E2}
.ReallyPaleBlue {color:#DEE2ED}
.Orange {color:#FF6600}
.Green {color:#007557}


/*ID Selectors*/

#IndexTableMain /*Main Content Table */

 {
 background-color: #FFFFFF
 	
	}

#IndexTableMain h2  {color:#093AAC; padding-top:10px}
#IndexTableMain h3  {color:#5E85BB}
#IndexTableMain h4  {color:#093AAC}

#IndexCellUpperLeft/*Upper Banner Cell */ {
	
	background-image:url(/Corporate/Images/WheatFieldBanner.jpg);
	background-position: bottom right;
	background-repeat:repeat-x;


} 
#IndexCellUpperRight {



 } /*Contains Logo */

#BannerTable { } /*Site Banner */

#BannerTable h1 { 

	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	color: #FFFFFF;
	padding:0;
	margin:0;

}


/*Left cell of main content table */

#IndexCellLeft{
background-color:#FFFFFF
	}

#IndexCellLeft p {
	color:#333333
	}

#IndexCellLeft ul {
	color:#333333
	}

#IndexCellLeft a:link {
  text-decoration: underline;
  color: #333333;
}

#IndexCellLeft a:visited {
  text-decoration: underline;
  color: #333333;
}

#IndexCellLeft a:active {
  text-decoration: underline;
  color: #000000;
}

#IndexCellLeft a:hover {
  text-decoration: underline;
  color: #000000;
}


/* Nested Nave Table - secondary navigation for internal pages */

#NestedNavTable {

	background-color:#DEE2ED;
	margin-top:10px;
	
	}

#NestedNavTable p{

	color:#000000;
	margin-top:2px;
	margin-bottom:3px;
	margin-left:2px;
	font-size:70%;
	}



/*Right cell of main content table */


#IndexCellRight {
	background-color:#C9D0E2;
  background-image: url(/Corporate/Images/RightColBgdInternal.jpg);
  background-position:bottom right;
  background-repeat:no-repeat;
	
	}
#IndexCellRight p{
    font-size: 70%;
	}


/*Embedded table right side */

#RightColTable { }

#InterestTable {
	border: #FFFFFF 1px solid;

 }

#InterestTable p{

	margin: 2px;
	

}

/* IndexLowerTable contains 3 cells at bottom of Index page 
	3 cells 1, 2, 3 */


#IndexLowerTable p{
	color:#000000;
	font-size:70%
	}

#IndexLowerTable h4{
	margin-bottom:-6px;
	}

#LowerTableCell1 {
  border-right: 1px #C9D0E2 solid;
}

#LowerTableCell2 {
  border-right: 1px #C9D0E2 solid;
  padding-left: 10px;
}

#LowerTableCell3 {
  padding-left: 10px;
}

#OrgStructureBullet {
  margin-left: -25px;
}

.OrgStructureWhiteHeading {
  color: #FFFFFF;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 60%;
  }
  
.OrgStructureBlackHeading {
  color: #000000;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 60%;
  }
  
/* Thin grey border */

#ThinGreyLine {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}