#sponsorPage
{
  margin: 0;
  padding: 0;
  background: white;
}

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; }

.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; }


/* We offset the content of the page to the right. This just helps keeps things lined up. */
#internalWrapper
{
  clear: both;
  padding: 25px 15px 0 55px;
}

#leftColumn
{
  float: left;
  width: 490px;
}

#leftColumn img
{
  float: left;
  margin-right: 20px;
}

#leftColumn h2 
{ 
  margin: 10px 0;
  font-size: 150%; 
  line-height: 135%;
}

#leftColumn .callout
{
  border: 1px dotted #2c4762;
  padding: 5px 40px;
}

#leftColumn ul
{ 
  margin-left: 50px;
}

#leftColumn ul li
{ 
  list-style-type: none;
  text-indent: -50px;
  margin: 10px 0;
}

#rightColumn
{
  float: right;
  width: 300px;
}

#rightColumn h3
{
  font-size: 125%
}

#rightColumn ol li
{ 
  margin: 5px 0;
}

#rightColumn .callout
{
  border: 1px solid #2c4762;
  background: #2c4762;
  color: white;
  padding: 15px;
}
#rightColumn .callout a:link, #rightColumn .callout a:visited { color: white; }
#rightColumn .callout a:hover, #rightColumn .callout a:active { color: #000088; }

/* Stolen From GamerSafe */

a.bigGreenBtn { margin: 30px auto 10px auto; }
a.bigGreenBtn:link, a.bigGreenBtn:visited
{
  background: white url(images/gamersafe_btn_green.jpg) no-repeat;
  display: block;
  height: 34px;
  width: 215px;
  text-align: center;
  padding: 10px 0 0 0;
  color: white;
  text-decoration: none;
  font-weight: normal;
  font-size: large;
}
a.bigGreenBtn:hover, a.bigGreenBtn:active { background-position: 0 -44px; }

#rightColumn img
{
  margin: 0 75px;
  margin-top: 20px;
}

#bottomColumn
{
  clear: both;
  margin: 20px 0;
  padding: 30px 50px;
  border: 3px double #85ab44;
  background: #dce8c2;
}

#bottomColumn h3 { font-size: 130%; }

#bottomColumn2
{
  clear: both;
  margin: 20px 0;
  padding: 30px 50px;
  border: 3px double #85ab44;
  background: #fce8c2;
}

#bottomColumn2 h3 { font-size: 130%; }


#bottomColumn img.left 
{ 
  float: left;
  margin-right: 15px;
}

#bottomColumn strong
{
  color: #000088;
}
