/* ### LAYOUT CSS ### */
html, body{
margin:0px; padding:0px;
}
body{
overflow:scroll; #overflow:auto; /* ### FF/IE:FIX TO FORCE SCROLLBARS ### */
}
#sitewrapper{
position:relative; margin:0px auto;
width:980px; height:auto;
background:#666666;
}
/* ### CONTENT ### */
#contentwrapper{
clear:both;
position:absolute; top:150px; left:0px;
width:100%; height:auto;
}
#contentcontainer{
clear:both;
position:relative; padding:0px 10px 0px 10px;
width:960px;
overflow:hidden; /* ### FF:FIX FOR AUTO BG COLOUR ### */
background:url(../img/contentbg.jpg) repeat-y top left #fff;
}
#contentcontainer_home{
position:relative; padding:0px 10px 0px 10px;
width:960px; height:360px;
background:url(../img/contentbg.jpg) repeat-y top left #0f5aa3;
overflow:hidden;
}
#content, #qacontent, #cscontent, #contactcontent{
float:left;
width:600px;
#width:620px; /* ### IE ONLY HACK ### */
margin:0px 0px 20px 20px;
}
/* ### START:FF:FIX FOR MARGIN ### */
#contentcontainer h1,
#contentcontainer p,
#subnav ul
{ margin:0px; }
/* ### END:FF:FIX FOR MARGIN ### */
#footercontainer{
clear:both;
position:relative; padding:0px 10px 0px 10px;
width:960px; height:35px;
background:url(../img/footerbg.jpg) no-repeat bottom left #0f5aa3;
}
/* ### HEADER ### */
#headercontainer{
position:absolute; top:00px; left:0px;
margin:0px;
width:100%; height:120px;
background:url(../img/headerbg.jpg) no-repeat top left #0f5aa3;
}
#strapline{
position:absolute; top:35px; right:10px;
width:539px; height:74px;
}
h1#logoswap{
position:absolute; top:35px; left:30px;
}
/* ### NAV ### */
#navcontainer{
position:absolute; top:120px; left:0px;
margin:0px;  padding:0px 10px 0px 10px;
width:960px; height:30px;
background:url(../img/contentbg.jpg) repeat-y top left #0f5aa3;
text-align:left;
}
/* ### SUBNAV ### */
#subnav{
float:right;
width:340px;
#width:300px; /* ### IE ONLY HACK ### */
padding:0px; margin:0px;
}

/* ### SUBNAVQUOTE ### */
#subnavquote{
float:right;
width:280px;
#width:280px; /* ### IE ONLY HACK ### */
padding:0px; margin:0px;
}

#cslinks{
float:right;
width:300px;
#width:270px; /* ### IE ONLY HACK ### */
padding:0px; margin:0px 20px;
}

/* ### CONTACT ### */

#contactinfo{
float:right;
width:300px;
#width:270px; /* ### IE ONLY HACK ### */
padding:0px; margin:0px 20px;
}