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

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


 */


/*
* Header Styles - APARTMENTS/LOFTS
* ---------------------------------------------------- */

#columnHeader {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none; 
	width: auto; 
	height: 15px; 
	background: #8DA058;
	}
	#columnHeader p {
		font: 11px Verdana,Arial,Helvetica,sans-serif;
		font-weight: bold;
		color: #FFF;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
	 }
	 
	#tabHeader {
	margin: 0px; 
	border: none; 
	padding: 0px; 
	width: auto; 
	height: 21px; 
	background: url(/images/tab_about.gif) no-repeat;
	}
	#tabHeader p {
		font: 11px Verdana,Arial,Helvetica,sans-serif;
		font-weight: bold;
		color: #FFF;
		margin: 0px 0px 0px 0px;
		padding: 2px 0px 0px 10px;
	 }
	 
	 #tabNav {
		font: 11px Verdana,Arial,Helvetica,sans-serif;
		font-weight: bold;
		color: #666666;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative; top: -15px; left: 0px;
	 }
		#tabNav a          {color: #666666; text-decoration:none;}
		#tabNav a:Visited  {color: #666666; text-decoration:none;}
		#tabNav a:Active   {color: #7C2323; text-decoration:none;}
		#tabNav a:Hover    {color: #7C2323; text-decoration:none;}
		
	#tabAboutus {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute; top: 0px; left: 360px;
	 }
	
	 #tabAboutusUp {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute; top: 0px; left: 360px;
		color: #7C2323;
	 }
	 	#tabAboutusUp a          {color: #7C2323; text-decoration:none;}
		#tabAboutusUp a:Visited  {color: #7C2323; text-decoration:none;}
		#tabAboutusUp a:Active   {color: #7C2323; text-decoration:none;}
		#tabAboutusUp a:Hover    {color: #7C2323; text-decoration:none;}
		
		
	#tabNews {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute; top: 0px; left: 454px;
	 }
	 
	  #tabNewsUp {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute; top: 0px; left: 454px;
		color: #7C2323;
	 }
	 	#tabNewsUp a          {color: #7C2323; text-decoration:none;}
		#tabNewsUp a:Visited  {color: #7C2323; text-decoration:none;}
		#tabNewsUp a:Active   {color: #7C2323; text-decoration:none;}
		#tabNewsUp a:Hover    {color: #7C2323; text-decoration:none;}
		
		
	#tabCareers {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute; top: 0px; left: 540px;
	 }
	 
	  #tabCareersUp {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: absolute; top: 0px; left: 540px;
		color: #7C2323;
	 }
	 	#tabCareersUp a          {color: #7C2323; text-decoration:none;}
		#tabCareersUp a:Visited  {color: #7C2323; text-decoration:none;}
		#tabCareersUp a:Active   {color: #7C2323; text-decoration:none;}
		#tabCareersUp a:Hover    {color: #7C2323; text-decoration:none;}
		

	 

	 








