/*------------------------------------------------------------------ 
#
# [Peoplebank Stylesheet] 
#  
# Project:		Peoplebank Australia Ltd Site
# Version:		2.0
# Date Created:	09/04/09
# Last change:	09/04/09 [Wade Du Preez -> Document Created]
# Created By:	Wade Du Preez
# Copyright:	Peoplebank Australia Ltd 2009
# 
#
#
# [Peoplebank Colour Schemes]
# 
# Teal (100%)	:	#008da8
# Teal (75%)	:	#009db6
# Teal (50%)	:	#68bacd
# Teal (25%)	:	#bedee6
# 
# LightTeal (100%)	:	#70cde3
# LightTeal (75%)	:	#8fd6e8
# LightTeal (50%)	:	#b9e4f0
# LightTeal (25%)	:	#e2f3f7
#
# Grey (100%)	:	#666666
# Grey (75%)	:	#cccccc
# Grey (50%)	:	#f2f2f2
# Grey (25%)	:	#efefef
#
# Orange (100%)	:	#f5a01a
# Orange (75%)	:	#f9b04b
# Orange (50%)	:	#fccc8b
# Orange (25%)	:	#fee8cb
# 
# Purple (100%)	:	#f5a01a
# Purple (75%)	:	#f9b04b
# Purple (50%)	:	#fccc8b
# Purple (25%)	:	#fee8cb
# 
# Brown (100%)	:	#a2978a
# Brown (75%)	:	#b3aa9d
# Brown (50%)	:	#cfc7bd
# Brown (25%)	:	#eae5e0
#
#
#
# [Table of Contents]
# 
# 1. Standard HTML Tag Reset
# 2. Standard HTML Tag Definition
# 3. Main Structual Elements
# 4. Custom Styles
# 5. Misc Styles
# 6. Link & Navigation Styles
# 7. Banner Slider Styles
# 8. Job Search & Job View Styles
# 
# -------------------------------------------------------------------*/ 

/* ----------------------- */
/* Standard HTML Tag Reset */
/* ----------------------- */

body,
h1, h2, h3, h4, h5, h6,
p, ul, li, a, div,
form, img {
	margin:0;
	padding:0;
	border:0;
	}

ul, li {
	list-style-type:none;
	}

/* End */



/* ---------------------------- */
/* Standard HTML Tag Definition */
/* ---------------------------- */

html, body {
	height: 100%;
	}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#606060;
	background-color:#f2f2f2;
	}

h1 {
	color:#008da8;
	}

h2 {
	color:#008da8;
	font-size:10px;
	}

h6 {
	font-family:sans-Serif;
	}

p {
	color: #606060;
	line-height:120%;
	font-size:10px;
	margin-bottom:5px;
	}

a {
	color:#606060;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	color:#008da8;
	}

/* End */



/* ----------------------- */
/* Main Structual Elements */
/* ----------------------- */

#pageBase {
	
	}

#container {
	width:730px;
	padding-top:25px;

	}

#header {
	
	}

#logo {
	width:220px;
	height:41px;
	display:block;
	}

#headernav {
	display:none;
	}

#feature {
	display:none;
	}

#jobSearch {
	width:298px;
	float:left;
	display:inline-block;
	height:188px;
	border:1px solid #ccc;
	margin-right:10px;
	background-color:#efefef;
	background-image:url("../images/audienceFill.png");
	}

#banner {
	display:none;
	}

#subHomePageBanner {
	display:none;
}

#subHomePageBanner #transMenu {
		display:none;
}

#audience {
	height:105px;
	margin-bottom:10px;
	}

#clients, #contractors, #jobseekers, #investors {
	height:103px;
	width:173px;
	float:left;
	margin-right:10px;
	background-image:url('../images/audienceFill.png');
	border:1px solid #ccc;
	display:inline-block;
	}

#investors {
	float:right;
	margin-right:0;
	}

#breadCrumbs {
	display:none;
	}

#content {
	margin-top:20px;
	margin-bottom:20px;
	}

#welcome, #latestOpportunities {
	margin-left:10px;
	margin-right:35px;
	display:inline-block;
	float:left;
	width:210px;
	margin-bottom:10px;
	}

#featuredContent {
	display:none;
	}

#contentMain {
	width:375px;
	margin-bottom:15px;
	display:block;
}

#contentFeature {
	display:none;
}

#contentNav {
	display:none;
}

#contentMainStd {
	width:100%;
	display:block;
	line-height:150%;
}

#contentFeatureStd {
	display:none;
}

#footer {
	height:60px;
	clear:both;
	margin-top:20px;
	}

#footerBar {
	height:20px;
	background-color:#008da8;
	}

#footerLinks {
	border-top:5px solid #008da8;
	padding-top:10px;
	height:20px;
	margin-top:5px;
	}

#footerLinks span {
	display:none;
	}

/* End */



/* ------------- */
/* Custom Styles */
/* ------------- */

#subHomePageBanner a {
	margin-right:0;
}

#subHomePageBanner #transMenu li {
		display:inline-block;
		float:left;
		height:30px;
		width:145px;
		border-left:1px solid #cccccc;
}

#subHomePageBanner #transMenu #noborder {
		border:0;
}

#jobSearch img {
	margin-left:10px;
	}

#jobSearch li {
	padding:5px 10px 5px 10px;
	}


#jobSearch form img {
	margin-left:0;
	float:left;
	margin-top:4px;
	margin-right:10px;
	}

#jobSearch input.txtfield {
	border:1px solid #969696;
	padding:3px 2px 3px 3px;
	width:170px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#606060;
	}

#jobSearch select {
	padding:3px;
	width:175px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:200%;
	border:1px solid #969696;
	color:#606060;
	}

#jobSearch select option {
	padding:1px 2px 1px 2px;
	color:#606060;
	}

#jobSearch input.inputButton {
	margin-right:18px;
	margin-top:5px;
	}

#breadCrumbs p {
	margin-left:10px;
	padding-top:4px;
	color:#008da8;
	}

#breadCrumbs p img {
	margin-left:5px;
	margin-right:5px;
	}

#content iframe {
	text-align:center;
	}

#content #contentMain h2 {
	margin-top:10px;
	margin-bottom:5px;
}

#content #contentMain p {
	margin-bottom:10px;
}

#contentNav ul {
	list-style-image:url('../images/arrow_whtbgrd.png');
	margin-left:20px;
}

#contentNav li {
	margin-bottom:5px;
}

#contentNav ul .navhere  {
	color:#008da8;
}


#jobContent {
	padding:0 10px;
	}

#jobContent h1 {
	font-size:14px;
	margin:0;
	margin-bottom:10px;
	}

#jobContent ul {
	margin:5px;
	}

#jobContent li {
	margin-left:20px;
	list-style-type:disc;
	}

#latestOpportunities h2 {
	margin-bottom:5px;
	}
	
#latestOpportunities #loh2 {
	margin-top:5px;
	}

#latestOpportunities li {
	padding-top:1px;
	padding-bottom:1px;
	}

#footerLinks p {
	color:#008da8;
	}
	

/* End */



/* ---------- */
/* Misc Syles */
/* ---------- */

#headernav img {
	margin-left:5px;
	}

.nobordertop {
	border-top:none;
	}
	
.noborderbottom {
	border-bottom:none;
	}


.whiteSpace5 {
	height:5px;
	}

.whiteSpace10 {
	height:10px;
	}

.whiteSpace9 {
	height:9px;
	}

.whiteSpace15 {
	height:15px;
	}

.whiteSpace20 {
	height:20px;
	}

/* End */



/* ------------------------ */
/* Link & Navigation Styles */
/* ------------------------ */

#audience li {
	list-style-image:url('../images/arrow_grybgrd.png');
	margin-left:25px;
	padding-top:1px;
	padding-bottom:1px;
	color:#333333;
	}

#audience img {
	margin-bottom:5px;
	margin-left:8px;
	}

#audience p {
	margin-top:5px;
	margin-left:8px;
	color:#008da8;
	}

#audience p a {
	color:#008da8;
	}

#audience a:hover {
	color:#008da8;
	text-decoration:underline;
	}

#breadCrumbs a {
	color:#667;
	text-decoration:none;
	}

#breadCrumbs a:hover {
	text-decoration:underline;
	}

#welcome a {
	color:#008da8;
	}

#featuredContent a img, #contentFeature a img, #contentFeature .ro {
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
	margin-top:0;
	}

#footerLinks span {
	margin-left:22px;
	}

#footerLinks a {
	margin-left:5px;
	}

/* End */



/* --------------------- */
/* Banner Slider Styles */
/* --------------------- */

#banner li {
	width:418px;
	height:188px;
	overflow:hidden;
	}

/* End */



/* ---------------------------- */
/* Job Search & Job View Styles */
/* ---------------------------- */



/* End */
