﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video \ {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    background-color: #FFFFFF;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    position: relative;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}
li.services {
    padding-bottom: 5px; margin-right:15px; margin-left: 5px;
}
li.services > span {
    font-size: 11pt;
    font-family: Calibri,sans-serif;
    font-size: 11.0pt;
    color: black;
}
blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, button, input, select, textarea {
    color: #222222;
    font-family: 'PT Sans',sans-serif;
}

body {
    font-size: 12px;
    line-height: 1.231;
    margin: 0;
}

.special_page {
    background-color: #FAFAFA;
}

    .special_page .popup.wrapper {
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 10px;
        width: 80%;
        z-index: 101;
    }

    .special_page .wrapper {
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 250px;
        width: 400px;
        z-index: 101;
    }

    .special_page .box {
        margin: 0 auto;
        position: relative;
        z-index: 110;
    }

.box .header.grey {
    background: url("../img/sprites/boxes/bg-header.png") repeat scroll 0 0 transparent;
    border-color: #C8C8C8;
    filter: none;
    /*background: none;*/
}




.box .header {
    background: rgb(120,177,237); /* Old browsers */
    background: -moz-linear-gradient(center top, #366FAC 0%, #21568E 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#366FAC), color-stop(100%,#21568E)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #366FAC 0%,#21568E 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #366FAC 0%, #21568E 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #366FAC 0%, #21568E 100%); /* IE10+ */
    background: linear-gradient(top, #366FAC 0%, #21568E 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#366FAC', endColorstr='#21568E',GradientType=0 ); /* IE6-9 */
    height: 34px;
    line-height: 34px;
    border: 1px solid #2B5177;
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
}
    .box .header.grey h3.no-background {
        background: none !important;
    }
    .box .header.grey h3 {
        color: #383838;
        text-shadow: none;
    }

    .box .header h3 {
        background: url("../img/sprites/boxes/divider-header.png") no-repeat scroll left top transparent !important;
        display: inline-block;
        float: left;
        margin: 0 0 0 8px;
        padding: 0 0 0 10px;
    }

    .box .header h3 {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 700;
        text-shadow: 0 1px 0 #000000;
    }

.box .content {
    padding: 0 10px;
    border: 1px solid #C8C8C8;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #2B5177;
    background: #fff;
}

.ie7 .box .content {
    zoom: 1;
}

.box.closed .content {
    display: none;
}

.box .content.grey {
    border-top-color: #C8C8C8;
}

.box .content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

._100 {
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 1%;
    width: 96%;
}

.box .header img {
    -moz-user-select: none;
    display: inline-block;
    float: left;
    margin: 9px auto 9px 8px;
}

img {
    border: 0 none;
    vertical-align: middle;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix {
}

.clearfix {
    display: block;
}
