/* General CSS Rules */

body {
 margin: 20px 0 20px 0;
 text-align: center;
 font-family: Arial, "Times New Roman", Sans-Serif;
 font-size: 12pt;
 color: #623404;
 background: url(../images/bg_fade.jpg) repeat-x fixed;
}

a img {
 border: none;
}

a {
 text-decoration: none;
}

#footer {
 font-size: 8pt;
 text-align: center;
 clear: both;
}

ul {
 list-style-type: none;
}






/* Navigation Bar */

#container {
 width: 770px;
 height: auto;
 margin: 0 auto;
}

#banner {
 position: relative;
 z-index: 2;
}

#nav {
 float: left;
 z-index: 1;
 position: relative;
 width: 770px;
 margin: -6px 0 0 0;
 padding: 0;
 list-style: none;
 background: #623404;
}

#nav li { 
 float: left;
 margin: 0;
 padding: 0;
}

#nav a {
 float: left;
 display: block;
 padding: 9px 25px 6px 2px;
 text-decoration: none;
 font-weight: bold;
 font-size: 80%;
 color: #FBDB5C;
 background: #623404 url(../images/nav_slant.gif) no-repeat top right;
}

#nav a:hover {
 color: #fff;
}

#nav-0 a {
 padding-left: 10px;
}

#nav-7 a {
 background: #623404;
 padding-right: 0px;
} 






/* Column Layout */

#content {
 clear: both;
 width: 770px;
 display: inline;
 text-align: left;
}

.column {
 float: left;
 margin: 0;
}

#primary {
 width: 150px;
 padding-top: 10px;
 text-align: left;
}

#secondary {
 width: 470px;
 text-align: left;
}

#tertiary {
 width: 150px;
 padding-top: 10px;
 text-align: right;
}






/* Content Layout */

.leftcontent {
 padding: 10px 0;
 margin: -4px 0 15px;
 background: url(../images/left_content_bg.gif) no-repeat;
 text-align: right;
 display: block;
}

.rightcontent {
 padding: 10px 0px;
 margin: -4px 0 15px;
 background: url(../images/right_content_bg.gif);
 text-align: left;
 display: block;
}

.centercol {
 vertical-align: top;
 padding: 5px 10px;
 border: 2px solid #623404;
 margin: 30px 10px;
}

.centercol h3 {
 text-align: right;
 margin: 10px 0 -10px 0;
}






/* Players Content */

#players {
 text-align: center;
}

.playerimage {
 width:100px;
 height: 150px;
}






/* Schedule Content */

#tooltip {
 position: absolute;
 top: 0px;
 left: 0px;
 text-align: left;
 font-size: 11pt;
 width: 200px;
 border: 2px solid #623404;
 padding: 2px;
 color: #623404;
 background-color: #F7BA0A;
 visibility: hidden;
 z-index: 100;
}

#schedule ul {
 text-align: right;
 list-style-type: none;
 margin-top: -3px;
}

#schedule ul li {
 margin: 0 5px 5px -35px;
 font-size: 11pt;
}
#schedule ul li h4 {
 text-align: left;
 margin: 0px;
}

#schedule ul li a {
 text-decoration: none;
}

.event {
 text-align: left;
 font-size: 11pt;
}




/* Sponsors Content */

#sponsors {
 text-align: center;
 padding-bottom: 25px;
}

#sponsors h4 {
 padding: 5px 0px;
 margin: 0px;
}
 




/* Links Content */

#links ul.makeMenu, ul.makeMenu ul  {
 text-align: left;
 list-style-type: none;
 margin: -3px 0px 0px;
 padding-left: 0px;
 cursor: default;
}

ul.makeMenu ul {
 width: 146px;
 background-color: #F7BA0A;
}

#links ul.makeMenu li {
 margin: 0px 0px 5px;
 position: relative;
}

#links ul li a {
 text-decoration: none;
}

ul.makeMenu li > ul {
 display: none;
 position: absolute;
 top: -150px;
 left: 150px;
}

ul.makeMenu ul.CSStoShow {
  display: block;
}

ul.makeMenu li:hover > ul { 
  display: block;
}

