@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
        background: url("/html/newg19/images/body.gif") repeat top;
}
h1, h2, h3, th{
	font-size: 24px;
	font-weight: normal;
	color: #1c6b20;
}
h2 {
	font-size: 20px;
}
a, a:hover{
    color: #d31126;
}
#container { 
	width: 990px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
    background-color: #ffffff;
} 
#header { 
	padding: 20px 15px 20px 15px;
	height: 320px;
	} 
#header #logo {
	float: left;
	width: 340px;
	height: 320px;
	}
#header #mainnav {
	float: right;
	padding: 5px 0 0 0;
	height:  px;
	height: 115px;
	width: 618px;
	}
#header #rightimage {
	float: right;
	padding: 0;
	height: 200px;
	width: 618px;
	
}
#content { 
	margin: 0 270px 0 0;
	padding: 0 25px 0 15px;
} 
#sidebar {
	float: right;
	width: 250px;
	margin: 0;
}
#directions {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:15px 25px 15px 15px;
    padding:0;
}
#directions li a {
    -x-system-font:none;
    color:#024a03;
    font-family: Verdana,Arial,serif;
    font-size:100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:20px;
    text-decoration:none;
}
#directions li a:hover {
    color: #d31226;
    font-weight: bold;
}
#footer { 
	margin-top: 20px;
        padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #c5c1b9; 
} 
#footer p {
	margin: 0;
	padding: 10px 0;
        font-size: 80%;
        color: #555555;
        text-align: center;
}
#footer ul {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:15px 25px 15px 0;
    padding:0;
    width:215px;
}
#footer ul li.ftitle {
    -x-system-font:none;
    color:#024A03;
    font-family:Verdana,Arial,serif;
    font-size:100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}
#footer ul li a {
    -x-system-font:none;
    color:#FFFFFF;
    font-family:Arial,serif;
    font-size: 100%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:20px;
    text-decoration:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*
 *  Menu Styling for main menu
 */
.lavaLamp {
    position: relative;
    height: 38px;
    width: 569px;
    background: url("/html/newg19/images/bg.gif") no-repeat top;
    padding: 15px;
    margin: 15px 5px;
    overflow: hidden;
}
.lavaLamp li {
    float: left;
    list-style: none;
}
.lavaLamp li.back {
    background: url("/html/newg19/images/lava.gif") no-repeat right -43px;
    width: 15px; height: 43px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
    background: url("/html/newg19/images/lava.gif") no-repeat top left;
    height: 43px;
    margin-right: 14px; /* 7px is the width of the rounded shape */
}
.lavaLamp li a {
    font: 23px Verdana;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 7px;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;  
}
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
    border: none;
}

.playoffs td {
	text-indent: 5px;
}
.topteam {
	border-bottom: 1px black solid;

}

.middle {
	border-right: 1px black solid;
	text-align: right;
}

.middletext {
	border-right: 1px black solid;
	text-align: right;
	font-size: 60%;
}

.bottomteam {
	border-bottom: 1px black solid;
	border-right: 1px black solid;

}