/* CSS file for NPJBA web site */
/* yucky green: 137,162,44  */
/* spring green: 137,212,44  */
/* springier green (link hover): 137,255,44  */

/* general page fonts and styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	color: #FFFFFF;
}

h1 {
	text-align: center;
	font-size: 30px;
}
h1.announce {
	background-color: green;
	padding: 10px;
}
h2 {
	text-align: center;
	color: rgb(137,212,44);
	font-size: 24px;
	line-height: 26px;
}
li {
	padding: 7px 0 0 0;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.small {
	font-size: 12px;
}
.smallcenter {
	font-size: 12px;
	text-align: center;
}
.bold {
	font-weight: bold;
}


/* page layout elements */
#outer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
}
#logo {
	position: absolute;
	width: 950px;
	height: 200px;
	top: 0px;
	left: 0px;
}
#menu {
	width: 140px;
	vertical-align: top;
	color: rgb(137,212,44);
	padding: 20px 15px 0 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
#menu a {
	color: rgb(137,212,44);
	text-decoration: none;
}
#menu a:hover {
	color: rgb(137,255,44);
}
#sponsor-slideshow-container {
	width: 668px;
	margin: auto;
	padding: 0 0 5px 0;
}
#sponsor-slideshow {
	height: 60px;
	width: 668px;
	margin: 0 0 0 0;
}
#sponsor-slideshow table {
	height: 60px;
	padding: 0 0 0 0;
	border: 0;
	display: none;
}
.sponsor-slideshow-type {
	height: 60px;
	width: 200px;
	padding: 0 20px 0 20px;
	background-color: #FFFFFF;
	color:#006600;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.sponsor-slideshow-img {
	height: 60px;
	width: 468px;
	padding: 0 0 0 0;
	border: 0;
	background-color: #FFFFFF;
	vertical-align: middle;
}
#content {
	vertical-align: top;
	padding: 20px 0 15px 0;
	margin: auto;
	width: 780px;
	text-align: center;
}
#content a {
	color: #CCCCCC;
}
#content a:hover{
	color: #FFFFFF;
}

/* page-specific styles */

#home-weather {
	padding: 0 20px 0 10px;
}
#home-weather-div {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
}
#home-weather-div a {
	color: black;
}
#home-weather-div a:hover {
	color: #666666;
}

.teams th {
	color: rgb(137,212,44);
	font-size: 24px;
	line-height: 26px;
	padding: 10px 15px 0px 10px;
	text-align: center;
	vertical-align: top;
}
.teams td {
	padding: 5px 15px 5px 10px;
	text-align: left;
	vertical-align: top;
}

.forms-name {
	padding: 10px 15px 10px 10px;
	text-align: left;
}
.forms-docs {
	padding: 10px 10px 10px 10px;
}

.sponsors-name {
	color: rgb(137,212,44);
	font-size: 24px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
.sponsors-logo {
	text-align: center;
	padding: 5px 0px 5px 0px; /* 5px 0px 5px 40px */
}
