/*-----------------------------------------------------------------------------
Structural Stylesheet

author:    Andrew Scrivener
email:     andrew@denison.co.uk
website:   http://www.denison.co.uk
-----------------------------------------------------------------------------*/


body 
{
 background-color: #036;
 text-align: center;
}


div.wrapper
{
 width: 959px; /* 1057px*/
 position: relative;
 text-align: left;
 margin: 0 auto;
 padding: 0 49px 49px 49px;
 background-color: #FFF;
}


div.branding
{
 width: 960px; /* 960px Total */
 height: 87px;
 position: relative;
 background-image: url(../images/bg-branding.jpg);
 background-repeat: repeat-x;
 background-position: 0 0;
}


div#mainNav
{
 width: 960px; /* 960px Total */
 height: 34px;
 background-image: url(../images/bg-nav.gif);
 background-repeat: repeat-x;
 background-position: 0 0;
 background-color: #858382;
}


div.mainContent
{
 width: 714px; /* 732px Total */
 float: left;
 position: relative;
 padding: 28px 7px 10px 10px;
}


div.subContent1
{
 width: 210px; /* 228px Total */
 float: left;
 position: relative;
 padding: 28px 2px 10px 16px;
 z-index:10;
}


div.footer
{
 width: 960px; /* 960px Total */
 position: relative;
 padding-top: 10px;
 margin-bottom: 0;
 border-top: 1px solid #CCC;
 text-align: center;
 margin-top: 40px;
 /*
 background-image: url(../images/bg-footer.jpg);
 background-position: 0 0;
 background-repeat: repeat-x;*/
}



/*--------------------------- Page Specific Styles --------------------------*/


div#tickerTape
{
 width: 928px; /* 960px Total */
 height: 20px;
 position: relative;
 margin: 10px 22px 10px 10px;
 border: 1px solid #003;
 padding: 5px 10px 0 10px;
 clear: both;
}

