/* print.css*/

@import "typography.css";

/* ---------------------------------------------------- 
Standard Formatting
---------------------------------------------------- */ 

* 
	{
	margin: 0;
	padding: 0;
	}

html 
	{
	height: 100%;
	margin: 0 auto;
	padding: 0;
	}

body 
	{
	height: 100%;
	margin : 0 auto;
	padding : 0;
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/img/mainbg-xtile.gif) repeat-x top;
	background-color: #B4AFA4;
	line-height: 20px;
	text-align: left;
	}

a
	{
	outline: none;
	}	
	
a:link
	{
	color: #00704A;
	}

a:visited
	{
	color: #00704A;
	}
	
a:hover
	{
	color: #686765;
	}
	
a:active
	{
	color: #686765;
	}
	
body.home h1
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 14pt;
	color: #00704A;
	margin: 10px 20px;
	padding-bottom: 6px;
	}
	
h1
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 14pt;
	color: #00704A;
	margin: 10px 20px 0 20px;
	padding-bottom: 6px;
	}
	
.dash
	{
	background: url(/img/dash.gif) repeat-x bottom;
	}

td.dash
	{
	height: 15px;
	background: url(/img/dash.gif) center repeat-x;
	}
	
.dashdivider
	{
	height:10px;
	background: url(/img/dash.gif) top repeat-x;
	}
	
h2
	{
	font-size: 14px;
	color: #000;
	}	

h3
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 10pt;
	color: #00704A;
	margin: 10px 20px;
	clear: left;
	}
	
.tablelistings h3,
.tablecriteria h3
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 10pt;
	color: #00704A;
	margin: 5px;
	clear: left;
	}
	
.listingtitle h3
	{
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.tablelistings .dash,
.tablecriteria .dash
	{
	background-position: bottom;	
	}
	
h4
	{
	font-size: 12pt;
	margin: 10px 20px 0 20px;
	clear: left;
	}	
	
h5
	{
	font-size: 8pt;
	color: #00704A;
	margin: 0 20px;
	clear: left;
	}
	
.breadcrumb
	{
	background: url(/img/home_icon.gif) left center no-repeat;
	padding-left: 10px;
	font-weight: normal;
	}

.breadcrumbpage .aboutus,
.breadcrumbpage .services,
.breadcrumbpage .listings,
.breadcrumbpage .auctions,
.breadcrumbpage .professionals,
.breadcrumbpage .contact
	{
	display: none;
	}

body.aboutus .breadcrumbpage .aboutus,
body.services .breadcrumbpage .services,
body.listings .breadcrumbpage .listings,
body.auctions .breadcrumbpage .auctions,
body.professionals .breadcrumbpage .professionals,
body.contact .breadcrumbpage .contact
	{
	display: inline;
	width: 0px;
	}

hr
	{
	color: #000;
	}
	
td 
	{
	padding: 2px 5px 2px 5px;
	}
	
#rightcolumn .nopad td 
	{
	padding: 0 3px;
	}

.imageBorder
	{
	padding: 1px;
	border: 1px solid #00704A;
	}


/* ---------------------------------------------------- 
Layout Formatting
---------------------------------------------------- */ 
	
#wrapperFull
	{
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(/img/bodybg-ytile.jpg) repeat-y top;
	}
	
#wrapper 
	{
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	background: url(/img/bodybg-ytile.jpg) repeat-y top;
	}

#header
	{
	width: 100%;
	height: 200px;
	background: url(/img/headerbg-ytile.jpg) top repeat-y;
	overflow: hidden;
	}

#logo
	{
	width: 245px;
	height: 251px;
	background: url(/img/logobg.jpg) top right no-repeat;
	float: left;
	position: relative;
	}

#search
	{
	display: none;
	}	

#navigation
	{
	display: none;
	}
	
#navigation span
	{
	display: none;
	}
	
#navigation ul,
#footer ul
	{
	list-style:none;
	display:inline;
	margin:0;
	}
	
#navigation ul li,
#footer ul li
	{
	display:inline;
	margin:0;
	}
		
#leftcolumn ul
	{
	list-style:none;
	margin:0;
	}
	
#leftcolumn ul li
	{
	margin:0;
	width: 206px;
	height: 20px;
	overflow: hidden; 
	background: url(/img/btn_subnav.jpg) top left no-repeat; 
	display: block;
	padding: 4px 10px 0 20px;
	text-align: left;
	}
	
#leftcolumn ul li a:link
	{
	color: #4F4E4D;
	}

#leftcolumn .featured .subnavigation a:link,
#leftcolumn .featured .subnavigation a:visited
	{
	color: #4F4E4D;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	}
	
#leftcolumn .featured .subnavigation a:hover,
#leftcolumn .featured .subnavigation a:active
	{
	color: #00704A;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: underline;
	}

	
#mainphoto
	{
	display: none;
	}
	
#contactinfo
	{
	font-size: 9pt;
	text-align: left;
	padding: 20px 20px 0 20px;
	color: #626262;
	line-height: 16px;
	}
	
#contactinfo a:link,
#contactinfo a:visited
	{
	color: #626262;
	text-decoration: none;
	}
	
#contactinfo a:hover,
#contactinfo a:active
	{
	color: #626262;
	text-decoration: underline;
	}
	
#content
	{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #4F4E4D;
	background: url(/img/contentbg-ytile.jpg) top repeat-y;
	}

#leftcolumn
	{
	display: none;
	}
	
h2.fea-properties
	{
	width: 236px;
	height: 29px;
	margin: 0;
	padding: 12px 0 0 0;
	background: url(/img/featured-property.jpg) no-repeat left top;
	}
	
h2.fea-press
	{
	width: 236px;
	height: 29px;
	margin: 0;
	padding: 12px 0 0 0;
	background: url(/img/featured-press.jpg) no-repeat left top;
	}
	
h2.title-aboutus
	{
	width: 236px;
	height: 28px;
	margin: 0;
	padding: 1px 0 0 0;
	background: url(/img/aboutus.jpg) no-repeat left top;
	}

h2.title-services
	{
	width: 236px;
	height: 28px;
	margin: 0;
	padding: 1px 0 0 0;
	background: url(/img/services.jpg) no-repeat left top;
	}
	
h2.title-auctions
	{
	width: 236px;
	height: 28px;
	margin: 0;
	padding: 1px 0 0 0;
	background: url(/img/auctions.jpg) no-repeat left top;
	}
	
h2.title-blank
	{
	width: 236px;
	height: 28px;
	margin: 0;
	padding: 1px 0 0 0;
	background: url(/img/title-blank.jpg) no-repeat left top;
	}

h2.title-adminmenu
	{
	width: 236px;
	height: 28px;
	margin: 0;
	padding: 1px 0 0 0;
	background: url(/img/title-adminmenu.jpg) no-repeat left top;
	}

h2 span
	{
	display: none;
	}

.featured p,
.add-content p
	{
	padding: 0 10px;
	}
	
.learnmore
	{
	padding: 0 15px 0 0 ;
	background: url(/img/arrow.gif) right no-repeat;
	float: right;
	margin: 10px 10px 0 0;
	}
	
.readmore
	{
	padding: 0 15px 0 0 ;
	background: url(/img/arrow.gif) right no-repeat;
	float: right;
	margin: 10px;
	}
	
.sidebottomds
	{
	padding: 0 0 10px 0 ;
	margin-bottom: 10px;
	min-height: 20px;
	background: url(/img/sidecolumnbotds.jpg) center bottom no-repeat;
	}
	
#rightcolumn
	{
	float: left;
	position: relative;
	}
	
body.listings #rightcolumn
	{
	width: 100%;
	float: right;
	position: relative;
	}

#contentheader
	{
	background: url(/img/maintitlebg.jpg) no-repeat center top;
	margin-top: 4px;
	padding-top: 10px;
	color: #676664;
	}
		
body.listings #contenttop
	{
	display:none;
	}

#footer
	{
	height: 20px;
	width: 758px;
	background: url(/img/pagebottomds.gif) no-repeat center top;
	text-align: left;
	margin: 0 auto;
	padding: 10px 20px;
	font-size: 11px;
	color: #767572;
	position: relative;
	}
	
#footer a:link,
#footer a:visited
	{
	color: #B3B1AD;
	text-decoration: none;
	}
	
#footer a:hover,
#footer a:active
	{
	color: #B3B1AD;
	text-decoration: underline;
	}
	
#footernav
	{
	position: absolute;
	right: 20px;
	text-align: left;
	}

fieldset {
	border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
	margin: 0;
	text-align: left;
}

#search fieldset {
	padding: 12px 0 0 12px;
}

#search p
	{
	color: #FFF;
	text-align: right;
	font-size: 9pt;
	padding-right: 9px;
	}
	
#search p a:link,
#search p a:visited
	{
	color: #FFF;
	border-bottom: 1px #FFF dashed;
	text-decoration: none;
	font-weight: bold;
	}
	
#search p a:hover,
#search p a:active
	{
	color: #FFC43A;
	border-bottom: 1px #FFC43A dashed;
	text-decoration: none;
	font-weight: bold;
	}


#searchbtn
	{
	width: 19px;
	height: 19px;
	background:url(/img/searchbtn.jpg) top no-repeat;
	overflow: hidden; 
	display: block;
	float: left;
	}
	
#searchbtn:hover
	{
	background-position: bottom;
	}

#searchbtn span
	{
	display: none;
	}
	
.textfield {
	font-size:10px;
	color:#333 ;
	height:16px;
	border:solid 0 #fff;
	padding:3px 6px 0 6px;
	background:url(/img/searchbarbg.jpg) no-repeat;
	overflow: hidden;
	width:187px;
	float: left;
}

fieldset>input.textfield {
	background:url(/img/searchbarbg.jpg) no-repeat;
}

label
	{
	display: block;
	width: 80px;
	float: left;
	margin-bottom: 10px;
	padding: 0 15px 0 0px;
	font-size: 10pt;
	}
	
.btn-submit
	{
	margin-left: 94px;
	}

.admincontrol
	{
	position: absolute;
	top: 35px;
	right: 0;
	}
	
.altRow
	{
	background-color: #EAE9E5;
	}
	
.cellborderleft
	{
	border-left: solid 1px #EAE9E5;
	}
	
.formarea
	{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 10pt;
	}
	
.formareaLarge
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	}
	
.tcnlogo
	{
	float:right;
	padding-bottom:14px;
	}	
	
.professional
	{
	font-size: 9pt;
	}
	
.professional span
	{
	padding-top: 10px;
	display: block;
	}
	
#rightcolumn .professional .details p
	{
	margin: 0;
	padding: 0;
	}
	
#rightcolumn .professional p
	{
	margin: 10px 0 0 0;
	padding-left: 10px;
	}
	
#rightcolumn .tablelistings p
	{
	margin: 0;
	padding: 0;
	font-size: 9pt;
	}
	
#rightcolumn .auctiontable p
	{
	margin: 0;
	padding: 0;
	font-size: 9pt;
	}

.floathalf
	{
	float: left;
	width: 50%;
	}
	
.floatl
	{
	float: left;
	}

.floatr
	{
	float: right;
	}

.clear
	{
	clear: both;
	}

/* ---------------------------------------------------- 
Main Navigation
---------------------------------------------------- */ 	
body.aboutus #page1,
body.services #page2,
body.listings #page3,
body.auctions #page4,
body.professionals #page5,
body.contact #page6
	{
	background-position: bottom left; 
	}

body.aboutus #page1:hover,
body.services #page2:hover,
body.listings #page3:hover,
body.auctions #page4:hover,
body.professionals #page5:hover,
body.contact #page6:hover
	{
	background-position: bottom left; 
	}

/* Navigation buttons */	
				
#page1
	{ 
	width: 99px;
	height: 28px;
	overflow: hidden; 
	background: url(/img/btn_aboutus.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page1:hover
	{ 
	background: url(/img/btn_aboutus.jpg) top right no-repeat; 
	}
	
#page2
	{ 
	width: 87px;
	height: 28px;
	overflow: hidden; 
	background: url(/img/btn_services.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page2:hover
	{ 
	background: url(/img/btn_services.jpg) top right no-repeat;
	}
	
#page3
	{ 
	width: 81px;
	height: 28px;
	overflow: hidden; 
	background: url(/img/btn_listings.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page3:hover
	{ 
	background: url(/img/btn_listings.jpg) top right no-repeat; 
	}
	
#page4
	{ 
	width: 88px;
	height: 28px; 
	overflow: hidden; 
	background: url(/img/btn_auctions.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page4:hover
	{ 
	background: url(/img/btn_auctions.jpg) top right no-repeat; 
	}
	
#page5
	{ 
	width: 116px;
	height: 28px;
	overflow: hidden; 
	background: url(/img/btn_professionals.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page5:hover
	{ 
	background: url(/img/btn_professionals.jpg) top right no-repeat; 
	}
	
#page6
	{ 
	width: 82px;
	height: 28px;
	overflow: hidden; 
	background: url(/img/btn_contact.jpg) top left no-repeat; 
	display: block;
	float: left;
	} 
  
#page6:hover
	{ 
	background: url(/img/btn_contact.jpg) top right no-repeat; 
	}

#rightcolumn ol
	{
	margin: 10px 30px;
	}
	
#rightcolumn ul
	{
	margin: 10px 30px;
	list-style-image: url(/img/bullet.gif);
	}
	
#rightcolumn .pdflist ul
	{
	margin: 0;
	list-style-image: url(/img/bullet.gif);
	}
	
#rightcolumn ol li,
#rightcolumn ul li
	{
	margin: 0 0 10px 10px;
	}
	
#rightcolumn .pdflist ul li
	{
	margin: 0 0 5px 5px;
	}
	
body.casestudies #rightcolumn li
	{
	list-style-image: url(/img/bullet.gif);
	list-style-position:outside;
	margin: 0 0 10px 10px;
	}
	
body.newsreleases #rightcolumn li
	{
	list-style-image: url(/img/bullet.gif);
	list-style-position:outside;
	margin: 0 0 10px 15px;
	}

.textMargin p 
	{
	float: left;
	margin: 0 0 15px 20px;
	}

.tablepadding
	{
	margin: 10px 20px 15px 20px;
	width: 509px;
	}
	
.tablelistings
	{
	margin: 10px 0 0 0;
	}
	
.tablepagingtop
	{
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	}

.tablepagingbottom
	{
	margin: 0 0 10px 0;
	}
	
#rightcolumn .tablecriteria
	{
	margin: 10px auto;
	width: 400px;
	}
	
#rightcolumn .tablecriteria ul
	{
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
.listingtitle
	{
	background: url(/img/listingtitlebg.jpg) repeat-x center top;
	}
	
.listingbg
	{
	background: url(/img/listingbg.gif) repeat-y center top;
	}
	
.listingtitle .emp1
	{
	height: 30px;
	}

#rightcolumn .listingimage img.imageBorder
	{
	margin-top: 40px;
	}
	
.listingborder
	{
	border-left: solid 1px #E0DFDD;
	border-right: solid 1px #E0DFDD;
	border-bottom: solid 1px #E0DFDD;
	}
	
.tableborders
	{
	border-bottom: solid 1px #E0DFDD;
	}
	
.tablebordersright
	{
	border-right: solid 1px #E0DFDD;
	}
	
#rightcolumn .tablelistings .description p
	{
	padding-top: 5px;
	}
	
.pdfdownload
	{
	background: url(/img/ico_acrobat.gif) left no-repeat; 
	padding-left: 20px;
	display: block;
	}