﻿/************************************************************************
* 
* Main navigation used by the masterpage
*
************************************************************************/

.body
{
    width: 99.50%;
    margin: 0;
    position: relative;
    background-color: #f1f1f1; /*#CFE2E9;*/
    min-width: 700px;
    padding-left: 5px;
    border-left: 250px;
}

.body2
{
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    background-color: #f1f1f1;
    display: block;
}


/* method 2 a bodge for IE browsers IE5.01, IE5.5 and IE6*/
* html .body
{
    border-right: 820px solid #5689AE;
}
* html .body2
{
    float: left;
    position: relative;
    margin-right: 0px;
}


#background
{
    background: #fff repeat-y;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    border-bottom: solid 5px #1E425F;
    float: right;
}



#formBox
{
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    min-width: 1110px;
    width: 100% !important;
    height: 99%;
    margin-top: 0px;
    background-color: transparent; /*#D6E7EA*/ /*#3a57c8;*/
    padding: 0px 0px 0px 0px;
}

#formBox2
{
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 98%;
    height: 98%;
    margin-top: 0px;
    background-color: transparent; /*#D6E7EA*/ /*#3a57c8;*/
    padding: 0px 0px 0px 0px;
}

#header_border
{
    background: url('images/master/BluePx.png') repeat right;
    height: 2px;
    margin-top: 67px;
}

#header_logo
{
    background: url('images/master/GlobeHeader.png') no-repeat left;
    padding-left:3px;
    height:75px;
  
}

#header_bg
{
    background: url('images/master/HdrBG.jpg') repeat right;
    margin-right: auto;
    margin-left: 0px; /*230px;*/
    height: 67px;
    border-bottom: solid 3px #4382CB;
}


#quicklink_item
{
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    width: 55px;
    float: right;
}

#quicklink_panel
{
    background: url('images/master/ql_bg.jpg') no-repeat right top;
    margin-right: -300px;
    margin-left: auto;
    width: 300px;
    height: 97px;
    margin-top: 0px;
    margin-bottom: -2px;
    padding: 0px 0px 0px 0px;
    float: right;
}

/* method 2 a bodge for IE browsers IE5.01, IE5.5 and IE6 
* html #header_bg
{
    border-right: -700px solid #5289AE;
}*/
* html #quicklink_panel
{
    float: right;
    position: relative;
    margin-left: 820px;
}

.mainnav
{
    width: 100%;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
    background: transparent;
    vertical-align: middle;
    position: relative;
    z-index: 100;
}


.search
{
    clear: both;
    float: right;
    color: #F1F1F1;
    font-size: 12px;
    font-weight: 800;
    padding: 15px 0 0 10px;
    text-transform: uppercase;
}
#quicklinks
{
    width: 100%;
    height: 97px;
    text-align: left;
    background-image: url(images/master/ql_bg.jpg);
    background-position: top left;
}
#quicklinks img
{
    margin-top: 40px;
}
#quicklinks .firstimg
{
    margin-top: 40px;
    padding: 0 0 0 25px;
}

/************************************************************************
* 
* Formatting common to most pages
*
************************************************************************/

/* Main part of the page that holds contents */
.leftPanel
{
    width: 189px;
    background: url(images/master/press_bg.gif) repeat-y top left;
    padding: 0;
    height: 100%;
}
.leftPanelTop
{
    height: 100%;
    background: url(images/master/press_top_bg.gif) no-repeat top left;
}
.leftPanelBottom
{
    height: auto;
    padding: 0 10px 0px 0;
    background: url(images/master/press_bottom_bg.gif) no-repeat bottom left;
}
html > body .leftPanelBottom
{
    min-height: 0;
    height: auto;
}
.rightPanel
{
    max-width: 300px;
    background-color: Transparent;
    padding: 0;
    height: 100%;
    z-index: 100;
}

.rightPanelBottom
{
    padding: 20px 20px 10px 30px;
    background: url(none) no-repeat bottom left;
}
#contentPanel
{
    padding: 55px 15px 15px 15px;
    background: #f1f1f1;
}
.contentPanel
{
    margin: 0;
    padding: 0;
}
.contentPanel2Pane
{
    margin: 20px 20px 0px 20px;
    text-align: left;
}



/* for the login block
    picks up most of its properties from .fullwidth */

#loginbanner
{
    padding-bottom: 0px;
}

/***********************************/



