﻿/* CSS Document */


body{margin:0px; font-family:Tahoma;}
	body#Broker{font-family:Tahoma;}	/* Account type level control */
	body#Office{font-family:Tahoma;}	/* Account type level control */
	body#Agent {font-family:Tahoma;}	/* Account type level control */
		body#Broker.homepage{font-family:Tahoma;}	/* Account type & Page level control	(Example shows homepage class of Broker Account Type)	*/
		body#Office.homepage{font-family:Tahoma;}	/* Account type & Page level control	(Example shows homepage class of Office Account Type)	*/
		body#Agent.homepage{font-family:Tahoma;}	/* Account type & Page level control	(Example shows homepage class of Agent Account Type)	*/
		body#Broker.listings{font-family:Tahoma;}	/* Account type & Page level control	(Example shows listings class of Broker Account Type)	*/
		body#Office.listings{font-family:Tahoma;}	/* Account type & Page level control	(Example shows listings class of Office Account Type)	*/
		body#Agent.listings{font-family:Tahoma;}	/* Account type & Page level control	(Example shows listings class of Agent Account Type)	*/

/* CHILD DEFAULTS */
	.left{font-family:Tahoma;}		/* Left Cell of ID'ed Table 		*/ 
	.middle{font-family:Tahoma;}	/* Middle Cell of ID'ed Table 		*/ 
	.right{font-family:Tahoma;}	/* Right Cell of ID'ed Table 		*/ 
	.top{font-family:Tahoma;}		/* Top Row/Cell of ID'ed Table 		*/ 
	.bottom{font-family:Tahoma;}	/* Bottom Row/Cell of ID'ed Table 	*/ 
	.container00{font-family:Tahoma;} /* Generic containers */
	.container01{font-family:Tahoma;} /* Generic containers */
	.container02{font-family:Tahoma;} /* Generic containers */
	.container03{font-family:Tahoma;} /* Generic containers */
	.container04{font-family:Tahoma;} /* Generic containers */
	.container05{font-family:Tahoma;} /* Generic containers */
	.container06{font-family:Tahoma;} /* Generic containers */
	.container07{font-family:Tahoma;} /* Generic containers */
	.container08{font-family:Tahoma;} /* Generic containers */
	.container09{font-family:Tahoma;} /* Generic containers */

/* CLOSE CHILD DEFAULTS */


#header{font-family:Tahoma;} /* This is the table that the default header is enclosed in */
	#header .left{font-family:Tahoma;}
	#header .right{font-family:Tahoma;}
	
#headerFloor{font-family:Tahoma;}	/* Below the default header there is a line (blue is the default) */
	#headerFloor .top{font-family:Tahoma;}
	#headerFloor .bottom{font-family:Tahoma;}

#NavTable{font-family:Tahoma;}
#navLable{font-family:Tahoma;} /* On the templates that say "Menu" this is the table that holds it */
#NAVIGATION{font-family:Tahoma;} /* Wraps the $NAVIGATION variable */
	#NAVIGATION a{font-family:Tahoma;}
	#NAVIGATION a:hover{font-family:Tahoma;}

#ContactLable{font-family:Tahoma;} /* The container that holds the "Contact Info" Lable. My be a Table or TD (or any other container) */
#ContactTable{font-family:Tahoma;}	/* Table (or container) that holds the Contact Information */


p#CALL_ME{} /* This spot is used for the accounts that have a call me button, but you can use that container */
	
#contentTable{} /* This is the table that controls most of the page and holds (among other things) the content well */	
	#contentTable .left {color:#FFFFFF; background-color:#666666;}
	#contentTable .left a{color:#FFFFFF;}
	#contentTable{font-family:Tahoma;} /* This is the table that controls most of the page and holds (among other things) the content well */	
	#contentTable h1 h2 h3 h4 h5 h6{font-family:Tahoma;}
	#contentTable p{font-family:Tahoma;}
	#contentTable .right{font-family:Tahoma;}


.PHONE_NUMBERS {color:#FFFFFF; font-family:Tahoma;}
.PRETTY_NAME {color:#FFFFFF; font-family:Tahoma;}
.OFFICE_NAME {color:#FFFFFF; font-family:Tahoma;}
.OFFICE_ADDRESS {color:#FFFFFF; font-family:Tahoma;}
table #ContactTable {color:#FFFFFF; font-family:Tahoma;}
table #ContactTable a{color:#FFFFFF; font-family:Tahoma;}
table #articlesTable font {color:#FFFFFF; font-family:Tahoma;}
#ContactTable tr td font {color:#FFFFFF; font-family:Tahoma;}
table #articlesTable tr td a font {color:#ffffff; font-family:Tahoma;}

#DES_BOX{}

#articlesLable{font-family:Tahoma;}
#articlesTable{font-family:Tahoma;} 
#partnersTable{font-family:Tahoma;}

