﻿/*
    Heritage Building Society (Screen Styles)
    Created: January 2010
*/
/*
    ** Base HTML Elements
*/
body
{
    margin: 0;
    padding:0 0 17px;
    
    color: #373937;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    text-align: center;
}

/* Psudo class filter to put a vertical scrollbar in mozilla by default to avoid page jumping */
:root body
{
    overflow-y: scroll;
}

p
{
    margin: 5px 0 14px;
    line-height: 170%;
}

p small
{
    line-height: normal;
}

sup
{
    font-size: 70% !important;
}

ul, ol
{
    margin: 5px 0 12px;
    padding: 0;
}
ul li, ol li
{
    padding:5px 0px 5px 5px;
    margin-left: 25px;
}
/*** Heading Styling ***/
h2
{
    padding:0 0 10px 30px;
    position:relative;

    font-family: georgia, Serif;
    font-size:20px;
    font-weight:normal; 
    color:#D92040;
    border-bottom:2px dashed #D92040;
    background:url(../../images/promos/red_arrow.gif) top left no-repeat;
    background-position: 0px 5px;
}

/*
    ** Link Styling
*/
a:link, a:visited
{
    color: #373937;
}
a:hover
{
    color: #aa2a29;
}
a img
{
    border: 0;
}

/* Structure */
.header
{
    display:none;
}
.branding,
.banner
{
    display:none;
}
.site 
{
    background-color:#fff;
        
    margin: 0 auto;
    padding: 0 3px 0 9px;
    text-align: left;
    width: 915px;
    height:800px;
}
.page
{
    float: left;
    margin-bottom: 12px;
    
    background-color:#fff;
    width:915px;
}

.content
{
    float: left;
    width: 915px;
    min-height: 0;
    margin:0;
    padding:0;
}
.pagetop{
    width:915px;
    height:90px;
}
.main
{
    width:915px;
    height:675px;
    background-image: url(../../images/promos/alliance_background.jpg);
    background-repeat: no-repeat;
}

#findus{
    float:right;
    position:relative;
    top:15px;
    *top:-55px !important;
    right:10px;
    display:block;
    overflow:hidden;
    width:160px;
    height:50px;
    background:url(../../images/promos/findus.gif) no-repeat;
}
#findus span{
    display:block;
    width:0px;
    height:0px;
    overflow:hidden;
}
#findus:hover{
    background-position:-161px;
}

#contactus{
    position:relative;
    float:right;
    top:15px;
    *top:-55px !important;
    right:0px;
    display:block;
    overflow:hidden;
    width:160px;
    height:50px;
    background:url(../../images/promos/contactus.gif) no-repeat;
}
#contactus span{
    display:block;
    width:0px;
    height:0px;
    overflow:hidden;
}
#contactus:hover{
    background-position:-161px;
}

.offers
{
    position:relative;
    left:25px;
    
    padding: 10px;
    width:280px;
    height:330px;
    background-image: url(../../images/promos/largebox.gif);
    background-repeat: no-repeat;
}
.offers span,
.benefits span{
    font-weight:bold;
    line-height:150%;
}

.footballbrisbane .benefits h2,
.offers h2
{
    padding:15px 0 20px 30px;
    background-position: 0px 20px;
}
.qja .benefits h2
{
    top:-15px;
    background-position: 0px 35px;
    padding:0 0 5px 30px;
}
.qja .benefits span,
.qja .benefits ul{
    position:relative;
    top:-25px;
}
.benefits
{
    position:relative;
    left:345px;
    top: -350px;
    
    padding: 10px;
    width:280px;
    height:330px;
    
    background-image: url(../../images/promos/largebox.gif);
    background-repeat: no-repeat;
}
.latestNews
{
    position:relative;
    left:665px;
    top: -570px;

    padding: 10px;
    width:177px;
    height:200px;
    
    background-image: url(../../images/promos/smallbox.gif);
    background-repeat: no-repeat;
}

#promoAd{
    border:1px solid #fff;
    position:relative;
    top: -920px;
    left:665px;
    display:block;
    width:197px;
    height:108px;
    background: url(../../images/promos/HomeLoans_09042010.gif) no-repeat;
    text-indent:-9999px;
}
#promoAd span
{
    display:block;
    width:0px;
    height:0px;
    overflow:hidden;
}

.bannerAd
{
    position:relative;
    top: -650px;
    left:25px;
}

#peoplefirst{
    position:relative;
    top:-750px;
    left:690px;
    width:202px;
    height:70px;
    background:url(../../images/promos/pf.gif) no-repeat;
    text-indent:-9999px;
}
#disclaimer{
    padding:27px 10px;
    text-align:center;
    font-size:10px;
    line-height:1.5em;
    color:#333;
}
