/* Basic Structure */
HTML {
width:100%
}
body {
background: white;
font-size: 12pt;
}
img {
border: 0;
}
/* Hide Various Elements when printing */
#nav {
display: none;
}
/* Link Management */
a:link, a:visited {
color: #FF0000;
background: transparent;
font-weight: bold;
text-decoration: underline;
}

p img	{float: right;}

#footer ul, #bread ul	{display: none;}

/*property listings*/
#content-s table.listing	{width: 100%;}
#content-s table.listing img	{margin: 5px; border: 1px solid #5c6615;}
#content-s table.listing	{border: 1px solid #5c6615; margin: 15px auto;}
#content-s table.listing p	{font-size: .9em;}
#content-s table.listing td.title	{font-size: 1.2em; background-color: #5c6615; color: #fff; padding: 3px;}
#content-s table.listing td.listing-1	{padding: 5px;}
#content-s table.listing td.listing-2	{border-left: 1px solid #5c6615; padding: 5px;}

#content-s ul.pdf {
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	color: #666;
	}

#content-s ul.pdf  li {
	padding: 3px 5px 2px 19px;
	line-height: 1.1em;
	background: url(../images/acro-li-bullet.gif) no-repeat 0 3px;
	}	