/* CSS Document */
body{
width: 1050px;
margin:0 auto 0;
text-align:center;
background: url(/files/440271/bg_wide.gif) repeat-y center top;
background-color: #e2e2e2;
}

#content {
position:relative;
width:1050px;
text-align:center;
margin:0 auto 0;
}

#contentTable{ 
width:1050px;
margin:0 auto 0; 

} 

#contentTable tbody tr td{width: 0px;}
table {max-width: 1050px;}

#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. */

#header{width: 1050px; background: #6c8f98 url(/files/440271/header.gif); height:84;} /* This is the table that the default header is enclosed in */
	#header .left img{display:none;}
	#header .right{display:none;}
	
#headerFloor{height: 100px;  width: 1050px;}	/* Below the default header there is a line (blue is the default) */
	#headerFloor .top{background-color: #B60419;}
	#headerFloor .bottom{}
.middle {text-align: center;}

#MYHOMETRACKER{width: 1050px; display:none;}
#NavTable {width: 1050px; display:none;}
#NavTable hr{}
#NavTable font{}
#NavLable font{}
#navLable{display:none;}
#NAVIGATION {text-align: center;} /* Wraps the $NAVIGATION variable */
	#NAVIGATION a{}
	#NAVIGATION a:hover font b{}

#ContactLable {display:none;} /* The container that holds the "Contact Info" Lable. My be a Table or TD (or any other container) */
#ContactTable {display:none; margin-top: 15px; width: 180px;}
#ContactTable font a font{color: #666; font-weight: bold;}	/* Table (or container) that holds the Contact Information */
	#ContactTable .PRETTY_NAME{font: bold 12px Arial, Helvetica, sans-serif; color: #6c8f98;}
	#ContactTable .PHONE_NUMBERS{font: 12px Arial, Helvetica, sans-serif; color: #6c8f98;}
	#ContactTable .OFFICE_ADDRESS{font: 12px Arial, Helvetica, sans-serif; color: #6c8f98;}
	#ContactTable .OFFICE_NAME{font: 12px Arial, Helvetica, sans-serif; color: #6c8f98;}

p#CALL_ME{} /* This spot is used for the accounts that have a call me button, but you can use that container */
	
#contentTable{max-width: 1050px;} /* This is the table that controls most of the page and holds (among other things) the content well */	
	#contentTable .left{background:url('/files/440271/knob-door-key-merged.jpg') no-repeat top left; width:200;}
	#contentTable .right{}

#DES_BOX{}

#articlesLable {}
#articlesLable{display:none;}
#articlesTable {display:none;} 

#partnersTable{display:none;}
#footSpacer{width: 1050px; height: 30px; background:url('/files/440271/footer.gif') #fff ;}

.disclaimer{display:none;}

#CSSfooter{display:none;} /* THE ID CSSfooter and it's children allow you to add a cutom footer. */