/* IPS Group Stylesheet - Designed by Vaclav Elias, October 2007  */
/* Main Stylesheet For IE(Versions 5.0, 5.5, 6.0), IE5.2 +(Mac)/ Mozilla / Firebird & Firefox / Opera 7 / Safari ------------- */

/* Main Page & Header Elements  ------------------------------- */
.clear
{
    clear: both;
}
#wrapperMain
{
    margin: auto;
    width: 760px;
    border: 1px solid #002B64;
    margin-bottom: 20px;
    background-color: White;
}
#main
{
    text-align: left;
}
#logo
{
    width: 85px;
    height: 120px;
    float: left;
}
#header
{
    float: left;
    width: 675px;
}
#header .topshadow
{
    width: 675px;
    background-image: url(../../images/core/main-nav/topshadow.png);
    background-repeat: repeat-x;
    height: 15px;
    margin: 0px;
    padding-bottom: 1px;
    clear: both;
}
#menu
{
    float: left;
}
#location
{
    display:none;
}
#localization
{
    display:none;
}
#menu .flash
{
    margin: 0px;
    height: 69px;
    width: 450px;
    padding-left: 110px;
    float: left;
}
#botshadow
{
    clear: both;
    background-image: url(../../images/core/main-nav/botshadow.png);
    background-repeat: repeat-x;
    min-height: 15px;
    margin: 0px;
    padding: 0px;
}
hr
{
    height: 1px;
    border: 0px;
    color: #5B2567;
}

/* 3 Column Layout --------------- */
#contentArea
{
    margin: 0px;
    padding-bottom: 0px;
    background-image: url(../../images/content/home-page/background.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
#columnLeft
{
    width: 174px;
    float: left;
    padding-left: 8px;
    padding-top: 7px;
}
#columnCenter
{
    width: 362px;
    float: left;
    padding-left: 18px;
    padding-top: 7px;
}
#columnRight
{
    width: 174px;
    float: left;
    padding-left: 16px;
    margin-top: 0px;
}

/* 2 Column Layout  -------------------------- */
#columnLeftDouble
{
    width: 536px;
    float: left;
    padding: 0px 8px 50px 18px;
    /*padding-left: 18px;
    padding-right: 8px;*/
}

/* 2 Column Layout  -------------------------- */
#columnRightDouble
{
    width: 540px;
    float: left;
    padding-left: 18px;
    padding-right: 0px;
    margin-top: 7px;
}

/* 1 Column Layout */
#columnFull
{
    margin-left: 18px;
    margin-right: 18px;
}

/* Generic Page Items ------------------------------------------------ */
h1
{
    margin: 10px 0px 0px 2px;
    padding: 0px;
    background-image: url(../../images/core/titles/underline-notext.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 0px 0px 0px 4px;
}
h2
{
    margin: 10px 0px 0px 2px;
    padding: 0px;
    background-image: url(../../images/core/titles/underline-notext.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 0px 0px 0px 4px;
}

#contentArea p
{
    margin: 10px 10px 0px 6px;
}


/* MAIN NAVIGATION ----------------------------------------------------- */
#buttons
{
    display: none;
}

/* Button - Blank */
.blank
{
    float: left;
    background-image: url(../../images/core/main-nav/button-blank.png);
    display: block;
    height: 35px;
    width: 109px;
    background-repeat: no-repeat;
}
.blank A:hover
{
    float: left;
    background-image: url(../../images/core/main-nav/button-roll.png);
    display: block;
    height: 35px;
    width: 109px;
    background-repeat: no-repeat;
}

/* Last Button */
#lastbutton
{
    float: left;
    background-image: url(../../images/core/main-nav/button-last.png);
    display: block;
    height: 35px;
    width: 348px;
    background-repeat: repeat-x;
}

.columnPicutre {
    padding: 27px 0px 0px 13px;
    width: 160px;
}
/* ------------------------------------------------------------------------------- */
/*                     OTHER                                                       */
/* ------------------------------------------------------------------------------- */
.MeetTheTeemPicture
{
    float: right; padding: 12px 0px 0px 5px;
}

/* Footer ----------------------------------- */
#footer
{
    clear: both;
    margin-top: 30px;
    padding-right: 4px;
    text-align: right;
}
.pageBreakBasic
{
    page-break-after: always;
}




