/*
	DeerfieldDesigns.com
	Chrome CSS
*/

	body {
		background-image: url(/img/chrome_bkgd_sky.gif); 
		background-position: top center;
		background-repeat: no-repeat;
		margin:0px;
		padding:0px;
		text-align:center;
		font-family: Arial, Geneva;
		font-size:.95em;
	}
	h1 {
		font-size: 1.5em;
		font-weight: bold;
 		color: #336633;
		line-height: 1.6em;
		margin-bottom:-10px;	
	}
	h2 {
		font-size: 1.1em;
		font-weight: bold;
 		color: #287DFC;
		line-height: 1.6em;		
		margin-bottom:-15px;	
	}
	p {
		font-size: 1em;
		color: #666666;
	}
	a:hover {
		text-decoration: underline;
		color: #3399FF;
	}
	hr {
		color: #fff;
		background-color: #fff; 
		border: 1px dotted #999999; 
		border-style: none none dashed;
		margin-top:5px;
		margin-bottom:7px;
	}
	strong {
		color: #333;
		font-style: normal;
		font-weight: bold;
		font-size: 1em;
	}
	em {
		color: #999;
		font-style: normal;
		font-weight: bold;
		font-size: .8em;
	}
	label {
		color:#663300;
		font-weight: bold;
	}
	.vline {
		width:1px;
		float:left;
		height:200px; 
		border-left:1px dashed #999999;
	}
	#footer .vline {
		margin-left:25px;
		margin-right:25px;
		height:100px;
	}
	.browsebox {
		width:210px;
		height:255px;
		padding:10px;
		float:left;
		text-align: center;
		font-size: .8em;
		border:1px dashed #ffffff;
	}
	.browsebox:hover {
		border:1px dashed #999999;
	}
	.browsebox a {
		text-decoration: none;
		font-weight: bold;
		color: #669966;
	}
	.browsebox a:hover {
		color: #3399FF;
	}
	.formbutton {
		background-color: #996633;
		border:1px dashed #663300;
		font-weight: bold;
		color: white;
	}
	.formbutton:hover {
		background-color: #0099ff;
		cursor: pointer;
	}
	#grassbar {
		margin-top:200px;
		background-image: url(/img/chrome_bkgd_grass.gif); 
		background-position: top center;
		background-repeat: repeat-x;
		height:107px;
	}
	#masthead {
		position: absolute;
		width:900px;
		height:330px;
		z-index: 1;
		top:0;
		left:50%;
		margin-left:-450px;
	}
	#est1978 {
		width:44px;
		height:33px;
		top:257px;
		left:0px;
		position: absolute;
	}
	#logo {
		width:351px;
		height:317px;
		top:7px;
		left:50px;
		position: absolute;
	}
	#nav {
		position:absolute;
		top:247px;
		left:395px;
	}
	#searchbox {
		position:absolute;
		top:60px;
		left:420px;		
		background-image: url(/img/chrome_searchbox.gif); 
		background-position: top center;
		background-repeat: no-repeat;
		margin:0px;
		padding-top:20px;
		text-align:center;
		width:280px;
		height:144px;
		font-family:arial;
		font-weight:bold;
		font-size: .9em;
		color:#666666;
	}
	#searchbox label {
		color: #0099cc;
		font-size:.8em;
		line-height: 1.8em;
	}
	#searchbox form {
		padding:0;
		margin:0;
	}
	#windmill {
		position:absolute;
		top:50px;
		left:800px;		
	}
	#thewedge {
		position: absolute;
		top: 0px;
		left: 550px;
		height:20px;
	}
	#thewedge th {
		background-color: #000066;
	}
	#thewedge a {
		font-family: verdana;
		font-size: 9px;
		font-weight: normal;
		color: #99ccff;
		text-decoration: none;
	}
	#thewedge a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	#thewedge a:visited {
		color: #99ccff;
	}
	#content {
		position:relative;
		top:25px;
		width:915px;
		text-align: left;
	}
	#breadcrumbs {
		font-family: Verdana;
		font-size: .7em;
		font-weight: bold;
		color: #999999;
		text-align: left;
		margin-left: 200px;
		margin-bottom: 25px;
	}
	#subnav {
		width: 160px;
		float: left;
		font-size: 1.1em;
		font-weight: bold;
 		color: #999999;
		line-height: 1.6em;
		text-align: center;
	}
	#subnav a {
		font-size: .9em;
		color: #669966;
		text-decoration: none;
	}
	#subnav a:hover {
		text-decoration: underline;
		color: #3399FF;
	}
	#story2col {
		margin-left: 200px;
		margin-bottom: 25px;
	}
	#story2col ul {
		margin:0px;
		padding:0px;
		display: block;
		width:125px;
	}
	#story2col li {
		margin:3px;
		padding:1px;
		display: block;
		list-style: none;
		text-align: center;
		border: 1px dashed #ffffff;
		background-color: #eeeeee;
	}
	#story2col li:hover {
		border: 1px dashed #999999;
		cursor: pointer;
	}
	#footer {
		clear: float;
		margin-top:10px;
		padding-top:5px;
		width:915px;
		border-top:1px dashed #aaaaaa;
		font-size: .75em;
	}
