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

body {
	font-family: Helvetica, 'Helvetica Condensed', 'Arial Narrow', Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	/*
	background-image:url(images/red_column.gif);
	background-repeat: repeat-y;
	background-position: top center;
	*/
	background-color: #430403;
}

a {
	color:#990000;
	}

#background {
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	min-height:600px;
	z-index: auto;
	background-image: url(images/jersey_background_tall.jpg);
	background-repeat: no-repeat;
	background-color: #d89350;
}
#photos {
	position:absolute;
	left:-1px;
	top:30px;
	height:600px;
	z-index:2;
	margin-top: 190px;
}
#baseball {
	z-index:99;
	position:absolute;
	left:0px;
	top:0;
}

#contentHolder {
	min-height: 520px;
	padding-top: 130px;
	background:	url(images/jersey_background_foot.jpg) center bottom no-repeat;
}

#menu {
	margin-left: 249px;
}
#menu a {
	font-family: 'Impact', 'Arial Narrow', 'Helvetica Condensed';
	color: #900;
	text-decoration: none;
}
#menu a:hover {
	color: white;
}
#copy {
	font-family: "Arial Narrow", 'Helvetica Condensed', Arial, sans-serif;
	font-size: 85%;
	color: #683214;
	padding-top: 40px;
	padding-bottom: 50px;
	margin-left: 445px;
	width: 315px;
	overflow: auto;
	line-height: 120%;
}
#copy .heading {
	border-bottom: 1px solid #683214;
	padding-bottom: 5px;
}

#copy ul li {
	padding-bottom: .5em;
}

/*** form styles ***/

input[type=text], textarea, select {
	font-family:Helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px;
	border: 1px solid #900;
	background-color:transparent;
	width: 90%;
}

select {
	width:auto;
}

option {
	/*background-color: white;*/
	padding: 2px;
}

#veteran_years {
	width: 2em;
}
