/* Minification failed. Returning unminified contents.
(602,25): run-time error CSS1033: Expected closing bracket, found 'i'
(602,26): run-time error CSS1031: Expected selector, found ']'
(602,26): run-time error CSS1025: Expected comma or open brace, found ']'
 */
html {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 15px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    margin-top:auto;
    padding: 0;
    min-width:1010px;
    vertical-align: central;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;

}

    a:link, a:visited,
    a:active, a:hover {
        color: #0e5be6;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}



mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    width: 403px;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;

}

.title_content-wrapper {
    margin: 0 auto;
    max-width: 960px;
    height:90px; 
    background:linear-gradient(rgb(11, 131, 198));
    background-size:cover;
}

#body {
    background-color: #fff;
    clear: both;
    padding-bottom: 0px;
    height: auto;
}

    .main-content {
        padding-right: 40px;
        padding-top: 0px;
      }

    .featured + .main-content {
        border-left:1px solid #058dc1;
        border-right:1px solid #058dc1;
    }

header .content-wrapper {
    padding-top: 10px;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
    max-width:960px;

}
    
footer {
    clear: both;
    background-color: #fff;
    font-size: .8em;
    height: auto;
}

#Footer
{
    clear: both;
    display:block;
    left:inherit;
    height: auto;
    background-color: transparent;
    color:transparent;
    width:100%;
    min-width:1010px;
    float:right;


}
#Header
{
    clear: both;
    position:fixed;
    display:block;
    left:inherit;
    top: 0px;
    height: auto;
    background-color: transparent;
    color:transparent;
    width:100%;
    min-width:1010px;
    float:right;


}
.regular_ul
{
    FONT-SIZE: 0.8em;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    LINE-HEIGHT: normal
}
.regular_ul_big
{
    FONT-SIZE: 1.1em;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    LINE-HEIGHT: normal;
    padding-left:5px;
    
}

.regular_ul_medium
{
    FONT-SIZE: 0.9em;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    LINE-HEIGHT: normal;
    padding-left:5px;
}

.regular_ul_medium1
{
    FONT-SIZE: 0.9em;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    LINE-HEIGHT: normal;
    padding-left:10px;
}

.regular_ul_1
{
    FONT-SIZE: 1em;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    LINE-HEIGHT: normal
}
.regular_ul_checked
{
    FONT-SIZE: 0.95em;
    font-weight:500;
    LIST-STYLE-IMAGE: url(../images/Checked1.gif);
}

.regularplus_ul
{
    FONT-SIZE: 1em;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    LINE-HEIGHT: normal;
    list-style:disc;
    list-style-image:none;
}

.reports_area {
     font-family:Verdana;
     font-size:0.9em;
     color:black;
}
/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #fff;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration:underline;
        font-family:Verdana;
        font-size:small;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;

    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px 2px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;


        }

        ul#menu li a:hover {
            color: #058dc1;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
.DynamicMenuZIndex
{
        z-index: 999;
}
.featured-header {
    background-color: #fff;
}

    .featured-header .content-wrapper {
        background-color: #fff;
        color: #fff;
        padding: 10px 20px 20px 20px;
        border:1px solid rgb(11, 131, 198);
        height:84px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

.featured-header1 {
    background-color: #fff;
}


   .featured-header1  .content-wrapper{
        background-color: #f2f5f7;
        color: #fff;
        padding: 10px 20px 20px 20px;
        border:1px solid rgb(11, 131, 198);
        height:55px;
    }
/* featured */
.featured {
    background-color: #fff;
    font-size: 1.1em;
}

    .featured .content-wrapper {
        background-color: #e4eff7;
        color: #e4eff7;
        padding: 3px 20px 8px 20px;
        border-left:1px solid #058dc1;
        border-right:1px solid #058dc1;
        border-bottom:1px solid #058dc1;
        height:23px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }
.grid_row {
    height:10px;
}
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 75%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
    color:#054205;
}

/* login page */
#loginForm1 {
    border:1px solid black;
    float:none;
    width: 50%;
    align-content:center;
    align-items:center;
    align-self:center;
    
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }
    
/* contact */
.contact {
    padding-top:1px;
    border-right:solid;
    border-right-color:#0e5be6;
    border-right-width:thin;
    width:33%;
    float: left;
    text-align:center;
    height:430px;
}

.contact h3 {
    font-size: 1.1em;
    color:#3c3a3a;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    label {
        display: block;
        font-size: 1.1em;
        font-weight: 600;
    }

    label.checkbox {
        display: inline;
    }

    input, textarea {
        border:1px solid #058dc1;
        background: #fff;
        color: #333;
        font-size: 1em;
        margin: 5px 0 6px 0;
        padding: 5px;
        }

    textarea {
        font-family: inherit;
        width: 500px;
    }
    
    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: none;
        width: auto;
    }

    input[type="submit" i]:disabled {
        background-color: red;
        color: white;
        cursor: not-allowed;
    }

    
    input[type="submit"], input[type="button"], input[type="reset"], button {
    background-color: #ECEEFF;
    color: rgb(0, 0, 102);
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 0.95em;
    font-weight: 600;
    padding: 4px;
    margin-right: 8px;
    width: auto;
    height: 25px;
}


.td_label_checkbox {
        font-size: 0.6em;
        display: inline;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}
.message-info_red
{
    font-size: 1.1em;
    font-weight: bold;
    clear: both;
    padding: 10px 20px;
    color: #CCFFFF;
}
.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

aspNetDisabled {
    background-color: #7ac0da;
    color: white;
}
/* styles for validation helpers */
.field-validation-error {
    color: #FF0000;
    font-weight: bold;
    font-size: small;
    font-family: 'Courier New';
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.button_classA
{
    font-family:MS PMincho;
    font-size:14px;
    font-weight:bold;
    color:Black;
    border:1px solid #DDDDDD;
    height:24px;
}

.button_classB
{
    background-color:Black;
    font-family:MS PMincho;
    font-size:14px;
    font-weight:bold;
    color:White;
    border:1px solid #DDDDDD;
    height:24px;
}

.button_classL
{
    background-color:white;
    font-weight:bold;
    color:darkblue;
    border:1px solid #DDDDDD;
    height:24px;
}

.page
{
    position:fixed;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background-color:#000000;
    filter:alpha(opacity=55);
    -moz-opacity:.55;
    opacity:.55;
    z-index:50;
 }
 
 .contentx
 {
     position:fixed;
     background-color:#888888; 
     border:1px solid #999999; 
     z-index:50; 
     left:15%; 
     right:15%; 
     top:20%;
     height:200px;
 }

/* tables
----------------------------------------------------------*/
.input_form
 {
        border:1px solid #058dc1;
        background: #fff;
        color: #333;
        font-size: 0.95em;
        margin: 1px 0 1px 0;
        padding: 2px;
        padding-left:10px;
        height:16px;
        width:220px;
}
.label_form_css
 {
    text-align:right
}
.login_control_css
 {
        padding: 100px;
        vertical-align:central;
}
.input_form_large
 {
        border:1px solid #058dc1;
        background: #fff;
        color: #333;
        font-size: 0.95em;
        margin: 1px 0 1px 0;
        padding: 2px;
        height:15px;
        width:350px;
}

.input_combo_form
 {
        border:1px solid #058dc1;
        background: #fff;
        color: #333;
        font-size: 0.95em;
        margin: 1px 0 1px 0;
        padding: 2px;
        height:22px;
        width:227px;
}
.input_radio {
    border-style: none;
    border-color: inherit;
    border-width: medium;
     background: #fff;
     font-size: 0.80em;
}
.label_form
 {
        background: #fff;
        color: #333;
        font-size: 0.7em;
        margin: 2px 0 2px 0;
        padding: 5px;
        height:15px;
}

.label_form_contact_top
 {
        font-size: 1.1em;
        text-align:center;
        vertical-align:central;
        background:#ddeef5;
        font-weight:bold;
}

.label_form_contact_bottom
 {
        font-size: 0.9em;
        margin: 2px 0 2px 0;
        padding: 5px;
        height:20px;
        text-align:center;
        vertical-align:central;
        border:2px solid #058dc1;
        background:#deeffa;
        font-weight:600;
}

.label_contact_regular {
        display: block;
        font-size: 1em;
        font-weight: 600;
        color:white;
        background-color:rgb(11, 131, 198);
        text-align:right;
        padding-right:5px;


    }

.label_contact_regular_left {
        display: block;
        font-size: 1em;
        font-weight: 600;
        color:white;
        background-color:rgb(11, 131, 198);
        text-align:left;
        padding-left:5px;
    }

.link_contact_email_even {
    color:rgb(11, 131, 198);
    text-align:left;
    padding-left:5px;
    background-color:transparent
}

.link_contact_email_odd {
    color:rgb(11, 131, 198);
    text-align:left;
    padding-left:5px;
    background-color:transparent
}

.label_contact_regular_blue {
        display: block;
        font-size: 1em;
        font-weight: bolder;
        color:navy;
    }

.label_title {
        color:#fff;
    }

.contact_r {
    padding-top:1px;
    float: none;
    text-align:center;
}

.contact_r h3 {
    font-size: 1.1em;
    color:#3c3a3a;
}

.contact_r p {
    margin: 5px 10px 5px 10px;
}

.input_path
 {
        border:1px solid #fff;
        background: #fff;
        color: black;
        font-size:x-small;
        margin: 0px 0 0px 0;
        padding: 0px;
        padding-left:0px;
        height:16px;
}

 
iframe {
    border: 0px solid white;
    overflow: auto;
    scrollbar-face-color: aliceblue;
    scrollbar-arrow-color: darkblue;
    scrollbar-3dlight-color: rgb(11, 131, 198);
}

