/*
* Colors Used
* ----------------------------------------------------

	Red:	#7C2323	(Headers)
	Gray: 	#666666 (Body text)
	Blue: 	#2B4A8B (Home, About, Contact, Misc.)
	Blue: 	#5F749D (Apartments/Lofts)
	Orange:	#DC7C25 (Commercial)
	Green:	#8DA058 (Intown)
	Maroon:	#973026 (Residential)




 */


/*
* Header Styles
* ---------------------------------------------------- */

#columnHeader {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none; 
	width: auto; 
	height: 15px; 
	background: #2B4A8B;
	}
	#columnHeader p {
		font: 11px Verdana,Arial,Helvetica,sans-serif;
		font-weight: bold;
		color: #FFF;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
	 }
	 
#columnHeaderALT {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none; 
	width: auto; 
	height: 15px; 
	background: #2B4A8B;
	}
	#columnHeaderALT p {
		font: 11px Verdana,Arial,Helvetica,sans-serif;
		font-weight: bold;
		color: #FFF;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 1px;
	 }


/*
* Other Styles
* ---------------------------------------------------- */
	 
		
#neighborhoodbox {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	border: none; 
	width: auto; 
	height: auto; 
	background: url(../../images/neighborhoodbox_bg.jpg) no-repeat;
	}
	#neighborhoodbox p {
		font: 11px Verdana,Arial,Helvetica,sans-serif;
		color: #666;
		margin: 0px 0px 0px 0px;
		padding: 5px 110px 0px 10px;
	 }	
	 #neighborhoodbox td {
		line-height: 2;	 
	}


/*
* Footer
* ---------------------------------------------------- */

.footerHome {
	font: normal 11px Verdana,Arial,Helvetica,sans-serif;
	color: #666666;
	margin: 0px; 
	border: none;
	padding: 10px 0px 5px 10px;
	width: auto;
	line-height: 1.5; 
	}
.footerHome a          {color: #666666; text-decoration:underline;}
.footerHome a:Visited  {color: #666666; text-decoration:underline;}
.footerHome a:Active   {color: #666666; text-decoration:underline;}
.footerHome a:Hover    {color: #666666; text-decoration:none;}





