/* CSS 2.1 specification */
/* imported styles below */
@import url('flyout_menu.css');
@import url('breadcrumbs.css');
@import url('left_navigation.css');
@import url('footer.css');
@import url('sitealert.css');


a:link, a:visited {
    color: #275FB7;
    text-decoration: none;
}

a:hover {
    color: #D78913;
    /*text-decoration: underline; bors235 - May 5 2015*/
	text-decoration: none;
}
/*a:visited {
	color: #5E8DD5;
	text-decoration: none;
}*/
a:focus {
    outline: none;
}

a img {
    border: none;
}

img.imgEmail {
    vertical-align: middle;
}

img.logoPrint {
    display: none;
}

h1 strong {
    display: none;
}

div#drw {
    display: none;
}
/* --------------------------- BASICS */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    text-align: center;
    font: normal 80% 'Lucida Sans Unicode','Lucida Grande','Trebuchet MS', sans-serif;
    background: #9A9A7C url('../images/bg.gif') repeat-x 50% top;
    padding: 10px 0;
	-webkit-text-size-adjust:100%; /*iOS device text adjust for landscape devices*/
}

.ShowHide {
    display: none;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 6px;
}

.center {
    width: 960px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.nodisplay {
    display: none;
}

.container {
    width: 940px;
    background: #FFF;
    margin: 0 auto;
    padding: 10px;
}

.body {
    padding: 0 10px;
}
/* --------------------------- HEADER -------------------------- */
#header {
    width: 100%;
    height: 137px;
    background: url('../images/header_bg.jpg') no-repeat;
    padding-bottom: 1px;
}

span.branding {
    float: left;
    display: block;
    width: 233px;
    height: 51px;
    background: url('../Images/h1.png') no-repeat left 50%;
    margin: 38px 29px 0 29px;
    cursor: pointer;
}

    span.branding span {
        display: none;
    }

#core {
    float: left;
    width: 640px;
}

/* search area */
div#search {
    float: right;
    width: 290px;
    height: 45px;
    padding: 0px;
    margin: 0px;
}

    div#search ul {
        padding-left: 8px;
        margin-top: 5px;
    }

    div#search li {
        padding: 0;
    }

    div#search form {
        padding: 0;
        margin: 0;
    }

        div#search form input.searchBox {
            float: left;
            width: 188px;
            height: 18px;
            margin: 13px 0 0px 11px;
            border: none;
            border: 0px;
            color: #636363;
        }

        div#search form button {
            border: none;
            background: none;
            cursor: pointer;
            padding: 10px 0 0 0;
            margin: 0 0 0 -5px;
        }

            div#search form button img {
                padding: 0;
                margin: 0;
            }


ul#toplinks {
    margin: 0;
    padding: 10px 0 0 0;
	margin-top: -1px;
}

    ul#toplinks li {
        display: inline;
        font-size: 12px;
    }

        ul#toplinks li a {
            color: #FFF;
            text-decoration: none;
            background: url('../images/header_separator.gif') no-repeat right 50%;
            padding: 0 10px;
        }

        ul#toplinks li.selected {
            background: url('../images/header_arrow.gif') no-repeat center 0;
			-webkit-background: yellow;
			padding: 10px 0 0 0;
        }

        ul#toplinks li a:hover {
            color: #DFDFDF;
        }

        ul#toplinks li.last a {
            background: none;
        }

/*links under search*/
ul#profilelinks {
    height: auto;
    margin-top: 10px;
    margin-left: 360px;
    text-align: left;
}

    ul#profilelinks li {
        display: inline-block;
        *display: inline;
        font-size: 12px;
    }

        ul#profilelinks li a {
            color: #FFF;
            text-decoration: none;
            *background: yellow url('../images/header_separator.gif') no-repeat right 50%;
			background: url('../images/header_separator.gif') no-repeat right 50%;
            padding: 0 10px;
        }

            ul#profilelinks li a:hover {
                color: #DFDFDF;
            }

        ul#profilelinks li.last a {
            background: none;
        }

    ul#profilelinks span.secureImg {
        background: url('../images/securedwhite.gif') no-repeat 17% 50%;
        width: 15px;
        padding-left: 25px;
    }



/* --------------------------- FRAMEWORKS */
.content {
    float: left; 
    width: 710px;
    padding: 0 0 10px 0;
    text-align: left;
}

.top-level {
    width: 940px;
}

    .top-level div#title {
        width: 705px;
        padding: 10px 0 10px 5px;
    }

    .top-level div#body {
        width: 700px;
        padding: 5px;
    }

/* === SECTION FIRST LEVEL PAGES === */
.toplevelColumn {
    float: left;
    width: 215px;
    background: url('../images/content_vr.gif') 320px 0 repeat-y;
    padding-right: 20px;
}

.last {
    background: none;
}

.toplevelColumn p a {
    text-decoration: none;
}

.toplevelColumn ul {
    padding: 0 0 10px 3px;
}

    .toplevelColumn ul li {
        text-align: left;
    }

        .toplevelColumn ul li a {
            text-decoration: none;
        }

            .toplevelColumn ul li a.secure {
                background: url('../images/icon_secure.gif') right no-repeat;
                padding: 0 15px 0 0;
            }

#title {
    min-height: 45px;
    padding: 10px 0 10px 15px;
}



    #title #tools1 {
        width: 112px;
    }

    #title #tools2 {
        width: 95px;
    }

    #title ul.dropdown {
        float: right;
        padding: 0 0 0 5px;
        border-left: 1px dotted #83989C;
    }

        #title ul.dropdown li {
            font: bold 8pt/16pt Arial, Helvetica, sans-serif;
            text-align: left;
            margin: .5em 0;
            height: 20px;
        }

            #title ul.dropdown li a {
                text-decoration: none;
                padding: 0 0 0 23px;
            }
			
            #title ul.dropdown li.spanish {
                background: url('../images/weblink.gif') no-repeat left 50%;
            }

            #title ul.dropdown li.english {
                background: url('../images/weblink.gif') no-repeat left 50%;
            }

            #title ul.dropdown li.contact {
                background: url('../images/tools_icon_contact.png') no-repeat left 50%;
            }

            #title ul.dropdown li.email {
                background: url('../images/tools_icon_mail.gif') no-repeat left 50%;
            }

            #title ul.dropdown li.faq {
                background: url('../images/tools_icon_faq.gif') no-repeat left 50%;
            }

#body {
    text-align: left;
    padding: 0 15px 10px 15px;
}

.pageNarrow {
    width: 450px;
}
/* sets the body width to full when there is no sidebar */
.pageWide {
    width: 97%;
}

/* right panel for related and other web sites for features */
#sidebar {
    float: right;
    clear: both;
    width: 220px;
    padding: 0 0 10px 0;
}

.top-level #sidebar {
    margin-top: 8px;
}

#sidebar div.feature {
    width: 220px;
    height: 156px;
    margin-bottom: 20px;
}

    #sidebar div.feature a {
        display: block;
        width: 220px;
        height: 156px;
    }

.safetyImage {
    background: url('../images/feature_sa.jpg') no-repeat;
}

.claimsImage a {
    background: url('../images/callouts/claimsins/ci_feature.jpg') no-repeat;
}

.claimsImage2 a {
    background: url('../images/callouts/claimsins/stayatwork_feature.jpg') no-repeat;
}

.rightsImage {
    background: url('../images/callouts/workplacerights/ViolatedWageLaws.png') no-repeat;
}

.rightsImage3 {
    background: url('../images/callouts/workplacerights/AgriculturalPaidRestBreaks.png') no-repeat;
}

.rightsImage2 {
    background: url('../images/callouts/workplacerights/ESPViolatedWageLaws.jpg') no-repeat;
}
/*
.tradesImage {
	background: url('../images/callouts/tradeslicensing/apprenticeshipconference.jpg') no-repeat;
}
*/
.tradesImage {
    background: url('../images/callouts/tradeslicensing/NewCards.jpg') no-repeat;
}

.tradesImage2 {
    background: url('../images/callouts/tradeslicensing/researchstudy.jpg') no-repeat;
}

#sidebar div.providersImage {
    width: 252px;
    height: 311px;
}

    #sidebar div.providersImage a {
        width: 252px;
        height: 311px;
        background: url('../images/callouts/claimsins/providersurvey2.jpg') no-repeat;
    }

        #sidebar div.providersImage a:hover, .claimsImage a:hover,
        .claimsImage2 a:hover {
            background-position: bottom;
        }

#sidebar .survey {
    position: relative;
    left: 20px;
    width: 220px;
    text-align: left;
    padding: 13px 0;
}

    #sidebar .survey a {
        display: block;
        height: 48px;
        background: url('../images/survey-right_bg.gif') right top no-repeat;
    }

        #sidebar .survey a:hover {
            text-decoration: none;
            background-position: right bottom;
        }

    #sidebar .survey p {
        color: #5E5F61;
        font-size: 0.85em;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        padding: 0 90px 0 0;
    }

        #sidebar .survey p strong {
            display: block;
            color: #275FB7;
            font-size: 1.3em;
            padding: 0 0 2px 0;
        }

    #sidebar .survey a:hover p strong {
        color: #AC560D;
    }

#sidebar div.links {
    text-align: left;
    padding: 0 0 20px 0;
}

    #sidebar div.links p {
        font-weight: bold;
    }

    #sidebar div.links ul {
        padding: 0 0 0 3px;
    }

        #sidebar div.links ul li {
            font-size: 1.0em;
            line-height: 125%;
            font-weight: normal;
            border-bottom: none;
        }

            #sidebar div.links ul li a {
                display: block;
                background: url('../images/nav_bullet_arrow.gif') no-repeat 0 8px;
                padding: 4px 0 0 10px;
            }

                #sidebar div.links ul li a:hover {
                    background-position: 0 -142px;
                }

                #sidebar div.links ul li a, #sidebar div.links ul li a:hover {
                    text-decoration: none;
                }

a#minorworkpermit {
    display: block;
    width: 455px;
    height: 70px;
    margin: 10px 0 !not important;
}

a#minorworkpermit {
    background: url('../images/callouts/workplacerights/minorworkpermitB.jpg') center top no-repeat;
    margin-bottom: 20px;
}

    a#minorworkpermit:hover {
        background-position: center bottom;
    }

.spacerFour {
    padding: 0 3px;
}

.textindent {
    margin-left: 15px;
}

/* page ratings at the bottom of all content */
#pageRating {
    width: 450px;
    text-align: center;
    color: #676767;
    font-size: 11px;
}

    #pageRating h5 {
        color: #E19A15;
        text-align: left;
    }

#ratingScale {
    width: 380px;
    margin: 0 auto;
    text-align: center;
    color: #414141;
}

* html #ratingScale {
    width: 400px;
}

    #ratingScale form {
        margin: 0;
        padding: 10px 5px 7px 5px;
        display: inline;
        background: #E19A15;
        background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#FEFCF8), to(#E19A15));
        background: -moz-linear-gradient(center right, #E19A15 15%,#FEFCF8 100%);
        background: linear-gradient(#FEFCF8, #E19A15);
    }

    #ratingScale span.statement {
        line-height: 300%;
    }

    #ratingScale input {
        margin: 8px 5px 0 5px;
    }

#ratingResponse {
    margin: 15px 0;
}

/* modal window styles ==================*/
#mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    background-color: #D4D4D4;
}

.modal_window {
    /* common attributes for all modals on the page */
    position: absolute; /* important so that it can be center-positioned */
    background-color: #FFF;
    display: none;
    z-index: 999;
    border: 1px solid #666;
    -webkit-box-shadow: #666 0px 5px 7px;
    -moz-box-shadow: #666 0px 5px 7px;
    box-shadow: #666 0px 5px 7px;
    behavior: url('/Common/css/PIE.htc');
}

    .modal_window .closeButton a {
        position: absolute;
        background: url('../images/closeButton.png') top left no-repeat;
        height: 30px;
        width: 30px;
        top: -12px;
        right: -15px;
        cursor: pointer;
        z-index: 181;
        display: block;
    }
/* modal window  */
#survey_window {
    padding: 20px 20px 30px 20px;
    width: 830px;
    height: 435px;
    background-color: #FFF;
}
/* another modal window  */
#help_window {
    padding: 30px;
    background-color: #FFF;
    width: 550px;
    height: 465px;
}

/* site down message*/
div.siteDownMessage {
    position: relative;
    margin: 1.0em 10%;
    width: 500px;
    padding: 1.0em;
    border: 2px solid #ff6600;
    background: #FC6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffeec2), to(#faf5e6));
    background: -moz-linear-gradient(#ffeec2, #faf5e6);
    background: linear-gradient(#ffeec2, #faf5e6);
    -pie-background: linear-gradient(#ffeec2, #faf5e6);
    behavior: url('/Common/css/PIE.htc');
}

    div.siteDownMessage p {
        margin: 0;
        padding: 0;
        color: #000;
    }

/* fixed right-bottom corner */
/* fixed survey image ==================*/
#fixed-bottom {
    background: url('../images/take-survey.gif') 0 0 no-repeat;
    position: fixed; /*use ie6hacks for positioning */
    bottom: 0;
    right: 0;
    height: 80px;
    width: 85px;
}
/* fixed for IE6 ==================*/
* html #fixed-bottom {
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    background: url('../images/take-survey.gif') 0 0 no-repeat;
    height: 80px;
    width: 85px;
}

    #fixed-bottom span a {
        display: block;
        height: 80px;
        width: 85px;
    }
/* fixed right-bottom corner */
/* fixed Spanish survey image ==================*/
#fixed-bottomESP {
    background: url('../images/take-surveyESP.gif') 0 0 no-repeat;
    position: fixed; /*use ie6hacks for positioning */
    bottom: 0;
    right: 0;
    height: 80px;
    width: 85px;
}
/* fixed for IE6 ==================*/
* html #fixed-bottomESP {
    position: absolute;
    bottom: auto;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    background: url('../images/take-survey.gif') 0 0 no-repeat;
    height: 80px;
    width: 85px;
}

    #fixed-bottomESP span a {
        display: block;
        height: 80px;
        width: 85px;
    }