/* - - - - - - - - - - - - - - - - - - - - -

Title : Olivier Group (Australia)
URL : http://www.olivier.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

body {
	font: 12px/1.4em "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	margin: 0;
	padding: 0;
	background: #fff url(/persistent/siteImgs/bgMain.gif) repeat-x 0 0;
	text-align: center;
	}
	
img {
	border: 0;
	}

.clearer {
	clear: both;
	font-size: 0;
	height: 0;
	}

a, a:visited, a:active {
	color: #40749c;
	outline: none;
	}
a:hover, a:focus {
	color: #666;
	}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
		
#headerWrapper {
	width: 750px;
	height: 404px;
	margin: 0;
	Padding: 0;
	}
		
	#headerLeft {
		background: #fff url(/persistent/siteImgs/bgLogo.gif) no-repeat 0 0;
		width: 497px;
		height: 404px;
		float: left;
		}
		
		#logo {
			height: 137px;
			width: 497px;
			}
		
	#headerRight {
		background: #fff url(/persistent/siteImgs/bgSearchBox.gif) no-repeat 0 100%;
		float: right;
		color: #5b8da6;
		width: 253px;
		height: 404px;
		text-align: center;
		}
	
#midWrapper {
	background: #fff url(/persistent/siteImgs/bgMidWrapper.gif) repeat-y 0 0;
	width: 750px;
	}

	#sidebar {
		background: #f1f1f1;
		float: left;
		width: 299px;
		padding: 0;
		margin: 0;
		}
	
	#content {
		background: #fff;
		float: right;
		width: 407px;
		padding: 10px 22px 0px 22px;
		margin: 0;
		}

#footer {
	background: #f9f9f9 url(/persistent/siteImgs/bgFooter.gif) repeat-x 0 0;
	position: relative; 
	color: #999;
	width: 100%;
	text-align: center;
	}
	.fBackgroundHome {
		background: #01437d url(/persistent/siteImgs/bgFooterHome.gif) repeat-x 0 0 !important;
		color: #fff;
		}
		#footerBranding {
			text-align: left;
			width: 750px;
			margin: 0 auto;
			}
			
	.fBackgroundDefault {
		background: #999 url(/persistent/siteImgs/bgFooter.gif) repeat-x 0 0;
		}
		#footerMenu {
			text-align: left;
			line-height: 27px;
			width: 750px;
			margin: 0 auto;
			}
	
	#copyright {
		text-align: left;
		line-height: 37px;
		width: 750px;
		margin: 0 auto;
		}
	#copyrightHome {
		text-align: left;
		line-height: 37px;
		width: 750px;
		margin: 0 auto;
		color: #fff;
		}


/*
----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/

/* -- Top Menu Sucker Fish 4 Level -- */

ul#navmenu {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 497px; /*For KHTML*/
  list-style: none;
  height: 28px;
}

ul#navmenu li {
  margin: 0;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 28px;
}

ul#navmenu ul {
  margin: 0;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
}

ul#navmenu ul li {
  float: none; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu a {
  padding: 0 6px 11px 16px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: url(/persistent/siteImgs/bgTopMenu.gif) no-repeat top right;
  color: #666;
  font-size: 11px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  text-decoration: none;
	text-transform: uppercase;
  height: auto !important;
  height: 100%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a,
ul#navmenu li.current a {
  color: #009bdd;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	background: #034766;
	border-top: 1px solid #033b56;
	padding: 6px;
  float: none;
  color: #fff;
	font-weight: normal;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
  background: #033b56;
  color: #fff;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}


/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/

h1 {
	font: 26px/28px "Times New Roman", "Tahoma", Times, serif;
	color: #034463;
	margin: 15px 0;
	padding: 0;
	font-weight: normal;
	font-style: italic;
	}

h2,h3,h4,h5 {
	font-size: 14px;
	color: #004c8e;
	margin: 20px 0 10px 0;
	padding: 0;
	font-weight: bold;
	}

h2.ojiHeading {
	color: #999;
	font-size: 11px;
	border-bottom: 1px solid #f1f1f1;
	}


hr {
	color: #FFFFFF;
	border-top: 1px solid #DFDFDF;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	}	
	
/* -- Side Bar -- */	

#sidebar h2 {
	font-size: 18px;
	}
	


/*
----------------------------------------------------------------------------- 
PLUGINS
-----------------------------------------------------------------------------*/

/* -- News -- */	

p.articleDate {
	color: #999;
	}


/*
----------------------------------------------------------------------------- 
CONTENTS
-----------------------------------------------------------------------------*/

p#backTop {
	background: url(/persistent/siteImgs/icnTop.gif) no-repeat 0 0;
	padding: 2px 0 0 30px;
	margin: 0 0 20px 0;
	height: 23px;
	display: block;
	text-decoration: none !important;
	}
		

/* -- Lists (unordered) -- */	

#content ul {
	color: #666;
	}

	#content ul li {
		list-style-image: url(/persistent/siteImgs/bulletWhiteGlobe.gif);
		margin-bottom: 5px;		
		}
		
		#content ul.salarySurvey li {
		list-style-image: url(/persistent/siteImgs/icnPdf.gif);
		margin-bottom: 5px;
		}
		
		#content ul.salarySurvey li a {
		margin-left: 5px;
		}
		
		#content ul.salarySurvey li.doc {
		list-style-image: url(/persistent/siteImgs/icnDoc.gif);
		margin-bottom: 5px;
		}
		
		#content ul.jobindexGifs li {
		list-style-image: url(/persistent/siteImgs/icnGif.gif);
		margin-bottom: 5px;
		}
		
		#content ul.jobindexGifs li a {
		margin-left: 5px;
		}
		
div.popupdiv {
	margin: 15px;
	background: #FFFFFF;
	text-align: left;
	}		


/* -- Lists (OJI Current) -- */	

ul.olivierIndex {
	list-style: none;
	margin: 0;
	padding-left: 15px;
	}
#content ul.olivierIndex li {
	font-size: 14px;
	list-style-image: none;
	border-bottom: 1px solid #f1f1f1;
	padding: 5px 0;
	}
#content ul.olivierIndex li img {
	margin-right: 5px;
	}

/* -- Lists (ordered) -- */	

#content ol li {
	margin-bottom: 5px;
	}
	
/* -- Forms -- */		
	
.formbg {
	background: #F9F9F9;
	}	



/*
----------------------------------------------------------------------------- 
SIDEBAR
-----------------------------------------------------------------------------*/

/* -- Fresh Jobs List -- */	

.freshDate {
	font-weight: bold;
	}

#freshJobsWrapper {
	font-size: 11px;
	color: #555;
	margin: 0 20px;
	}

	#freshJobsWrapper p {
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
		}


/*
----------------------------------------------------------------------------- 
MISC
-----------------------------------------------------------------------------*/

img.shot {
	border: 1px solid #eee;
	padding: 4px;
	background: #fff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}

#icnSearchBox {
	text-align: left;
	background: url(/persistent/siteImgs/icnSearchBox.gif) no-repeat 0 0;
	list-style-type: none;
	height: 37px;
	margin: 0;
	margin-left: 40px;
	padding: 0;
	}
	
	#icnSearchBox li {
		height: 20px;
		padding-left: 20px;
		}

		


/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

#headerRight a, #headerRight a:visited, #headerRight a:active {
	color: #fff;
	}
#headerRight a:hover, #headerRight a:focus {
	color: #f78219;
	}

#footer a, #footerWrapper a:visited, #footer a:active {
	color: #999;
	}
#footer a:hover, #footer a:focus {
	color: #333;
	}

#footerMenu a, #footerMenu a:visited, #footerMenu a:active {
	color: #555;
	}
#footerMenu a:hover, #footerMenu a:focus {
	color: #999;
	}

#copyrightHome a, #copyrightHome a:visited, #copyrightHome a:active {
	color: #fff;
	}
#copyrightHome a:hover, #copyrightHome a:focus {
	color: #009bdd;
	}

/*
----------------------------------------------------------------------------- 
BACKGROUNDS AND IMAGE REPLACEMENTS
-----------------------------------------------------------------------------*/

#sidebar h2 {
	background: url(/persistent/siteImgs/hdFreshJobs.gif) no-repeat 0 0;
	text-indent: -999em;
	display: block;
	height: 30px;
	margin-bottom: 10px;
	}
	
#sidebar h3 a, #sidebar h3 a:visited, #sidebar h3 a:active {
	background: url(/persistent/siteImgs/icnDrawPin.gif) no-repeat 0 0;
	color: #033b56;
	display: block;
	font: 12px/18px "Tahoma", "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding:0;
	padding-left: 25px;
	}
#sidebar h3 a:hover, #sidebar h3 a:focus {
	background: url(/persistent/siteImgs/icnDrawPin.gif) no-repeat 0 -75px;
	}
	

/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/

form {
	font: 12px/1.4em "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	
input, textarea {
	font: 12px/1.4em "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	}	

fieldset {
	border: none;
	}

/* -- Job Search Box  -- */	

form#JobSearch {
	margin-top: 135px;
	}
	
#JobSearch legend {
	display: none;
	}

#JobSearch label {
	display: block;
	clear: both;
	}
	
#JobSearch input, #JobSearch select {
	font-size: 95%;
	background: #f2f2f2;
	margin-top: 10px;
	}
#JobSearch input {
	padding: 0.25em;
	}
#JobSearch select {
	width: 175px;
	border: 2px solid #fff;
	}

#frm_keyword {
	clear: both;
	font-weight: bold;
	margin-bottom: 10px;
	border: 3px double #09506c;
	width: 167px;
	}

form#JobSearch input.submit {
	background: none;
	width: 175px;
	margin-top: 10px;
	}
	
/* -- Contact Olivier Form  -- */

span.required {
	color: red;
	}


