/*
FILENAME: style_furrowauction.css
PROJECT: Furrow Auction
DESCRIPTION:
AUTHOR: Doug McCaughan, +1-865-898-7189 cell/accepts sms, doug@cfninja.com
CREATION DATE: Oct 2007
MODIFIED BY/ON:
VARIABLES:

*/
/* BEGIN style_furrowauction.css */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0;
	padding:0;
}
h1{
	margin-left:15px;
	font-weight:bold;
}
h2{
	clear:left;
}
img, table{
	border:0;
}
table{
	background-color:#fff;
}
.intro{
	font-weight:bold;
	font-size:1.2em;
}
.brokeroffer, .brokeroffer a, .brokeroffer a:link, .brokeroffer a:visited, .brokeroffer a:hover, .brokeroffer a:active{
	color:#008000;
	font-weight:bold;
	font-size:1.2em;
	font-style:normal;
}
.brokeroffer a, .brokeroffer a:link, .brokeroffer a:visited, .brokeroffer a:hover, .brokeroffer a:active{
	text-decoration:underline;
	font-size:1.2em;
	font-weight:normal;
}
.note{
	font-size:1em;
}
.questionprompt{
	color:#008000;
}
.additionalinfo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#canvas{
	width:760px;
	margin:0 auto;
	border:1px solid #838383;
}
#canvas p{
	margin-left:20px;
}
#header{
	height:80px;
	background-color:#eee;
	width:760px;
	border:0;
	margin:0;
}
#map{
	margin:0 auto;
	width: 760px;
	height: 500px
}
#hidedirectionsprompt{
	display:none;
}
#directionstxt{
	width: 750px;
	/* height: 500px; */
	border:1px solid #008000;
	/* overflow-x: hidden;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical !important; */
	margin:0 auto;
	display:none;
}
#footer{
	clear:both;
}
#propertylist ol{
	list-style:none;
}
#propertylist li{
	margin-top:3px;
	margin-bottom:3px;
	padding-top:3px;
	padding-bottom:3px;
	clear:left;
}
#footnotes{
	clear:left;
	margin-top:15px;
	padding-top:15px;
}
#footnotes em{
	font-style:normal;
	font-weight:bold;
}
#sidebar{
	margin-top:50px;
	text-align:center;
	width:250px;
	float:right;
}
#navigation td{
	background-color:#eee;
	height:20px;
	line-height:20px;
	text-align:center;
}
#documentlinks{
	width:33%;
	float:right;
}
.slogan{
	background-color:#03389e;
	color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-style:italic;
	font-weight:bold;
	height:20px;
	line-height:20px;
}
.emailnotification{
	font-size:1.25em;
	color:#03389E;
}
.emailnotification input[type=text], .emailnotification input.text{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	border:1px solid #999999;
}
.emailnotification input[type=submit], .emailnotification input.submit{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
}
.adobepdf{
	font-weight:bold;
	color:#03389E;
}
.copyright{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
}
.specialfinancing{
	font-size:12pt;
	font-weight:bold;
}
.terms{
	font-size:10pt;
}
.show{
	display:block;
}
.hide{
	display:none;
}
.findonmap, a.findonmap a:link, a.findonmap a:visited, a.findonmap a:hover, a.findonmap a:active{
	color:#2b4e4f;
}
/* END style_furrowauction.css */

