/*-----------------------------------------------------------------------------
TruePresence Style Sheet

version:   1.0
date:      10.17.06
author:	    
e-mail:	
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Zero down margin and paddin on all elements
   Set the default font family
 */


body {
  text-align: center;
  background:#FFF url(/images/background.gif) left top repeat-x ;
  height: 100%;
  color:#000;
}
html,body {
	height: 100%;
}

/* Remove border around linked images */
img {
	border: 0;
}
/* =General Layout Styles
-----------------------------------------------------------------------------*/
#hd {
	width:962px;
	height:147px;
	background:url(/images/mastbg.gif) left top no-repeat;	
	margin:0 auto;
}

.clear {
	clear:both;
}
#doc{
	position:relative;
	width:100%;
	text-align: left; 
	
}
#bd {
	margin:0 auto;
	width:962px;
	padding:0 0 5px 0;
}

#logo {
	float:left;
	margin:44px 0 0 18px;
}

/*#quicksearch {
	margin-top:16px;
	padding:0 10px 0 16px;
	
	
}
.quicksearchform {
	margin-top:8px;
	width:100%;
}*/
* html .quicksearchform {
	width:126px;
}
#col2content ul {
	list-style:disc;
}
#col2content li {
	margin-left:15px;
}
#rental_yes, #rental_no {
	width: 12px;
	height: 12px;
}
.formtable {
	width:490px;
	float:left;
	position:relative;
	font-size:12px;
	
}
/* =Main Nav (top)
-----------------------------------------------------------------------------*/
#auxNav {
	float:right;
	color:#666;
	font-size: 9px;
	margin:29px 17px 0 0;
}
#auxNav li {
	float:left;
}
#auxNav a:link, #auxNav a:visited {
	color:#666;
	text-decoration:none;
}
#auxNav a:hover {
	color:#000;
}
#christies {
	clear:right;
	float:right;
	color:#555;
	margin:8px 17px 0 0;
	text-align:right;
	font-style:italic;
	font-size:12px;
}
#christies p{
	padding:4px 0 0 0;
}
/*Quick Search Form*/

#quicksearch {
	margin-top:16px;
	padding:0 10px 0 16px;
	font-size:12px;
	
}
* html #quicksearch {
	margin-top:16px;
	padding:0 0 0 10px;	
}
#quicksearch a:link, #quicksearch a:visited {
	color:#0c19c2;
}
#quicksearch a:hover {
	color:#000;
}
.quicksearchform {
	margin-top:8px;
	width:100%;
}

* html .quicksearchform { 
	width:220px;
}
.formlabel, forminput{
	float:left;
	margin:0;
}
.formlabel {
	width:68px;
	text-align:left;
}
* html .formlabel {
	width:80px;
	text-align:left;
}
.forminput {
	/*width:68%;*/
	margin-left:70px;
}
* html .forminput {
	margin-left:0px;
	width:100px;
	float:left;
}
* html .forminput input {
	width:120px;
}
.formfoot {
	width:100%;
	text-align:center;
	margin:20px 0 0 0;
	clear:both;
}
.formloop {
	margin-top:8px;
	width:100%;
	clear:both;
}





/* =Footer
-----------------------------------------------------------------------------*/
#ft {
	width:962px;
	position: relative;
	margin:0 auto;	
	clear:both;
	background:url(/images/footerbg.gif) left top no-repeat;
	color:#7D7D7D;
}
#addressinfo {
	text-align:center;
	color:#7d7d7d;
	font-size:9px;
	clear:both;
	height:38px;
	line-height:38px;
	
}

#footcontent {
	width:100%;
	margin:0 auto;
}
#footleft {
	float:left;
	font-size:9px;
}
#footright {
	float:right;
	text-align:left;
	font-size:9px;
}
#footright p, #footleft p {
	padding: 5px 5px;
}
#footlogo {
	float:right;
}
#footright span {
	float:left;
}
.footlabel, .footlabelright {
	font-weight:bold;
}
#ft a:link, #ft a:visited {
	color:#7d7d7d;
}
#ft a:hover {
	color:#073f2c;
}
#addressinfo a:link, #addressinfo a:visited {
	color:#0c19c2 !important;
}
#addressinfo a:hover {
	color:#000 !important;
}

/*Search Styles
---------------------------------------------------------------------------*/
#searchbox {
	
	
	width:98%;
	margin: 0 auto;
	color:#555;
	font-size:10px;	
	text-align:center;
	padding:8px;
}
.resultslink {
	float:left;
	margin:2px 0;
	width: 150px;
	padding: 4px 0;
}
.resultslink a:link, .resultslink a:visited {
	color:#0c19c2 !important;
	text-decoration:underline !important;
}
.resultslink a:hover {
	color:#000 !important;
}
.resultsinfo {
	font-size:9px;
	float:right;
	margin:2px 0;
	padding:4px 0;
	color:#555;
}
.resultsdescription {
	clear:both;
	float:left;	
	margin: 4px 0 0 0;
	padding:4px 0;
	width:100%;
	
	
}
.resultsline {
	width:100%;
	clear:both;
	float:left;	
	border-bottom:1px solid #91ACA1;
	font-size:10px;
}
.resultshead{
	width:98%;
	color:#555;
	padding:4px 0;
	border-top:1px solid #91ACA1;
	margin-top:10px;
	
}
.noresults {
	color:#555;
	padding:0 0 0 21px;
}

