body{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
margin:0 20 0 20;
background-color:#6699CC;
}

	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)	*/

#MYHOMETRACKER{
	display:none;
}

/* 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{}

#header{
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
border-left: 1px #000000 solid;

} /* This is the table that the default header is enclosed in */
	#header .left{}
	#header .right{}
	
#headerFloor{display:none;
	border-right: 1px #000000 solid;
border-left: 1px #000000 solid;
border-bottom: 1px #000000 solid;
   background-color:#364483;

}	/* Below the default header there is a line (blue is the default) */
	
   #headerFloor .top{
background-color:#364483;
height:30px;
}
	#headerFloor .bottom{display:none;}

#NavTable{

display:block;
}
#NavTable hr{
	color:#003366;
}

#navLable{
	display: none;
} /* On the templates that say "Menu" this is the table that holds it */

#NAVIGATION{  font-size: 5px;
} /* Wraps the $NAVIGATION variable */
#navigation a i {font-style: normal;}
#NAVIGATION a font{
font-family:Verdana;
color:#FFFFFF;
font-style: normal;
}

#NAVIGATION a:hover font{
font-family:Verdana;
color:#6699CC;
font-style: normal;

}

#ContactLable{
	display: none;
} /* The container that holds the "Contact Info" Lable. My be a Table or TD (or any other container) */

#ContactTable{width:190px
	
}	/* Table (or container) that holds the Contact Information */

	#ContactTable .PRETTY_NAME{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color:#FFFFFF;
		}
	#ContactTable .PHONE_NUMBERS{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 18px;
		color:#FFFFFF;
		}
	#ContactTable .OFFICE_ADDRESS{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 18px;
		color:#FFFFFF;
		}
	#ContactTable .OFFICE_NAME{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		letter-spacing: 1px;
		line-height: 18px;
		color:#FFFFFF;
		}

#contacttable .bottom a font, #contacttable .bottom a{color:white;}

p#CALL_ME{} /* This spot is used for the accounts that have a call me button, but you can use that container */
	
#contentTable{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
	border-right: 1px #000000 solid;
} /* This is the table that controls most of the page and holds (among other things) the content well */	
	
#contentTable .left{
	  border-right: 1px #000000 solid;
border-left: 1px #000000 solid;
     background-color: #003366;

}
#contentTable .right{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
padding-right:15px;
}

#DES_BOX{}

#articlestable b{
	color:#003366;
}

#articlesTable a font, a{color:#003366;} 
#articlesTable a:hover font, a:hover {color:#6699CC;} 

#partnersTable a font, a{color:#003366;} 
#partnersTable a:hover font, a:hover {color:#6699CC;} 
#partnersTable{

}

#CSSfooter{
	display:none;
} /* THE ID CSSfooter and it's children allow you to add a cutom footer. */

	#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{}
	
.quicksearchtable{margin:20px; width:148px; border:3px solid #003366;}
.quickSearchFieldName{font-family:Arial, Helvetica, sans-serif;font-size:10px;color:#003366;}
.quickSearchText {font-family: arial;font-size: 11px;width: 120px;border: #999999 so 1px;display: block;background-color:#FFFFFF;color:#b40000;}
.quickSearchSelect {font-family: arial;font-size: 11px;width: 120px;border: #999999 solid 1px;display: block;background-color:#FFFFFF;}
.quickSearchButton{background-color:#003366;border:#FFFFFF solid 1px;color:#FFFFFF;font:bold 7pt Arial,Helvetica,sans-serif;height:18px;padding-bottom:2px;text-align:center;vertical-align:middle;width:40px;cursor:pointer;margin-top:5px;margin-bottom:5px}
.quickSearchOR{font-size:9px;color:#003366;font-family:Arial, Helvetica, sans-serif;}
.quickSearchTips{font-size:9px;color:#000000;font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.quickSearchOR-one{font-size:9px;color:#000000;font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.quickSearchOR-two{font-size:9px;color:#000000;font-family:Arial, Helvetica, sans-serif;}
.quickSearchMLS{}
.quickSearchStreet{}
.quickSearchCity{}
.quickSearchState{}
.quickSearchZIP{}
.quickSearchProptype{}
.quickSearchBedrooms{}
.quickSearchBathrooms{}
.quickSearchMinPrice{}
.quickSearchMaxPrice{}
.quickSearchButtons{}
.quickSearchSettings{display:block;visibility:hidden; border:0px; height:1px;width:1px;}


