﻿/***********************************************/
/* ASCENTUM, last change: 2007-06-14           */
/***********************************************/

body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #000000;
    background-color: #E8EADF;
    background-image: url(../../Images/bgbody.jpg);
    background-repeat: repeat-x;
}
/***********************************************/
/* Hyperlink and anchor tag styles             */
/***********************************************/

a, a:link, a:visited, a:active
{
    color: #005FA9;
    text-decoration: underline;
}
a:hover
{
    color: #C02717;
    text-decoration: underline;
}
p
{
    margin: 0px 0px 10px;
}
h1
{
    font-size: 16px;
    margin: 0px; /*padding-bottom: 5px;*/
}
h2
{
    font-size: 14px;
    padding-bottom: 5px;
}
em
{
    background-color: #CCFF00;
    color: #000;
    font-style: normal;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pagepeel1
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    z-index: 1;
    visibility: visible;
}
#pagepeel2
{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 610px;
    height: 465px;
    z-index: 2;
    visibility: hidden;
}

#container
{
    width: 900px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    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. */
}

/***********************************************/
/* Column 1                                    */
/***********************************************/
#column1
{
    float: left; /* since this element is floated, a width must be given */
    width: 95px;
}

/***********************************************/
/* Column 2                                    */
/***********************************************/
#column2
{
    float: left; /* since this element is floated, a width must be given */
    width: 455px;
}
/*************** Header Styles *****************/
#header
{
    width: 455px;
    height: 70px;
}
#logo
{
    float: left;
    width: 290px;
    height: 70px;
}
#navigation1
{
    float: left;
    width: 165px;
    height: 70px;
}
.navi1Link
{
    float: left;
    width: 55px;
    height: 70px;
    margin: 0px;
    padding: 0px;
}
#pageImage
{
    width: 455px;
    height: 400px;
}
/*************** Content Styles ******************/
#content
{
    width: 455px;
    min-height: 300px;
    background-color: #FFFFFF;
    background-image: url(../../Images/bgcontent.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    border-bottom: solid 1px #C1CAD2;
}
#mainContent
{
    width: 425px;
    padding: 15px;
}
#breadCrumbs
{
    width: 425px;
    height: 18px;
    line-height: 18px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}
/*************** story styles ******************/
#story
{
    font-size: 12px;
}
#story h1
{
    font-size: 22px;
    color: #365778;
    padding: 0px;
    margin: 0px; 
    margin-bottom: 15px;
    border-bottom: solid 1px #365778;
}
#story h2
{
    font-size: 14px;
    margin: 0px;
    padding-bottom: 10px;
}
#story p
{
    line-height: 18px;
    text-align: justify; 
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
/*************** Footer Styles *****************/
#footer
{
    width: 455px;
    height: 40px;
    padding-top: 10px;
}
ul.footerMenu
{
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bold;
    list-style-type: none;
    cursor: default;
    width: auto;
}
ul.footerMenu li
{
    padding-right: 15px;
    list-style-type: none;
    position: relative;
    text-align: left;
    float: left;
}

ul.footerMenu a, ul.footerMenu a:link, ul.footerMenu a:visited, ul.footerMenu a:active
{
    color: #333333;
    text-decoration: none;
}
ul.footerMenu a:hover
{
    color: #C02717;
    font-weight: bold;
    text-decoration: none;
}

/***********************************************/
/* Column 3                                    */
/***********************************************/
#column3
{
    float: left; /* since this element is floated, a width must be given */
    width: 350px;
}
/*************** Teaser Styles *****************/
#teaser
{
    width: 350px;
    height: 400px;
    padding-top: 70px;
}
#teaserContext
{
    width: 350px;
    height: 200px;
}
#teaserBox1
{
    float: left;
    width: 200px;
    height: 200px;
}
#teaserBox2
{
    float: left;
    width: 120px;
    height: 120px;
    padding-top: 80px;
}
#navigation2
{
    width: 350px;
    height: 150px;
}
#socialBookmarking
{
    width: 320px;
    height: 20px;
    padding: 15px;
}

/*************** Context Styles *****************/
#contentContext
{
    width: 350px;
}
#context
{
    font-size: 12px;
    padding-left: 20px;
    padding-top: 35px;
    width: 300px;
}
#context h1
{
    font-size: 18px;
    color: #365778;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}
#context h2
{
    font-size: 14px;
    margin: 0px;
    padding-bottom: 10px;
}
#context p
{
    line-height: 18px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
#context ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    cursor: default;
    border: solid 3px #F7F8F3;
}
#context li
{
    margin: 0;
    padding: 10px;
    padding-top: 13px;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left; /* cursor: pointer; */
    background-image: url(../../Images/bgcontext.jpg);
    background-repeat: repeat-x;
    border-bottom: solid 1px #FFFFFF;
}


/*************** Clear Float *****************/
.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;
    line-height: 0px;
}

.txtBox
{
    border: solid 1px #333333;
    font-size: 12px;
    color: #000000;
}
.btn
{
    border: 1px solid #D5D5D5;
    border-bottom: 1px solid #C2C2C2;
    border-right: 1px solid #C2C2C2;
    font-size: 12px;
    font-weight: bold;
    color: #005FA9;
    background-image: url(../../Images/button.gif);
    background-position: top;
    background-color: #FFFFFF;
    height: 24px;
}
