
body
{
  color: #0138ED;
  margin: 0;
  padding: 0;  
  font-family: "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;  
  text-align: center;  /* IE6 hack for centered content */
}

* > body
{
  text-align: left;
}

table
{
  border-spacing: 0;
  border-collapse: collapse;
  padding-bottom: 15px;
}

table td,
table th 
{
  padding: 0; 
} 

a 
{
  color: #c75f3e;
  outline: 0;
}

h3
{
  font-size: 1.6em;
}

h4
{  
  font-size: 1.4em;
}

h5
{
  font-size: 1.2em;
}

#follow-us
{
  position: fixed;
  right: 7px;
  bottom: 7px;  
}

#follow-us img
{
  border: 0;
}

#container
{
  margin: 0 auto;
  width: 780px; 
  text-align: left;   /* IE6 hack for centered content */
}

#header h1
{
  margin: 8px 0 8px 2px;
}

#header h1 img
{
  display: block;
  border: 0;
}

div#adverts
{
  clear: both;
  margin: 0 0 0 5px;
  padding: 10px 0;
}

#adverts img
{
  border: 0;
}

#adverts div
{
  display: block; 
  float: left;
  width: 19%;
  text-align: center;
}

#footer
{
  clear: both;
  padding: 5px 10px;
  text-align: center;
  font-style: italic; 
}

#design
{
  clear: both;
  padding: 5px 10px;
  text-align: right;
  font-style: italic;
  font-size: 80%; 
  border-top:1px solid #DDDDDD;  
}

#design a
{
  color: #229944;
}

div#menu
{
  background-image: url('images/left-menu-end.png');
  background-position: top left;
  background-repeat: no-repeat;  
  height: 31px;
}

ul#menu-items
{
  padding: 0 5px 0 5px;
  background-image: url('images/right-menu-end.png');  
  background-position: top right; 
  background-repeat: no-repeat;   
  width: 770px;
  height: 31px;
}

#menu-items, #menu-items ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 20px; 
  font-size: 12px;
  font-weight: bold;  
  font-family: Helvetica, Arial, sans-serif;
}

#menu-items a, #menu-items span
{
  display: block;
  padding: 0px 5px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #000000;
}

#menu-items li li span
{
  background-color: #0138ED;
}

#menu-items a:hover
{
  color: #888888;
}

#menu-items li
{
  float: left;
  position: relative;
  width: 109px;    /* Hack for IE6 */
  text-align: center;
  border-top: 6px solid #0138ED;
  border-bottom: 5px solid #000000;  
}

html > body #menu-items li
{
  width: 110px;    /* Correct width, override hack for IE6 */
}

#menu-items li ul 
{
  /*text-align: left;*/
  left: 0px;  
}

#menu-items li ul li
{
  /*text-align: left;*/
  left: 0px;
}

#menu-items li li
{
  border-top: 0;
  border-bottom: 0;
}

#menu-items ul 
{
  position: absolute;
  display: none;
  width: 110px;     
  top: 1.5em;
  border-top: 5px solid #0138ED;
  border-bottom: 5px solid #0138ED;  
}

#menu-items li ul a
{
  width: 98px;
  height: auto;
  float: left;
  background-color: #0138ED;    
}

#menu-items li ul
{
  background-color: #0138ED;    
}

#menu-items ul ul
{
  top: auto;   
}	

#menu-items li ul ul 
{
  left: 12em;
  margin: 0 0 0 10px;
}

#menu-items li:hover ul ul  
{
  display: none; 
}

#menu-items li:hover ul 
{
  display: block;
}


#wrapper 
{
  padding-top: 10px;
}

#hdr 
{
	margin: 0 0 15px 0;
	background: yellow;
}

#lhr
{
	float: left;
	width: 370px;     /* IE6 hack */
	padding-right: 10px;
}

html > body #lhr
{
	width: 380px;    /* Override IE6 hack */
}

#rhs 
{ 
	margin: 0;
	float: left;
	width: 370px;     /* IE6 hack */
	padding-left: 10px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

html > body #rhs
{
	width: 380px;    /* Override IE6 hack */
}

#ftr 
{
	clear: both;
	background: #A2A2A2;
}

#news, #intro, .news
{
  float: left;
  width: 386px;    /* IE6 hack */
}

#news, .news
{
  padding: 10px 0;
}

#intro
{
  padding: 0;
}

html > body #news, html > body #intro, html > body .news
{
	width: 386px;    /* Override IE6 hack */
}

#news dl, #intro dl, .news dl
{
  float: left;
  width: 350px;    /* IE6 hack */
  margin: 10px 20px;
  padding: 0;
  display: inline; 
}

html > body #news dl, html > body #intro dl, html > body .news dl
{
	width: 360px;    /* Override IE6 hack */
}

#news dt, #intro dt, .news dt
{
  float: right;
  margin: 0;
  padding: 0 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #0138ED;
}

#news dt, .news dt
{
  width: 280px;
}

#intro dt 
{
  width: 280px;
}

#news dd, #intro dd, .news dd
{
  margin: 0 0 0 80px;
  padding: 0;
  color: #0138ED;
  font-size: 12px;  
}

#news dl dd.image, #intro dl dd.image, .news dl dd.image
{
  margin: 0;
}

#news dd.image img, #intro dd.image img, .news dd.image img
{
  float: left;
  margin: 0 8px 0 0;
  padding: 0;
  background: #FFFFFF;
}

.training-info
{
  background: #DBE5FF none repeat scroll 0 0;
  border: 1px solid #658BFF;
  font-weight: bold;
  padding: 2px;
  text-align: center;
  border-left: 0;
  border-right: 0;  
}

#wessex-logo
{
  float: left;
}

#accreditation, #wessex-logo
{
  margin: 0 50px;
}

#accreditation img, #wessex-logo img
{
  border: 0;
}

#standings, #fixtures, .training-info
{
  margin-top: 10px;
}

#fixtures-short 
{
  width: 370px;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}

html > body #fixtures-short
{
  width: 380px;
}

table.league, table#fixtures-full 
{
  width: 700px;
  padding: 0;
  margin: 0 auto;
  padding-bottom: 15px;
}

#coaches
{
  display: none;
}

html > body #coaches
{
  display: block;
}



#club-summary 
{
  width: 370px;
  padding: 0;
  margin: 0;
}

html > body #club-summary
{
  width: 380px;
}

caption 
{
  padding: 0 0 5px 0;
  font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
}


th 
{
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #383850;
  border-bottom: 1px solid #658BFF;
  border-top: 1px solid #658BFF;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 2px 2px 2px 2px;
  background: #AACCFF;
}

.tip 
{
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #383850;
  border-bottom: 1px solid #658BFF;
  border-top: 1px solid #658BFF;
  text-transform: uppercase;
  text-align: right;
  padding: 2px 2px 2px 2px;
  background: #AACCFF;
}

td.tip
{
  border-top: none;
}

th.fixture
{
  text-align: center;
}

th.team
{
  text-align: right;
}

th.team-name
{
  text-align: left;
}

table.league .team
{
  text-align: left;
}

table.league .data-value, table.league .data-head
{
  text-align: center;
}

table#fixtures-full td.date
{
  text-align: left;
}

table#fixtures-full td.fixture, table#fixtures-full th.fixture
{
  text-align: right;
}

table#fixtures-full .venue, table#fixtures-full .time
{
  text-align: center;
}

table#results-short
{
  padding-left: 100px;
}

table#results-short .opponent
{
  text-align: right;
}

.record
{
  text-align: center;
}

td.data 
{
  border-bottom: 1px solid #658BFF;
  background: #FFFFFF;
  padding: 2px 2px 2px 2px;
  color: #383850;
  font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

td.data-alt 
{
  border-bottom: 1px solid #658BFF;
  background: #DBE5FF;
  padding: 2px 2px 2px 2px;  
  color: #383850;
  font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table#training
{
  margin: 10px auto 20px;
  width: 700px;
}

.training-date
{
  width: 150px;
  text-align: right;
}

.training-time
{
  width:100px;
  text-align: center;
}

.training-venue
{
  text-align: center;
}

.training-plan
{
  text-align: left;
  width: 260px;
}

table#training .past
{
  color: #AAAAAA;
}

table#training .next
{
  color: #0A0A0A;
  font-weight: bold;
}

table#training .future
{
  color: #383850;
}

th.row 
{
  border-top: 0;
  background: #fff;
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.row-alt 
{
  border-top: 0;
  background: #DBE5FF;
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #383850;
}

td.content-area-left, td.content-area-right
{
  padding-top: 10px;
  vertical-align: top;
}

div.portions
{
  border: 1px solid #658BFF;
  padding: 10px;
  margin-left: 40px;
}

table.gi-data
{
  width: 50%;
  border: 1px solid #658BFF;
  padding-bottom: 0px;
  margin-left: 55px;
}

table.gi-data td.data, table.gi-data td.data-alt
{
  font-size: 12px;
  padding-left: 20px;
}

fieldset, legend
{
  border-color: #DDEEFF #BBCCEE #BBCCEE #DDEEFF;
  background: #C3D9FF;
  border-style: solid;
  border-width: 2px;
  padding: 10px 0;
  margin: 15px 0px 5px 0px;
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

legend
{
  font-size: 14px;
  font-weight: bold;
  left: 40px;
  margin: 0 0 0 10px;
  padding: 5px;
}

#enquiry_form
{
  margin: 0 auto;
  width: 550px;
}

#enquiry_form label
{
  color: #0138ED;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;  
  width: 13em;
}

textarea, input
{
  width: 300px;  
  text-align: left;
  margin-left: 5px;
  background-color: white;
  font-size: 10pt;
  font-family: Helvetica, sans-serif;
  border-style: solid;
  border-width: 1px;  
  border-color: #88AAEE;
  padding: 2px;
}

#enquiry_form textarea
{
  margin-right: 0;
  width: 300px;   
}

#enquiry_form .button
{
  width: 120px;  
  text-align: center;
  font-size: 11pt;   
  color: #FFFFFF;
  border-color: #3355DD #001199 #001199 #3355DD;
  background-color: #112ABB;
  border-style: solid;
  border-width: 2px;
  font-size: 10pt;
  font-weight: bold;    
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#enquiry_form p.buttons
{
  text-align: center;
  width: 550px;  
}

#enquiry_form .button:hover
{
  background: #3344DD;  
}

.article
{
  font-family: 'Times New Roman', Times, serif;
}

.article .clipping
{
  border: 1px solid #CCCCCC;
  float: right;
  line-height: 0;
  margin: 2px 2px 2px 10px;
  color: transparent;
}

.article .alt
{
  float: left;
  margin: 2px 10px 2px 2px;
}

.article p
{
  padding: 0;
  margin: 10px 0;
  text-align: justify;
}

hr.article
{
  background-image: url("images/ornament.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  color: #FFFFFF; /* Avoid IE6 ugliness */
  height: 40px;
  margin: 15px;
}


