/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6  { font-size: 100%; margin: 0; padding: 0; border: 0px; outline: 0 }

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body    { color: #666; font-size: 11px; line-height: 17px; font-family: Arial, Helvetica, sans-serif; background-color: #ffffff; text-align: center; margin: 5pt 0; padding: 0 }
p  { line-height: 16px; margin: 5px 0 }
safety-audit-content
{
  font-family:Arial, Helvetica, sans-serif; font-weight:500; color:#333333;
 }
 
/* Commonly used to style page titles. */
h1  { color: #000; font-weight: bold; font-size: 14px; line-height: 14px; padding-bottom: 5px }

/* Commonly used to style section titles. */
h2  { color: #000; font-weight: bold; font-size: 12px; line-height: 14px; padding-top: 5px; padding-bottom: 5px }

/* Sets the style for unvisited links. */
a:link  { color: #666666; text-decoration: none }
a:hover   { color: #666666; text-decoration: underline }
a:visited  { color: #666666; text-decoration: none }

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outline      { background-color: #969696; text-align: left; margin: 0px auto; padding: 0px; width: 765px }
#outerWrapper    { background-color: #fff; text-align: left; margin: 0px auto; padding: 0px; border-top: none #cccccc; border-right: 1px solid #666; border-bottom: none #cccccc; border-left: 1px solid #666; width: 763px }
#outerWrapper #header      { font-weight: bold; font-size: 18px; line-height: 15px; margin: 0px; padding: 0px; border-style: none; border-width: 0px; border-color: #666 white #666 white }

/* header  */
#header-menu        { font-weight: bold; font-size: 12px; line-height: 15px; background-color: #969696; padding: 8px 10px; border-style: none none solid none; border-width: 0px 0px 1px 0px; border-color: #666 }
#header-menu ul		 { color: white; text-align: left; list-style-type: none; margin: 0px; padding: 0px 13px 0px 0px }
#header-menu ul li      { color: white; margin: 0px; padding: 0px 5px 0px 0px; display: inline }
#header-menu ul li a	 { color: white; font-size: 12px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px; padding: 0px 5px 0px 1px }

#header-title  { background-color: #cf3136; padding-top: 5px; padding-bottom: 5px }

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content    { margin: 0 220px 0 0; padding: 10px; border-left: #666 }

/* navigation */
#menuNav        { color: #666; float: none; margin: 1px 0px 0px; padding: 2px 0px }
#menuNav ul		{ color: #666; text-align: right; list-style-type: none; margin: 0px; padding: 0px 13px 0px 0px }
#menuNav ul li     { color: #666; margin: 0px; padding: 0px; display: inline }
#menuNav ul li a	 { color: #666; font-size: 12px; line-height: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0px; padding: 0px 1px }

#breadcrumbs  { color: #666666; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; margin-bottom: 5px }
#breadcrumbs ul   { list-style-type: none; margin: 0px; padding: 0px 0px 5px }
#breadcrumbs ul Li   { margin: 0px; display: inline; padding: 1px 0px 0px }
#breadcrumbs ul Li a  { color: #666666; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; margin: 0px; padding: 0px; display: inline }
#breadcrumbs ul Li a:hover   { color: #666666; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; margin: 0px; padding: 0px }

/* homepage */
#homeWrapper    { padding-bottom: 10px }
#homeContainer   { margin: 10px; padding: 0px; border: solid 1px #c8c8c8 }
#homeContentUpper     {
	color: white;
	vertical-align: 2px;
	margin: 0px;
	padding: 0px
}
#homeHeader h2      { color: white; vertical-align: top; margin: 0px; padding: 0px }

#homeContentUpper a   { color: white; vertical-align: top }
#homeContentUpper a:hover    { color: white; vertical-align: top }
.hContentTop1    {
	background-color: #cf3136;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 0px;
}
.hContentTop2     { background-color: #666; vertical-align: top; padding-top: 10px; padding-bottom: 10px; padding-left: 10px }
.hContentTop3     { background-color: #ccc; vertical-align: top; padding-top: 10px; padding-bottom: 10px; padding-left: 10px }

#homeContentMiddle       { color: #666; font-size: 11px; text-align: center; vertical-align: top; margin-top: 10px; margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px }
.hContentMiddle     { color: #666; font-size: 11px; text-align: left; vertical-align: top; padding-left: 20px }

#homeContentLower      { color: #666; font-size: 11px; vertical-align: top; margin-top: 10px; margin-bottom: 10px; padding-top: 5px; padding-left: 30px }
.hContentLower      { color: #666; font-size: 11px; text-align: left; vertical-align: top; padding-top: 10px; padding-left: 30px; border-top: 1px dashed #ccc }

.redtext {color: #cf3136;}
#homeBody h2   { color: #cf3136; font-weight: bold; font-size: 12px; line-height: 14px; margin-top: 2px; margin-bottom: 10px }
#homeBody ul      { list-style-type: none; list-style-image: url(../images/solid_red_arrow.gif); margin: 0px; padding: 0px 0px 5px 15px; no-repeat: vertical-align: middle  }
#homeBody ul Li  { padding-top: 1px; padding-bottom: 0px }
#homeBody ul Li a  { color: #666666; font-size: 11px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
#homeBody ul Li a:hover  { color: #666666; font-size: 11px; line-height: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
#homeBody_note   { color: #cf3136; font-weight: normal; font-size: 11px; line-height: 14px; margin-top: 2px; margin-bottom: 10px }



#homeUpper { margin: 10px; padding: 0px; border: solid 1px #c8c8c8 }
#homeLower { margin: 10px; padding: 0px; border: solid 1px #c8c8c8 }
#homeMiddle #homeMiddlerightColumn1 {
  background-color: #ebebeb;
  border-left: solid 1px #666; /* Sets the left border properties for an element using shorthand notation */
  float: right;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 24%;
}
#homeMiddle #homeMiddleleftColumn1 {
  background-color: #ebebeb;
  border-right: solid 1px #666; /* Sets the right border properties for an element using shorthand notation */
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 24%;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#homeMiddle #homeMiddleColt {
  margin: 0 26% 0 26%; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* courses */
#course_description_short   { margin: 0px 0px 10px; padding: 0px 0px 5px; border-bottom: 2px #cf3136 }
#course_listing_pricing   { margin: 0px; padding: 30px 0px 0px 20px; height: 164px }
#course_listing_pricing ul  { color: #666666; text-align: left; list-style-type: none; margin: 0px; padding: 0px; border-bottom: gray }
#course_listing_pricing ul li	{ color: #666666; margin: 0px; padding: 0px; }
#course_listing_pricing ul li a	  { color: #cf3136; font-size: 11px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 0px }

#thumbnail  { background-color: #fefff1; float: left; margin: 0px 10px 10px 0px; padding: 3px; border: solid 1px #dfdacd }
#thumbnail_sm    { float: left; margin: 0px 10px 10px 0px; padding: 3px; border: solid 1px #dfdacd }

#course_description_long  { margin: 0px }

#internal_body  { font-family:Arial, Helvetica, sans-serif; font-weight:600; color:#5D5D5D; font-size:11px; margin: 0px }
#internal_body h2 { color: #cf3136; font-weight: bold; font-size: 14px; line-height: 14px; padding-top: 5px; padding-bottom: 5px }\

/* training box*/
#content_training      { color: #666666; padding: 10px }
#content_training_box       { margin: 0px 0px 10px; padding: 10px; border: solid 1px #c8c8c8 }
#content_training_box_body      { margin: 0px; padding: 10px 0px 0px 10px; position: relative; width: 690px; height: 175px }
#content_training_box_mid         { margin: 0px; padding: 0px; position: absolute; top: 10px; left: 189px; width: 324px }
#content_training_box_pricing       { margin: 0px; padding: 0px 0px 0px 20px; position: absolute; top: 10px; left: 523px; width: 150px }
#content_training_box_pricing ul  { color: #666666; text-align: left; list-style-type: none; margin: 0px; padding: 0px; border-bottom: gray }
#content_training_box_pricing ul li	{ color: #666666; margin: 0px; padding: 0px; }
#content_training_box_pricing ul li a	  { color: #cf3136; font-size: 11px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; margin: 0px; padding: 0px }

#outerWrapper #contentWrapper #rightColumn1   { color: #666666; float: right; padding: 10px; border-left: none #666; width: 200px }

/* rightColumn1 lists */
#course_listing_special_offer   { background-color: #ffffff; margin-top: 5px; margin-bottom: 5px; padding: 5px; border: solid 1px #cccccc }
#course_listing_special_offer h2   { color: #cf3136; font-weight: normal; font-size: 11px; line-height: 14px; margin-top: 2px; margin-bottom: 10px }
#course_listing_special_offer ul      { list-style-type: none; list-style-image: url(../images/solid_red_arrow.gif); margin: 0px; padding: 0px 0px 5px 15px; no-repeat: vertical-align: middle  }
#course_listing_special_offer ul Li  { padding-top: 1px; padding-bottom: 0px }
#course_listing_special_offer ul Li a { color: #666666; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
#course_listing_special_offer ul Li a:hover  { color: #666666; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }

#cr_quick_links   { background-color: #f3f6ff; margin-top: 5px; margin-bottom: 5px; padding: 5px; border: solid 1px #cccccc }
#cr_quick_links h2  { color: #666; font-weight: normal; font-size: 11px; line-height: 14px; margin-top: 2px; margin-bottom: 10px }
#cr_quick_links ul      { list-style-type: none; list-style-image: url(../images/solid_red_arrow.gif); margin: 0px; padding: 0px 0px 5px 15px; no-repeat: vertical-align: middle  }
#cr_quick_links ul Li  { padding-top: 1px; padding-bottom: 0px }
#cr_quick_links ul Li a { color: #666666; text-decoration: none }
#cr_quick_links ul Li a:hover  { color: #666666; text-decoration: underline }

#cr_returning_visitors   { background-color: #ffffff; margin-top: 5px; margin-bottom: 5px; padding: 5px; border: solid 1px #cccccc }
#cr_returning_visitors h2  { color: #666; font-weight: normal; font-size: 11px; line-height: 14px; margin-top: 2px; margin-bottom: 10px }
#cr_returning_visitors ul      { list-style-type: none; list-style-image: url(../images/solid_red_arrow.gif); margin: 0px; padding: 0px 0px 5px 15px; no-repeat: vertical-align: middle  }
#cr_returning_visitors ul Li  { padding-top: 1px; padding-bottom: 0px }
#cr_returning_visitors ul Li a { color: #666666; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
#cr_returning_visitors ul Li a:hover  { color: #666666; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }

/*  products  */
#select_product  { line-height: 1.2em; }
#select_product2  { line-height: 1.2em; }
#select_product3  { line-height: 1.2em; }

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat { clear: right; display: block }

/* footer */
#outerWrapper #footer    { background-color: #ddd; padding: 15px 10px; border-top: 7px solid #666; border-right: none #666; border-bottom: 1px solid #666; border-left: none #666 }

#footerNav ul	          { color: #666666; text-align: left; list-style-type: none; margin: 0px; padding: 5px 0px }
#footerNav ul li     { color: #666666; margin: 0px; padding: 0px; display: inline }
#footerNav ul li a         { color: #666666; font-weight: normal; margin: 0px; padding: 0px 2px }



/* form.css */

* {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  min-width: 560px;
  max-width: 620px;
  width: 590px;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 354px;
  zoom: 1;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 197px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

form div img {
  border: 1px solid #000000;
}

p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

form div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

form div select, form div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputText, form div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
 
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  zoom: 1;
}

