/*******************************************************************************
   Page Setup
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
   	}

:focus {
	outline: 0;
	}

a {
   	text-decoration: underline;
   	}

html {
	background: url(../images/bkgrd/html-bkgrd.jpg) top center repeat-x #000000;
	height: 100%;
	}

body {
	text-align: center;
	height: 100%;
   	}

div#container {
	width: 1026px;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}
	
div#header {
	width: 1025px;
	height: 110px;
	}

div#main {
	width: 1026px;
	}
	
div#content {
	float: left;
	line-height: 1.46em;
	}
	
div#sidebar {
	float: left;
	width: 229px;
	padding-left: 24px;
	}

div#footer {
	width: 1026px;
	height: 46px;
	margin-top: 22px;
	}
	
/*******************************************************************************
	Body
*******************************************************************************/
body#home { background: url(../images/bkgrd/home-body-bkgrd.jpg) top center no-repeat; }
body#health-safety { background: url(../images/bkgrd/health-safety-body-bkgrd.jpg) top center no-repeat; }
body#services { background: url(../images/bkgrd/services-body-bkgrd.jpg) top center no-repeat; }
body#projects { background: url(../images/bkgrd/projects-body-bkgrd.jpg) top center no-repeat; }
body#employment { background: url(../images/bkgrd/employment-body-bkgrd.jpg) top center no-repeat; }
body#about { background: url(../images/bkgrd/about-body-bkgrd.jpg) top center no-repeat; }
body#contact { background: url(../images/bkgrd/contact-body-bkgrd.jpg) top center no-repeat; }

/*******************************************************************************
	Header
*******************************************************************************/
div#logo {
	position: absolute;
	width: 198px;
	height: 60px;
	top: 16px;
	left: inherit;
	margin-left: 19px;
	}

div#companies {
	float: right;
	width: 306px;
	height: 48px;
	margin-top: 22px;
	}
	
div#nav {
	float: right;
	}
	
/*******************************************************************************
	Companies
*******************************************************************************/
div#companies p {
	font-size: 10px;
	color: #999999;
	padding: 0 19px 5px 0;
	text-align: right;
	}

div#companies a {
	margin-right: 13px;
	}
	
div#companies a.last {
	margin-right: 0px;
	}

/*******************************************************************************
	Nav
*******************************************************************************/
div#main-nav ul {
	float: right;
	list-style-type: none;
	}
	
div#main-nav ul li {
	float: left;
	border-right: 1px dashed #767676;
	}
	
div#main-nav ul li.last {
	border-right: 0px;
	}
	
div#main-nav ul li a {
	display: block;
	line-height: 20px;
	padding: 0 10px 0 10px;
	color: #F0B310;
	text-decoration: none;
	}
	
div#main-nav ul li a:hover {
	background-color: #203244;
	color: #FFFFFF;
	}
	
div#health-safety-nav,
div#services-nav,
div#about-nav {
	display: none;
	width: 1022px;
	background-color: #203244;
	border: 1px solid #1C1C1C;
	}
	
body#health-safety div#health-safety-nav,
body#services div#services-nav,
body#about div#about-nav {
	display: block;
	}
	
div#nav ul.sub-nav {
	float: right;
	list-style: none;
	}

div#nav ul.sub-nav li {
	float: left;
	background: url(../images/bkgrd/sub-nav-bullet.gif) center left no-repeat;
	padding: 0 20px 0 7px;
	line-height: 16px;
	}
	
div#nav ul.sub-nav li.last {
	padding-right: 10px;
	}

div#nav ul.sub-nav li a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
div#nav ul.sub-nav li a:hover {
	color: #77B3F1;
	}

body#home div#main-nav ul li#main-nav-home a,
body#health-safety div#main-nav ul li#main-nav-health-safety a,
body#services div#main-nav ul li#main-nav-services a,
body#projects div#main-nav ul li#main-nav-projects a,
body#employment div#main-nav ul li#main-nav-employment a,
body#about div#main-nav ul li#main-nav-about a,
body#contact div#main-nav ul li#main-nav-contact a {
	background-color: #203244;
	color: #FFFFFF;
	}

/*******************************************************************************
	Content
*******************************************************************************/
#content,
#content * {
	font-family: Arial, sans-serif;
	color: #000000;
	}

#content h1 {
	color: #E8A700;
	font-size: 2.0em;
	font-weight: bold;
	}

#content h2 {
	color: #1C3C5d;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	}

#content h3 {
	color: #666666;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	}

#content h4 {
	color: #1C3C5D;
	font-size: 0.9em;
	font-weight: lighter;
	text-transform: uppercase;
	}
	
#content h5 {
	color: #000000;
	font-size: 0.8em;
	font-weight: lighter;
	text-transform: uppercase;
	}
	
#content h6 {
	color: #000000;
	font-size: 0.8em;
	font-weight: bold;
	}

#content p {
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	}

#content p.center {
	text-align: center;
	}
	
#content p.indent {
	margin-left: 1.75em;
	}
	
#content a {
	color: #336598;
	}

#content ul {
	margin-left: 1.75em;
	padding-bottom: 0.5em;
	}

#content ul.indent_list {
	list-style: none;
	margin-left: 2.75em;
	}

#content ol {
	margin-left: 2.0em;
	padding-bottom: 0.5em;
	}
	
#content hr {
	border: 0;
	border-top: 1px dashed #6D94DB;
	height: 1px;
	width: 662px;
	text-align: left;
	margin: 10px;
	}
	
/*******************************************************************************
	Safety
*******************************************************************************/
div#safety {
	width: 221px;
	margin-top: 15px;
	background: url(../images/bkgrd/safety-bkgrd.jpg) top left repeat-y;
	}
	
div#safety-top {
	width: 221px;
	height: 10px;
	background: url(../images/bkgrd/safety-top-bkgrd.jpg) top left no-repeat;
	font-size: 1px;
	}

div#safety-content {
	width: 199px;
	min-height: 96px;
	background: url(../images/bkgrd/safety-content-bkgrd.jpg) bottom left no-repeat;
	padding: 0px 11px 0px 11px;
	}

div#safety-bottom {
	width: 221px;
	height: 10px;
	background: url(../images/bkgrd/safety-bottom-bkgrd.jpg) top left no-repeat;
	font-size: 1px;
	}

div#safety h1 {
	color: #E8A700;
	font-size: 2.0em;
	font-weight: bold;
	}

div#safety h2 {
	color: #0F2032;
	font-size: 1.0em;
	font-weight: bold;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	}

div#safety p {
	font-size: 10px;
	padding-top: 0.3em;
	padding-bottom: 0.5em;
	color: #0F2032;
	}

div#safety p.read-more {
	color: #336598;
	}

div#safety a {
	color: #336598;
	text-decoration: none;
	}

div#safety a:hover {
	text-decoration: underline;
	}

/*******************************************************************************
	Footer
*******************************************************************************/
div#footer-nav {
	float: left;
	width: 180px;
	padding-left: 8px;
	font-size: 11px;
	}
	
div#footer-nav ul {
	list-style-type: none;
	}

div#footer-nav ul li {
	float: left;
	line-height: 20px;
	padding: 0 10px 0 10px;
	border-right: 1px dashed #767676;
	}

div#footer-nav ul li.last {
	border-right: 0px;
	}

div#footer-nav ul li a {
	color: #F0B310;
	text-decoration: none;
	}

div#footer-nav ul li a:hover {
	color: #77B3F1;
	}

div#copyright {
	float: left;
	padding-left: 15px;
	color: #666666;
	line-height: 20px;
	font-size: 10px;
	}

div#curious {
	float: right;
	padding-right: 23px;
	color: #666666;
	line-height: 20px;
	font-size: 10px;
	text-align: right;
	}

div#copyright a,
div#curious a {
	color: #7EBCFD;
	text-decoration: none;
	}

/*******************************************************************************
	Cleaner
*******************************************************************************/
div.cleaner {
	clear: both;
	line-height: 0;
	font-size: 1px;
	height: 0;
	}