/* CSS Document */
/* default.css */

/* deafult styles for aberavon-sru.co.uk */


/*----------[default page styles]----------*/

body
{
  background: url("../images/body/body.jpg") top left repeat-x;
  background-color: #ddd;
  color: #000;
  font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

h1
{
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
}

h2
{
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
}

h3
{
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

h4
{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

h5
{
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}

p
{
  margin: 0;
  padding: 0;
  font-size: 12px;
}

a
{
  color: #009;
}

ol
{
  font-size: 12px;
}

ul
{
  font-size: 12px;
}

li
{
  font-size: 12px;
}

abbr
{
  border-bottom: none;
  cursor: default;
}

acronym
{
  border-bottom: none;
  cursor: default;
}


/*----------[main container]----------*/

#container
{
  margin: 0 auto;
  padding: 0;
  width: 800px;
}


/*----------[header styles]----------*/

#header
{
  margin: 0;
  padding: 0;
  background: url("../images/header/header.gif") center no-repeat;
  height:175px; width:800px;
}

#header h1 span
{
  display: none;
}

#header h2 span
{
  display: none;
}

/*----------[tabBar styles]----------*/

#tabBar
{
  margin: 0;
  padding: 0;
  background: url("../images/navigation/tabBarBkg.png") no-repeat;
  height:30px; width:800px;
}

#tabBar ul
{
  margin: 0 0 0 20px;
  padding: 0;
}

#tabBar li
{
  margin: 0;
  padding: 0;
  background: url("../images/navigation/tabInactive.png") no-repeat;
  display: block;
  float: left;
  line-height: 30px;
  list-style-type: none;
  text-align: center;
}

#tabBar a
{
  margin: 0;
  padding: 0;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  height:30px; width:110px;
}

#tabBar a.active, #tabBar a:hover, #tabBar a:active
{
  background: url("../images/navigation/tabActive.png") no-repeat;
}


/*----------[tabSub styles]----------*/

#tabSub
{
  margin: 0;
  padding: 0;
  background: url("../images/navigation/tabSubBkg.png") no-repeat;
  height:30px; width:800px;
}

#tabSub ul
{
  margin: 0 0 0 25px;
  padding: 0;
}

#tabSub li
{
  margin: 0;
  padding: 0 22px 0 0;
  color: #ddd;
  display: inline;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  list-style-type: none;
}

#tabSub a
{
  margin: 0;
  padding: 0;
  color: #ddd;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#tabSub a.active, #tabSub a:hover, #tabSub a:active
{
  color: #fff;
  border-bottom: solid 4px #f90;
}


/*----------[main (body) styles]----------*/

#main
{
  margin: 0;
  padding: 0 20px 0 20px;
  background: url("../images/main/main.png") top center repeat-y;
}

#main h3
{
  margin: 0;
  padding: 20px 0 0 0;
}

#main h4
{
  margin: 0;
  padding: 15px 0 0 0;
}

#main h5
{
  margin: 0;
  padding: 10px 0 0 0;
}

#main p
{
  margin: 0;
  padding: 10px 0 0 0;
}

#main table
{
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-size: 12px;
}

#main table caption
{
  display: none;
}

#main table th, #main table td
{
  padding: 6px;
  border: solid 1px #666;
}

#main table td
{
  background-color: #eee;
}

#main img
{
  margin-top: 10px;
  margin-bottom: 10px;
}


/*----------[footer styles]----------*/

#footer
{
  clear: both;
  margin: 0;
  padding: 0;
  background: url("../images/footer/footer.gif") center no-repeat;
  height:125px; width:800px;
  text-align: center;
}

#footer p
{
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 11px;
}

#footer p.footerlinks
{
  margin: 0;
  padding: 85px 0 0 0;
}

#footer a
{
  margin: 0;
  padding: 0;
  color: #666;
  text-decoration: none;
}

#footer a:link, #footer a:visited
{
}

#footer a:hover, #footer a:active
{
  color: #333;
  text-decoration: underline;
}


/*----------[fixture table styles]----------*/

#fixtureTable
{
  margin: 0;
  padding: 20px 0 10px 0;
}


/*----------[contactus page styles]----------*/

#contacts h4
{
  margin: 0;
  padding: 20px 0 0 0;
}

#contacts h5
{
  margin: 0;
  padding: 5px 0 0 20px;
}

#contacts p
{
  margin: 0;
  padding: 0 0 0 20px;
}


/*----------[links list page styles]----------*/

ul#linksList
{
}

ul#linksList li
{
  padding: 10px 0 0 0;
  font-size: 13px;
  font-weight: bold;
  list-style-type: none;
}

ul#linksList li a
{
  text-decoration: none;
}

ul#linksList li a:hover, ul#linksList li a:active
{
  text-decoration: underline;
}

ul#linksList li ul li
{
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}


/*----------[sitemap page styles]----------*/

ul#sitemap
{
}

ul#sitemap li
{
  padding: 10px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  list-style-type: none;
}

ul#sitemap li a
{
  text-decoration: none;
}

ul#sitemap li a:hover, ul#sitemap li a:active
{
  text-decoration: underline;
}

ul#sitemap li ul li
{
  padding: 0;
  font-size: 13px;
  font-weight: normal;
}

ul#sitemap li ul li ul li
{
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}


/*----------[accessibility statement content]----------*/

ul#accesskeys
{
  margin: 0;
  padding: 0;
}

ul#accesskeys li
{
  list-style-type: none;
}


/*----------[validated content]----------*/

p.validated
{
  text-align: right;
}

p.validated a img
{
  border: 0;
  border-style: none;
}
