/* CSS Document */
html{height:100%;}
body,td,th {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #192765;
	height:100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:url(../images/page_bg.gif) top repeat-x #000;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl { margin: 1em 0;  }
a {
	text-decoration:underline;
	color:#004262;
}
a:hover {
	text-decoration:underline;
	color:#57BFEB;
}
h1,h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	margin:0 15px;
	border-bottom:1px solid #FFF;
	width:auto;
}
h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding-left:15px;
	padding-right:15px;
}
p {
	padding-left:15px;
	padding-right:15px;
}
.blue {
	color: #6E9FC4;
	font-weight: bold;
}
.fixtures {
	width:432px;
	background:url(../images/sponsors_bg.gif) top repeat-x #FFF;
	padding-bottom:10px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*-- Layout containers --*/
#container {
	width:760px;
	position:relative;
	margin:0 auto;
	background-image:url(../images/content_bg.gif);
}
#header {
	height:150px;
	background-image:url(../images/header.jpg);
}
#navContainer {
	background:url(../images/column_bg.gif) bottom no-repeat;
	height:49px;
}
#columnLeft {
	float:left;
	margin-left:1px;
	width:292px;
	clear:left;
}
#columnRight {
	float:right;
	margin-right:1px;
	width:463px;
}
#fullpage {
	background-color:#EBEBEB;
}
#sponsors {
	width:463px;
	background:#FFF;
	margin:0 auto;
	background-image:url(../images/sponsors_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#sponsors img {
	padding:10px;
}

#newsletter img{
	margin-right:10px;
}

#footer {
	clear: both;
	width:760px;
	background:#EBEBEB;
	position:relative;
	margin:0 auto;

	padding:20px 0;
}
#footer img {
	vertical-align:middle;
	padding-right:5px;
	
}
#footerContent {
	float:right;
	height:16px;
}
#flash {
	position:absolute;
	top:-1px;
	left:551px;
}

img#thumb {
	margin-left:15px;
	margin-bottom:2px;
	margin-right:8px;
	}
/*-- CSS Dropdowns --*/
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
}

#nav a.home {
	display:block;
	width:83px;
	height:30px;
	background-image:url(../images/nav_home_off.gif);
}
#nav a.home:hover {
	background-image:url(../images/nav_home_on.gif);
}
#nav a.match {
	display:block;
	width:128px;
	height:30px;
	background-image:url(../images/nav_match_off.gif);
}
#nav a.match:hover {
	background-image:url(../images/nav_match_on.gif);
}
#nav a.events {
	display:block;
	width:83px;
	height:30px;
	background-image:url(../images/nav_events_off.gif);
}
#nav a.events:hover {
	background-image:url(../images/nav_events_on.gif);
}
#nav a.memberships {
	display:block;
	width:122px;
	height:30px;
	background-image:url(../images/nav_membership_off.gif);
}
#nav a.memberships:hover {
	background-image:url(../images/nav_membership_on.gif);
}
#nav a.about {
	display:block;
	width:117px;
	height:30px;
	background-image:url(../images/nav_about_off.gif);
}
#nav a.about:hover {
	background-image:url(../images/nav_about_on.gif);
}
#nav a.history {
	display:block;
	width:92px;
	height:30px;
	background-image:url(../images/nav_history_off.gif);
}
#nav a.history:hover {
	background-image:url(../images/nav_history_on.gif);
}
#nav a.junior {
	display:block;
	width:135px;
	height:30px;
	background-image:url(../images/nav_junior_off.gif);
}
#nav a.junior:hover {
	background-image:url(../images/nav_junior_on.gif);
}
#nav a span {display:none;}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 110px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li a {
	width: 100px;
	height: 15px;
	display:block;
	color:#FFF;
	background-color:#192765;
	padding:2px 10px;
	text-decoration:none;
	text-transform:uppercase;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#nav li ul li a:hover {
	background-color:#DE0000;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*Administration module Nav Style*/
#AdminNav, #AdminNav ul{
	padding: 0px;
	margin: 0;
	list-style: none;
}
#AdminNav a {
	display: block;
	height:25px;
}
#AdminNav li {
	float:left;
	width:120px;
}
#AdminNav li a {
	width:120px;
	text-align:center;
	line-height:25px;
	color:#FFF;
	text-decoration:none;
}
#AdminNav li a:hover {
	background-color:#DE0000;
}
#AdminHeader {
	position:absolute;
	top:110px;
	left:142px;
	width:305px;
}
#AdminHeader h1 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:bolder;
}