/**
 * GRCC PIFA Stylesheet
 * General styles for standards compliant br-owsers
 */

body {
  background: url("../images/page_background.gif");
  background-repeat: repeat-x;;
  margin: 0 auto;
  border-bottom: 9px solid #00B159;
}

a {
  outline: none;
}

h1 {
  height: 54px;
  margin: 0;
  padding: 270px 0 0 0;
  text-align: center;
  line-height: 54px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  color:#223B6C;
  background-image: url("../images/header_background.jpg");
  background-repeat: no-repeat;
}

h2 {
  height: 54px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  letter-spacing: -1px;
}

div.body {
  height: 270px
}

div.left_col {
  padding-top: 36px;
}

div.right_col h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color:#00B159;
}

div.right_col ul {
  list-style: disc outside url("../images/bullet.gif");
  margin:0;
}

div.right_col li {
  margin-bottom: 18px;
}

div.find_out_more {
  height: 90px;
  margin-bottom: 18px;
}

div.join_social_network {
  height: 90px;
  margin-bottom: 18px;
  padding-left: 30px;
  margin-right: 10px;
}

div.big_fund a, div.find_out_more a,
div.join_social_network a {
  display:block;
  height: 90px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

div.big_fund a {
  background-image: url("../images/lottery_logo.gif");
  background-position: center left;
  height: 72px;
}

div.find_out_more a {
  background-image: url("../images/find_out_more2.gif");
  background-position: center right;
}

div.join_social_network a {
  background-image: url("../images/social_network_btn.gif");
  background-position: center right;
}
