/* General Styles for NCPP website - June 2006 */

/* defaults, globals, and miscellaneous
==============================================================================*/

*, span { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
body {
	margin: 0 auto;
	font-family: arial, san-serif, Verdana;
	font-size: 12px;
	text-align: left;
}
hr {
	/*display: none;*/
	}
img {
	border: 0; /* removes border in case images get have anchor around them */
	padding: 0;
	margin: 0;
	}
#renderprint {
	width: 600px;
}
a {
	font-weight: 600;
	text-decoration: none;
	color: #00CC00;
	}
a:hover {
	color: #019dd8;
	}
.clear {
	clear: both;
	}
p { 
	font-size: 100%;
	color: black;
	padding: 3px 10px;
	margin: 0;
}
ul { 
	margin: 0;
	padding: 0; 
	list-style: none;
	}
li {
	margin: 0;
	padding: 3px 0 3px 28px; 
	background: url(../images/bullet01.gif) no-repeat;
	background-position: 10px 4px;
	font-size: 100%;
	}
h2, .Heading {
	font-size: 134%;
	color: #019dd8;
	padding: 3px 10px;
	margin: 0;
	font-weight: bold;
}
h3, SubHeading {
	font-size: 120%;
	font-weight: 300;
	color: #019dd8;
	padding: 3px 10px;
	margin: 0;
}
.white230_1 h2, .white230_2 h2 {
	color: #019dd8;
}

.SubHeading, .Heading {
	padding: 3px 0;
}
.whiter {
	color: white;
}

.heightAuto {
	height: auto;
	}

/* Header of page - before breadcrumb
==============================================================================*/

#background {
	margin: 0 auto;
	width: 980px;
	background: url(../images/style/workforce/background.gif);
}

#wrap {
	position: relative;
	margin: 0 0 0 25px;
	padding: 0;
	text-align: left;
	width: 930px;
	vertical-align: top;
	}


/* Site logo
==============================================================================*/

h1 {
	height: 133px;
	float: left;
	background: url(../images/logo/connexionslive.gif) no-repeat;
	}
	
	h1 a {
		display: block;
		top: 0;
		width: 235px;
		height: 133px;
		text-indent: -5000px;
		overflow: hidden;
		background: url(../images/logo/connexionslive.gif) no-repeat;
		}
	h1 a:hover {
		text-decoration: none;
		background: url(../images/logo/connexionslive.gif) no-repeat;
		}	

/* contact (header) navigation
==============================================================================*/

#nav {
	position: relative;
	list-style: none;
	}
	#nav li {
		float: right;
		padding: 0;
		overflow: hidden; /* if text-resize, this'll keep the nav the same size */
		}
	li.Portal {
		background: url(../images/nav/workforce_banner_02.gif) no-repeat;
		}
		#nav li a {
			display: block;
			line-height: 67px;
			text-indent: -5000px;
			overflow: hidden;
			background-position: center top; /* horizontally centers the background image */
			}
		#navPortal{
			width: 230px;
			height: 67px;
			background: url(../images/nav/workforce_banner_02.gif) no-repeat;
			}	
			#nav li a:hover {
				background-position: 0 -67px;
				}
	
#nav2 {
	position: relative;
	list-style: none;
	}
	#nav2 li {
		float: right;
		padding: 0;
		overflow: hidden; /* if text-resize, this'll keep the nav the same size */
		}
	li.Workforce {
		background: url(../images/nav/workforce_banner_05.gif) no-repeat;
		}
		#nav2 li a {
			display: block;
			line-height: 73px;
			text-indent: -5000px;
			overflow: hidden;
			background-position: center top; /* horizontally centers the background image */
			}
		#navWorkforce{
			width: 230px;
			height: 73px;
			background: url(../images/nav/workforce_banner_05.gif) no-repeat;
			}
			#nav2 li a:hover {
				background-position: 0 -73px;
				}
					
#navfull {
	position: relative;
	list-style: none;
	}
	#navfull li {
		float: right;
		padding: 0;
		overflow: hidden; /* if text-resize, this'll keep the nav the same size */
		}
	li.WorkforceFull {
		background: url(../images/nav/workforce_banner_ns.gif) no-repeat;
		}
		#navfull li a {
			display: block;
			line-height: 140px;
			text-indent: -5000px;
			overflow: hidden;
			background-position: center top; /* horizontally centers the background image */
			}
		#navfullWorkforce{
			width: 465px;
			height: 140px;
			background: url(../images/nav/workforce_banner_ns.gif) no-repeat;
			}
			#navfull li a:hover {
				background-position: 0 -140px;
				}
	
/* Forms
==============================================================================*/

.vacancyForm {
	margin: 10px 0 0 0;
	}
form p, form h3 {
	position: relative;
	}
fieldset {
	margin: 10px 0;
	padding: 0;
	border: solid 0 transparent;
	}
legend {
	font-weight: bold;
	color: black;
	}
label {
	float: left;
	clear: left;
	width: 160px;
	}
input {
	border: 1px solid #00CC00; 
	width: 200px;
	font-size: 100%;
	padding: 2px;
	margin: 0 0 5px 0;
	}
select {
	width: 206px;
	border: 1px solid #00CC00; 
	font-size: 100%;
	padding: 2px;
	margin: 0 0 5px 0;
	}
input.radio, input.checkbox, input.submit, input.button, input#fic_9541_9564_1 {
	width: auto;
	}
input#fic_9541_9561_calBtn {
	width: auto;
	height: auto;
	}
textarea {
	border: 1px solid #00CC00; 
	padding: 2px;
	width: 200px;
	height: 100px;
	margin: 0 0 5px 0;
	}
input.radio, input#fic_9541_9564_1 {
	float: left;
	margin-right: 1em;
	}
input.button {
	margin: 0 0 0 10px;
	}
input:focus, textarea:focus {
	border: 1px solid #00CC00; 
	background: #DCDCDC;
	}
.CS_Form_Required_Baseline, .CS_Form_Required {
	background: url(../images/style/standard/required_adults.gif) top right no-repeat;
	}
.CS_Form_DropDown {
	height: 100px;
	}
	
.CS_Form_SectionLabel {
	margin: 10px;
	display: block;
	overflow: hidden;
	}

* html .feedback{
	width: 200px;
	}

/* tables for use 
==============================================================================*/

.selector {
	margin: 5px 14px 5px 10px;
}

.selector th {
	font-size: 100%; 
	background-color: #00CC00; 
	color: white; 
	text-align: left; 
	padding: 3px; 
	border-bottom: 1px solid white; 
	border-right: 1px solid white;
}
.selector td {
	font-size: 100%; 
	background-color: #dcdcdc;
	color: black; 
	text-align: left; 
	padding: 3px; 
	border-bottom: 1px solid white; 
	border-right: 1px solid white;
	vertical-align: top;
}

/* Snippets
==============================================================================*/

.highlight {
	margin: 5px 15px 5px 10px;
	padding: 0;
	background: #DCDCDC;
}

.highlight2 {
	margin: 5px 15px 5px 10px;
	padding: 0;
	border: 1px dotted #00CC00; 
}
