html, body {
	font-family: verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

a[href$='.pdf']:after {
  content: " [pdf]";
}

a[href$='.xls']:after {
  content: " [xls]";
}

img {
	border:1px solid #336600;
}

strong {
	font-weight: bold;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	}
	
.content #slideshow {
	width: 880px;
	height: 320px;
	border:1px solid #CCC;
	background-image: url('../images/osprey_background.JPG');
	margin: 10px 0 10px 0;
}

.content #slideshow img {
	border: 0;

}

#header {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: 100%;
	height: 79px;
	background: #336600 url('../images/header.jpg');
	background-repeat: no-repeat;
	z-index: 1;
}

.left {
	top: 0;
	padding: 100px 10px;
	border-right: 1px solid #336600;
	line-height: 20px;
}

#footer {
	position: fixed;
	bottom: 0;
	color: #FFF8DC;
	padding-top: 3px;
	text-align: center;
	background-color: #336600;
	width: 100%;
	height: 17px;
}

a:link {
	color: #336600;
	text-decoration: none;
}

a:active {
	color: #336600;
	text-decoration: underline;
}

a:visited {
	color: #8b814c;
	text-decoration: none;
}

a:hover {
	color: #336600;
	text-decoration: underline;
}

a:link.footer {
	color: #FFF8DC;
	text-decoration: none;
	font-weight: bold;
}

a:active.footer {
	color: #FFF8DC;
	text-decoration: underline;
	font-weight: bold;
}

a:visited.footer {
	color: #FFF8DC;
	text-decoration: none;
	font-weight: bold;
}

a:hover.footer {
	color: #FFF8DC;
	text-decoration: underline;
	font-weight: bold;
}

.content {
	top: 0;
	padding: 100px 10px;
	line-height: 15px;
}

.header {
	color: #336600;
	font-size: 13px;
	font-weight: bold;
}

.green {
	color: #336600;
}

.red {
	color: #FF0000;
}

.disclaimer {
	font-size: 9px;
}

#properties {
	display: block;
	margin-left: 10px;
}

table.parcel {
	border: 1px solid #000;
}

td.parcel {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding-left: 3px;
}

td.property-padding {
	padding-bottom:10px;
	padding-right:10px;
}

td {
	vertical-align:top;
}

table {
	margin-bottom:10px;
}

img.imgborder {
	border: 1px solid #336600;
	margin-bottom: 8px;
}

#bid td {
	padding-bottom: 5px;
}

td.form {
	border-bottom:1px solid #000;
	padding-top: 20px;
}

td.formv {
	vertical-align:bottom;
}

#drop { 
	display : none; 
	padding-left: 10px;
}
