/***********************
     IBP PRINT STYLES 
*************************/
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: verdana, sans-serif;
	font-size: 100%;
	color: #000;
}
h1 {
	font-family: "trebuchet MS", arial, sans-serif;
	font-size: 1.5em;
	letter-spacing: -0.04em;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "trebuchet MS", arial, sans-serif;
	font-size: 1.3em;
	margin: 4px 0px 4px 0px;
	padding: 0px;
}
h3 {
	font-family: arial, sans-serif;
	font-size: 1.1em;
	color: #333;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
h4, h5 {
	font-family: arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
h5 {
	font-size: 1em;
}
h2#date {
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	color: #999;
	margin: -1px 0 10px 0;
	padding: 0;
}
h2.update {
	font-family: verdana, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #999;
	margin: 6px 0 2px 0;
	padding: 2px;
	border-top: 1px solid #ddd;
	clear: both; 
}

img {
	border: 0;
}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}

blockquote {
	background: #eee;
	margin: 10px 20px 10px 20px;
	padding: 10px;
	clear: both;
}


p {
	font-size: 0.8em;
}
div#container {
	width: 810px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	background: transparent;
}
div#header {
	width: 810px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #333;
	border-top: 2px solid #333;
}
div#content {
	width: 570px;
	height: auto;
	display: block;
	float: left;
	background: #fff;
	margin: 0px;
	padding: 10px;
}
div#content ul {
	font-size: 0.8em;
	color: #036;
}

/* Footer Styles */
div#footer {
	width: 575px;
	height: 25px;
	display: block;
	clear: both;
	position: relative;
	margin: 10px 0 0 220px;
	padding: 15px 5px 5px 10px;
	background:  #ddd;
	border-top: 2px solid #ccc;
	font-size: 0.7em;
	color: #000;
}
ul#footerLinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#footerLinks a,
ul#footerLinks a:visited,
p.top a {
	color: #777;
	text-decoration: none;
	font-weight: normal;
}
ul#footerLinks a:hover,
ul#footerLinks a:active,
p.top a:hover {
	color: #000;
}
ul#footerLinks li {
	display: inline;
	float: left;
	padding: 0px 5px 0 5px;
}
p.top {
	font-size: 1em;
	display: inline;
	float: right;
	padding: 0px 5px;
	margin: 0px;
}



/* NAV */
div#sidebar {
	width: 220px;
	height: auto;
	margin: 0px 0px 150px 0px;
	padding: 10px 0px 10px 0px;
	display: block;
	float: left;
}

ul#nav {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 0.85em;
	letter-spacing: -0.05em;
	color: #fff;
	margin: 18px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	z-index: 5;
}
* html ul#nav {
	margin-top: 31px;
}
ul#nav li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
}
* html ul#nav li { /* Display hr separator in IE */
	background: url(/design/images/bg_nav_hr.gif) repeat-y scroll left bottom;
}
ul#nav li.current {
	background: #fff url(/design/images/nav_current.gif) no-repeat scroll left center;
}
ul#nav li a:hover {
	background: #fff;
}
ul#nav li.current a:hover {
	background: #fff url(/design/images/nav_current.gif) no-repeat scroll left center;
}
ul#nav a {
	color: #fff;
	text-decoration: none;
	padding: 7px 5px 7px 10px;
	margin: 0px;
	display: block;
}
ul#nav a:hover {
	background: #fff;
}
/* Sub Menu Items */
ul#nav li ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 0.8em;
	letter-spacing: 0em;
	list-style: none;
	background: #fff;
}
* html ul#nav {
	margin-bottom: -10px;
}

ul#nav li ul li {
	margin: 0px 0px 0px 6px;
	padding: 0px;
	border: 0;
	line-height: 1em;
	background: none;
}
ul#nav li ul li a {
	color: #666;
	padding: 4px 0px 2px 8px;
	margin: 0px;
}
ul#nav li ul li.current {
	background:  url(/design/images/bullet_subnav.gif) no-repeat top left;
}

ul#nav li ul li.current a:hover {
	background:  url(/design/images/bullet_subnav.gif) no-repeat top left;
}

/* Fix IE gaps between list items */
* html ul#nav li ul { 
	margin: -15px 0px 0px 0px;
	position: relative;
	z-index: 15;
}
* html ul#nav li ul li a { 
	margin: -7px 0px -7px 0px;
}
/* Sub-sub-Menu Items (pages) */
ul#nav li ul li ul {
	margin: 4px 0 0 4px;
	padding: 0;
	font-size: 0.8em;
	list-style: none;
	position: relative;
	z-index: 20;
	font-family: tahoma, verdana, sans-serif;
	font-weight: normal;
}
ul#nav li ul li ul li {
	margin: 0;
	padding: 0px 0 2px 4px;
	border: 0;
	line-height: 1em;
}
ul#nav li ul li ul li.current {
	background: none;
}
ul#nav li ul li ul li.current a {
	color: #999;
	background:  url(/design/images/bullet_page.gif) no-repeat top left;
}
ul#nav li ul li ul li.current a,
ul#nav li ul li ul li.current a:visited {
	color: #036;
}
ul#nav li ul li ul li.current a:hover {
	background:  url(/design/images/bullet_page.gif) no-repeat top left;
}

/* Fix IE gaps between list items */
* html ul#nav li ul li ul { 
	margin: 4px 0px 15px 0px;
	position: relative;
	z-index: 20;
}


/* Sectors Menu */
ul#sectors {
	display: none;
}
ul#sectors li {
	display: inline;
	padding: 0px;
	margin: 0px;
	text-indent: -300000px;
}
ul#sectors li img {
	border: 0;
}
ul#sectors li a {
	display: block;
	float: left;
	width: 75px;
	height: 75px;
	padding: 2px 10px 2px 2px;
	margin: 0px;
}
ul#sectors li#marine a {
	background: url(/design/images/ic_marine.gif) no-repeat scroll top left;
}
ul#sectors li#construction a {
	background: url(/design/images/ic_construction.gif) no-repeat scroll top left;
}
ul#sectors li#retail a {
	background: url(/design/images/ic_retail.gif) no-repeat scroll top left;
}
ul#sectors li#cross-sector a {
	background: url(/design/images/ic_solutions.gif) no-repeat scroll top left;
}
ul#sectors li#apprenticeships a {
	background: url(/design/images/ic_apprentice.gif) no-repeat scroll top left;
}
ul#sectors li#marine a:hover,
ul#sectors li#construction a:hover,
ul#sectors li#retail a:hover,
ul#sectors li#cross-sector a:hover,
ul#sectors li#apprenticeships a:hover {
	background-position: left -80px;
}

p#prompt {
	font-family: arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	width: 400px;
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	background: url(/design/images/ic_arrow.gif) no-repeat scroll left center;
}


img.img_right {
	float: right;
	margin-left: 10px;
}


/* Page Structure */
#container {
	position: relative;
	width: 800px;
	height: auto;
	background: transparent;
	margin: 0 auto;
	padding: 0;
}
/* Header Styles */
#header {
	width: 800px;
	height: 135px;
	margin: 0 0 10px 0;
	padding: 0;
}
#banner {
	display: none;
}
#tools {
	display: none;
}
ul#utilities {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 0.7em;
	width: 300px;
	list-style: none;
	display: block;
	float: left;
	vertical-align: text-bottom;
}
ul#utilities li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	vertical-align: text-bottom;
}
ul#utilities img {
	border: 0;
	padding: 0;
	vertical-align: top;
}
ul#utilities a,
ul#utilities a:visited {
	text-decoration: none;
	font-weight: normal;
}
ul#utilities a img {
	background: #999;
}
ul#utilities a:hover img {
	background: #000;
}
/* Search */
#search {
	display: block;
	float: right;
	width: 270px;
	height: 20px;
}
* html #search {
	margin: 0px 0px -16px 0px;
	padding: 0px;
}
.searchbox {
	height: 14px;
	width: 180px;
	font-family: verdana, sans-serif;
	font-size: 0.7em;
	color: #666;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 2px;
}
.searchbutton {
	display: inline;
	height: 18px;
	width: 75px;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: bottom;
}

/* Page Styles */
#content p {
	line-height: 1.5em;
}
/* Breadcrumbs */
div#breadcrumbs {
	width: 570px;
	margin: 6px 5px 5px 5px;
	padding: 2px;
	font-size: 0.7em;
	display: inline;
	float: right;
	color: #666;
	border-bottom: 1px solid #ddc;
}
span.bc_current {
	color: #444;
	font-weight: bold;
}


/* Individual Elements */
img.small {
	float: left;
	margin-right: 10px;
	border: 0;
}
p.file {
	height: 16px;
	border-top: 1px dotted #f99;
	padding: 4px 4px 2px 20px;
	margin: 10px 10px 10px 0;
	font-size: 0.9em;
	background:  url("/design/images/download.gif") no-repeat center left;
}
.img_left {
	float: left;
	padding: 0 10px 0 0 ;
}
.img_right {
	float: right;
	padding: 0 0 0 10px;
}

/* Contact Form */
form dt{
	margin: 10px 10px 0px 20px;
	font-size: 1em;
	font-weight: bold;
}
form dd {
	margin: 0px 0px 10px 20px;
	padding: 0px;
	font-size: 1em;
	line-height: 1em;
}
form .medium, 
form .mediumbox, 
form .largebox,
form .small {
	border: 1px solid #999;
	font-family: arial, sans-serif;
	font-size: 1em;
	padding: 3px;
}
form .medium {
	width: 250px;
}
form .small {
	width: 80px;
}
form .mediumbox {
	width: 250px;
	height: 100px;
}
form .largebox {
	width: 450px;
	height: 200px;
}
.error {
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	color: #c00;
	margin: 0;
	padding:0;
}

div.admintools a:link, div.admintools a:visited, div.admintools a:active {
	font-size: 10px;
	border: 1px solid #999999;
	text-decoration: none;
	color: #333333;
	padding: 3px;
	background-color:#EEEEEE;
	
}

div.admintools a:hover {
	background-color:#DADADA
}

div.admintools img {
	border: none;
	padding-right: 4px;

}

a.vaultThumb {
	text-decoration: none;
	display: block;
	float:left;
	border: 1px dotted #CCCCCC;
	padding: 6px;
	margin: 4px;
	font-size: 0.75em;
	font-weight: normal;
}

