body, div, p, ul, li { 	font: 14px/16px verdana, "Times New Roman", Times, serif; }

p a {
	color:#093;
	font-weight:bold;
	text-decoration:none;
	}
	
p a:hover {
	text-decoration:underline;
	}

body { 
	margin:10px 0 10px 0;
	padding:0;
	text-align:centre;
	color:#444;
	background-color:#474747;
	}
	
#banner { width:100%;height:90px;margin:0 0 20px 0;background:url('/images/banner.jpg') no-repeat;border-bottom: 4px solid #a6a58a; }

#canvas {
	margin:0 auto;
	width:950px;
	text-align:left;
	color:#444;
	background:#fff url('/images/header.jpg') no-repeat scroll;
	border:5px solid #eee;
	}
	
#inner {
	padding:0 20px 20px 0px;
	margin: 10px 0 0 240px;
	color:#444;
	background-color:#fff;
	min-height:600px;
	}

#col {
	padding:0;
	margin:0;
	float:left;
	width:200px;
	min-height:600px;
	}
	
#footer {
	color:#eee;
	background:#063;
	text-align:center;
	font: 12px/14px Georgia, "Times New Roman", Times, serif;
	padding:5px;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font:bold 1.2em Tahoma;
	color:#444;
	border:none;
	}

p {
	margin:0.5em 0 2em 0;
	padding:0;
	}
	
ul {
	margin:0;
	padding:0 0 0 0;
	list-style-type:none;
	}
	
ul#nav li{
	padding:8px;
	border-bottom:1px solid #eee;
	}
	
ul#nav li.here {
	color:#316295;
	background:#fff url('/images/dark_nav.gif') no-repeat scroll right center;
	}
	
ul#nav li.here a {
	color:#444;
	}
	
ul#nav li:hover {
	background:#fff url('/images/light_nav.gif') no-repeat scroll right center;
	}

ul#nav li a {
	color:#444;
	text-decoration:none;
	padding:5px 40px 5px 10px;
	}

ul.list li {
	margin-left:0em;
	padding:6px;
	background:#fff url('/images/list_bullet.gif') no-repeat scroll right center;
	padding-left:0;
	}
	

	
img.framedRight { float:right;margin:10px 0 0 15px;padding:10px;border:1px solid #aaa;background-color:#fff; }

a:link { color:#336633;text-decoration:none; }
a:visited {	color:#336633;text-decoration:none; }
a:link:hover, a:visited:hover { text-decoration:underline; }

/*  Contact Form */
form#contactForm { margin-top:1em;width:75%; }
div.row { clear:both;padding-top:10px; }
div.row span.label { float:left;width:100px;text-align:right; }
div.row span.formw { float:left;margin-left:20px;width:235px;text-align:left; }
fieldset { border: 1px dashed #aaa;padding:20px;margin-bottom:2em; }
input { border:1px solid #aaa; }
textarea { border:1px solid #aaa; }
textarea#message { width:280px;height:200px;overflow:auto; }
legend { border:1px solid  #444;padding: 0 0.5em 1px 0.5em; background:#316295 url('/images/stripe.gif') no-repeat scroll left center; color:#eee; }
span.label { font-weight:bold; }


/* Clubs Page */
ul.clubList { padding-top:1em;list-style:none; }
li.clubItem { display:inline;width:13em;margin:0.2em 0em;margin:1em 3em 0 0; }
div.club { padding-top:1em;padding-bottom:2em; }
div.club p { width:400px; }
div.lastClub { margin-bottom:10em;}
div.club img { float:right;margin:0em 0em 2em 2em;padding:15px;border:1px solid #ccc;background-color:#fff; }
.thumb { width:200px;height:150px;cursor:pointer;cursor:hand; }
.large { width:500px;height:375px;cursor:pointer;cursor:hand; }

.photo { padding:15px;border:1px solid #ccc;background-color:#fff; }



/* Various Table Styles */
table.hamilton_team { text-align:center;margin-top:20px;padding:10px;border-bottom:1px solid #aaa; }
table.hamilton_team td { width:150px;padding:5px 15px; }

.league_table { margin: 30px 0;text-align:center; }
.league_table th.column {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #336633;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #99cc99 url(/images/bg_header.jpg) no-repeat;
	/* background: #CAE8EA url(/images/bg_header.jpg) no-repeat; */
}

.league_table th.spec {	
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
	sans-serif;
	color: #336633;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

.league_table tr.alt {
	background: #eeeeee;
	color: #B4AA9D;
}
