/* Subpage CSS Document */

/* RESET DEFAULTS */ 

p, ul, li, div, span, strong, em, table, td, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Now Get Started */

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 1024px;
	color:  white;
	font-size: 10pt;
}

#logo {
	display: block;
	position: absolute;
	top: 40px;
	left: 40px;
	width:310px;
	height:67px;
	border: solid black 1px;
	background-image:url('../images/logo.gif');
	background-repeat: no-repeat;
	
	z-index: 1;
}

#logo h1 {
	display: none;
	visibility: hidden;
}

#logo h2 {
	display: none;
	visibility: hidden;
}

#logo a {
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.hidden {
	visibility: hidden;
	display: none;
}

#menubar {
	position: absolute;
	display: block;
	top: 120px;
	left: 0px;
	height: 80px;
	min-width: 1024px;
	width: 100%;
	background-image:url('../images/safetyribbon.png');
	background-repeat: no-repeat;
	
	z-index: 1;
}

#menubarOver {
	display: block;
	margin-top: 20px;
	left: 0px;
	height: 40px;
	width: 100%;
	background-image:url('../images/mainribbon.png');
	background-repeat: no-repeat;
}

#menubarOver .level1 {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menubarOver .level1 li {
	float: left;
	margin-left: 40px;
}

.barlink {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-transform: uppercase;
	
	display: block;
	height: 30px;
	width: 100%;
	
	padding-top: 8px;
}

#menubarOver .level1 ul {
	display: none;
	visibility: hidden;
}

#menubarOver .level1 li:hover ul {
	position: absolute;
	display: block;
	visibility: visible;
	color: white;
	
	padding-bottom: 15px;
	
	background-image: url('../images/dropdown_bottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	
	min-height: 50px;
	top: 50px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

#menubarOver .level2 a {
	font-size: 8pt;
	padding-left: 10px;
}

#menubarOver .level1 li:hover a {
	color: #084c60;
}

#menubarOver .level1 li:hover .level2 li {
	float: none;
	display: block;
	left: 0px;
	margin: 0px !important;
	
	padding-left: 1px;
	padding-right: 7px;
	
	width:  150px;
	height: 20px;
	
	background-image: url('../images/dropdown_mid.png');
	background-repeat: repeat-y;
	
}

#menubarOver .level1 li:hover .level2 li.firstitem {
	float: none;
	display: block;
	left: 0px;
	margin: 0px !important;
	
	padding-left: 1px;
	padding-right: 7px;
	padding-top: 40px;
	
	width:  150px;
	height: 20px;
	
	background-image: url('../images/dropdown_top.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

.level2 a {
	display: block;
	width: 148px;
	height: 20px;

	padding-top: 2px;
	
	color:  white !important;
	font-size: 8pt !important;
	text-decoration: none;
	
	overflow: hidden;
}

.level2 a:hover {
	color: gold !important;
}

#body {
	width: 955px;
	min-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	
	background-color: #054d60;
	background-image:url('../images/bodybg.gif');
	background-repeat: no-repeat;

	z-index: 0;
}

#content {
	margin-top: 220px;
	margin-bottom: 30px;
	margin-left: 36px;
	
	color: black;
}

#content_top {
	width: 890px;
	height: 15px;
	background-image: url("../images/contentarea_top.png");
	background-repeat: no-repeat;
}

#content_body {
	background-image: url("../images/contentarea_mid.png");
	background-repeat: repeat-y;
	
	min-height: 400px;
	width: 870px;
	padding: 10px;
}

#content_bottom {
	width: 890px;
	height: 20px;
	background-image: url("../images/contentarea_bottom.png");
	background-repeat: no-repeat;
}

#footer {
	width: 90%;
	border-top: 1px solid #265766;
	margin-left: 5%;
	margin-top: 3em;
	padding: 3px;
	margin-bottom: 1em;
	clear: both;
	
	font-size: 7pt;
	color: #87abb4;
}

#infolinks {
	position: absolute;
	right: 5%;
}

#infolinks a {
	color: #87abb4;
	text-decoration: none;
}

/* Form Elements */

form * {
}

.notes {
	text-align: left;
	padding-right: 50px;
}

.subsection {
	padding: 20px;
}

	.subsection  h3 {
		display: block;
		width: 100%;
		padding-bottom: 3px;
		border-bottom: solid black 1px;
	}
	
	fieldset {
		padding: 20px;
		border-bottom: solid #a5acb2 1px;
	}
	
	fieldset fieldset {
		border: none !important;
	}
	
	legend {
		font-weight: bold;
	}
	
	.formset {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	
	.formset input, select, textarea {
		display: block;
		width: 100%;
		border: solid #a5acb2 1px;
		padding: 0px;
		margin: 0px;
	}
	
	.formset .ohsdata_radio {
		display: inline;
		width: auto;
	}
	
	.formset .checklist_check {
		display: inline;
		width: auto;
	}
	
	.formset label {
		display: inline block;
		width: 95%;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	div.exmandatory {
		width: 100%;
		text-align: center;
		border: solid red 1px;
	}
	
	.mandatory input[type=text], input[type=text].mandatory, .mandatory textarea, textarea.mandatory, select.mandatory, .mandatory select {
		border: solid red 1px !important;
	}
	
	.mandatory input[type=file], input[type=file].mandatory {
		border: solid red 1px !important;
	}
	
	.mandatory .outline {
		border: solid red 1px !important;
	}
	
	.mandatory label {
		color: red;
	}
	
	.submitbutton, .resetbutton {
		display: inline !important;
		width: 200px !important;
		border: solid black 1px !important;
		margin: 10px;
	}
	
	#submissionmessage {
		font-weight: bold;
	}

blockquote {
	padding-left: 40px;
}

blockquote:first-line {
	font-weight: bold;
}

.important {
	color: #F00 !important;
}
