
html, body, div, span, 
h1, h2, h3, h4, p,
a, img, ol, ul, li,
form, label, 
table, tbody, tfoot, thead, tr, th, td, br
{
    margin: 0;
    padding: 0;
}

html,body{
	background-color: #e7e8e9;
	color: #000;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 14px;
}


p, h1{
        font-size: 12px;
        line-height: 14px;
}

p, h1, img{

        margin-bottom: 14px;
}

h1{
    text-transform: uppercase;
}
img, a img{
    border: none;
}


a, a:visited{
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    color: #fff ;
}

a:hover, a:visited:hover{
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    color: #999;
}


#wrapper{
    width: 835px;
    margin: 5px auto;
}

#header{
    width: 835px;
    height: 129px;
    position: relative;         
}

#header ul{
    position: absolute;
    top: 98px;
    left: 65px;
}

#header ul#extranet{
    left: 690px;
}

#header ul li{
    display: block;
    float: left;
    text-transform: uppercase;
}

#header a, #header a:visited
{   
    border-bottom: solid 2px #fff;
    display: block;
    margin-right: 30px;
    height: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    _width: 90px;
    color: #000;
}

#header a:hover, #header a:hover:visited{
    border-bottom: solid 2px #000;
    color: #000;

}


#header li.selected a, #header li.selected a:visited{
    border-bottom: solid 2px #000;
    
}

#content{
    width: 835px;
    height: 619px;
    position: relative;
}

#nav{
    position: absolute;
    top: 150px;
    left: 700px; 
    z-index: 100;   
}

.copyBG{
    position: absolute;
    top: 0px;
    left: 39px;
    width: 753px;
    height: 250px;
    background-color: #222;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.aboutUs{
    height: 190px;

}

.bluecolour{
    background-color: #2F3B95;
}

.lightbluecolour{
    background-color: #4B96DF;
}

.lightbluetext{
    color: #CBDEFD;
}


.copy{
    position: absolute;
    top: 0px;
    left: 43px;
    padding: 20px;
    width: 540px;
    height: 200px;
    color: #fff;
}

.copy img{
    margin-right: 20px;
}

.copy p{
    font-size: 28px;
    line-height: 31px;
}


.smallcopy p{
    font-size: 12px;
    line-height: 14px;
}


#footer{
    position: absolute;
    top: 595px;
    left: 40px;   
    z-index: 20;
}

#footer ul li{
    display: inline;
    margin-left: 20px;
}

#footer a, #footer a:visited{
    color: #fff;
    text-decoration: none;
}

#copyright{
    position: absolute;
    top: 535px;
    left: 545px; 
    color: #fff;  
    z-index: 20;
}
