/*================================================== LAYOUT STYLES */
/*
    CSS Document for GlaxoSmithKline Annual Review 2009
    Build: Oliver Long on behalf of SAS - 18/01/2010
*/

html, body
{
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}

body
{
    background-repeat: repeat-y;
    background-position: center top;
}

/*--------------------------------------------------=> HEADERS */
/* H1 */
h1
{
    margin-bottom: 23px;
}

h1.subhead
{
    margin-bottom: 3px;
}

/* H2 */
h2
{
    padding-bottom: 1px;
}

h2.subhead
{
    margin-bottom: 23px;
}


/*--------------------------------------------------=> CONTENT ELEMENTS */
/*-------------> Global */
#flash_placeholder
{
    text-align: center;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
}

/*-------------> Paragraph */
p
{
    padding-bottom: 10px;
    margin: 0;
}

p#site_title
{
    margin-top: 47px;
    float: right;
}

/*-------------> Links */
#logo
{
    float: left;
    display: block;
    margin-top: 20px;
}

#logo_noflash
{
    padding: 50px 0;
}

a.print
{
    cursor: pointer;
    float: right;
    padding:5px 26px 0 0;
    margin-right:-4px;
    background-repeat: no-repeat;
    background-position: right 3px;
    margin-bottom:12px;
}


/*-------------> Lists */
/* ordered list */
ol
{
    list-style-type: decimal;
    padding-left: 5px;
    margin-left: 20px;
}

ol li, #col_nav_left ul li
{
    padding: 0 0 5px 0;
}

ul.simple_list
{
    padding: 0px 0 20px 0px;
}

ul.simple_list li
{
    padding-top: 5px;
}

/*-------------> Misc */



/*--------------------------------------------------=> CONTENT LAYOUT */
/*-------------> Columns */

#col_nav_left
{
    width: 180px;
    margin-right: 20px;
    float: left;
    margin-top: 32px;
}

#col_copy
{
    width: 380px;
    float: left;
    margin-right: 20px;
    margin-top: 34px;
}

#col_img
{
    width: 280px;
    float: left;
    margin-top: 4px;
}

#col_support
{
    width: 500px;
    float: left;
    margin-right: 20px;
    margin-top: 34px;
}

#col_support_print
{
    width: 160px;
    float: left;
    margin-top: 4px;
}

.col_last
{
    margin-right: 0;
}

/*--------------------------------------------------=> MASTER LAYOUT */
#page
{
    width: 880px;
    height: 100%;
    margin: 0 auto 0 auto;
    padding-left: 0px;
}

#header
{
    height: 104px;
    width: 880px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

#content_inner
{
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 45px;
}

#content_home
{
    width: 99%;
    height: 100%;
}

#footer
{
    width: 880px;
    height: 20px;
    margin: 0px 0 0 0px;
    padding-bottom: 30px;
}

/*--------------------------------------------------=> NAVIGATION */
/* Main navigation */
#col_nav_left ol
{
    margin-left: 18px;
}
#col_nav_left ul
{
    margin-left: 23px;
}

#col_nav_left li
{
    padding-left: 0px;
    margin-bottom: 10px;
}

/* Support navigation */
#footer ul
{
    float: right;
    margin-top: 16px;
    width: 272px;
}

#footer ul li
{
    float: left;
    padding: 0 9px;
}

#footer ul li.last
{
    float: left;
    padding-right: 0;
    background: none;
}

/*--------------------------------------------------=> UTILITY CLASSES */
.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.nodisplay
{
    display: none;
}

.nopadding_top
{
    padding-top: 0;
}

.nopadding_bottom
{
    padding-bottom: 0;
}

.nopadding_vertical
{
    padding-top: 0;
    padding-bottom: 0;
}

.clearmargin
{
    margin: 0;
    padding: 0;
}

.clearer
{
    clear: both;
    height: 0;
    padding: 0;
    margin: 0;
}

.spacer
{
    clear: both;
    height: 25px;
    padding: 0;
    margin: 0;
}

