@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
 margin: 0;
  background-color: #fff;
  background-image: url(graphics/glb/08_bg.jpg);
  color: #000;
  font: 12px/16px Arial, Helvetica, sans-serif;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Centers the page content container in IE 5 browsers. */
}

h2 {
	padding-bottom: 2px;
	font-size: 20px;
}

h3 {
	padding: 5px 0;
	font-size: 16px;
}

h4 {
	margin: 0 0 0 0px;
	padding: 5px 0 0;
	font-size: 14px;
}


/* Sets the style for unvisited links. */
a,  a:link {
  color: #006600;
  text-decoration: none;
}

/* Sets the style for visited links. */
a:visited {
  color: #009900;
  text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover {
  text-decoration: underline;
}

#outercontainer {
	width:965px;
	border: 1px solid #fff;
}

/* --------------------------------  Top Nav Style ----------------------------- */

#top_nav {
	margin: 0; padding: 5px 0 0 0;
	background-color: #336633;
	text-align: center;
	height: 25px;
}

#top_nav li {
	display: inline;
	margin-right: 2em; padding-right: 2.5em;
	border-right: 1px solid #fff;
	font-weight: bold;
}

#top_nav li.last {
	border-right: 0;
	padding-right:0; 
}

#top_nav a {
	color: #fff;
}

#top_nav a:hover {
  text-decoration: underline;
}

/* --------------------------------  Logo Box Style ----------------------------- */

#logo_box {
	margin: 0; padding: 5px;
	font-size: 10px;
	text-align:center;
	background-color: #A0E592; 
	line-height: 18px;

} 

/* --------------------------------  Top Content Style ------------------------- */

#top_content {
	border: 1px solid #A0E592;
}

#something {
	float: left;
	margin: 0; padding:5px;
	width: 45%;
	color: #666;
	font-weight: bold;
	font-size:1.2em;
	line-height: 24px;
	text-align:center;
}

#pic {
	float: right;
}

#header{
	float: left;
	margin: 0; padding:5px;
	width: 45%;
	color: #666;
	font-weight: bold;
	font-size:1.2em;
	line-height: 24px;
	text-align:center;
}

/* --------------------------------  Mid Box Style ----------------------------- */

#mid_box {
	padding: 10px;
	background-color: #336633;
	text-align:left;
}

#adult, #juniors, #peewee, #kickers {
	margin: 0; padding:0px 10px 0px 10px;
	color: #fff;
	border-right:1px solid #fff; 
	width:25%;
}

#adult {
	margin: 0; padding-left: 0;
}

#kickers {
	margin: 0; padding-right:0;
	border:0;
}

.yellow {
	background-color: yellow;
}

/* Sets the style for unvisited links. */
#mid_box a,  a:link {
  color: #fff;
  text-decoration: underline;
}

/* Sets the style for visited links. */
#mid_box a:visited {
  color: #ffffcc;
  text-decoration: underline;
}

/* Sets the style for links on mouseover. */
#midbox a:hover {
  text-decoration: none;
}

/* --------------------------------  Left Box Style ----------------------------- */

#left_box {
	margin: 0; padding:5px;
	text-align: center;
	background-color: #A0E592; 
}

.fungoal {
   padding-bottom: 5px;
	font-size:14px;
	color: #333;
	line-height: 18px;
	font-weight: bold;

}

/* --------------------------------  Lower Content Style ----------------------------- */
/* Sets the style for unvisited links. */
#lower_content a,  a:link {
  color: #ff3333;
  text-decoration: underline;
}

/* Sets the style for visited links. */
#lower_content a:visited {
  color: #336633;
  text-decoration: underline;
}

/* Sets the style for links on mouseover. */
#lower_content a:hover {
  text-decoration: none;
}

#lower_content {
	border: 1px solid #A0E592;
	padding:10px;
	line-height: 18px;
}

#lower_box1 {
	float: left;
	width: 100%;
	line-height: 18px;
}

.column1 {
	float: left;
	width: 40%;
}

.column_wide {
	float: left;
	margin-right:20px; 
	width: 53%;
}

#lower_box1 img {
	float: right;
}

#lower_box2 {
	float: left;
	width: 60%;
	line-height: 18px;
}

#league_forms_box {
	padding:5px; 
	width:34%; 
	height:160px; 
	float: right; 
	background-color: #ffffcc; 
	border: 1px solid #A0E592;
}

#league_forms_box ul {
	margin:2px 15px; padding:0 10px;
}

li {
	list-style: square;
}

#lower_box3 {
	float: left;
	width: 60%;
}

#competitive li {
	padding: 0 0 10px 0;
}

#side_box {
	border:1px double #0033FF; 
	text-align:center;
	padding:5px;
}

#side_box p {
	margin:0; 
	padding:0; 
	font-size:11px;
}

#side_box h4 {
	color:#FF3300;
}

.registration li {
	font-size: 14px;
}

/* --------------------------------  Footer Style ----------------------------- */

#footer td {
	background-color: #336633;
	height: 25px;
}