/* Chichester Hockey Club */
html, body {
height: 100%; /*force max browser height(doesn/t work!)*/
}


body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	}
#container {
	width: 100%;
	margin-top: 0;
	min-height: 100%;	/*doesn't work!*/
}
<!--[if lte IE 6]>
#container {
height: 100%;
}
<!--[endif]-->

#masthead {
	width: 700px;
	height: auto;
	/*width: 100%;
	height: 120px;*/
	margin: 0;
	
	/*background-image: url(../ImageReady/MastHead.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	
	
}
.chiheader	{
	display: none;
	}
/********************NAV BAR **************/
/*inspiration from www.dcddesigns.com*/
div#nav-bar	 {
	height: 33px;
	width: 100%;
	margin: 0;
	padding: 0;
	/*AC had to move this from navbar id div*/
	background-image: url(../ImageReady/navBar.jpg);

	}
div#navbar	{
	position: relative; /* needed to stop the bottom border of the buttons from disapearing in IE */
	font-size: .9em;
	font-weight: bold;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 40px;/*was 0*/
	padding-right: 0;
	float:left;
	height: 33px;
	}
.seperator	{
	font-size: .05em;
	padding: 0;
	margin: 0;
	visibility: hidden;
	}
div#button-group	{
	margin-top: 9px;
	margin-left: 2px;
	}
div#navbar a	{
	position: relative; /* needed to stop the bottom border of the buttons from disapearing in IE */
	display: inline;
	margin: 5px 2px 1px 2px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	}
div#navbar a:link	{
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	}
div#navbar a:visited	{
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	}
div#navbar a:hover	 {
	color: #FFFFFF;
	text-decoration: none;
	margin: 4px 1px 0 1px;
	border-top: 1px solid #71B482;
	border-left: 1px solid #71B482;
	border-right: 1px solid #295835;
	border-bottom: 1px solid #295835;
	background-color: #4E8059;
	}
div#navbar a:focus	 {
	color: #FFFFFF;
	text-decoration: none;
	margin: 4px 1px 0 1px;
	border-top: 1px solid #71B482;
	border-left: 1px solid #71B482;
	border-right: 1px solid #295835;
	border-bottom: 1px solid #295835;
	background-color: #4E8059;
	}
	/************current page in main nav****/
div#navbar a#here	{
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	margin: 5px 2px 1px 2px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	border-top: 1px solid #254C2F;
	border-left: 1px solid #254C2F;
	border-right: 1px solid #548560;
	border-bottom: 1px solid #548560;
	background-color: #43704D;
	}
#border {
	width: 100%;
	height: 20px;
	color: #FFFFFF;
	background-color: #99CC99;
	}
/********Secondary Navigation**********/

div#club-nav {
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	
	}
	/******Adapted from Eric Meyer's Side Nav from eponimus On CSS book (Jon doesn't like it)********/
	
div#sidelinks a {display: block;
   margin: 0 3px 0 0; padding: 1px 5px 1px 10px;
   text-decoration: none;
   font: bold 0.9em verdana, arial, helvetica, sans-serif;
   border-right: 1px solid #6A8264;
   color: #4D4D99; 
   background-color: inherit;}
div#sidelinks a:visited, div#sidelinks a:active{
	color: #4D4D99;
	background-color: inherit;
	}
div#sidelinks h4 {
	color: #1F1F3D;
	background-color: inherit; 
   	margin: 0 3px 0 0; 
	padding: 1em 0 0 .6em; 
   	font: bold 100% Arial, Verdana, sans-serif;
   	border-right: 1px solid #6A8264;
   	border-bottom: 2px solid #3C6B3A;
	}
div#sidelinks a:hover {
   	color: #FFFFFF;
	background-color: #4D4D99;
   /*border-right: 7px solid rgb(80%,30%,20%); 
   padding-right: 7px; margin-right: 0;*/}
.last {
 	border-bottom: 1px solid #6A8264;
 	} 
.w3c	{
	text-align: center;
	}
.w3c a:link, .w3c a:visited, .w3w a:active{
	font-size: 60%;
	color: #006600;
	background-color: #FFFFFF;
	}
.w3c a:hover {
	color: #4D4D99;
	background-color: inherit;
	text-decoration: none;
	}
.side a:link, .side a:visited, .side a:active{
	font-size: 85%;
	color: #006600;
	background-color: #FFFFFF;
	}
.side a:hover {
	color: #4D4D99;
	background-color: inherit;
	text-decoration: none;
	}
   /*************current page in secondary nav************/
div#sidelinks a#comment {
   background-color: #DDDDEE; color: #1F1F3D;
   border: 1px solid #6A8264;
   border-right-width: 4px; padding-right: 7px;
   margin-right: 3px;}
   
   
/***********main content***********/ 
#content {
	float: left;
	width: 56%;
	padding: 10px 5px 5px 20px;
	}
#content h1, #content h2, #content p, #content td {
	color: #1F1F3D;
	background-color: #FFFFFF;
	}

#content h1 {
	font-size: 1.1em;
	text-align: center;
	}
#content th {
	font-size: 0.8em;
	color: #43704D;
	background-color: inherit;
	}
#content h2	{
	font-size: 0.9em;
	font-style: italic;
	}
#content p, #content ul, #content td, #content blockquote {
	font-size: .8em;	
	}
.tbl	{
	border: 1px solid #006600;
	}
.match	{
	padding-right: 15px;
	border-right: 1px dashed #006600;
	}
input.report	{
	width: 40px;
	font-size: 9px;
	}
.report, select.report	{
	font-size: 10px;
	
	}
#content p.session	{
	font-size: .6em;
	color: #990033;
	background-color: #FFFFFF;
	}
/*inline links*/

#content a:link, #content a:visited, #content a:active{
	color: #006600;
	background-color: inherit;
	text-decoration: underline;
	}
#content a:hover{
	color: #4D4D99;
	background-color: inherit;
	text-decoration: none;
	}	
.small{
	font-size: 0.6em;
	}
/*right-hand content*/	
#rightcontent {
	float: right;
	width: 20%;
	/*border-left: solid 1px #000000;
	font-size: .8em;*/
	}
.news {
	width: 80%;
	margin: auto;
	font-size: .7em;
	color: #4D4D99;
	background-color: #FFFFFF;
	text-align: center;
	border: solid 1px #1F1F3D;
	padding: 10px 0 10px 2px;
	}
.title	{
	font-size: 1.0em;
	color: #C9000A;
	background-color: #FFFFFF;
	}
.news a:link, .news a:link:active, .news a:link:visited{
	color: #3C6B3A;
	background-color: #FFFFFF;
	}
.news a:link:hover {
	color: #1F1F3D;
	background-color: #FFFFFF;
	text-decoration: none;
	}
.space {
	height: 20px;
	}
.advert {
	border: solid 1px #6A8264;
	width: 80%;
	margin: auto;
	padding: 10px 0 10px 2px;
	text-align: center;
	}
.validate {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#content td.validate	{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
	
#footer	{
	clear: both;
	width: 100%;
	height: 15px;
	text-align: center;
	font-size: .7em;
	color: #1E1E66;
	background-color: #99CC99;
	}
.spacer	{
	display: inline;
	padding-right: 35px;
	}  

/*footer inline links*/
div#footer a:link, div#footer a:link:active, div#footer a:link:visited	{
	color: #1E1E66;
	background-color: #99CC99;
	text-decoration: none;
}
div#footer a:link:hover	{
	color: #006600;
	background-color: #99CC99;
	text-decoration: none;
}
.point	{
	cursor: pointer;
	}
