/* Template defaults */

	body#Broker{}	/* Account type level control */
	body#Office{}	/* Account type level control */
	body#Agent{}	/* Account type level control */
		body#Broker.homepage{}	/* Account type & Page level control	(Example shows homepage class of Broker Account Type)	*/
		body#Office.homepage{}	/* Account type & Page level control	(Example shows homepage class of Office Account Type)	*/
		body#Agent.homepage{}	/* Account type & Page level control	(Example shows homepage class of Agent Account Type)	*/
		body#Broker.listings{}	/* Account type & Page level control	(Example shows listings class of Broker Account Type)	*/
		body#Office.listings{}	/* Account type & Page level control	(Example shows listings class of Office Account Type)	*/
		body#Agent.listings{}	/* Account type & Page level control	(Example shows listings class of Agent Account Type)	*/
		
	/* CHILD DEFAULTS */
	.left{}		/* Left Cell of ID'ed Table 		*/ 
	.middle{}	/* Middle Cell of ID'ed Table 		*/ 
	.right{}	/* Right Cell of ID'ed Table 		*/ 
	.top{}		/* Top Row/Cell of ID'ed Table 		*/ 
	.bottom{}	/* Bottom Row/Cell of ID'ed Table 	*/ 
	.container00{} /* Generic containers */
	.container01{} /* Generic containers */
	.container02{} /* Generic containers */
	.container03{} /* Generic containers */
	.container04{} /* Generic containers */
	.container05{} /* Generic containers */
	.container06{} /* Generic containers */
	.container07{} /* Generic containers */
	.container08{} /* Generic containers */
	.container09{} /* Generic containers */
	.PRETTY_NAME{} 		/* (IF CLASSED)	Wraps the name that is associated with the account */
	.PHONE_NUMBERS{}	/* (IF CLASSED)	Wraps the Phone Numbers (all of them) that is associated with the account */
	.OFFICE_ADDRESS{} 	/* (IF CLASSED)	Wraps the Office Address that is associated with the account */
	.OFFICE_NAME{} 		/* (IF CLASSED)	Wraps the Office Name that is associated with the account */
	/* CLOSE CHILD DEFAULTS */
	
	
	#CSSheader{display:none;} /* THE ID CSSheader and it's children allow you to replace or if you like, add a header above the default header. */
	#CSSheader .container00{}
	#CSSheader .container01{}
	#CSSheader .container02{}
	#CSSheader .container03{}
	#CSSheader .container04{}
	#CSSheader .PRETTY_NAME{}
	#CSSheader .PHONE_NUMBERS{}
	#CSSheader .PHONE_NUMBERS br{}
	#CSSheader .OFFICE_ADDRESS{}
	#CSSheader .OFFICE_NAME{}
	#CSSheader .container05{}
	#CSSheader .container06{}
	#CSSheader .container07{}
	#CSSheader .container08{}
	#CSSheader .container09{}
	
	#CSSfooter{} /* dislay:block; */
	
	#CSSfooter .container00{}
	#CSSfooter .container01{}
	#CSSfooter .container02{}
	#CSSfooter #NAVIGATION{} /* Wraps the $NAVIGATION variable */
	#CSSfooter #NAVIGATION a{}
	#CSSfooter #NAVIGATION a:hover{}
	#CSSfooter HR.linkDiv{}
	#CSSfooter .container03{}
	#CSSfooter .container04{}
	#CSSfooter .PRETTY_NAME{}
	#CSSfooter .PHONE_NUMBERS{}
	#CSSfooter .PHONE_NUMBERS br{}
	#CSSfooter a.email_txt{}	
	#CSSfooter a.email_NOtxt{}
	#CSSfooter .OFFICE_ADDRESS{}
	#CSSfooter .OFFICE_NAME{}
	#CSSfooter .container05{}
	#CSSfooter .container06{}
	#CSSfooter .container07{}
	#CSSfooter .container08{}
	#CSSfooter .container09{}
	
/* Custom Layout Settings */
	
body{
	margin:0 auto;
	width:950px;	
	background:#DCD4B0 url(/files/219357/body_bg.jpg);
	text-align:center;
}

body,p,td{color:#000000;}
a{color:#8D0C10;}

#MYHOMETRACKER{display:none;}

#header{
	margin:0 auto;
	height:190px;
	width:950px;	
	background:#D2C68A url(/files/219357/header.jpg) top center no-repeat;
	border:1px #C0AC46 solid;
}

#header font{display:none;}
#header img{display:none;}
#header .left{visibility:hidden;}
#header .right{visibility:hidden;}
	
#headerFloor{
	width:950px;
	height:40px;
	margin:0 auto;
	border:1px #C0AC46 solid;
	border-top:none;
}	

#headerFloor img{display:none;}

#headerFloor .top{
	height:40px;
	background-color:#8D0C10;
}
#headerFloor .bottom{display:none;}

#NavTable{width:200;}
#NavTable hr{display:none;}
#navLable{visibility:hidden;} 
#NAVIGATION{display:none;} 
	
/*
	#NAVIGATION a i{
		display:block;
		margin:5px;
		padding:1px;
		padding-left:7px;
		color:#FFFFFF;
		background-color:#000;
		border:1px #C0AC46 solid;
		font:normal 13px "verdana", sans-serif;
		font-style:normal;
		text-transform:capitalize;
	}
	
	#NAVIGATION a:hover i{
		color:#000;
		background-color:#FFFFFF;
	}
*/

#ContactLable{display:none;}
#ContactTable a{display:none;}
#ContactTable{text-align:left;}

#ContactTable .PRETTY_NAME,#ContactTable .PHONE_NUMBERS,#ContactTable .OFFICE_ADDRESS,#ContactTable .OFFICE_NAME{
	display:block;
	color:#FFFFFF;
	font:bold 13px "verdana", "geneva", "arial", "helvetica", sans-serif;
}
#ContactTable .PRETTY_NAME{padding-top:10px;}
#ContactTable .PHONE_NUMBERS{margin-top:-15px;font-weight:normal;font-size:12px;}	
#ContactTable .OFFICE_ADDRESS{margin-top:-15px;font-weight:normal;font-size:12px;}	
#ContactTable .OFFICE_NAME{margin-top:-35px;}

p#CALL_ME{} 
	
#contentTable{
	margin:0 auto;
	padding:0;
	width:950px;
	background-color:#D2C68A;
	border:1px #C0AC46 solid;
	position:relative;
	top:-2px;
	left:0;
}
	
#contentTable .left{background-color:#8D0C10;border-right:1px #C0AC46 dotted;width:200px;}
#contentTable .right{color:#000000;width:667px;}
#contentTable td.leftPad,#contentTable td.rightPad,#contentTable td.leftPad img,#contentTable td.rightPad img{margin:0;padding:0;width:25px;overflow:hidden;}

#DES_BOX{}

#articlesLable{}

#articlesTable{
	width:100%;
	margin:15px auto;
	margin-bottom:30px;
	padding:15px;
	border-top:1px #C0AC46 solid;
	border-bottom:1px #C0AC46 solid;
}

#articlesTable font{color:#8D0C10;}
#articlesTable a font{color:#8D0C10;}
#articlesTable a:hover font{color:#000000;}
#partnersTable{margin:15px auto;}
#partnersTable img{display:none;}
	
#contentTable .disclaimer{
	color:#666666;
	font:normal 9px "verdana", "arial", "helvetica", sans-serif;
}

a[target="print_this"], a[target="email_this"]{display:none;}

#CSSfooter{text-align:center;}
	#CSSfooter br{display:none;}
	#CSSfooter .PRETTY_NAME{display:inline;margin:0 15px;font-weight:bold;}
	#CSSfooter .PHONE_NUMBERS{display:none;}	
	#CSSfooter .OFFICE_ADDRESS{display:none;}	
	#CSSfooter .OFFICE_NAME{display:inline;margin:0 15px;}
	#CSSfooter a{display:inline;margin:0 15px;font-weight:bold;text-decoration:none;}
