* {
  padding: 0;
  margin: 0;
}

body {
  background: #c4c4c4;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
  border: 0;
}

br.clear {
  clear: both;
  font-size: 1px;
}

a {
  outline: none;
  color: #990000;
}

p {
  font-size: 0.7em;
  color: #666;
  line-height: 1.5em;
}

/* ---------------------------------------------------------------------------- Structure */

div#outer-container {
  background: #fff url(../images/bg_page.jpg) no-repeat;
  padding-bottom: 10px;
}

div#container {
  width: 950px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}

div#col-left {
  width: 160px;
  padding-top: 15px;
  float: left;
  padding-bottom: 20px;
}

div#col-main {
  width: 790px;
  padding-top: 15px;
  float: left;
}


div#col-right {
  width: 112px;
  padding-top: 15px;
  position: absolute;
  left: 955px;
  top: 190px;
  padding-bottom: 20px;
}

div#footer {
  width: 950px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: left;
}

div#footer div.footerleft {
  float: left;
  width: 153px;
}

div#footer div.footermiddle {
  float: left;
  width: 700px;
}

div#footer div.footerright {
  float: left;
  width: 71px;
}






/* ---------------------------------------------------------------------------- Navigation */

ul#nav {
  margin-bottom: 20px;
}

ul#nav li {
  list-style: none;
  font-size: 0.8em;
  margin-bottom: 6px;
}

ul#nav li a {
  color: #999;
  text-decoration: none;
  background: url(../images/bullet_grey.gif) no-repeat 0 3px;
  padding-left: 20px;
  margin-left: 1px;
}

ul#nav li a:hover {
  color: #567d29;
  background: url(../images/bullet_green.gif) no-repeat 0 3px;
}

ul#nav li.active a {
  background: url(../images/bullet_green.gif) no-repeat 0 3px;
}

/* ---------------------------------------------------------------------------- Sponsors */

div#sponsors h2 {
  margin-bottom: 10px;
}

/* ---------------------------------------------------------------------------- Boxes */

div.box {
  position: relative;
}

div.box p.goto {
  position: absolute;
  top: 3px;
  right: 15px;
}

div.box p.goto a {
  color: #990000;
  text-decoration: none;
}

div.box p,
div.box h2,
div.box h3,
div.box h4,
div.box h5,
div.box table,
div.box ul {
  margin-left: 20px;
}

div.box p.more a {
  text-decoration: none;
  font-weight: bold;
  color: #666;
  font-size: 0.9em;
}

div.box p {
  padding-right: 20px;
}

div.box h3 {
  color: #999;
  font-weight: normal;
}

div.box h4 {
  color: #666;
  font-size: 0.7em;
  padding-top: 10px;
}


div.box-388 {
  width: 388px;
  background: url(../images/bg_box388.jpg) no-repeat bottom left;
  padding-bottom: 25px;
}

div.box-615 {
  width: 615px;
  background: url(../images/bg_box615.jpg) no-repeat bottom left;
  padding-bottom: 25px;
}

div.box-149 {
  width: 149px;
  background: url(../images/bg_box149.jpg) no-repeat bottom left;
  padding-bottom: 25px;
}

div.box-789 {
  width: 789px;
  background: url(../images/bg_box789.jpg) no-repeat bottom left;
  padding-bottom: 25px;
}





/* ---------------------------------------------------------------------------- Sections */

/* ---------------------------------------------------------------------------- Home */

body#page-home div#innercol-left {
  width: 400px;
  float: left;
}

body#page-home div#innercol-left img {
  border: 10px solid #e2e2e2;
}

body#page-home div#innercol-left p {
  padding-right: 20px;
}

body#page-home div#innercol-left p.title {
  background: #000;
  color: #fff;
  font-size: 0.55em;
  display: inline;
  padding: 1px 5px;
  float: right;
  margin-right: 20px;
}

body#page-home div#innercol-left h3 {
  color: #666;
  font-weight: normal;
  margin-bottom: 3px;
}

body#page-home div#innercol-right {
  width: 390px;
  float: left;
}


body#page-home table#table-results {
  border-collapse: collapse;
  width: 350px;
  margin-top: 10px;
}

body#page-home table#table-results th {
  font-size: 0.8em;
  color: #666;
  border: 1px solid #cbcbcb;
  border-right: none;
  padding: 5px;
}

body#page-home table#table-results th span {
  font-size: 0.8em;
  font-weight: normal;
}

body#page-home table#table-results td {
  color: #cc0000;
  font-weight: bold;
  font-size: 1.4em;
  text-align: right;
  border: 1px solid #cbcbcb;
  border-left: none;
  padding: 5px;
}

/* ---------------------------------------------------------------------------- News */

body#page-news div#innercol-left {
  width: 628px;
  float: left;
}

body#page-news div#innercol-left h3 {
  color: #990000;
}

body#page-news div#innercol-left p.more a {
  color: #990000;
}

body#page-news div#innercol-right {
  width: 149px;
  float: left;
}

ul.months li {
  list-style: none;
  font-size: 0.6em;
}

ul.months li.active a {
  color: #990000;
}

ul.months a {
  color: #666;
  text-decoration: none;
}

ul.months a:hover {
  color: #990000;
}

/* ---------------------------------------------------------------------------- Fixtures and Results */

table.grid {
  width: 750px;
  margin-bottom: 10px;
}


table.grid th,
table.grid td {
  color: #666;
  padding: 6px 10px 6px 0;
  text-align: left;
}

table.grid th {
  font-size: 0.75em;
  border-bottom: 1px solid #000;
}


table.grid td {
  font-size: 0.6em;
  border-bottom: 1px solid #d2d2d2;
}

body#page-fixtures h3 {
  color: #990000;
}

body#page-fixtures p.more a {
  color: #990000;
  font-weight: normal;
}

body#page-results h3 {
  color: #990000;
}

body#page-results p.more a {
  color: #990000;
  font-weight: normal;
}

/* ---------------------------------------------------------------------------- Teams */

ul#nav-horiz {
  padding: 10px 0;
  border-bottom: 1px solid #000;
  margin-right: 20px;
  margin-bottom: 10px;
}

ul#nav-horiz li {
  font-size: 0.65em;
  list-style: none;
  display: inline;
}

ul#nav-horiz a {
  color: #999;
  text-decoration: none;
  border-left: 1px solid #999;
  padding: 0 20px 0 25px;
}

ul#nav-horiz li.first a {
  border-left: 0;
  padding: 0 20px 0 0;
}

ul#nav-horiz li.active a {
  color: #990000;
  font-weight: bold;
}

ul#nav-horiz a:hover {
  color: #990000;
}

body#page-teams h3 {
  color: #990000;
}

body#page-teams div.left {
  float: left;
  width: 370px;
}

body#page-teams div.right {
  float: left;
  width: 380px;
  margin-left: 20px;
  display: inline;
}

body#page-teams div.right p,
body#page-teams div.right h4,
body#page-teams div.right h5 {
  margin-left: 0;
}


body#page-teams h4 {
  color: #990000;
  font-size: 0.65em;
  margin-bottom: 3px;
  padding-top: 0;
}

body#page-teams h5 {
  color: #666;
  font-size: 0.65em;
}

body#page-teams p {
  margin-bottom: 1em;
}

body#page-teams div.team-photo {
  margin-bottom: 10px;
}

body#page-teams div.team-photo img {
  border: 10px solid #e2e2e2;
}

body#page-teams div.team-photo p {
  color: #fff;
  background: #000;
  font-size: 0.6em;
  padding: 2px 15px;
  display: inline;
  float: right;
}




/* ---------------------------------------------------------------------------- Galleries */

body#page-galleries h3 {
  color: #990000;
}

body#page-galleries div#thumbnails {
  padding-top: 15px;
  margin: 0 0 20px 20px;
}

body#page-galleries div.thumb {
  width: 190px;
  float: left;
}

body#page-galleries div.thumb img {
  border: 10px solid #e1e1e1;
}

body#page-galleries div.thumb p {
  margin-left: 0;
  font-size: 0.65em;
}

body#page-galleries div.thumb p strong {
  color: #990000;
}

/* ---------------------------------------------------------------------------- Clubhouse */

body#page-clubhouse h3 {
  color: #990000;
}

body#page-clubhouse div.text {
  float: left;
  width: 556px;
}

body#page-clubhouse div.text h4 {
  font-size: 0.65em;
  color: #990000;
}

body#page-clubhouse div.text p {
  font-size: 0.65em;
  margin-bottom: 10px;
}

body#page-clubhouse div.image {
  float: left;
  width: 220px;
}

body#page-clubhouse div.image img {
  border: 10px solid #e6e6e6;
}

body#page-clubhouse div.image p {
  font-size: 0.65em;
  color: #ccc;
}


body#page-clubhouse div.image p.left {
  float: left;
  margin: 0;
  padding: 0;
}

body#page-clubhouse div.image p.right {
  float: right;
  margin: 0;
  padding: 0;
}

body#page-clubhouse div.image a {
  color: #999;
  text-decoration: none;
}

body#page-clubhouse div.image a:hover {
  color: #990000;
}


body#page-clubhouse div.image strong {
  color: #990000;
}






/* ---------------------------------------------------------------------------- Fundraising */

body#page-fundraising h3 {
  color: #990000;
}

body#page-fundraising div.text {
  float: left;
  width: 556px;
}

body#page-fundraising div.text h4 {
  font-size: 0.65em;
  color: #990000;
}

body#page-fundraising div.text p {
  font-size: 0.65em;
  margin-bottom: 10px;
}

body#page-fundraising div.image {
  float: left;
  width: 220px;
}

body#page-fundraising div.image img {
  border: 10px solid #e6e6e6;
  margin-bottom: 10px;
}

/* ---------------------------------------------------------------------------- Roll Of Honour */

body#page-rollofhonour h3 {
  color: #990000;
  margin-bottom: 10px;
}

body#page-rollofhonour div.text {
  float: left;
  width: 536px;
}

body#page-rollofhonour div.text h4 {
  font-size: 0.65em;
  color: #990000;
}

body#page-rollofhonour div.text p {
  font-size: 0.65em;
  margin-bottom: 10px;
}

body#page-rollofhonour div.image {
  float: left;
  width: 220px;
  margin-left: 20px;
  display: inline;
}

body#page-rollofhonour div.image img {
  border: 10px solid #e6e6e6;
  margin-bottom: 10px;
}


/* ---------------------------------------------------------------------------- Contacts */

body#page-contacts h3 {
  color: #990000;
  margin-bottom: 5px;
}

body#page-contacts h4 {
  font-size: 0.65em;
  color: #990000;
  margin-bottom: 5px;
}

body#page-contacts div.right h4 {
  margin-left: 0;
}

body#page-contacts div.left {
  float: left;
  width: 250px;
  display: inline;
}

body#page-contacts div.right {
  float: left;
  width: 526px;
}

body#page-contacts table.address {
  font-size: 0.65em;
  margin-bottom: 20px;
}

body#page-contacts table.address th {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  padding-right: 10px;
  color: #666;
  padding-bottom: 3px;
}

body#page-contacts table.address td {
  vertical-align: top;
  color: #666;
  padding-bottom: 3px;
}

form#enquiry {
  margin-bottom: 40px;
}

form#enquiry input.button {
  background: #9a0000;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  border: 0;
  padding: 2px 10px;
  float: right;
  margin-right: 10px;
  display: inline;
}

form#enquiry textarea {
  width: 515px;
  height: 100px;
  margin-bottom: 10px;
}

div#map {
  border: 1px solid #7e9eb7;
}

body#page-contacts div.scrollbox {
  overflow: auto;
  width: 230px;
  height: 415px;
  margin-left: 20px;
}

body#page-contacts div.scrollbox h4,
body#page-contacts div.scrollbox table {
  margin: 0 0 5px 0;
}



/* ---------------------------------------------------------------------------- Links */

body#page-links h3 {
  color: #990000;
}

body#page-links div.link {
  width: 390px;
  float: left;
  display: inline;
  padding-bottom: 15px;
}

body#page-links h4 {
  color: #990000;
  font-size: 0.65em;
}

body#page-links p {
  font-size: 0.65em;
}




div.sortTable {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}

div.sortTable form {
  float: left;
  width: 190px;
}

div.sortTable select {
  width: 180px;
  font-size: 0.75em;
  color: #666;
}


/* ---------------------------------------------------------------------------- Gallery */

div#gallery-head {
  border-bottom: 1px solid #000;
  overflow: hidden;
  margin: 0 20px;
}

div#gallery-switch {
  float: left;
  width: 300px;
}

div#gallery-switch h3 {
  float: left;
  margin: 0;
  margin-right: 1px;
  display: inline;
}

div#gallery-switch h3 a {
  background: #d0d0d0;
  text-decoration: none;
  color: #fff;
  padding: 3px 5px;
  display: block;
}

div#gallery-switch h3 a.active {
  background: #9a0000;
}


div#pagination {
  float: right;
  width: 430px;
  text-align: right;
  display: inline;
}

div#pagination p {
  display: inline;
  color: #990000;
  font-weight: bold;
  font-size: 0.7em;
}

div#pagination a {
  color: #666;
  font-size: 0.7em;
  text-decoration: none;
}

div#pagination a:hover {
  color: #990000;
}

div#pagination li.active a {
  color: #990000;
  font-weight: bold;
}

div#pagination ul {
  display: inline;
  margin: 0 10px;
  border-left: 1px solid #666;
  padding-left: 4px;
}

div#pagination li {
  display: inline;
  list-style: none;
}

div#pagination li a {
  border-right: 1px solid #666;
  padding: 4px 7px 4px 4px;
}


div#gallery {
  margin-top: 10px;
  margin-bottom: 20px;
}

div#gallery li {
  list-style: none;
  font-size: 0.65em;
  color: #990000;
  font-weight: bold;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  display: inline;
}

div#gallery li img {
  border: 10px solid #e1e1e1;
  margin-bottom: 3px;
}


div#gallery-foot {
  overflow: hidden;
}

div#gallery-foot p.prev {
  float: left;
}

div#gallery-foot p.next {
  float: right;
}

div#gallery-foot p {
  display: inline;
}





