body
{
  margin: 0;
  padding: 0;
  background-color: #F5F5F5;
}

/* Page structure -------------------------------------------------------------------------------- */

#header_container
{
  width: 100%;
  background-image: url(../../images/backgrounds/page_header.jpg);
  background-repeat: repeat-x;
  height: 133px;
}

#header_content
{
  width: 980px;
  padding: 0;
  margin: 0 auto;
}

#body_content
{
  width: 980px; 
  margin: 10px auto;
  clear: both;
  padding: 20px 0px 20px 10px;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
}

#fancy_content
{
  background-color: #FFFFFF;
}

#footer_container
{
  background-image: url(../../images/backgrounds/body_bottom.jpg);
  background-repeat: repeat-x;
  background-color: #000000;
  padding: 60px 0 100px;
  height: 400px;
  clear: both;
}

#footer_content
{
  width: 980px;
  margin: 0 auto;
  clear: both
}

.grid1col, .grid2col, .grid3col, .grid4col, .grid5col
{
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.column, .column_wide, .column_narrow
{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.grid1col .column {width:98%; margin-right:2%;}
.grid2col .column {width:48%; margin-right:2%;}
.grid3col .column {width:31%; margin-right:2%;}
.grid4col .column {width:23%; margin-left:2%;}
.grid5col .column {width:18.4%; margin-left:2%;}

.grid2col .column_wide {width:70%; margin-right:2%;}
.grid2col .column_narrow {width:25%; margin-right:2%;}
.grid3col .column_wide {width:50%; margin-right:2%;}
.grid3col .column_narrow {width:22%; margin-right:2%;}

.column.first
{
  margin-left: 0pt;
}

.column.last
{
  margin-right: 1%;
}

.column_wide.first
{
  margin-left: 0pt;
}

.column_wide.last
{
  margin-right: 1%;
}

.column_narrow.first
{
  margin-left: 0pt;
}

.column_narrow.last
{
  margin-right: 1%;
}

.overview
{
  margin: 40px 0;
  clear: both;
}

.clearer
{
  clear: both;
}

/* Headings and text -------------------------------------------------------------------------------- */

h1
{
  font-family: "Lucinda Sans", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size:1.2em;
  color: #444;
  font-weight: bold;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

h2
{
  color: #333333;
  font-size: 0.9em;
  font-family: "Lucinda Sans", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0;
  line-height: 20px;
}

p, label, textarea, fieldset li, li
{
  color: #333333;
  font-size: 0.8em;
  font-family: "Lucinda Sans", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  line-height: 24px;
  margin-top: 0;
}

p.huge_text
{
  font-size: 36px;
  color: #666666;
  line-height: 50px;
  text-align: center;
}

p.little_writing
{
  color: #666666;
  font-size: 9px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.overview p
{
  margin-left: 40px;
}

#footer_content p
{
  color: #CCCCCC;
  line-height: 20px;
  text-align: left;
}

.lighter_text
{
  color: #787878;
}

.small_writing
{
  font-size: 0.7em;
  color: #666666;
}

.redeem_menu_on
{
  background-color: #FFFF00;
}

/* Forms -------------------------------------------------------------------------------- */

input, textarea
{
  border: 1px solid #CCCCCC;
  padding: 3px 5px;
  background-color: #FFFFFF;
}

input[type="checkbox"], input[type="radio"]
{
  background: transparent;
  border: 0;
}

textarea
{
  font-size: 1em;
  overflow: auto;
}

.input_field_left
{
  background-color: black;
  background-image: url(../../images/forms/input_field_left.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  width: 15px;
  height: 26px;
}

.input_field_right 
{
  background: black;
  background-image: url(../../images/forms/input_field_right.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  float: left;
  width: 15px; 
  height: 26px;
}

input.submit_footer
{
  border: none;
  background-color: #000;
}

input.submit
{
  border: none;
}

fieldset
{
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  clear: left;
  width: 100%;
}

fieldset ol
{
  padding: 1em 2em 0 0;
  list-style: none;
  margin: 0;
}

fieldset li
{
  padding-bottom: 1em;
  list-style: none;
  font-size: 1em;
}

label
{
  float: left;
  width: 10em;
  margin-right: 1em;
  text-align: right;
  font-weight: bold;
}

label.label_wide
{
  float: left;
  width: 14em;
  margin-right: 1em;
  text-align: right;
  font-weight: bold;
}

fieldset.submit
{
  float: none;
  width: auto;
  padding-left: 12em;
  vertical-align: baseline;
  margin: 0;
  border: none;
}

form.paypal
{
  width: 100px;
  float: right;
}

form.paypal input
{
  border: none;
}

/* Links -------------------------------------------------------------------------------- */

a:link, a:visited
{
  text-decoration: none;
  color: #08C;
}

a:hover
{
  text-decoration: underline;
}

a img
{
  border: none;
}

#footer_content a:link, #footer_content a:visited
{
  color: #FFFF00;
  text-decoration: none;
}

#footer_content a:hover
{
  text-decoration: underline;
}

a.more
{
  white-space: nowrap;
  padding-right: 10px;
  background-color: transparent;
  background-image: url(../../images/icons/morearrow_08c.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 100% 50%;
}

a.more:hover
{
  color: #08C;
  text-decoration: underline;
}

#footer_content a.more
{
  white-space: nowrap;
  padding-right: 10px;
  background-color: transparent;
  background-image: url(../../images/icons/more_arrow_ff0_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 100% 50%;
}

ul.left_menu li a
{
  text-decoration: none;
  padding: 8px 5px;
}

ul.left_menu li a:link, ul.left_menu li a:visited
{
  display: block;
}

ul.left_menu li a:hover
{
  color: #000000;
  text-decoration: none;
}

ul.left_menu li.redeem_menu_on a
{
  color: #000000;
}

/* Images -------------------------------------------------------------------------------- */

img.left
{
  float: left;
  margin-top: 2px;
  margin-right: 20px;
  margin-bottom: 16px;
  margin-left: 0pt;
}

img.right
{
  float: right;
  margin-top: 2px;
  margin-right: 10px;
  margin-bottom: 16px;
  margin-left: 20px;
}

img.right_edge
{
  float: right;
  margin-right: -20px;
  margin-bottom: -20px;
  margin-left: 10px;
}

img.left_edge
{
  float: left;
  margin-left: -10px;
  margin-bottom: -20px;
  margin-right: 20px;
}

/* Lists -------------------------------------------------------------------------------- */

#footer_content ul
{
  padding: 0;
  margin: 0;
}

#footer_content ul li
{
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

ul.left_menu
{
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
} 

ul.left_menu li
{
  display: block;
  border-bottom: 1px solid #CCC;
}

ul.left_menu li:hover
{
  background-color: #FFFF00;
  color: #000000;
}

ul.list_no_image
{
  list-style: none;
  list-style-image: none;
  margin: 0 0 15px;
  padding: 0;
}

ul.list_no_image li
{
  list-style: none;
  list-style-image: none;
  margin: 5px 0;
  padding: 0;
}

/* Other -------------------------------------------------------------------------------- */

#email2
{
  visibility: hidden;
  display: none;
}

