#sponsorPage
{
  margin: 0;
  padding: 0;
  background: white;
  font-size: 90%;
}



#leftColumn
{
  float: left;
  width: 580px; /* implies 20px margin on right */
  margin: 15px 0;
  padding: 0;
}

#rightColumn
{
  float: right;
  width: 300px;
  margin: 15px 0;
  padding: 0;
}



.sponsor_callout
{
  border: 1px solid black;
  background: #ffc691;
  margin: 0;
  margin-bottom: 20px;
  padding: 10px;
}

.sponsor_callout ul li
{
  list-style-type: square;
  margin: 5px 0;
}

.sponsor_callout ol li
{
  margin-left: 5px;
}

.sponsor_callout a:link, .sponsor_callout a:visited { color: #411d03; }
.sponsor_callout a:hover, .sponsor_callout a:active { color: white; }



img.skyscraper
{
  float: left;
  margin-right: 20px;
}

img.box
{
  margin: 0 auto; /* centered */
}





/* MENU */

/* The red menu/footer can look garish next to some sponsor backgrounds. 
   So by default, we recolor the menus grey. If you really want red menus, delete this block. 
   */

div#menubar_sub { background: #888888; }
ul#menu_main li.selected { background: #888888; }
div#menubar_sub.hovered { background: #c8c8c8; }
ul#menu_main li.hovered { background: #c8c8c8; }
ul#menu_main li a:link, ul#menu_main li a:visited { color: black; }
#footer { background: #888888; }



/* SPONSOR NAV */

/* The sponsor nav are the dark grey bars on the top and bottom of each sponsor page. 
   They tend to be identical across all sponsor pages, so generally you only need to change the links. 
   Note that images are used for the rounded ends and background shading. */

.sponsorNavLeft,.sponsorNavRight
{
  float: left;
  width: 5px;
  height: 41px;
}
.sponsorNavLeft { background: #000 url(images/nav_left_end.jpg) no-repeat; }
.sponsorNavRight { background: #000 url(images/nav_right_end.jpg) no-repeat; }

.sponsorNav
{
  background: #000 url(images/nav_bg.jpg) repeat-x;
  float: left;
  width: 870px;
  height: 31px;
  padding: 10px 0 0 20px;
  font-size: 85%;
  color: white;
}

.sponsorNav a { font-weight: bold; }
.sponsorNav a:link, .sponsorNav a:visited { color: #eee; }
.sponsorNav a:hover, .sponsorNav a:active { color: #ddd; }




