﻿/* CSS Document */

/* Reset Styles to avoid cross-browser differences due to their built-in default style settings.*/


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, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

body {
    background-image: url(/images/bkg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.6em;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
    color: #b62d75;
}

    a:hover {
        text-decoration: none;
        color: #060200;
    }

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ol, ul {
    list-style: none;
    list-style-image: url(/images/bullet.jpg);
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

td {
    padding: 2px;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

hr {
    border: 1px solid #cccccc;
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
}

p {
    margin: 0;
}

h1 img {
    margin-top: 3px;
}


/*--------------- Main Layout Divs----------------------*/


#bkDesign {
    position: absolute;
    top: 0px;
    z-index: 0;
}


.thrColFixHdr #container {
    position: relative;
    width: 939px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    z-index: 2;
}

.thrColFixHdr #header {
    background: #ffffff;
}

table.myTable {
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: none none none none;
    border-color: blue blue blue blue;
    border-collapse: collapse;
    background-color: white;
}

    table.myTable th {
        border-width: 1px 1px 1px 1px;
        padding: 2px 2px 2px 20px;
        border-style: inset inset inset inset;
        border-color: #d8dee4;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
    }

    table.myTable td {
        border-width: 1px 1px 1px 1px;
        border-style: inset inset inset inset;
        border-color: #ffffff;
        background-color: white;
        text-align: center;
        -moz-border-radius: 0px 0px 0px 0px;
    }

/* ------------------------ top CONTACT link box -------------------------*/

#toplink {
    position: absolute;
    right: 0px;
    background-color: #ffffff;
    padding: 10px 0 20px 10px;
    width: 500px;
    text-align: right;
}

    #toplink a:link, #toplink a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #b62d75;
    }

    #toplink a:hover {
        color: #0c3f79;
    }
/* ------------------------ end CONTACT link box -------------------------*/
.searchBtn {
    background-color: #0c3f79;
    color: #FFF;
    border: thin;
    cursor: pointer;
}

.formbutton {
    background-image: url(/images/btn_form_bkg.jpg);
    width: 87;
    height: 34;
    color: #000000;
    border: thin;
    cursor: pointer;
}

/* ------------------------ startt av Styles -------------------------*/


#navcontainer {
    float: right;
    width: 423px;
    height: 27px;
    background-image: url(/images/nav_bkg.jpg);
    text-align: right;
    margin-top: 76px;
    padding: 11px 0px 0px 10px;
}

#navlist li {
    display: inline;
    padding-bottom: 14px;
    padding-left: 13px;
    background-repeat: no-repeat;
}

#navlist a {
    padding-left: 20px;
    padding-bottom: 14px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

    #navlist a:link, #navlist a:visited {
        padding-left: 20px;
        color: #ffffff;
        background-position: 0 -28px;
        background-repeat: no-repeat;
    }

    #navlist a:hover {
        color: #dadfe5;
        padding-left: 20px;
        background-repeat: no-repeat;
        background-position: 0 -14px;
    }


/* ------------------------ End Nav Styles -------------------------*/


/*<!-----------------------login sub nav links----->*/

#logNav ul {
    padding-left: 0;
    margin-left: 0;
    color: White;
    float: left;
    width: 80%;
    font-family: verdana, arial, sans-serif;
}

    #logNav ul li {
        display: inline;
    }

        #logNav ul li a {
            padding: 0.5em 1em;
            background-color: #55678f;
            color: White;
            text-decoration: none;
            float: left;
            border-right: 1px solid #fff;
        }

            #logNav ul li a:hover {
                background-color: #fff;
                color: #000;
            }

#logNav #logActive {
    background-color: #fff;
    color: #000;
}

#logCurrent {
    background-color: #fff;
    color: #000000;
}

.expiryText {
    color: White;
    text-align: right;
    font-weight: bold;
}

/*<!-----------------------end login sub nav links----->*/

.thrColFixHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
    margin: 0 20px 0 0;
}

.thrColFixHdr #sidebar2 {
    float: right; /* since this element is floated, a width must be given */
    width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    height: 287px;
    background: #eeeeee; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 20px; /* padding keeps the content of the div away from the edges */
    margin: 0 20px;
}

.thrColFixHdr #mainContentLeft {
    padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/*----------------- inside page content -----------------------*/

#insideHeaders {
    background-image: url(/images/header_inside_bk.jpg);
    padding: 30px 20px 30px 30px;
    height: 50px;
    color: #FFF;
    margin-top: 1px;
}

#insideContent {
    clear: both;
    width: 860px;
    padding: 30px;
}

.priceColumn {
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 40px;
    border: thin solid #CCC;
    height: 300px;
}

/*----------------- 3 column content -----------------------*/
#lowerContent {
    clear: both;
    width: 100%;
    padding-top: 20px;
    overflow: hidden;
}




#lowerContentLeft {
    width: 270px;
    float: left;
    padding: 10px 0px 0px 10px;
    border: thin #CCC solid;
}

#lowerContentCenter {
    position: relative;
    width: 270px;
    margin-left: 325px;
    padding: 10px 0px 0px 10px;
    border: thin #CCC solid;
}

#lowerContentRight {
    width: 270px;
    float: right;
    text-align: left;
    padding: 10px 0px 0px 20px;
    border: thin #CCC solid;
}


/*----------------- Tabs  -----------------------*/
.tabBlue {
    background-color: #212758;
    text-align: center;
    width: 114px;
    bottom: 0px;
    float: right;
    margin-left: -10px;
}

    .tabBlue h5 {
        color: #fff;
        padding: 5px 0px;
    }


        .tabBlue h5 a:link, .tabBlue a:visited {
            color: #fff;
            padding: 10px;
            vertical-align: middle;
        }

        .tabBlue h5 a:hover {
            color: #dadfe5;
        }


.tabPink {
    background-color: #a60058;
    text-align: center;
    width: 114px;
    bottom: 0px;
    float: right;
    margin-left: -10px;
}

    .tabPink h5 {
        color: #fff;
        padding: 5px 0px;
    }

        .tabPink h5 a:link, .tabPink a:visited {
            color: #fff;
            padding: 10px;
            vertical-align: middle;
        }

        .tabPink h5 a:hover {
            color: #dadfe5;
        }

.noBorderDiv {
    margin-bottom: -2px;
    margin-left: 2px;
}

/*----------------- FOOTER -----------------------*/
.thrColFixHdr #footer {
    position: relative;
    padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background: #ffffff;
    text-align: center;
    border-top: thin solid #e3e4e8;
    clear: left;
    z-index: 3;
}

    .thrColFixHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    }


/*----------------- END FOOTER -----------------------*/
.fltrt {
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}

.fltlft {
    /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}

.clearfloat {
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
}

.horizontal_dotted_line /* this class creates a dotted line */ {
    border-bottom: 1px dotted #000000;
    width: 100%;
    margin: 20px 0;
}

.hrzSpace {
    margin: 0px 10px 0 0;
}
/* ------------------------ text Styles -------------------------*/
h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 0px;
}


h2 {
    color: #a60058;
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: bold;
}

h3 {
    color: #414140;
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: bold;
}

h4 {
    color: #a60058;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: bold;
}

h5 {
    color: #414140;
    font-size: 14px;
    margin-bottom: 15px;
    display: inline;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

h6 {
    color: #333332;
    font-size: 12px;
    margin-bottom: 15px;
    display: inline;
    text-decoration: underline;
}

p {
    color: #414140;
    font-size: 14px;
}

ul a:link, ul a:visited {
    color: #414140;
    text-decoration: underline;
}

ul a:hover {
    color: #414140;
    text-decoration: underline;
}

li {
    list-style-image: url(/images/bullet.jpg);
}

#mainTitles {
    float: right;
    display: inline;
}

.scripture {
    font-style: italic;
}

.faqSubBullets {
    margin-left: 0.5in;
}

#signNav UL {
    padding-left: 0px;
    padding-top: 18px;
    width: 100%;
    font-family: verdana, arial, sans-serif;
    float: left;
    color: white;
    margin-left: 0px;
}

    #signNav UL LI {
        display: inline;
    }

        #signNav UL LI A {
            padding-bottom: 0.2em;
            background-color: #a60058;
            padding-left: 1em;
            padding-right: 1em;
            float: left;
            color: white;
            border-right: #313e6c 1px solid;
            text-decoration: none;
            padding-top: 0.2em;
        }

            #signNav UL LI A:hover {
                background-color: #fff;
                color: #000;
            }

.pinkButton {
    background-image: url(/images/bkg_download_btn.jpg);
    text-align: center;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 201px;
    padding-right: 10px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    height: 43px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    padding-top: 9px;
}

.ContextMenuText {
    border-style: dotted;
    border-width: thin;
    background-color: #FFFF00;
}

.ContextMenuPanel {
    border: 1px solid #868686;
    z-index: 1000;
    background: #FAFAFA;
    cursor: default;
    padding: 1px 1px 0px 1px;
    font-size: 11px;
}

a.ContextMenuItem {
    margin: 1px 0 1px 0;
    display: block;
    color: #003399;
    text-decoration: none;
    cursor: pointer;
    padding: 4px 20px 4px 20px;
    white-space: nowrap;
}

a.ContextMenuItem-Selected {
    font-weight: bold;
}

a.ContextMenuItem:hover {
    background-color: #FFE6A0;
    color: #003399;
    border: 1px solid #D2B47A;
    padding: 3px 19px 3px 19px;
}

.mainMenu {
    float: right;
}

    .mainMenu a:hover {
        color: #dadfe5;
    }

.mainDynamicMenu a:hover {
    color: #dadfe5;
}

table.pricingTable {
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: none none none none;
    border-color: blue blue blue blue;
    border-collapse: collapse;
    background-color: white;
    font-size: large;
}

    table.pricingTable th {
        border-width: 1px 1px 1px 1px;
        padding: 2px 2px 2px 20px;
        border-style: inset inset inset inset;
        border-color: #d8dee4;
        background-color: white;
        text-align: center;
        -moz-border-radius: 0px 0px 0px 0px;
        font-weight: bold;
    }

    table.pricingTable td {
        border-width: 1px 1px 1px 1px;
        border-style: inset inset inset inset;
        border-color: #ffffff;
        background-color: white;
        text-align: center;
        -moz-border-radius: 0px 0px 0px 0px;
    }
