@import url("../css/reset.css");

/*
Globals
--------------------------------------------------------------------------------------------------- */
* {margin:0; padding:0;}

body {
    font: 12px/1.4em Arial, Helvetica, sans-serif;
    background: url("../gfx/bg.jpg") repeat-x 0 0 #497DB6;
    color:#666;
	margin: 0;
} 
hr { display: none; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

.small {
	font-size: 11px;
}
blockquote .small {
	font-weight: bold;
}

a {
	color: #345890;
}

#globalWrap #inWrap #wrapper .noBorder {
	border: 0;
}
#globalWrap #inWrap #wrapper .highlight {
	color: #26456F;
}

/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#globalWrap {
	width: 100%;
	background:url(../gfx/bg_foot.jpg) repeat-x 0 100% #fff;
}
#inWrap {
	width: 100%; 
	position: relative;
	background:url(../gfx/bg.jpg) repeat-x 0 0;
}
#wrapper {
	width: 990px;
	margin: 0  auto;
	background:url(../gfx/foot_jagged.jpg) no-repeat 0 100%;
	position: relative;
}
#wrapper #header {
	height: 240px;
	position: relative;
}
#wrapper #body_container {
	background: url(../gfx/head_jagged.jpg) no-repeat 0 0;
	position: relative;
	padding: 127px 0 187px 0;
}

/* Search Fields
--------------------------------------------------------------------------------------------------- */
#search_field {
	width: 290px;
	position: absolute;
	top: 300px;
	right: 25px;
}	
#search_field label {
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
}
#search_field input {
	width: 198px;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 0;
	background:url(../gfx/search_input.png) no-repeat 0 0;
	float: left;
}
#search_field #btn_search {
	display: block;
	border: 0;
	width: 65px;
	height: 24px;
	text-align: center;
	color: #fff;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../gfx/btn_search.png) no-repeat 0 0;
	float: right;
	cursor: pointer;
}
#search_field #btn_search.hoverme {
	background: url(../gfx/btn_search.png) no-repeat 0 -24px;
	color: #9EBADE;
}

/* Header
--------------------------------------------------------------------------------------------------- */
#logo {
	width: 370px;
	height: 200px;
	display:block;
	text-indent: -9999px;
	background: url(../gfx/logo.jpg) no-repeat 0 0;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 100;
}
#tagline {
	width: 563px;
	height: 31px;
	display: block;
	text-indent: -9999px;
	background: url(../gfx/head_tagline.png) no-repeat 0 0;
	position: absolute;
	top: 7px;
	left: 0;
}
#head_shadow {
	width: 600px;
	height: 236px;
	position: absolute;
	background: url(../gfx/head_shadow.png) no-repeat 0 0;
	top: 110px;
	left: 20px;
	z-index: 2999;
}
#head_image {
	width: 642px;
	height: 300px;
	background:url(../gfx/head_image_bg.png) no-repeat 0 0;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 2000;
}
#head_image #slide {
	width: 600px;
	height: 236px;
	margin: 20px 23px 0 19px;
}

/* Utility Navigation
--------------------------------------------------------------------------------------------------- */
#utility_nav {
	width: 363px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}
#utility_nav li {
	float: left;
	margin: 0;
}
#utility_nav a {
	font-size: 11px;
	display: block;
	height:40px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
/* ---- HOME ----- */
#utility_nav #ut_home {
	width: 68px;
	background:url(../gfx/utility_navbg.png) no-repeat 0 0;
}
#utility_nav #ut_home:hover,#utility_nav li.active #ut_home {
	width: 68px;
	background:url(../gfx/utility_navbg.png) no-repeat 0 -40px;
}
/* ---- ABOUT ----- */
#utility_nav #ut_about {
	width: 65px;
	background:url(../gfx/utility_navbg.png) no-repeat -68px 0;
}
#utility_nav #ut_about:hover,#utility_nav li.active #ut_about,
body#about #utility_nav #ut_about {
	width: 65px;
	background:url(../gfx/utility_navbg.png) no-repeat -68px -40px;
}
/* ---- TRAINING NEEDS ----- */
#utility_nav #ut_needs {
	width: 156px;
	background:url(../gfx/utility_navbg.png) no-repeat -133px 0;
}
#utility_nav #ut_needs:hover,#utility_nav li.active #ut_needs,
body#training #utility_nav #ut_needs {
	width: 156px;
	background:url(../gfx/utility_navbg.png) no-repeat -133px -40px;
}
/* ---- CONTACT ----- */
#utility_nav #ut_contact {
	width: 74px;
	background:url(../gfx/utility_navbg.png) no-repeat -289px 0;
}
#utility_nav #ut_contact:hover,#utility_nav li.active #ut_contact,
body#contact #utility_nav #ut_contact{
	width: 74px;
	background:url(../gfx/utility_navbg.png) no-repeat -289px -40px;
}

/* Global Navigation
--------------------------------------------------------------------------------------------------- */
#global_nav {
	width: 631px;
	height: 39px;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 4000;
}

#global_nav ul li {
	float: left;
	margin: 0;
	height: 39px;
	position: relative; /* this is for the drop-down menu functionality */
}

/* ------| Drop-Down Menu Resets |------ */
#global_nav ul li ul {
	margin: 0;
	padding: 0;
}
#global_nav ul li ul li {
	margin: 0;
	padding: 0;
	height: auto;
}


/* ---- HEALTH & SAFETY ----- */
#global_nav #nav_health a.g_nav {
	display: block;
	height:39px;
	text-indent: -9999px;
	width: 128px;
	background:url(../gfx/menu.png) no-repeat -161px 0;
}
#global_nav #nav_health a.g_nav:hover,
body.health-safety #global_nav #nav_health a.g_nav {
	width: 128px;
	background:url(../gfx/menu.png) no-repeat -161px -39px;
}
#global_nav #nav_health.sfHover a.g_nav {
	background: url(../gfx/menu.png) no-repeat -161px -39px;
}

/* ---- FIELD ----- */
#global_nav #nav_field a.g_nav  {
	display: block;
	height:39px;
	text-indent: -9999px;
	width: 116px;
	background:url(../gfx/menu.png) no-repeat -289px 0;
}
#global_nav #nav_field a.g_nav:hover,
body.field-safety #global_nav #nav_field a.g_nav {
	width: 116px;
	background:url(../gfx/menu.png) no-repeat -289px -39px;
}
#global_nav #nav_field.sfHover a.g_nav {
	background: url(../gfx/menu.png) no-repeat -289px -39px;
}

/* ---- INDUSTRIAL ----- */
#global_nav #nav_industrial a.g_nav  {
	display: block;
	height:39px;
	text-indent: -9999px;
	width: 132px;
	background:url(../gfx/menu.png) no-repeat -405px 0;
}
#global_nav #nav_industrial a.g_nav:hover,
body.industrial-safety #global_nav #nav_industrial a.g_nav {
	width: 132px;
	background:url(../gfx/menu.png) no-repeat -405px -39px;
}
#global_nav #nav_industrial.sfHover a.g_nav {
	background:url(../gfx/menu.png) no-repeat -405px -39px;
}

/* ---- EMERGENCY ----- */
#global_nav #nav_emergency a.g_nav  {
	display: block;
	height:39px;
	text-indent: -9999px;
	width: 161px;
	background:url(../gfx/menu.png) no-repeat 0 0;
}
#global_nav #nav_emergency a.g_nav:hover,
body.planning-programs #global_nav #nav_emergency a.g_nav {
	width: 161px;
	background:url(../gfx/menu.png) no-repeat 0 -39px;
}
#global_nav #nav_emergency.sfHover a.g_nav {
	background:url(../gfx/menu.png) no-repeat 0 -39px;
}

/* ---- COURSE ----- */
#global_nav #nav_courses a.g_nav  {
	display: block;
	height:39px;
	text-indent: -9999px;
	width: 94px;
	background:url(../gfx/menu.png) no-repeat -537px 0;
}
#global_nav #nav_courses a.g_nav:hover {
	width: 94px;
	background:url(../gfx/menu.png) no-repeat -537px -39px;
}
#global_nav #nav_courses.sfHover a.g_nav {
	background:url(../gfx/menu.png) no-repeat -537px -39px;
}

/* Global Content
--------------------------------------------------------------------------------------------------- */
#primary {
	width: 650px;
	float: left;
}
#secondary {
	width: 340px;
	float: right;
	background: url(../gfx/sidebar_top.jpg) no-repeat 50% 0;
}
#primary .content {
	padding: 0px 30px 0 30px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px 0;
	line-height: 1.2em;
}
#primary div.courses h2 {
	cursor: pointer;
	display: block;
	border-bottom: 1px dashed #ccc;
	background: #fff;
	padding: 0 0 5px 0;
}
.content h3 {
	font-size: 21px;
	font-weight: normal;
	margin: 5px 0 10px;
	color: #313A61;
	line-height: 1.2em;
}
.content h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 5px 0 10px;
	color: #313A61;
line-height: 1.2em;
}
.content h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	color: #313A61;
line-height: 1.2em;
}
.content h6 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
line-height: 1.2em;
}

#primary .content a {
	background: #CAECF9;
	text-decoration: none;
}
#primary .content a:hover {
	background: #FCF4C2;
	color: #000;
}
#primary .content p {
	line-height: 1.6em;
	margin: 0 0 10px 0;
}
#primary .content .feat_img,
#primary .content img.left {
	padding: 5px;
	background: #fff;
	border: 1px dotted #888;
	float: left;
	margin: 0 25px 25px 0;
}
#primary .content img.right {
	padding: 5px;
	background: #fff;
	border: 1px dotted #888;
	float: right;
	margin: 0 0 25px 25px;
}
#body_container h1 {
	font-size: 35px;
	letter-spacing: -2px;
	line-height: 1.1em;
	font-weight: bold;
	border-bottom: 1px dotted #888;
	padding: 10px 0;
	margin: 0 0 20px 0;
}
#primary ul {
	margin: 0 0 25px;
	line-height: 1.4em;
}
#primary ul li ul {
	margin: 0 0 5px;
}
#primary ul li {
	list-style: disc;
	margin: 6px 0 6px 20px;
	clear: both;
}
#primary ul.sitemap li {
	font-weight: bold;
	font-size: 18px;
}
#primary ul.sitemap li ul li {
	font-weight: bold;
	font-size: 14px;
}
#primary ul.sitemap li ul li ul li {
	font-size: 12px;
	font-weight: normal;
}
#primary ul.courses {
	border-top: 1px dotted #888;
	padding: 10px 0 0 0;
}
#primary ul li .info,
#primary .courseitem .info {
	float: right;
	width: 475px;
	padding: 3px 0 0 0;
}
#primary ul li .photo,
#primary .courseitem .photo {
	float: left;
	width: 110px;
}
#primary ul li .photo a img,
#primary .courseitem a img {
	border: 3px solid #CAECF9;
}
#primary ul li .photo a:hover img,
#primary .courseitem a:hover img {
	border: 3px solid #345890;
}
#primary ul.courses li,
#primary .courseitem {
	margin: 0 0 15px;
	padding: 0 0 10px;
	list-style: none;
	border-bottom: 1px dotted #888;
}
#primary ul.courses li p,
#primary .courseitem p {
	margin: 0 0 6px;
	padding: 0;
}
#primary ul.courses li h3,
#primary .courseitem h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}
#primary ul.courses li h3 a,
#primary ul.sitemap a,
#primary .courseitem h3 a {
	background: none;
}

#primary .coursephoto {
	margin: 0 0 10px;
}
#primary p.viewall {
border-top: 1px dotted #888;
padding: 10px 0 0 0;
}
#primary p.individual_coursedetails {
	border: 1px dotted #888;
	padding: 10px;
	background: #CAECF9;

}

#primary .content ol {
	margin: 0 0 15px;
}
#primary .content ol li {
	margin: 0 0 6px 20px;
	list-style: decimal;
}

/* SideBar Content
--------------------------------------------------------------------------------------------------- */
#side_bar {
	width: 287px;
	margin: 0 auto;
	background:url(../gfx/sidebar_bottom.jpg) no-repeat 0 100%;
	padding: 0 0 30px 0;
}
#side_bar .schedule {
	padding: 20px;
}
#side_bar .schedule ul a {
	text-decoration: none;
}
#side_bar .schedule ul a:hover {
	background: #CAECF9;
	color: #000;
}
#side_bar .schedule ul {
	margin: 0 0 0 25px;
}
#side_bar .schedule li {
	list-style-image:url(../gfx/bullet_arrow.gif);
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #999;
	padding: 0 0 10px 10px;
}
#side_bar .schedule ul.subnav li {
	font-size: 16px;
	font-weight: bold;
}
#side_bar .schedule ul.subnav li.current a {
	color:#666;
}
#side_bar .schedule span {
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
#side_bar .schedule p {
	font-size: 14px;
}
#side_bar .btn_schedule {
	width: 135px;
	height: 24px;
	display: block;
	background: url(../gfx/btn_schedule.png) no-repeat 0 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
#side_bar .btn_schedule:hover {
	background: url(../gfx/btn_schedule.png) no-repeat 0 -24px;
	color: #9EBADE;
}

#side_bar h3 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

#side_bar blockquote {
	padding: 20px;
	background: #fff;
	border: 1px dashed #999;
	width: 200px;
	margin: 0 auto;
	font-size: 20px;
	font-style: italic;
	line-height: 24px;
	color: #406CA7;
}

/* Footer
--------------------------------------------------------------------------------------------------- */
#footer {
	position: absolute;
	bottom: 0;
	height: 122px;
	left: 0;
}
#foot_box {
	width: 990px;
	position: relative;
	height: 122px;
}
#foot_box strong {
	font-weight: bold;
	color: #C5D2E0;
}
#foot_box a {
	font-weight: bold;
	color: #fff;
}
#foot_box a:hover {
	text-decoration: none;
}
#foot_box .copy {
	font-size: 10px;
	color: #8DAECF;
	position: absolute;
	bottom: 30px;
	left: 0;
}	
#foot_box .location {
	color: #8CC3DE;
	position: absolute;
	top: 25px;
	left: 0;
}
#foot_box .address {
	color: #8CC3DE;
	position: absolute;
	top: 45px;
	left: 0;
}
#foot_box #foot_nav {
	position: absolute;
	top: 25px;
	right: 0;
}
#foot_box #foot_nav li {
	float: left;
	border-right: 1px solid #fff;
	padding: 0 20px;
	height: 11px;
}
#foot_box #foot_nav li a {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	height: 11px;
	display: block;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #fff;
}
#foot_box #foot_nav li a:hover {
	color: #8CC3DE;
}
/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
