/****** ##LOG: 
Variations List:

--------------------
Author:  Vanessa Skane
Created: 02/04/08

****** ##TEMPLATE:
CFMEU: CFMEU - Structure style sheet.
******/

/*****************************************************************************************
## NOTE: utility, main, subnav, breadcrumbs  and footer navigation found in navigation.css
******************************************************************************************/
	
/*************
 Add Body background colour here so that it does not display within RichEditor.
**************/	
body, html { 
	background: #ffffff;	
	height: 100%;
}		

/***************
Site Container
***************/	
#siteContainer {	
	position: relative;	
	height: 100%;
	margin:0;
	padding:0;
	background: url(../images/BGGradient.gif) repeat-x;
	
}	

/*container edge gradient shadow*/
#siteContainerBG {	
	position: relative;		
	margin: 0px auto;
	background: transparent url(../images/BGContentShadow.png) center repeat-y;
	
	padding: 0;
	width: 988px;	
	/*height: 100%;*/
}

#mainContainer {
	position: relative;		
	padding:0;
	margin: 0px auto;
	width: 964px;
	
}	

/*little red home button top left*/
#homeButton {
	display: block;
	position: absolute;
	margin-left: -6px;
	margin-top: 5px;
	z-index: 99;
}

#homeButton a {
	display: block;
	width: 110px;
	height: 110px;
}

#header {
	z-index: 90;
	position: relative;	
	background: url(../images/header.jpg) no-repeat;
	height: 126px;
	width: 964px;
}

#adSpace {
	z-index: 98;
	position: absolute;
	margin-left: 530px;
	margin-top: 30px;	
	width: 417px;
	height: 55px;
}

#adSpace img{
	position: absolute;
}

/***********************
Main Content Background
***********************/	

#mainBGTop {
	background: url("../images/containerTopHome.gif") no-repeat;
}

#mainBGMiddle {
	background: url("../images/containerMiddleHome.gif") repeat-y center;
}
	
#mainBGBase {
	background: url("../images/containerBaseHome.gif") no-repeat bottom;
	
}

/***********************
Subpage Content Background
***********************/	

#subpageBGTop {
	background: url("../images/containerTopSubpage.gif") no-repeat;
}

#subpageBGMiddle {
	background: url("../images/containerMiddleSubpage.gif") repeat-y center;
}

#subpageBGBase {
	background: url("../images/containerBaseSubpage.gif") no-repeat bottom;	
	/*min-height: 600px;*/
}

/***********
Main Content
************/

#mainContentContainer {
	margin: 0 0 0 6px;	
}

/*
Panels
************/

.panelTop {
	background: url("../images/panelTop.gif") no-repeat top;
	width: 196px;
	height: 25px;		
}

.panelMiddle {
	background: url("../images/panelMiddle.gif") repeat-y;
	width: 196px;
	height: 100%;	
	
	padding-bottom: 1px;
}

.panelBase {
	background: url("../images/panelBase.gif") no-repeat top;
	width: 196px;
	height: 12px;	
	padding-bottom: 5px;
}

.headingPanelText p {
	color: #ffffff;
	font-size: 1.1em;
	margin-top: 0;
	padding: 3px 0 0 18px;	
}

.headingPanelText a:link, 
.headingPanelText a:visited,
.headingPanelText a:link:hover, 
.headingPanelText a:visited:hover {
	color: #ffffff;
	text-decoration: none;
}	

.centrePanelText {
	margin: 0; 
	padding: 5px 10px 15px 10px;
	line-height: 25px;
}

.centrePanelTextSubpage {
	margin: 0; 
	padding: 5px 20px 15px 20px;
	line-height: 25px;
}

.panelText {
	margin: 0; 
	padding: 5px 10px 10px 10px;
}

.panelDivider {
	background: url(../images/panelDivider.gif) no-repeat;
	width: 184px;
	height: 4px;
	margin-left: 5px;	
}

.noPadBottom {
	padding-bottom: 0;
}

.noPadTop {
	padding-top: 0;
}

.panelTextWidth {
	width: 125px;
	margin-bottom: 5px;
}

.panelHeightGear
{

	height:100px;
	min-height: 100px;
}

*>.panelHeightGear {
height: auto; 
} 


.moreButtonDefault {
	display: block;
	background: url(../images/buttonMore.gif) no-repeat;
	width: 47px;
	height: 23px;
	position: absolute;
	left: 150px;
	margin-top: -11px;
	color: #ffffff;
	font-size: 0.85em;
	padding: 2px 0 0 6px;
}

.learnMore {
	background-image: url(../images/buttonLearnMore.gif);
	width: 79px;
	left: 118px;
}

.moreButtonDefault:link, 
.moreButtonDefault:visited,
.moreButtonDefault:link:hover, 
.moreButtonDefault:visited:hover {
	color: #ffffff !important;
	text-decoration: none;
}	



/* Left column content
**********************/

#leftContent {
	position: relative;
	float: left;
	width: 196px;
	height: 100%;
	padding-top: 8px;
}

	
#downloadUL {	
	width: 190px;
	height: 100%;
	line-height: normal;
	margin:0;
	padding:0;
	list-style-type:none;
	padding-bottom: 15px;
	border:solid 0px red;
}

#downloadUL li {
	margin-left: 5px;
	padding:0 0 0 10px;	
	list-style-type:none;
	background: url("../images/bulletRed.gif") no-repeat left center;
}


#downloadUL a {
	color: #494849;
	text-decoration: none;	
	font-weight: normal;
}
#downloadUL a:hover {
	color: #494849;
	text-decoration: underline;	
	font-weight: normal;
}

/* Links*/
#linksUL {	
	width: 100%;
	height: 100%;
	line-height: normal;
	margin:0;
	padding:0;
	list-style-type:none;
	padding-bottom: 15px;
}

#linksUL li {
	margin-left: 5px;
	padding:0 0 0 10px;	
	list-style-type:none;
	background: url("../images/bulletRed.gif") no-repeat left center;
}


#linksUL a {
	color: #494849;
	text-decoration: none;	
	font-weight: normal;
}
#linksUL a:hover {
	color: #494849;
	text-decoration: underline;	
	font-weight: normal;
}

/*Links end*/



.thumbImage {
	float: left; 
	border: 1px solid #2a3777; 
	margin-right: 5px;
}

.classImg img
{
	float: left; 
	border: 1px solid #2a3777; 
	margin-right: 5px;
}


/* centre column content
*************************/

#centreContent {
	position: relative;
	float: left;
	width: 545px;
	height: 100%;
	margin: 0;	
	margin-left: 7px;		
}

#centreImage {
	position: relative;
	background: url("../images/mainPicHome.jpg") no-repeat top;
	width: 545px;
	height: 226px;
}


/* subpage centre column content
*************************/

#centreContentSubpage {
	position: relative;
	float: left;
	width: 749px;
	height: 100%;
	margin: 0;	
	margin-left: 7px;	
}
#centreContentSubpage img {
	padding: 8px 10px;
	border: none;
}

#centreImageSubpage {
	position: relative;
	float: right;
	padding: 0 10px 0 20px;
}

.mainDivider {
	position: relative;
	background: url("../images/divider.gif") no-repeat top;
	width: 406px;
	height: 1px;	
}

/* right column content
***********************/

#rightContent {
	position: relative;
	float: left;
	width: 196px;
	height: 100%;
	margin-left: 7px;
	padding-top: 8px;
	z-index: 5;
}

.newsIcon {
	display: block;
	width: 81px;
	height: 68px;
	position: absolute;
	right: -12px;
	margin-top: -8px;
	z-index: 3008;
	
}
.hatIcon {
	display: block;
	width: 81px;
	height: 68px;
	position: absolute;
	left: 140px;
}

.rightHeaderCon {
	width: 125px;
	padding-top: 1px;
}

/*end*/




#footerBg {
	position: relative;
	margin: 0 auto;
	height: 12px;
	width: 981px;
}
	


