
/* Just a few basic page styles */
body {
	
	font-family:Arial, Helvetica, sans-serif;
                    background-color: #6495ED;
}
.box {background-color:#cccccc;
      width:306px;
      padding-bottom: px;
}
.floatLeft {
	float: left;
}

.rfloat{
   float: right;

   margin:10px 10px 10px 10px;
   
   padding: 0px;
   border-top:0px solid #999;
   border-right: 0px solid #555;
   border-bottom: 0px solid #555;
   border-left: 0px solid #999;
}

.lfloat{
   float: left;

   margin:5px 5px 5px 5px;
   
   padding: 0px;
   border-top:0px solid #999;
   border-right: 0px solid #555;
   border-bottom: 0px solid #555;
   border-left: 0px solid #999;
}
#content {
        font-family: arial;
	padding-left: 20px; 
        padding-right: 20px;  
        background-color: #CCCCCC;
        font-size:10pt;
}
p {
font-size: 1.0em
}

h1{
font-size :1.0em;
color:#008000;
text-align:center;
}

h2{
font-size :1.5em;
color:#008000;
text-align:center;
}

h3{
font-size :1.0em;
color:#008000;
text-align:left;
}

h4{
font-size :1.0em;
color:red;
text-align:center;
}

h5{
font-size :1.2em;
color:red;
text-align:left;
}

h6{
font-size:2.0em;
color:#008000;
text-align:center;
}
#wrapper {
  width: 990px; 
  margin: 0 auto; 
  text-align: left; 
background-color:#cccccc; 

}

#container {

  background-color: #cccccc; 
   background-color: #cccccc;

}
#clubtable{
font-size:1.0em;
}

#mainnav {
	font-size:78%;
        width:100%;
	height: 28px;
	color: #ffffcc;
	background:#cccccc url(bg-menu.jpg) repeat-x;
                   
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */

#nav, #nav ul {
	
	list-style: none;
	line-height: 1.0em;
	color: #999;
	background-color: transparent;
	font-weight: bold;

	padding: 0px;
	margin: 0;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 5px 21px;
	color: #242424;
	border: 3px double blue;
	background-color:#ccc; /*  --Can't see effect --*/
	background: url(line.jpg) no-repeat top right; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}

#nav a.one, #nav a.two, #nav a.three, #nav a.four, #nav a.five, #nav a.six , #nav a.seven, #nav a.eight, #nav a.nine{
	text-align: left;
	font-size: 1.0em;
}

#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */

#nav li ul {
	position: absolute;
	left: -800em;
	height: auto;
	width: 142px; 
	font-weight: normal;
	border: 1px solid #000;
	background-color: orange;
	margin: 0;
}
#nav li li {
	padding: 0;
	width: 140px; 
}
#nav li ul a {
	padding: 5px 10px;
	width: 120px;
	
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: #ccc;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #fff;
	background-image: none;
}
#nav li ul.under a:hover {
	background: blue;
	color: #fff;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #f00;
}
/* -------------------------- */


