/*-----------------------------------------
Date:    28-03-2007
Version: 1.2
Author:  Jonathan Alstead
email:   jona at launchsite.co.uk
web:     www.launchsite.co.uk
------------------------------------------*/
/* Remove border around linked images */
body {
margin: 0 auto;
text-align: center;
font-size: medium;
background-color: #0033ff;
font-family: "Comic Sans MS";
xbackground: url(../graphics/back.gif);
color: #fff;
}
#flash {
background-color:#003CA5;
}
/* =Links
-----------------------------------------------------------------------------*/
a:link,a:visited
{ 
 border-bottom: 1px dotted #E0FF99;
	text-decoration: none;
 color: #D1FF66;
}
a:hover 
{
	color: #B8860B;
	text-decoration: underline; 
 border-bottom: 1px dotted #BDB76B;
}


#secondnav a { 
border: 0 none;
}
/* =Typography
-----------------------------------------------------------------------------*/
p {
text-align: justify;
padding-left:10px;
padding-right: 10px;
}
.top { 
font-size: 10px;
text-transform: capitalize; }
/* =Headings
----------------------------------------------------------------------------*/ 
h2 { 
color: #ffff00;
text-align: left;
padding-left: 10px;
}
/* =Navigation
----------------------------------------------------------------------------*/ 
ul#secondnav {
margin:0;
padding:0;
list-style: none;
}
ul#secondnav li { 
margin: 2px 0 4px 30px; 
padding: 0;
font-weight: normal;
line-height: 24px; /* height of icon */
background-repeat: no-repeat;
background-position: 0 50%;
}
ul#secondnav li a { 
padding-left: 34px; /* width of icon */
text-decoration: none;
}
.cyclinglist { background-image: url(../graphics/icons/bike.gif); }
.cricketlist {background-image: url(../graphics/icons/cricket.gif); }
.tennislist {background-image: url(../graphics/icons/tennis.gif); }
.athleticslist {background-image: url(../graphics/icons/athletics.gif); }
.wheclist {background-image: url(../graphics/icons/whec.gif); }
/* =MainColumn 
----------------------------------------------------------------------------*/

/* = Footer
----------------------------------------------------------------------------*/
#footer p { 
font-size: 70%;
text-align: center;
padding-top: 30px;
color: #ccc;
}
/* = Container Tables 
----------------------------------------------------------------------------*/
table{
text-align: left;
} 
td,tr 
{
padding:0;
margin:0;
}
#container { 
background: url(../graphics/back-cont.gif) repeat-y;
margin: 0 auto;
margin-bottom: 10px;
padding:0;
}

#rightmaincol { 
background: #E7761B;
}
.foot {
border-bottom: 3px solid #000;
text-align: center;
font-size: 10px;
padding-bottom: 5px;
}
/* = Coach Entry
--------------------------------------------------------------------------*/
h2.coach { 
padding-top: 3px;
margin:0;
}
.coachcontent { 
padding-left: 10px;
padding-right: 10px;
text-align:left;
 }
#red { color: #f00; }
#orange { color: #CC6600; }
#green { color:#009900; }
/* =Sponsors
----------------------------------------------------------------------------*/ 

/* =Images
----------------------------------------------------------------------------*/ 
img {
border: 0;
 }
ximg.coachtitle { 
padding-right: 15px;
padding-left: 10px;
}
img.title {
margin-left: 10px;
}
#rightmaincol img {
margin-top: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #0033ff;
border-top: 1px solid #0033ff;
border-left: 1px solid #0033ff;
}

/* = Forms
---------------------------------------------------------------------------*/
/*= Contact Form */

form#contact {
margin: 0px;
padding:0px;
}

#contact fieldset {
margin: 1em 0;
padding: 1em;
border: 1px solid #A69C7A;
}
#contact label {
font-weight: bold;
}
#contact img.email {
position: relative;
padding: 0px;
margin: 0px;
height: 28px;
top: -12px !important;
top: 0px;
left: 0;
}

em.required {
color: #FF0000;
margin-right: 5px;
}
label {
margin-right: 5px;
}
/*= Clearing
-----------------------------------------------------------------------------*/
p.posted { 
clear: both;
margin-bottom: 10px;
}
.clear { 
clear: both;
}
/*= Flash
-----------------------------------------------------------------------------*/
.box { 
width: 170px;
border: 2px solid #fff;
}
