/*            Standard Layout CSS                */
/* Borrowed from U.S. Dept of Homeland Security  */


body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	/* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */ 
	font-size:100.01%;

	}

#pagecontainer {
	margin: 0 0 1px 0;
	padding: 0 0 0 0;
	height:auto;
	min-height:600px;
	width:782px;
	position: relative;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	float:left;
	background-color: #fff;
	font-size: 0.8em;
	background-image:url(/graphics/bkgd_stripes.jpg);
	}

#mainpage {
	margin: 0 0 1px 0;
	padding: 0 0 0 0;
	height:auto;
	min-height:600px;
	width:782px;
	position: relative;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	float:left;
	background-color: #fff;
	font-size: 0.8em;
	background-image:url(/graphics/bkgd_stripes.jpg);
}
	
#banner {
	margin:0 -1px 0 0;
	width:782px;
	height:84px;
	border-right: 1px solid #666;
	font-size: 0.85em; 
	background-image:url(/graphics/bkgd_stripes.jpg);
	}

#navbuttons {
	padding: 0 0 0 0;
	font-size: 0.85em;
	background-color:#fff;
	}
	
#navbuttons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#navbuttons li {
	width:129px;
	background-color: #EDEDED;
	border-bottom: 3px solid #690;
	margin: 0;
	float:left;
	text-align:center;
	border-right: 1px dashed #666;
	}
	
#navbuttons li.last {
	/* Change the width to make up for trailing space in the bar */
	width:132px;
	border-bottom: 3px solid #690;
	border-right: 0px;
	}
	
#navbuttons li.current {
	background-color: #999;
	color: #fff;
	}		
		
#navbuttons li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #666;
	text-decoration: none;
	}

html>body #navbuttons li a {
	width: auto;
	}

#navbuttons li a:hover {
	background-color: #666;
	color: #fff;
	}
#printlogo { display: none; }
/* TOP BANNER SEARCH AND LINKS */
/* banner navigation */
ul#bannernav {
	margin: 5px; padding: 0;
	position: absolute; top: 0; right: 0;
	list-style-type: none;
}
ul#bannernav li {
	margin: 0; padding: 0;
	display: inline;
}
ul#bannernav li a {
	margin: 0; padding: 0 5px 0 5px; 
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #fff; text-decoration: none;
}
ul#bannernav li a:hover {
	text-decoration: underline;
}
ul#bannernav li.first a {
	border-left: 0;
}
/* search box */
div#searchbox {
	position: absolute; top: 25px; right: 10px;
}
div#searchbox label {
	color:#069;
}
input#q {
	color: #5C5C5C;
	margin: 0; padding: 0;
}
div#searchbox a {
	color: #fff; text-decoration: none; padding-left:40px;
}
div#searchbox a:hover {
	color: #fff; text-decoration: underline; text-align:right;
}
/* end search box */
/* end banner navigation 
.topBannerContainer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	margin: 0 0 12px 0;
	padding: 9px 10px 0 300px;
	}
ul#topBannerContainer li {
	margin: 0; padding: 0;
	display: inline;
}
a.topBannerLink:link	{color: #FFF; text-decoration: none;}
a.topBannerLink:visited	{color: #FFF; text-decoration: none;}
a.topBannerLink:hover	{color: #FFF; text-decoration: underline;}
a.topBannerLink:active	{color: #FFF; text-decoration: none;}
	
.topBannerFormLink {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	}

a.topBannerFormLink:link	{color: #FFF; text-decoration: none;}
a.topBannerFormLink:visited	{color: #FFF; text-decoration: none;}
a.topBannerFormLink:hover	{color: #FFF; text-decoration: underline;}
a.topBannerFormLink:active	{color: #FFF; text-decoration: none;}
	
input.searchBox {
	width: 155px;
	color: #666;
	background-color: #E9E9E9;
	margin: 5px 5px 5px 0;
	padding: 2px 1px 2px 1px;
	border: 2px solid #999999;
	}*/

button, .goButton {
	font-family: Verdana !important;
	color: #FFF;
	background-color: #003366;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 4px 0 2px 0;
	padding: 2px 1px 2px 1px;
	text-align: center;
	border: 1px solid #999999;
	}
	
	
#column-a {
	width:170px;
	min-height:486px;
	float:left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	}

	

#column-b {
	width:420px;
	min-height:450px;
	height:450px;
	float:left;
	position: relative;
	border-left: 1px dashed #666;
	border-right: 1px dashed #666;
	padding: 5px 10px;
	}
	
#column-c {
	width:170px;
	min-height:486px;
	height:450px;
	float:left;
	position: relative;
	margin-top: 10px;
	}
	
#column-d {
	width:590px;
	min-height:486px;
	height:486px;
	float:left;
	padding: 5px 10px;
	background-color: #fff;
	margin:0 -1px 0 0;
	border-left:1px solid #666;
	border-bottom:1px solid #666;
	}
#column-b[id], #column-c[id], #column-d[id]  {
	height:auto;
	}
	
#column-e {
	width:760px;
	min-height:486px;
	float:left;
	border-left: 0;
	padding: 5px 10px;
	background-color: #fff;
	}

#footer {
	width:782px;
	min-height:30px;
	background-color: #fff;
	text-align:center;
	float:left;
	padding: 0 0 15px 0;
	border-top: 1px solid #000;
	margin-right:-3px; /* Hack for IE Duplicate Charater Bug */
	}
	
select.findInfo {
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #E9E9E9;
	font-size: 0.6em;
	margin: 0 0 0 10px;
	padding: 0 1px 0 5px;
	border: 1px solid #666;
	}

img.home {
	padding:15px 0px 0px 0px;
	border:0px;
	}
	
img.large {
	padding:1px;
	border:1px solid #000;
	text-align:center;
	}
	
img.button {
	padding:5px 10px 5px 10px;
	border:0px;
	}
	
img.left {
	padding:0px 10px 5px 0px;
	border:0px;
	float:left;
	}
	
img.right {
	padding:0px 0px 5px 10px;
	border:0px;
	float:right;
	}
	
img.icon {
	padding:1px;
	border:0px;
}
	
#zn {
	padding:0px 0px 10px 0px;
	margin:0;
	border-bottom:1px solid #000;
}

#league-l {
	width: 270px;
	border: 1px solid #CCC;
	padding: 5px 0px 5px 0px;
	margin:0px 5px 20px 5px;
	float: left;
	text-align:center;
	clear: left;
}

#league-r {
	width: 270px;
	border: 1px solid #CCC;
	padding: 5px 0px 5px 0px;
	margin: 0px 5px 20px 5px;
	float: right;
	text-align:center;
	clear: right;
}


.leagueimg {
	text-align:center;
	margin: 0 auto 0 auto;
	padding: 0;
}

#flashcontent {
		width: 550px;
		height: 413px;
		float: left;
		margin: 15px 15px;
}

#slideshow {
	padding:0px 0px 5px 10px;
	border:0px;
	float:right;
}


