body
{
 font-family:Arial;
 color:#444;
 background:url(/images/bg-tile.gif);
 margin:0px;
 padding:0px;
 text-align:center;
}
#pageWrapper
{
 position:relative;
 width:1040px;
 min-height:100%;
 margin:0px auto;
 display:block;
 text-align:left;
}
#main
{
 width:960px;
 background:#fff;
 float:left;
 padding:15px;
 height:auto;
 clear:both;
 overflow:show;
}
#headerWrapper
{
 float:left;
 width:100%;
 height:auto;
 margin-bottom:5px;
 margin-top:5px;
}
#mainWrapper
{
 float:left;
 width:100%;
 height:auto;
 margin-top:5px;
}
#mainLogo
{
position:relative;
float:left;
background:url(../images/nav/FF-Construction-Logo.png) no-repeat;
height:54px;
width:522px;
}
#mainLogo a
{
 display: block;
 height: 100%;
 width:100%;
 }
#crownNav
{
position:absolute;
z-index:4000;
left:78%;
top:5px;
width:200px;
}
#crownLinks
{
 position:relative;
 color:#999;
 font-size:12px;
}
#crownLinks a, #crownLinks a:visited
{
 text-decoration:none;
 color:#999;
}
#crownLinks a:hover { text-decoration:underline; }
#affliateLogos
{
 float:right;
 position:relative;
 top:10px
}
#affliateLogos a 
{ 
  float:left; 
  display:block;
  margin-left:10px;
  overflow:hidden;
}
#affliateLogos #cmaaLogo 
{ 
  background:transparent url(../images/nav/Association-Logos.gif) no-repeat 0px 0px; 
  width:103px;
  height:42px;
}
#affliateLogos a#cmaaLogo:hover
{
  background-position:0px -50px;
}
#affliateLogos #abcLogo 
{ 
  background:transparent url(../images/nav/Association-Logos.gif) no-repeat -103px 0px; 
  width:55px;
  height:42px;
}
#affliateLogos a#abcLogo:hover
{
 background-position:-103px -50px;
}
#affliateLogos #gbcaLogo 
{ 
  background:transparent url(../images/nav/Association-Logos.gif) no-repeat -158px 0px; 
  width:99px;
  height:42px;
}
#affliateLogos a#gbcaLogo:hover
{
 background-position:-158px -50px;
}
#mainNavBar
{
 position:relative;
 float:left;
 width:100%;
 height:25px;
 background:url(../images/nav/mainNavTile.png) repeat-x;
} 
#homeButton a
{
 float:left;
 background:url(../images/nav/homeButton.jpg) no-repeat;
 height:25px;
 width:33px;
 text-decoration:none;
}
#mainNav
{
 list-style:none;
 margin:0px;
 padding:0px;
}
#mainNav li
{
  float:left;
  width:110px;
  height:25px;
  border-right:1px solid #e5e5e5;
  text-align:center;
  color:#666;
}
#mainNav li a
{
  background:url(../images/nav/mainNavTile.png) repeat-x;
  text-decoration:none;
  color:#666;
  font-size:14px;
  margin:0px auto;
  text-align:center;
  display:block;
  width:100%;
  height:25px;
  line-height:175%;
}
#mainNav li a:hover
{
  background-position:0px -25px;
  color:#fff;
}
#mainNav li a:active
{
  font-weight:bold;
}
#searchBar
{
  width:22%;
  float:right;
  margin-right10px;
  font-size:14px;
}
#searchTextBox
{
 border:1px solid #FECD01;
 font-style:none;
 color:#444;
}
#searchButton
{
  background:url(../images/goButton.png) no-repeat;
  height:22px;
  width:36px;
  position:relative;
  border:none;
  top:3px;
}
