
/* Main CSS Document */

/* RESET DEFAULTS */ 

* {
	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: #083d55;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url('../images/mainbg.gif');
	background-repeat: repeat-x;
	min-width: 1023px;
	color:  #002e44;
	font-size: 10pt;
}

#logo {
	display: block;
	position: absolute;
	top: 18px;
	left: 39px;
	width:103px;
	height:118px;
	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: 128px;
	left: 0px;
	height: 80px;
	min-width: 1024px;
	width: 100%;
	background-image:url('../images/menubg.png');
	background-repeat: no-repeat;
	
	z-index: 1;
}

#menubarOver {
	display: block;
	margin-top: 20px;
	left: 0px;
	height: 40px;
	width: 100%;
}

#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: white;
	text-transform: uppercase;
	
	display: block;
	height: 32px;
	width: 100%;
	
	padding-top: 6px;
	
	clear: both;
}

#menubarOver .level1 ul {
	display: none;
	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;
	list-style-type: none;
	list-style-image: none;
	
	margin-right: -300px;
}

#menubarOver .level1 li:hover ul {
	display: block;
	float: left;
}

#menubarOver .level2 a {
	font-size: 8pt;
	padding-left: 10px;
}

#menubarOver .level1 li:hover a {
	color: #ffc420;
}

#menubarOver .level1 li:hover .level2 li, .level2li {
	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, .level2li.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:  #003c4e !important;
	font-size: 8pt !important;
	text-decoration: none;
	
	overflow: hidden;
}

.level2 a:hover {
	color: gold !important;
}

#body {
	width: 954px;
	min-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	
	background-color: #e3e3e3;
	background-image:url('../images/bodybg.gif');
	background-repeat: no-repeat;

	z-index: 0;
	
	border-right: solid #1e4c69 1px;
}

#maincontent {
	padding-top: 220px;
	padding-bottom: 30px;
	padding-left: 36px;
	padding-right: 2em;
	overflow: hidden;
}

#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;
}

.imageleftinsert {
	padding-bottom:  1em;
}

#floatcontent {
	width: 440px;
	float: left;
	clear: left;
}

#imagecontent {
	float: right;
	clear: right;
	width: 425px;
	padding-left:  3px;
	padding-top:  3px;
}

/* HEADING DEFINITIONS */

h1 {
	font-weight: bold;
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	color: #faa63d;
}

h2 {
	font-weight: bold;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	color: #faa63d;
}

h3 {
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	color: #faa63d;
}

h4 {
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

h5 {
	font-weight: bold;
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

h6 {
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

em {
	font-style: oblique;
}

/* LIST DEFINITIONS */

ol {
	padding-right: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 2em;
}

#body li {
	padding-bottom: 1.4em;
	padding-left: 1em;
}

ol li {
	padding-left: 2em;
}

#maincontent p {
	padding-bottom: 1em;
}

.sponsorlogos {
	clear: right;
	float: right;
	padding-top: 1em;
	margin-right: 2em;
	padding-bottom: 1em;
}

.flashscroller {
	clear: left;
	float: left;
	margin-left: 2em;
	padding-bottom: 1em;
}

.flashlogostrip {
	padding-bottom: 1em;
	padding-top: 1em;
	width: 800px;
}


/* HEADING DEFINITIONS */

h1 {
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial, Helvetica, sans_serif;
	display: block;
	width: 98%;
	border-bottom: solid #044f63 1px;
	margin-bottom: 0.7em;
	text-transform: uppercase;
	color: #044f63;
}

h2 {
	font-weight: bold;
	font-size: 14pt !important;
	font-family: Arial, Helvetica, sans_serif;
	margin-bottom: 0.4em;
	color: #044f63;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans_serif;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	color: black;
}

h4, h5, h6 {
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans_serif;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	font-style: oblique;
	color: black;
}

em {
	font-style: oblique;
}

#content a {
	color: #044f63;
}

#content a:visited {
	color: #666666;
}

#content a:hover {
	color: #87abb4;
}

/* LIST DEFINITIONS */

#content ol, #content ul {
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-top: 0.2em;
}

#content li {
	padding-bottom: 2em;
	padding-left: 0.5em;
}

	/* We want nested lists to have less/different padding. */

	#content li > ul, ol {
		margin-top: 1em;
	}
	
	#content li > ol > li {
		padding-bottom: 0.6em;
	}
	
	#content li > ul > li {
		padding-bottom: 0.6em;
	}
	
	#content li > ul > li > ul, ol {
		margin-top: 1em;
		padding-bottom: 0em;
	}

	#content li > ol > li > ul, ol {
		margin-top: 1em;
		padding-bottom: 0em;
	}
	
	.alphalist {
		list-style-type: lower-latin;
	}
	
	.contentblock {
		display: block;
		padding-bottom: 1em;
	}

#content p {
	padding-bottom: 1em;
	padding-right: 1em;
}

.jumpto {list-style-type: none;}

acronym {
	border-bottom: dotted grey 1px;
}

/* 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;
}

#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;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 20px;
}

dl {
	margin-bottom: 1em;
}

strong {
	font-weight: bold;
}

th {
	font-weight: bold;
	width: 200px;
	text-align: left;
}

td {
	padding-bottom: 20px;
}

legend {
	margin-bottom: 1em;
	border-bottom: solid 1px black;
	font-size: 15pt;
	text-transform: uppercase;
	width: 100%;
}

/* events table */
.eventTable {
	margin: 6px 20px;
	margin-bottom: 20px;
	width: 800px;
	border-top: 1px solid #9bb9c3;
	border-left: 1px solid #9bb9c3;
}
.eventTable th {
	background-color: #c0dbe7;
}
.eventTable td, .eventTable th {
	width: 40%;
	border-bottom: 1px solid #9bb9c3;
	border-right: 1px solid #9bb9c3;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}
.eventTable .timeslot {
	width: 20%;
}
.eventTable td.timeslot {
	font-weight: bold;
}