@font-face {
    font-family: 'websymbolsligaregular';
    src: url('websymbolsligaregular.eot');
    src: url('websymbolsligaregular.eot?#iefix') format('embedded-opentype'),
    url('websymbolsligaregular.woff') format('woff'),
    url('websymbolsligaregular.ttf') format('truetype'),
    url('websymbolsligaregular.svg#websymbolsligaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {height: 100%;}
body
{
    height: 100%
    width: 100%;
    position: relative;;
    top: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    font-family: Helvetica;
    /* background-color: blue; */
}

/* special font */
.con_box_wrapper
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.con_sp_font { font-family: 'websymbolsligaregular', cursive;  color: #0040FF;}

#con_toobar_float
{
    position: absolute;
    top: 60px;
    left: 0px;
    height: 40px;
    width: 100%;
    background-color: #0040FF;

    border-color: #6E9EB7;
    border-bottom-style: solid;
    border-top-style: solid;
    border-width: 1px;

}

#con_header { position: relative; top: 0px; left: 0px; width: 100%; height: 100px; background-color: #4473FF;}
#con_header_box { position: relative; height: 100px; width: 1024px; margin: 0 auto; top: 0px; /* background-color: red; */ z-index: 20px;}
#con_logo_wrapper
{
    position: relative;
    height: 100px;
    width: 285px;
    top: 0px;
    left: 0px;
    background-color: #AFAFAF;

    box-shadow: 1px 0px 1px 1px #424242;
    -webkit-box-shadow: 1px 0px 1px 1px #424242;
    -moz-box-shadow: 1px 0px 1px 1px #424242;
    -ms-box-shadow: 1px 0px 1px 1px #424242;
    -o-box-shadow: 1px 0px 1px 1px #424242;

}
#con_logo {position: absolute; width: 66px; height: 62px; left: 5px; top: 10px; /* background-color: black; */}
#con_logo_title {position: absolute; left: 71px; top: 15px; height: 70px; width: 209px; /* background-color: green; */}
#con_logo_title p
{
    position: relative;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 42px;
    top: -5px;
    left: 5px;
    color: #000;
}

#con_logo_title span
{
    position: absolute;
    top: -20px;
    left: 35px;
    color: #0040FF;
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
}

#con_tool_bar_wrapper
{
    position: absolute;
    top: 60px;
    left: 285px;
    height: 40px;
    width: 745px;
    /* background-color: black; */
}

#con_tool_bar
{
    position: relative;
    top: 0px;
    left: 0px;
    height: 40px;
}

#con_tool_bar a
{
    top: 0px;
    float: left;
    height: 40px;
    width: 150px;
    /* background-color: blue; */
    text-align: center;
    padding-top: 10px;
    text-decoration: none;
    border-right-style: solid;
    border-width: 1px;
    border-color: #6E9EB7;
    color: white;
}

#con_tool_bar a:hover, #con_tool_bar a:active
{
  background: #1275ae;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: -webkit-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: -o-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: -ms-linear-gradient(bottom, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);
  background: linear-gradient(to top, #0b4669 0%, #1275ae 50%, #1794dc 51%, #1691d8 78%, #98d2f4 100%);

}

#con_slider_filler
{
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    height: 440px;
    z-index: 0;
    background-color: #4473FF;
    opacity: 0.4;
}

#con_slider_wrapper
{
    position: relative;
    top: 20px;
    margin: 0 auto;
    width: 1120px;
    height: 400px;
    /* background-color: gray; */
    clear: both;
}

.con_slider_cls
{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 5;
}

#con_slider_item1_wrap
{
    position: absolute;
    top: 225px;
    left: 580px;
    width: 380px;
    height: 120px;
}

#con_slider_item2_wrap
{
    position: absolute;
    top: 20px;
    left: 580px;
    width: 380px;
    height: 120px;
}

#con_slider_item3_wrap
{
    position: absolute;
    top: 250px;
    left: 20px;
    width: 380px;
    height: 120px;
}

.con_slider_item_wrap
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 20;
    opacity: 0.5;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.con_slider_item_cls {color: white; font-weight: bold; z-index: 30;}
.con_slider_item_txt {position: relative; top: -5px; left: 10px;}
.con_slider_img { position: relative; top: 0px; left: 0px;}

#con_content_wrapper
{
    position: relative;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 650px;

    /* background-color: #5E7AD1; */
}

#con_service_wrapper
{
    position: relative;
    top: 50px;
    margin: 0 auto;
    padding: 0px;

    width: 450px;
    height: 450px;

    /* background-color: red; */

}

.con_server_transition
{
    /* transitions */
    transition: width 0.2s ease, height 0.2s ease, top 0.2s linear, left 0.2s linear, border-radius, 0.2s linear;
    -webkit-transition: width 0.2s ease, height 0.2s ease, top 0.2s linear, left 0.2s linear, border-radius, 0.2s linear;
    -moz-transition: width 0.2s ease, height 0.2s ease, top 0.2s linear, left 0.2s linear, border-radius, 0.2s linear;
    -o-transition: width 0.2s ease, height 0.2s ease, top 0.2s linear, left 0.2s linear, border-radius, 0.2s linear;
}

#con_server_consult_text
{
    position: absolute;
    top: 58px;
    left: 75px;
    z-index: 30;
}

#con_server_consult
{
    position: absolute;
    width: 390px;
    height: 390px;

    background-color: #0034D1;
    border-radius: 195px;
    -webkit-border-radius: 195px;
    -moz-border-radius: 195px;
    -ms-border-radius: 195px;
    -o-border-radius: 195px;

    top: 30px;
    left: 30px;

}

#con_server_consult:hover
{
    width: 440px;
    height: 440px;
    border-radius: 220px;

    top: 5px;
    left: 5px;
}

.con_server_auto_full
{
    border-radius: 125px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    -ms-border-radius: 125px;
    -o-border-radius: 125px;
}

.con_server_auto_left
{
    border-top-left-radius: 125px;
    -webkit-border-top-left-radius: 125px;
    -moz-border-top-left-radius: 125px;
    -ms-border-top-left-radius: 125px;
    -o-border-top-left-radius: 125px;

    border-bottom-left-radius: 125px;
    -webkit-border-bottom-left-radius: 125px;
    -moz-border-bottom-left-radius: 125px;
    -ms-border-bottom-left-radius: 125px;
    -o-border-bottom-left-radius: 125px;
}

.con_server_auto_right
{
    border-top-right-radius: 125px;
    -webkit-border-top-right-radius: 125px;
    -moz-border-top-right-radius: 125px;
    -ms-border-top-right-radius: 125px;
    -o-border-top-right-radius: 125px;

    border-bottom-right-radius: 125px;
    -webkit-border-bottom-right-radius: 125px;
    -moz-border-bottom-right-radius: 125px;
    -ms-border-bottom-right-radius: 125px;
    -o-border-bottom-right-radius: 125px;
}

.con_server_auto
{
    position: absolute;
    height: 250px;

    background-color: #4473FF;
    top: 100px;
    border-style: solid;
    border-color: #0101DF;
    z-index: 40;
}

#con_server_auto
{
    visibility: hidden;
    width: 250px;
    left: 100px;
    text-align: center;
    padding-top: 80px;

    border-width: 8px;
}

#con_server_auto_left
{
    width: 125px;
    left: 100px;

    border-width: 8px 0 8px 8px;
}

#con_server_auto_right
{
    width: 125px;
    left: 225px;

    border-width: 8px 8px 8px 0;
}

#con_server_auto_left:hover
{
    width: 150px;
    height: 300px;

    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    top: 75px;
    left: 70px;
    border-width: 8px;
}

#con_server_auto_right:hover
{
    width: 150px;
    height: 300px;

    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    top: 75px;
    left: 230px;
    border-width: 8px;
}

#con_server_auto_header {position: relative; width: 200px; height: 50px; text-align: center; margin: 0 auto; top: 200px; z-index: 50;}
#con_server_auto_home
{
    position: absolute;
    width: 58px;
    height: 190px;
    top: 50px;
    left: 50px;
    display: none;
}

#com_server_auto_home_small
{
    position: absolute;
    width: 31px;
    height: 100px;

    left: 49px;
    top: 70px;

    display: none;
}

#con_server_auto_ind
{
    position: absolute;
    width: 58px;
    height: 190px;
    top: 50px;
    left: 30px;
    display: none;
}

#com_server_auto_ind_small
{
    position: absolute;
    width: 31px;
    height: 100px;

    left: 29px;
    top: 70px;

    display: none;
}

#con_content_overlay
{
    position: absolute;
    top: 540px;
    left: 0px;
    background-color: #4473FF;

    width: 100%;
    height: 650px;
    z-index: -20;
}

.con_content_overlay_content
{
    position: absolute;
    width: 420px;
    height: 480px;

    top: 40px;
    font-family: Helvetica;
    font-weight: bold;
    color: white;
}

.con_content_overlay_content h2 {text-align: center;}
.con_content_overlay_content p { font-size: 18px;}


#con_content_overlay_left { left: 30px;}
#con_content_overlay_right { right: 30px;}

.con_general_wrapper
{
    position: relative;
    top: 0px;
    margin: 0 auto;
    padding: 0;
    width: 800px;
    height: 100%;
}

#con_about_us
{
    position: absolute;
    top: 1150px;
    left: 0px;
    width: 100%;
    height: 600px;

    color: white;
    font-style: Helvetica;
    font-size: 18px;

    background-color: #4473FF;
}

#con_about_us_wrapper h2, #con_about_us_wrapper h3
{
    position: relative;
    top: 10px;
    left: 5px;
    clear: right;
}

#con_about_us_wrapper p
{
    position: relative;
    top: 10px;
    left: 5px;
}

#con_our_team
{
    position: absolute;
    top: 1750px;
    left: 0px;
    width: 100%;
    padding-top: 10px;
    height: 920px;
    color: white;
    background-color: #4473FF;
}

#con_our_team_wrapper h2
{
    position: relative;
    top: 10px;
    left: 5px;
    clear: right;
    margin-bottom: 25px;
    /* background-color: red; */
}

.con_team_member
{
    position: relative;
    top: 0px;
    left: 0px;

    width: 100%;
    height: auto;
    font-size: 18px;

    /* background-color: black; */
}

.con_team_mug_wrap
{
    position: relative;
    width: 150px;
    height: 200px;
    top: 0px;
    float: left;

    /* background-color: blue; */
}

.con_team_dsc_wrap
{
    position: relative;
    width: 650px;
    height: 300px;

    padding-left: 10px;

    top: 0px;
    float: left;

    /* background-color: teal; */
}

.con_team_member_name
{
    position: relative;
    left: 0px;
    top: 0px;

    padding-top: 5px;

    height: 25px;
    width: 300px;

    clear: right;
    font-weight: bold;
}

.con_team_member_title
{
    position: relative;
    top: 0px;
    left: 0px;

    width: 300px;
    height: 25px;
    padding-top: 5px;
    clear: right;
}

.con_team_member_line
{
    position: relative;
    top: 5px;
    left: 0px;
    width: 98%;
    height: 1px;
    background-color: white;
}

.con_team_dsc_wrap p
{
    position: relative;
    top: 5px;
    line-height: 25px;
}

#con_contact
{
    position: absolute;
    top: 2670px;
    left: 0px;

    width: 100%;
    height: 280px;

    font-family: Helvetica;
    font-size: 18px;
    color: #6E6E6E;
    background-color: #272746;
}

#con_contact_wrapper
{
    position: relative;
    top: 0px;
    height: 100%;
    width: 800px;
    margin: 0 auto;
}

#con_contact_title
{
    position: absolute;
    width: 400px;
    height: 30px;
    padding-top: 5px;
    clear: right;
    font-weight: bold;
}

.con_contact_addr_wrapper
{
    position: relative;
    top: 40px;
    width: 400px;
    height: 220px;
    float: left;

    /* background-color: black;     */
}

.con_page_nav_div
{
    position: absolute;
    top: 0px;
    left: -50px;
    width: 900px;
    height: 2px;
    border-radius: 2px;
    background-color: #272746;
}

.con_arrow-up
{
    top: -25px;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;

    border-bottom: 25px solid #272746;
    cursor: pointer;
}

.con_arrow-down
{
    position: absolute;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;

    border-top: 25px solid #272746;

    cursor: pointer;
}

#con_disclaimer
{
    position: absolute;
    bottom: 0px;
    left: 150px;
    width: 500px;
    height: 50px;
    margin: 0 auto;
    /* background-color: black; */
}

.con_footer_cls
{
    position: relative;
    top: 0px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    clear: both;
    font-size: 12px;
}

#con_footer_copy {padding-top: 10px; width: 200px;}
#con_footer_disclaimer {width: 100%;}
