BODY
{
    background-color:#18262C;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    text-align:center;
}

/*We repeat the BODY tag so we can use a Mozilla fix for aligning centre*/
BODY
{
    background-color:#18262C;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    text-align:-moz-center;
}

#wrapper
{
    top:0px;
    width:760px;
    text-align:center;
    background-color:#000000;
}

#flashContainer
{
    position:absolute;
    top:0px;
    width:760px;
    height:166px;
    text-align:center;
    vertical-align:top;
}

/*UNUSED
#flash
{
    position:absolute;
    top:0px;
    width:760px;
    height:166px;
    text-align:center;
    vertical-align:top;
}
*/

#headerTop
{
    width:100%;
    height:99px;
    vertical-align:top;
    background:url(../images/headerTop.gif) top center no-repeat;
}

#headerBottom
{
    width:100%;
    height:94px;
    vertical-align:top;
    background:url(../images/headerBottom.gif) top center no-repeat;
}

#topNavContainer
{
    width:100%;
    height:47px;
    vertical-align:top;
    background:url(../images/topNavBgrnd.gif) top center no-repeat;
}

#topNav
{
    margin-left:176px;
    height:20px;
    vertical-align:bottom;
}

#infoPanel
{
    position:relative;
    width:132px;
    height:72px;
    top:-51px;
    right:32px;
    padding-top:12px;
    padding-bottom:4px;
    padding-left:10px;
    padding-right:10px;
    background:url(../images/infoPanel.gif) top center no-repeat;
    -moz-box-sizing: border-box;
    float:right;
}

#leftInfoPanel
{
    width:132px;
    height:72px;
    top:-27px;
    right:32px;
    margin-top:20px;
    padding-top:12px;
    padding-bottom:4px;
    padding-left:10px;
    padding-right:10px;
    background:url(../images/leftInfoPanel.gif) top center no-repeat;
    -moz-box-sizing: border-box;
}

#homepageContainerIE
{
    width:760px;
    height:450px;
    padding-bottom:0px;
    text-align:left;
    -moz-box-sizing: border-box;
    background:url(../images/homepageFooter.gif) bottom center no-repeat;
}

#homepageContainerFF
{
    width:760px;
    height:492px;
    padding-bottom:0px;
    text-align:left;
    -moz-box-sizing: border-box;
    background:url(../images/homepageFooter.gif) bottom center no-repeat;
}

#homePageNavIE
{    
    position:relative;
    top:-85px;
}

#homePageNavFF
{    
    position:absolute;
    text-align:left;
    -moz-box-sizing: border-box;
    padding-left:248px;
    top:654px;
}

#contentContainer
{
    width:636px;    
    padding-bottom:0px;
    margin-right:0px;
    margin-left:16px;
    text-align:left;
    float:left;
    -moz-box-sizing: border-box;
}

#homePageContent
{
    width:100%;
    float:left;
    padding-bottom:15px;
    -moz-box-sizing: border-box;
}

#content
{
    width:482px;
    float:left;
    padding-bottom:15px;
    -moz-box-sizing: border-box;
}

#menuContainer
{
    width:140px; 
    margin-right:0px;
    text-align:center;
    right:0px;
    -moz-box-sizing: border-box;
    float:left;
}

#sideNav
{
    width:86px;    
    height:293px;
    text-align:right;
    right:0px;
    float:right;
    -moz-box-sizing: border-box;
}

#search
{
    width:220px;
    float:right;
    padding-right:12px;
    text-align:right;
    visibility:hidden;
}

#footer
{
    width:760px;
    padding-top:8px;
    padding-bottom:8px;
    clear:both;
}
