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


body {
	background: white;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000000;
	}
	
#menu {
	display: none;
	}

a:link, a:visited {
	color:#000066;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


.hr					{ height:2px; background-image:url(/images/hr.gif); background-repeat:repeat-x; background-color:#FFFFFF; margin-top:5px;}
/*-- LAYOUT --*/
#results-bar {display:none}
#header		{ position:relative; float:right; width:370px;}
#nav ul					{display: none;}
.mail	{ display:none;}
#logo					{ float:left; width:277px; height:71px; margin:15px 0 20px 25px;}
#container, #container-top		{ width:1011px; margin:0 auto; }
#container 				{min-height:100%; }
#container-top			{ background: white; height:20px; background-repeat:no-repeat;}
#container-bg				{ background: white; padding:0 45px 0 45px; width:921px; }
#footer					{ background: white; color:#000000; width:921px; height:139px; margin:10px 2px 0 0; background-position:bottom;}
#footer-bottom			{ width:1011px; margin:0 auto; background-image:url(/images/footer-bot.gif); height:21px;}
.css					{ display:none;}

.holding-prop		{width:901px; background-color:#efefef; border: 1px dotted #acacac; margin-bottom:10px; padding:0 10px 0 10px}
.prop-left			{ float:left; width:419px; margin-bottom:10px; border-bottom:#666666 1px solid; padding-bottom:10px; background-color:#EFEFEF;}
.prop-right			{ float:right; width:460px; height:335px;}
.prop-right	h1		{ text-align:right; font-size:1.6em;}
.prop-slideshow			{ margin-bottom:5px; height:250px; width:419px; background: white;}
.small-thumb			{ float:left; width:88px; height:58px; padding:4px; background: white; margin-top:0px;}
.to-do					{ display:none}
#panel 			{ display:block; width:100%; padding:15px 0 0px 0}
.message, .client			{ display:none;}
.prop-left			{ border:none;}
		
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

