﻿#team 
{
    float: left;
    width:100%;
    margin-bottom:26px;
    position: relative;
}

#team #spacer
{
    float:left;
    width:1px;
    height:220px;
    xbackground:yellow;
}

#team #teamFlash
{
    width:717px;
    height:550;
    position: absolute;
    top:0px;
    xbackground:navy;
    z-index:1000;
}

#team #selectTeam
{
    width:550px;
    height:20px;
    position: absolute;
    top:200px;
    z-index:100;
    margin-top:15px;
}


#team #selectTeam #LeadingTeamText
{
    float: left;
    height:16px;
    padding-top:4px;
    xbackground:brown;
}

#team #selectTeam #LeadingTeamText H2
{
    font-size:11px;
    margin:0;
}

#team #selectTeam #teamSelect
{
    float: left;
    width:245px;
    height:20px;
    xbackground:blue;
    margin-left:20px;
}

#team #selectTeam #teamSelect SELECT
{
    xfloat: left;
}

#footer,
.footerMenu
{
	z-index: -999 ! important;
}

.display-none
{
	visibility: hidden;
}
