/*
 ### Core Settings ###
*/


/* Reset Page */
* {
    padding: 0px;
    margin: 0px;
}

html {
    min-width: 100%;
}

/* Page Elements */
body {
    min-width: 100%;
    font-family: 'Open Sans', Helvetica;
    font-size: 14px;
    font-weight: normal;
    color: #303030;
    line-height:1.4em;
}


#centeredBG {
	background-image:;
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 1050px;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color:transparent;
	width:1030px;
}

#skip a {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
color: none;
}

#skip a:focus {
position:static;
width:auto;
height:auto;
color: none;
}

#masthead {
	position:relative;
	padding:10px 0px 0px 0px !important;
	width: 544px;
	height: 100px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#right_col {
	width: 200px;
	float: right;
	height:650px;
	margin-top:20px;
	margin-bottom:100px;
}

#page_contents {
    background-color: none;
    width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;"
}

#footer {
	clear: both;
  margin-top: 20px;
}

p {
	margin: 5px 0 10px 0;
	line-height:1.4em;
	font-size: 14px;
}

table {
  margin-bottom: 20px;
}


ol {
  margin-left: 30px;
}

ul {
  margin-left: 30px;
}

li {
	margin-bottom:10px;
	margin-left:20px;
}

li:last-child {
	margin-bottom:20px;
}

li ul li {
	margin-bottom:10px;
	margin-left:20px;
}

li ul li:last-child {
	margin-bottom:20px;
}

#tabs
{
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

#tabs li
{
    margin: 0;
    padding: 0;
    float: left;
}

#tabs a
{
    -moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
    background: #1F354F;
    background:    -moz-linear-gradient(220deg, transparent 10px, #1F354F 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #1F354F 10px);
    background:     -ms-linear-gradient(220deg, transparent 10px, #1F354F 10px);
    background:      -o-linear-gradient(220deg, transparent 10px, #1F354F 10px);
    background:         linear-gradient(220deg, transparent 10px, #1F354F 10px);
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    color: #fff;
    float: left;
    font: bold 12px/35px 'Lucida sans', Arial, Helvetica;
    height: 35px;
    padding: 0px 15px;
    text-decoration: none;
}

#tabs a:hover
{
    background: #345885;
    background:    -moz-linear-gradient(220deg, transparent 10px, #345885 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #345885 10px);
    background:     -ms-linear-gradient(220deg, transparent 10px, #345885 10px);
    background:      -o-linear-gradient(220deg, transparent 10px, #345885 10px);
    background:         linear-gradient(220deg, transparent 10px, #345885 10px);
}

#tabs a:focus
{
    outline: 0;
}

#tabs #current a
{
    background: #CBDAEB;
    background:    -moz-linear-gradient(220deg, transparent 10px, #CBDAEB 10px);
    background:    -webkit-linear-gradient(220deg, transparent 10px, #CBDAEB 10px);
    background:     -ms-linear-gradient(220deg, transparent 10px, #CBDAEB 10px);
    background:      -o-linear-gradient(220deg, transparent 10px, #CBDAEB 10px);
    background:         linear-gradient(220deg, transparent 10px, #CBDAEB 10px);
    text-shadow: none;
    color: #333;
}

#tab_content
{
    background-color: #F6F6F6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#F0F0F0));
    background-image: -webkit-linear-gradient(top, #F6F6F6, #F0F0F0);
    background-image:    -moz-linear-gradient(top, #F6F6F6, #F0F0F0);
    background-image:     -ms-linear-gradient(top, #F6F6F6, #F0F0F0);
    background-image:      -o-linear-gradient(top, #F6F6F6, #F0F0F0);
    background-image:         linear-gradient(top, #F6F6F6, #F0F0F0);
    -moz-border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    -moz-box-shadow: 0 2px 2px #000, 0 -1px 0 #F6F6F6 inset;
    -webkit-box-shadow: 0 2px 2px #000, 0 -1px 0 #F6F6F6 inset;
    box-shadow: 0 2px 2px #000, 0 -1px 0 #F6F6F6 inset;
    padding: 30px;
}

/* Remove the rule below if you want the content to be "organic" */
#tab_content div.wrapper
{
    min-height: 200px;
}


.image_container {
  float: right;
  width: 200px;
  margin: 20px;
  padding: 0px;
  background: none;

  -webkit-box-shadow:
                0px 0px 0px 3px #fff,
                0px 0px 0px 5px rgba(0,0,0,0.2),
                3px 3px 3px 5px #999;

     -moz-box-shadow:
                0px 0px 0px 3px #fff,
                0px 0px 0px 5px rgba(0,0,0,0.2),
                3px 3px 3px 5px #999;

          box-shadow:
                0px 0px 0px 3px #fff,
                0px 0px 0px 5px rgba(0,0,0,0.2),
                3px 3px 3px 5px #999;
}

.image_caption {
  padding: 5px;
  text-align: center;
  color: #777;
  font-size: small;
  background: #FFF;
}

.scenario {
  margin-left: 30px;
  font-style: italic;
  color: #000088;
}

#blueButtons p:hover {
	background-image:url('../../images/OSHAcademy_SectionLightBlue.png');
	background-position:center;
	background-repeat:no-repeat;
}

a {
    font-weight: normal;
    color: #0000CC;
    text-decoration: none;
}

a:hover, a:focus {
    color: #1F1FFF;
    text-decoration: none;
}

/* LIST STYLES */

.list_hr {
    border: 0;
    margin: 1px 0 1px 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}


.list_hr_section {
    border: 0;
    margin: 5px 0 5px 0;
    height: 5px;
    background-color: #A9A9A9;
}

ul.list {
    list-style: url(http://www.oshatrain.org/images_III/6x6_bullet_lt_blue.jpg);
    line-height: 1.5;
    margin-bottom: 20px;
}

ul.list {
    list-style: url(http://www.oshatrain.org/images_III/6x6_bullet_lt_blue.jpg);
    line-height: 1.5;
    margin-bottom: 20px;
}

.list_ol{
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
}

.atp_state_list{
    background: url(http://www.oshatrain.org/images_III/6x6_bullet_lt_blue.jpg) no-repeat left;
    width: 25%;
    margin-left: 30px;
    margin-top: 20px;
    padding-left: 20px;
    line-height: 1.5;
    float: left;
}

/* MAIN STYLES */


.contentWrapper {
    width: 980px;
    margin: auto auto;
    margin-top: 0px;
    margin-bottom: 20px;
    overflow: visible;

}

.topBar {
    min-width: 100%;
    height: 36px;
    border-bottom: #254A6A 1px solid;
    background-color: #95BADA;
    display:inline-block;
}

.logoContainer {
    width: 100%;
    height: 100px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.pageTitle {
    font-size: 44px;
    font-family: 'Open Sans', Helvetica;
    letter-spacing: 3px;
    font-variant: small-caps;
    font-weight: bold;
    color: #F56D4F;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 15px;
}


h1.courses {
   color: #FF8811;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Helvetica;
    line-height: 1.2em;
    letter-spacing: 0px;
    font-style: none;
    font-weight: 600;
    color: #46749E;
    margin: 0;
    padding: 10px 10px 10px 0;
}

h1 {
    font-size: 32px;
    text-transform: uppercase;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
    font-weight: bold;
}

.program_list {
    margin-left: 20px;
    padding: 5px 0px 5px 0;
}

/*
 ### Quizzes ###
*/
.question {
  margin-top: 0px;
  margin-bottom: 0px !important;
  padding: 0px;
}

.answers {
  margin: 5px 0px 20px 30px !important;
  padding: 0px;
}

.yourAnswer {
  color: #8B0000;
  margin: 5px 0px 10px 30px !important;
}

.bookAnswer {
  color: #B8860B;
  margin: 5px 0px 20px 30px !important;
}

.bookAnswer li{
    margin: 5px 0 0 30px;
}

.required{
  background: #FFE4B5;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}


/*
 ### Buttons ###
*/

.bg_blue {
    background-color:#4B479F;
}

.bg_aqua {
    background-color: #0085B8;
}

.bg_brown {
    background-color: #A68F49;
}

.bg_light {
    background-color: #FFF2E0;
}

.bg_white {
    background-color: #FFFFFF;
}

.text_white {
    color: #FFFFFF;
    text-shadow: 2px 2px 4px #888888;
}

.button {
    font-family: 'Open Sans', Helvetica;
    font-size:16px;
    text-decoration:none;
    text-align: center;
    cursor: pointer;
    color:#fff;
    opacity: 1.0;
    transition: all 0.3s linear;
    position:relative;
    padding:10px 40px;
    border:solid 2px #808080;
    margin-top: 15px;
    margin-left: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 2px 2px 2px #575757,
                0px 2px 0px #575757,
                2px 2px 2px #999;
}

.button:hover {
    opacity: 0.8;
}

.button:active {
    top:2px;
    background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    box-shadow: 2px 2px 2px #575757,
                0px 1px 0px 0px #575757,
                1px 1px 1px #999;
}

#inbutton {
    font-family: 'Open Sans', Helvetica;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    text-align: center;
    cursor: pointer;
    color:#fff;
    opacity: 1.0;
    transition: all 0.3s linear;
    position:relative;
    padding:10px 40px;
    border:solid 2px #808080;
    margin-top: 15px;
    margin-left: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 2px 2px 2px #575757, 0px 2px 0px #575757, 2px 2px 2px #999;
    background-color: #46749E;
}

 #inbutton:hover{
    opacity: 0.7 !important;
}

.course_paypal_btn {
    float: left;
    margin-left: 30px;
    width: 150px;
}

.guides_paypal_btn {
    width: 150px;
    margin: auto auto;
}


/*
 ### Text Effects ###
*/

.emboss_text {
    text-shadow: -1px -1px 1px gray;
}

.shadow_text {
    text-shadow: 1px 1px 1px gray;
}

.bold {
    font-weight: bold;
}

/*
 ### Paragraph Formatting ###
*/

.justify {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    hyphens: auto;
}


/*
 ### Tool Tip ###
*/

.tooltip{
    cursor: pointer;
}

.studentLogin {
    display: block;
    padding: 5px;
    margin-top: 4px;
    background: #C3D8EA;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: #70A1CD 1px solid;
}

.studentLogin:Hover {
    background: #CEDFEE;
    cursor: pointer;
    border: #7FABD2 1px solid;

}

/*==================================================
 * Footer
 * ===============================================*/

.footerWrapper {
    width: 100%;
    border-top: #666666 1px solid;
    background: #CCCCCC;
    display:inline-block;
}

.footer {
    width: 980px;
    margin: auto auto;
}

.footerAddress {
    font-size: 14px;
    color: #356997;
}

.footerContactUs {
    font-size: 16px;
    color: #356997;
}

.footerText {
    font-size: 14px !important;
}

.footerTitle {
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: 'Open Sans', Helvetica !important;
    font-style: italic !important;
    color: #666666 !important;
    margin-top: 0px !important;
}

.footerNavList {
    list-style: none;
    line-height: 1.7;
    font-size: 14px;
}

ul.footerNavList {
    color: rgb(48, 48, 48) !important;
    display: block !important;
    font-family: 'Open Sans', Helvetica !important;
    font-size: 14px !important;
    font-weight: normal !important;
    height: 261px !important;
    line-height: 23.7999992370605px !important;
    list-style-image: none !important;
    list-style-position: outside !important;
    list-style-type: none !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    width: 250px !important;
}

ul.footerNavList > li {
    color: rgb(48, 48, 48) !important;
    display: list-item !important;
    font-family: 'Open Sans', Helvetica !important;
    font-size: 14px !important;
    font-weight: normal !important;
    height: 23px !important;
    line-height: 23.7999992370605px !important;
    list-style-image: none !important;
    list-style-position: outside !important;
    list-style-type: none !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    text-align: left !important;
    width: 250px !important;
}

.footerNavListChild {
    list-style: none;
    line-height: 1.7;
    margin-left: 15px;
    font-size: 12px;
}

ul.footerNavListChild > li  {
    color: rgb(48, 48, 48);
    display: list-item;
    font-family: 'Open Sans', Helvetica;
    font-size: 12px;
    font-weight: normal;
    height: 0px;
    line-height: 20.3999996185303px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    width: 215px;
}


.program_fee {
    color: #F56D4F;
    font-weight: bolder;
}

.program_fee_free {
    color: #77A6CF;
    font-weight: bolder;
}

.courseFeeList {
    list-style: none;
}

.course_fee {
    color: #F56D4F;
    font-weight: bolder;
}


.courseIndividualFees{
     width: 630px;
     float: left;
     margin:20px 0 40px 0;
     background-color: #f8f8f8;
     border-radius: 10px;
     box-shadow: 0 0 3px #c3c3c3;
}

.courseFeaturesList{
     margin-top: -5px;
}

.courseFeatureModule{
    text-align: right;
    font-weight: bolder;
    float: left;
    padding: 3px;
    width: 70%;
}

.courseFeatureHours{
    text-align: right;
    font-weight: bolder;
    float: left;
    padding: 3px;
    width: 70%;
}

.courseFeatureValue{
    text-align: left;
    font-weight: normal;
    padding: 3px;
}

.courseHomePage{

    text-align: left;
    font-weight: normal;
    width: 100%;
}

.payAdditionalFees{
     width: 630px;
     float: left;
     margin:20px 0 40px 0;
     background-color: #f8f8f8;
     border-radius: 10px;
     box-shadow: 0 0 3px #c3c3c3;
}

.one_fourth > h4{
    margin-top: -10px;
    margin-left: -10px;
}

.two_fourth > h4{
    margin-top: -10px;
}

.three_fourth > h4{
    margin-top: -10px;
}

.three_fourth > p{
    margin-top: -5px;
}

.kudos{
    color: #F56D4F;
    font-style: italic;
    padding-top: 5px;
}

.orange {
    color: #F56D4F;
}

.student_feedback{
    margin: 10px;
    padding: 10px;
}

.student_feedback_name{
    color: #F56D4F;
    font-size: 18px;
}

.student_feedback_date{
    font-size: 12px;
    font-style: italic;
    color: #303030;
    padding-left: 20px;
}

.center {
    text-align: center;
}

.emphasis{
    font-style: italic;
}

.atp_group{
    width: 100%;
    margin: 20px auto 20px auto;
    padding: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: #70A1CD 1px solid;
    overflow: hidden;
}

.atp_title{
    width: 100%;
    background: #c6e1ec;
    color:#777 !important;
    display: block;
    font-size: 19px;
    height: 30px;
    line-height: 33px;
    padding: 5px 20px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.atp_text{
    padding: 20px;
    width: 51%;
    float: left;
}

.atp_gallery{
    padding: 20px;
    width: 40%;
    float: right;
}

.atp_gallery img {
    padding: 5px;
}

.atp_contact_label{
    width: 20%;
    text-align: right;
    padding: 5px;
    float: left;
}
.atp_contact_info{
    width: 75%;
    text-align: left;
    padding: 5px;
    float: left;
    clear: right;
}

.atp_address{
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    line-height: 1;
}

textarea.notes{
  width: 100%;
  text-align: left;
  padding: 1em;
  background: #FFFFEE;
}

.text {
  border: #C0C0C0 1px solid;
}

.input_note {
  font-size: 0.75em;
  color: #666666;
}

.align_left{
    text-align: left;
}

.align_right{
    text-align: right;
}

.align_center{
    text-align: center;
}

.align_justify{
    text-align: justify;
}

.help_image{
    margin: 10px;
    border: #DCDCDC 1px solid
}

/*Course Overview Style*/

.StartButton {
    background-color: #46749E;
    padding:5px;
    color:#F6F6F6;
    font-weight: bold; font-family:'Open Sans', Helvetica;
    font-size: large;
    border-radius: 2px !important;
    display: inline-block;
}

ul.checkmark li:before {
    content:"\2713\0020";
}

li.overview {
	margin-bottom:5px;
	margin-left:0px;
}
