/*-----------------------------------------------------------------------------
CorpSport Style Sheet

version:   1.1 20 June 2009 $Rev: 8 $
author:    nigel wood
website:   www.cobwood.co.uk
-----------------------------------------------------------------------------*/
/* @group General */
* { margin: 0; padding: 0; outline: none; }

.clear { clear:both; }

img { border: 0; }
/* @end */

/* @group Layout */
body {
	text-align:center;/* for IE quirks */
	background-color:#C0C0C0;
	font: 12px/1.5em  Verdana, Arial, Helvetica, sans-serif;
}
#container {
	/*text-align: center;*/
	width: 955px;
	margin: 5px auto 0 auto;
	border: 2px solid #202711;
	background-color: #002E10;
}
#title {
	height: 100px;
	background: #002E10 url(graphics/corpsport_03.gif) left top no-repeat;
}
#navsite {
	height: 30px;
	padding-left: 540px;/*by inspection*/
	background: #002E10 url(graphics/corpsport_05.gif) left top no-repeat;
}
#sidebar {
	float: left;
	height: 450px;
	width: 330px;
	background: #002E10 url(graphics/corpsport_06.jpg) left top no-repeat;
}
#mainStory {
	margin: 0 0 0 330px;
	width: 625px;/*to give layout*/
}
#footer {
	height: 20px;
}
/* @end */

/* @group Typography */
h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*color: #227;*/
}
h1, h2, h3, h4 { color: #9D5629; }

p { color: #CCC; }

h1 { font-size: 118%; }/* main page heading */

h2 { font-size: 118%; }/* sub heading */

h3 { font-size: 118%; }/* navigational and content tertiary headings */

h4 { font-size: 118%; }/* other headed elements */

a { text-decoration: none; font-weight: normal; }
/*a { color: #C49B49; }*/
a:link, a:visited, a:active, a:hover { color: #C49B49; }
/*a:hover { color: #9D5629; }*/
/* @end */

/* @group Navigation */
ul.tabsNav{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
ul.tabsNav li{
	float:left;
}
ul.tabsNav a{
	display:block;
	float:left;
	font-size: 12px;
	padding: 0 8px;
	background: url(graphics/menu-bar.gif) no-repeat left top;
	line-height: 30px;
}
ul.tabsNav a.first{ background: none; }
ul.tabsNav li.current a { cursor:default; color: #9D5629; }
/* @end */

/* @group mainStory */
#mainStory { text-align: left; }

#mainStory h1 { margin: 0 15px 10px 10px; }
#mainStory h2, #mainStory p { margin: 10px 15px 10px 10px; }
#mainStory p.gallery { margin: 0; padding: 8px 0 0 315px; }
p.gallery img { padding-left: 5px; }

#mainStory a {
	color: #9D5629;
	background: transparent url(graphics/link-triangle.gif) left center no-repeat;
	padding-left: 15px; 
}
#mainStory hr { color: #9D5629; background-color: #9D5629; height: 5px;  width: 94%; margin-left: 10px; }
/* color for IE, background-color for others, see cookbook p 61 */
/* @end */

/* @group sidebar */
#sidebar p { padding-top: 36px; }
#sidebar img {
	border: 3px solid #001407;
	/*NB specify only 1 color*/
	border-color: #001407 #004D1B #004D1B #001407;
}
/* @end */

/* @group Footer */
#footer p, #footer a { color: #666666; }
/* @end */


