﻿/*12px becomes 0.75rem (12 ÷ 16)
16px becomes 1rem (16 ÷ 16)
20px becomes 1.25rem (20 ÷ 16)
24px becomes 1.5rem (24 ÷ 16)
32px becomes 2rem (32 ÷ 16)*/

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%; /* 100% of browser default, usually 16px */
}

p a,a span{
    text-decoration:underline;
}

body {
    background: #fff url(../App_Themes/Default-IKB/Images/ikano-page-bg.gif) repeat-x 0 -36px;
    margin: 0;
    font-family: Verdana, sans-serif;
    /* font-family: georgia, sans-serif;*/
    font-size: 1rem;
    line-height: 1.3;
    color: #2b2b2b;
}

form, select, option, input, textarea, body, table, tr, td, a, pre {
    text-decoration: none;
    color: #333;
    font-size: 0.8315rem;
    font-family: Verdana, sans-serif;
}

.mainContent {
    width: 710px;
    padding: 15px 50px 30px 28px;
    overflow: hidden;
}

nav {
    width: 200px;
    font-size: 1rem;
    padding-left: 5px;
}

.sidemenu {
    color: #eb0000;
}

    .sidemenu a {
        color: #eb0000;
}
.sidemenu-heading {
    font-size: 0.8315rem;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    line-height: 15.6px;
    padding-top: 2px;
    margin: 0;
}

.sidemenu-list {
    list-style: none;
    padding-left: 8px;
    margin: 0 0 8px 0;
    line-height: 15.6px;
    /* line-height: 0.75rem;*/
}

    .sidemenu-list li {
        margin-bottom: 0.05rem;
        padding: 0.08em 0;
        font-size: 0.75rem;
    }

        .sidemenu-list li a {
            
            text-decoration: none;
        }

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 1000;
    padding: 8px 16px;
    background: #fff;
    color: #000;
    text-decoration: underline;
}

    .skip-link:focus {
        left: 0;
    }

.wrapper2 {
    background: url(../App_Themes/Default-IKB/Images/ikano-small-footer-divider-bg.gif) 0% 100% repeat-x;
    padding-bottom: 30px;
    border: solid 0px blue;
}

#mainContainer {
    width: 923px;
    margin: 0 auto;
    position: relative;
    padding-top: 1px;
    border: solid 0px blue;
}

#header {
    padding-top: 35px;
    border: solid 0px blue;
}

aside {
    padding-left: 4px;
}

.content {
    clear: both;
    background: url(../App_Themes/Default-IKB/Images/ikano-page-main-content-top-bg.gif) no-repeat;
    padding: 0 0 0 0px; /* Must be 0 of the left side for background to align */
    margin-top: 43px;
    border: solid 0px blue;
}

.topContent {
    width: 842px;
    height: 101px;
    margin: 0 16px 0px 16px;
    padding: 30px 25px 15px 25px;
    background: url(../App_Themes/Default-IKB/Images/topContentBg.gif) no-repeat;
    font-family: Arial, Sans-Serif;
    font-size: 0.75rem;
    line-height: 1.6;
    color: #fff;
}

    .topContent .deco {
        position: absolute;
        top: 15px;
        left: 15px;
        width: 1002px;
        height: 246px;
        background: url(../App_Themes/Default-IKB/Images/topImageDeco.png) 0% 0% no-repeat;
    }

    .topContent img {
        width: 1002px;
        height: 246px;
    }

.contentContainer {
    background: url(../App_Themes/Default-IKB/Images/ikano-page-main-content-bot-bg.gif) 0% 100% no-repeat;
    padding: 0 0 0 15px;
}

    .contentContainer:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

div.agreementselector {
    padding-bottom: 0.8em;
    padding-left: 5px;
}

.agreementselector label {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
}

h1 {
    font-size: 1.566rem;
    font-weight: bold;
    line-height: 1.7rem;
}

h2 {
    font-size: 0.875rem;
    font-family: georgia, serif;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
}

h3 {
    font-size: 0.8125rem;
    font-family: georgia, serif;
    margin: 0 0 5px 0;
}

.header1 {
    font-size: 1.625rem;
    font-family: Arial, serif;
    font-weight: bold;
    color: #2B2B2B;
    font-style: normal;
    border: solid 0px blue;
}

p {
    margin-bottom: 1em;
}

    p.link {
        float: left;
        clear: left;
        background: url(../App_Themes/Default-IKB/Images/linkBg.gif) 0% 0% no-repeat;
        margin-bottom: 0px;
    }

        p.link a {
            float: left;
            position: relative;
            left: 5px;
            padding: 0 28px 3px 0px;
            background: url(../App_Themes/Default-IKB/Images/linkBg.gif) 100% 0% no-repeat;
            color: #fff;
            font-size: 0.625rem;
            line-height: 1.6875rem;
            font-family: Arial, Sans-Serif;
            text-transform: uppercase;
        }

a img {
    border: none;
}

a {
    color: #eb0000;
    font-weight: normal;
    text-decoration: none;
}

s

.contentBlocks {
    overflow: hidden;
    padding: 0px 20px;
}

.contentBlock {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /*height: 100%;*/
    margin: 0px 5px 0px 5px;
    overflow: hidden;
}

.contentBlockFit {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 20px 5px 0px 5px;
    overflow: hidden;
}

.contentBlock img {
    float: left;
    margin: 10px 0px 0px 0px;
}

.mainContent a {
    color: #eb0000;
    font-weight: bold;
}

#loginIcon {
    height: 40px;
    padding-left: 60px;
    margin: 0;
    background: url(../App_Themes/Default-IKB/Images/key-icon.gif) no-repeat;
}

#footer {
    width: 923px;
    clear: both;
    margin: 0 auto;
    background: url(../App_Themes/Default-IKB/Images/ikano-footer-top-bg.gif) no-repeat;
    margin-bottom: 30px;
    font-family: Lucida Sans Unicode, Sans-Serif;
    color: #bdb9b1;
}

#footerContent {
    position: relative;
    top: 6px;
    padding: 60px 35px 15px 15px;
    background: url(../App_Themes/Default-IKB/Images/ikano-footer-bottom-bg.gif) 0% 100% no-repeat;
    overflow: hidden;
}

    #footerContent * {
        line-height: 1.4;
        font-size: 0.6875rem;
        margin: 0;
    }

    #footerContent p {
        float: left;
    }

    #footerContent a {
        color: #ff8507;
    }

    #footerContent ul {
        float: left;
        margin-left: 20px;
    }

        #footerContent ul li {
            display: inline;
            margin-left: 1em;
        }

.style1 {
    width: 447px;
    border: solid 0px red;
}

.style2 {
    width: 11px;
}

#form2 {
    width: 889px;
}

.style3 {
    width: 400px;
    border: solid 0px black;
}

.linkLarge {
    font-family: Arial, Verdana;
    font-size: 1rem;
}

.linkLargeDiv {
    margin-top: 0px;
    margin-left: 3.75rem;
    padding-bottom: 15px;
}

.LoginTextTitle {
    display: block;
    padding-bottom: 5px;
    border: solid 0px black;
}

.LoginText {
    display: block;
    padding-bottom: 2px;
    border: solid 0px black;
}

.LoginText2 {
    display: block;
    padding-bottom: 15px;
    border: solid 0px black;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.spacer {
    height: 0.875rem;
    margin: 0;
    padding: 0;
    border: none;
}