html, body {
    height: 100%;
}

body {
    margin: 0em;
    padding: 0em;
    background: #1EB0D7 url(images/img01.png) repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #525252;
}

h1, h2, h3, h4 {
    margin: 0em;
    padding: 0em;
    color: #191919;
}

h2 {
    padding: 0em 0em 1em 0em;
    letter-spacing: -.1em;
    text-transform: uppercase;
    font-size: 2em;
}

h3 {
    padding: 1em 0em 1em 0em;
    letter-spacing: -.1em;
    text-transform: uppercase;
    font-size: 1.5em;
}

h4 {
    padding: 1em 0em 1em 0em;
    letter-spacing: -.1em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
}

div.container {
    width: 1200px;
    margin: 0 auto;
    margin: 0;
    overflow: hidden;
    position: relative;
    color: black;
    height: auto;
    background: white;
}

div.leftContent {
    width: 280px;
    height: auto;
    float: left;
    margin-left: 4px;
}


div.mainContent {
    width: 400px;
    text-align: left;
    float: right;
}

p {
    line-height: 170%;
    padding: .5em 0em .5em 0em;
}

a {
    color: #1A6377;
}

    a:hover {
        text-decoration: none;
    }

strong {
    font-weight: bold;
    color: #191919;
}

/* Copyright */

#copyright {
    overflow: hidden;
    padding: 3em 0em;
    text-align: center;
    border-top: solid 1px rgba(0,0,0,0.15);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.15);
}

    #copyright p {
        text-shadow: 1px 1px 0px #1B94BD;
        color: #D6F8FF;
    }

    #copyright a {
        color: #D6F8FF;
    }

        #copyright a:hover {
            text-decoration: none;
        }

    #copyright section {
        padding: 0em 2em;
    }

/* Main Wrapper */

#wrapper {
}

/* Page Wrapper */

#page-wrapper {
    overflow: hidden;
    margin-bottom: 1em;
    padding: 4em 0em 3em 0em;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);*/
    box-shadow: 25px 0px 18px -17px rgba(0,0,0,.1), -25px 0px 18px -17px rgba(0,0,0,.1);
}

    #page-wrapper a img {
        display: block;
        width: 100%;
        padding: 0em 0em 2em 0em;
    }

/* Welcome */

#welcome {
    overflow: hidden;
    margin-bottom: 1em;
    padding: 4em 0em;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}

    #welcome .content {
    }

/* Footer */

#footer {
    overflow: hidden;
    margin-bottom: 1em;
    padding: 4em 0em;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1);
}

/* Button style 1 */

.button-style1 {
    display: inline-block;
    margin: 2em 1em 1em 0em;
    padding: .5em 1em;
    background: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .80em;
    color: #FFFFFF;
}

/* List style 1 */

ul.style1 {
    margin: 0em;
    padding: 2em 0em 2em 0em;
    list-style: none;
}

    ul.style1 li {
        float: left;
        width: 15%;
        padding: 0em 1em 2em 0em;
    }

    ul.style1 a img {
        display: block;
        width: 100%;
        padding: 0em 0em 1em 0em;
    }

/* List style 2 */

ul.style2 {
    margin: 0em;
    padding: 0em 0em 0em 0em;
    list-style: none;
}


    ul.style2 li {
        padding: 0em 0em 3em 0em;
    }

    ul.style2 .heading-title {
        font-weight: bold;
        color: #5E5E5E;
    }

    ul.style2 .date {
        display: inline-block;
        margin: 0em 1em 1em 0em;
        padding: .5em 1em;
        text-transform: uppercase;
        font-size: .80em;
        background: #000000;
        color: #FFFFFF;
    }

    ul.style2 a {
        text-decoration: none;
        color: #5E5E5E;
    }

        ul.style2 a:hover {
            text-decoration: underline;
        }

/* List style 3 */

ul.style3 {
    margin: 0em;
    padding: 0em 0em 0em 0em;
    list-style: none;
}

    ul.style3 li {
        padding: 1em 0em;
        border-bottom: solid 1px rgba(0,0,0,0.15);
        border-top: solid 1px rgba(255,255,255,0.15);
    }

        ul.style3 li:first-child {
            border-top: 0;
        }

        ul.style3 li:last-child {
            border-bottom: 0;
        }

    ul.style3 a {
        padding: 0em 0em 0em 1em;
        background: url(images/img04.png) no-repeat left 4px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #1B94BD;
        color: White;
    }

        ul.style3 a:hover {
            text-decoration: underline;
        }

    ul.style3 .first {
        padding-top: 0em;
        background: none;
    }


/* List style 4 */

ul.style4 {
    margin: 0em;
    padding: 0em 0em 0em 0em;
    list-style: none;
}

    ul.style4 li {
        padding: 1.5em 0em 1.5em 0em;
        border-top: 1px solid #DCDCDC;
    }

    ul.style4 .date {
        padding: 0em 0em 1em 0em;
        font-weight: bold;
        font-style: italic;
    }

        ul.style4 .date a {
            color: #2C2C2C;
        }

    ul.style4 a {
        text-decoration: none;
        color: blue;
    }

        ul.style4 a:hover {
            text-decoration: underline;
        }

    ul.style4 .first {
        padding-top: 0em;
        border-top: none;
    }

/* List style 5 */

ul.style5 {
    margin: 0em;
    padding: 0em 0em 0em 0em;
    list-style: none;
}

    ul.style5 li {
        padding: 1em 0em 1em 0em;
        border-top: 1px solid #DCDCDC;
    }

    ul.style5 a {
        text-decoration: none;
        color: #5E5E5E;
    }

        ul.style5 a:hover {
            text-decoration: underline;
        }

    ul.style5 .first {
        padding-top: 0em;
        border-top: none;
    }

ul.style6 {
    margin: 0em;
    padding: 0em 0em 0em 0em;
    list-style-type: circle;
}

    ul.style6 li {
        padding: 1em 0em 1em 0em;
    }

        ul.style6 li ul li {
            padding: 1em 0em 1em 2em;
        }

/***ul7***/
ul.style7 {
    margin: 0em;
    padding: 0em 0em 0em 0em;
    list-style: none;
}

    ul.style7 li {
        padding: 1em 0em;
        border-bottom: solid 1px rgba(0,0,0,0.15);
        border-top: solid 1px rgba(255,255,255,0.15);
    }

        ul.style7 li:first-child {
            border-top: 0;
        }

        ul.style7 li:last-child {
            border-bottom: 0;
        }

    ul.style7 a {
        padding: 0em 0em 0em 1em;
        background: url(images/img04.png) no-repeat left 4px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #1B94BD;
        color: blue;
    }

        ul.style7 a:hover {
            text-decoration: underline;
        }

    ul.style7 .first {
        padding-top: 0em;
        background: none;
    }


/*ul li for probation*/
ul.goal {
    list-style-type: none;
    padding: 1.5em;
    margin: 0;
    margin-top: -30px;
}

li.goal {
    background-image: url(../../Images/Probation/idea2.png);
    padding: 1em 0em 1em 0em;
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 1.5em;
}

ul.info {
    list-style-type: none;
    padding: 1.5em;
    margin: 0;
    margin-top: -30px;
}

li.info {
    background-image: url(../../Images/Probation/info.png);
    padding: 1em 0em 1em 0em;
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 1.5em;
}

ul.duties {
    list-style-type: none;
    padding: 1.5em;
    margin: 0;
    margin-top: -30px;
}

li.duties {
    background-image: url(../../Images/Probation/duties.png);
    padding: 1em 0em 1em 0em;
    background-repeat: no-repeat;
    background-position: 0 .4em;
    padding-left: 1.5em;
}

/***DIV TABLE HOME PAGE***/
div.Table {
    margin: 0 auto;
    padding-bottom: 25px;
    width: 500px;
}

div.title {
    background-color: #AA1212;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    width: 200px;
    text-align: center;
}

div.RowNew {
    clear: both;
}

div.FloatLeft {
    float: left;
    width: 200px;
    margin: 0 auto;
    border: 1px solid black;
}

div.FloatRight {
    float: right;
    width: 200px;
    border: 1px solid black;
    margin: 0 auto;
}


/***Box Menus***/



.NavBox {
    overflow: hidden;
    display: inline-block;
    display: block;
    margin-right: 0.12em;
    margin-bottom: .5em;
    padding: 1em 1.5em;
    background: #5882FA;
    box-shadow: inset 0px -2px 0px 0px blue;
    text-decoration: none;
    text-shadow: 1px 1px 0px #0C749C;
    text-transform: uppercase;
    font-size: .9em;
    color: #FFFFFF;
    text-align: center;
}

    .NavBox:hover {
        background-color: red;
        text-decoration: none;
    }

    .NavBox a {
        color: white;
        text-decoration: none;
        font-weight: bold;
    }


        .NavBox a:hover {
            color: yellow;
            font-weight: bold;
            text-decoration: none;
        }

/***OtherMenu***/
#Outsidemenu {
    overflow: hidden;
}

    #Outsidemenu ul {
    }

    #Outsidemenu li {
        display: inline-block;
    }

    #Outsidemenu a {
        display: block;
        float: left;
        margin-right: 0.12em;
        padding: 1em 1.5em;
        background: #F79F81;
        box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.25);
        text-decoration: none;
        text-shadow: 1px 1px 0px #0C749C;
        text-transform: uppercase;
        font-size: .9em;
        color: black;
    }

    #Outsidemenu .current_page_item {
        color: #FFFFFF;
    }

        #Outsidemenu .current_page_item a {
            color: #FFFFFF;
        }

    #Outsidemenu a:hover {
        background-color: #FA8258;
    }


/* IMAGE CLASSES */
img.koethe {
    width: 186px;
    height: 226px;
    border: none;
}

img.seal {
    width: 200px;
    height: 200px;
    border: none;
}

img.logo {
    width: 520px;
    height: 140px;
    border: none;
    overflow: hidden;
}

img.beacon {
    border: none;
    width: 175px;
    height: 79px;
}

img.lpcobiz {
    border: none;
    width: 174px;
    height: 68px;
}

img.faq {
    width: 20px;
    height: 20px;
    border: none;
}

img.info {
    width: 20px;
    height: 20px;
    border: none;
}

img.hwy {
    width: 60px;
    height: 60px;
    border: none;
}

img.dept {
    width: 20px;
    height: 20px;
    border: none;
}

img.mail {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    border: none;
}

img.important {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: bottom;
}

img.notification {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: bottom;
}

img.jobs {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: bottom;
}

img.wmv {
    width: 120px;
    height: 32px;
    border: none;
}

img.video {
    width: 40px;
    height: 40px;
    border: none;
    vertical-align: bottom;
}

img.it {
    border: none;
}

img.employee {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: text-bottom;
}

img.home {
    width: 10px;
    height: 10px;
    border: none;
    vertical-align: text-bottom;
}

img.ithome {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: text-bottom;
}

img.security {
    width: 30px;
    height: 30px;
    border: none;
    vertical-align: bottom;
}

img.standard {
    width: 25px;
    height: 25px;
    border: none;
    vertical-align: bottom;
}

img.reathel {
    width: 114px;
    height: 146px;
    border: none;
}

img.checkmark {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: text-bottom;
}

img.attention {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: text-bottom;
}

img.rings {
    width: 30px;
    height: 30px;
    border: none;
}

img.return {
    width: 40px;
    height: 40px;
    border: none;
    vertical-align: bottom;
}

img.klang {
    width: 206px;
    height: 236px;
    border: none;
}

img.discaimer {
    width: 40px;
    height: 40px;
    border: none;
    vertical-align: text-bottom;
}

img.prob {
    width: 240px;
    height: 260px;
    border: none;
}

img.mcc {
    width: 240px;
    height: 200px;
    border: none;
}

img.countyProsecutor {
    width: 122px;
    height: 159px;
    border: none;
}

img.countycomplex {
    width: 240px;
    height: 200px;
    border: none;
}

img.commissioners {
    width: 200px;
    height: 200px;
    border: none;
}

img.decker {
    width: 164px;
    height: 222px;
    border: none;
}

img.kora {
    width: 200px;
    height: 240px;
    border: none;
}

img.countycouncil {
    width: 200px;
    height: 200px;
    border: none;
}

img.santana {
    width: 180px;
    height: 200px;
    border: none;
}

img.meetingminutes {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: text-bottom;
}

img.weather {
    width: 40px;
    height: 40px;
    border: none;
}

img.closing {
    width: 88px;
    height: 31px border: none;
}

img.socialservices {
    width: 25px;
    height: 25px;
    border: none;
    vertical-align: text-bottom;
}

img.lincolntownship {
    width: 240px;
    height: 296px;
    border: none;
}

img.adoptpet {
    width: 230px;
    height: 200px;
    border: none;
}

img.rabies {
    width: 293px;
    height: 124px;
    border: none;
}

img.rabieswide {
    width: 297px;
    height: 224px;
    border: none;
}

img.pdf {
    width: 25px;
    height: 25px;
    border: none;
    vertical-align: text-bottom;
}

img.e911 {
    width: 220px;
    height: 140px;
    border: none;
}

img.ems {
    width: 125px;
    height: 125px;
    border: none;
}

img.hazmat {
    width: 200px;
    height: 200px;
    border: none;
}

img.please {
    width: 180px;
    height: 185px;
    border: none;
}

img.environment {
    width: 155px;
    height: 111px;
    border: none;
}

img.time {
    width: 25px;
    height: 25px;
    border: none;
    vertical-align: text-bottom;
}

img.recycle {
    width: 110px;
    height: 180px;
    border: none;
}

img.luhr {
    width: 213px;
    height: 130px;
    border: none;
}

img.bikerider {
    width: 155px;
    height: 256px;
    border: none;
}

img.shelter {
    width: 237px;
    height: 148px;
    border: none;
}

img.mshultz {
    width: 138px;
    height: 200px;
    border: none;
}

img.hinchman {
    width: 138px;
    height: 133px;
    border: none;
}

img.museum {
    width: 157px;
    height: 160px;
    border: none;
}

img.Dean {
    width: 163px;
    height: 180px;
    border: none;
}

img.laredo {
    width: 145px;
    height: 33px;
    border: none;
}

img.thendricks {
    width: 125px;
    height: 126px;
    border: none;
}

img.hawkins {
    width: 173px;
    height: 143px;
    border: none;
}

img.mollenhauer {
    width: 200px;
    height: 250px;
    border: none;
}

img.sigmoll {
    width: 250px;
    height: 52px;
    border: none;
}

img.va {
    width: 250px;
    height: 250px;
    border: none;
}

img.maps {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: text-bottom;
}

img.govBuild {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: text-bottom;
}

img.countySeal {
    width: 200px;
    height: 200px;
    border: none;
}

img.map1 {
    width: 375px;
    height: 375px;
    border: none;
}

img.map2 {
    width: 463px;
    height: 353px;
    border: none;
}

img.nightshot {
    width: 155px;
    height: 111px;
    border: none;
}

img.flags {
    width: 155px;
    height: 111px;
    border: none;
}

img.libraryBooks {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: text-bottom;
}

img.libraryBuilding {
    width: 154px;
    height: 144px;
    border: none;
}

img.hospital {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: text-bottom;
}

img.train {
    width: 154px;
    height: 144px;
    border: none;
}

img.plane {
    width: 200px;
    height: 150px;
    border: none;
}

img.bus {
    width: 200px;
    height: 115px;
    border: none;
}

img.transpo {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: text-bottom;
}

img.acrobat {
    width: 88px;
    height: 31px;
    border: none;
}

img.juvsymp {
    width: 301px;
    height: 274px;
    border: none;
}

img.homePage {
    width: 240px;
    height: 200px;
    border: none;
}

img.badge {
    width: 111px;
    height: 105px;
    border: none;
}

img.home {
    width: 200px;
    height: 74px;
    border: none;
}

img.webUpload {
    width: 35px;
    height: 35px;
    border: none;
    vertical-align: text-bottom;
}

img.creditcard {
    width: 40px;
    height: 40px;
    border: none;
    vertical-align: text-bottom;
}

img.webIcon {
    width: 200px;
    height: 200px;
    border: none;
}

img.barn {
    width: 155px;
    height: 111px;
    border: none;
}

img.privacySymbol {
    width: 200px;
    height: 200px;
    border: none;
}

img.psc {
    width: 200px;
    height: 200px;
    border: none;
}

img.ms4 {
    width: 600px;
    height: 400px;
    border: none;
}

img.nas {
    width: 40px;
    height: 40px;
    border: none;
    vertical-align: text-bottom;
}

img.healthDoc {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: baseline;
}

img.location {
    width: 20px;
    height: 20px;
    border: none;
}

img.social {
    width: 20px;
    height: 20px;
    border: none;
}

img.psc {
    width: 100px;
    height: 100px;
    border: none;
}

img.adultLogo {
    width: 200px;
    height: 200px;
    border: none;
}

img.lpCourthouse {
    width: 200px;
    height: 200px;
    border: none;
}

img.mcCourhouse {
    width: 200px;
    height: 160px;
    border: none;
}

img.Auditor {
    width: 220px;
    height: 240px;
    border: none;
}

img.resourceButton {
    width: 186px;
    height: 95px;
    border: none;
}

img.bugOne {
    width: 400px;
    height: 600px;
    border: none;
}

img.bugTwo {
    width: 600px;
    height: 400px;
    border: none;
}

img.radon {
    width: 800px;
    height: 200px;
    border: none;
}

img.radonPoster {
    width: 260px;
    height: 240px;
    border: none;
}

img.healthsafety {
    width: 120px;
    height: 120px;
    border: none;
}

img.wellinski {
    width: 180px;
    height: 240px;
    border: none;
}

img.communityCorrections {
    width: 204px;
    height: 180px;
    border: none;
}

img.lpcohandbook {
    width: 20px;
    height: 20px;
    border: none;
    vertical-align: text-bottom;
}

img.hrbook {
    width: 200px;
    height: 200px;
    border: none;
}

img.countySeal {
    width: 200px;
    height: 200px;
    border: none;
}

img.milbranch {
    width: 250px;
    height: 150px;
    border: none;
}

img.new {
    width: 50px;
    height: 25px;
    vertical-align: text-bottom;
    border: none;
}


****Veteran Enrolment****/
/*mForm is the class for enrollment form*/
div.mForm {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
    clear: both;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 650px;
    /* -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #f5f5f5;
    -pie-background: #f5f5f5;*/ /* Theoretically for IE 8 & 9 (more valid) */ /* ...but not required as filter works too */ /* should come BEFORE filter */
}


.mForm hr {
    float: left;
    clear: left;
    width: 620px;
}

.mForm .field {
    padding: 4px;
    margin: 1px;
}

    .mForm .field label {
        display: inline-block;
        width: 230px;
        margin-left: 5px;
        float: left;
        clear: left;
        padding-bottom: 10px;
    }

    .mForm .field input {
        display: inline-block;
        float: left;
        padding-bottom: 10px;
    }

    .mForm .field p {
        padding-top: 0px;
        float: left;
        clear: left;
        font-size: 14px;
    }

    .mForm.field textarea {
        float: left;
        clear: left;
        display: block;
        padding-bottom: 10px;
        width: 630px;
        max-width: 630px;
        height: 100px;
        min-height: 100px;
    }

    .mForm .field .radio label {
        width: 75px;
    }

.mForm .buttons {
    padding-top: 20px;
    clear: left;
    float: left;
}

.mForm .field .radio1 label {
    width: 120px;
}
/*Class for pdf download link on mentor form*/
.pdfLink {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    display: inline-block;
    background-color: #003b6f;
    color: #ffffff;
    text-decoration: none;
    padding: 6px;
    margin-left: 105px;
    margin-top: 40px;
}

/***Contact***/
div.contactContainer {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    height: auto;
    clear: both;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 400px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #f5f5f5;
    -pie-background: #f5f5f5; /* Theoretically for IE 8 & 9 (more valid) */ /* ...but not required as filter works too */ /* should come BEFORE filter */
}

.box {
    width: 300px;
    height: 300px;
    background-color: #d9d9d9;
    margin: 0px auto;
}

div.breaks {
    height: 400px;
}



/**POP UP TRIAL**/


#popup
{
    position:absolute;
    display: none;
    top:200px;
    left:50%;
    width:500px; 
    margin-left:-250px;
    border:1px solid blue; 
    padding:20px;
    background-color:white;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }