/* CSS Document */

html,body{
background:#000;
margin:0;
font-family:Helvetica, Verdana, Arial, sans-serif
}
#page
{
	position: relative;
	left: 50%;
	margin-left: -456px;
	width: 912px;

}

.outerContainerDiv{
	float:left; 
	width:911px;
	background:#821789 url(/images/bgcolor.png) repeat;
	
}

.standardContainerDiv{
	float:left; 
	width:909px;
	background-color:#000;
	font-size:12px;
}

.vertSpacer{
	float:left;
	width:1px;
}

.spacer10{
	float:left;
	width:10px;
}

.navOn{
	float:left; 
	width:105px; 
	background: url(/images/global/navOn.png) no-repeat;
}

.navOff{
	float:left; 
	width:105px; 
	background: url(/images/global/navOff.png) no-repeat;
}

.navOn a, .navOff a{
	color:#FFF;
	text-decoration:none;
}

.navOn a:hover, .navOff a:hover{
	color:#FFF;
	text-decoration:underline;
}

#mainLeftContentT1{
	float:left; 
	width:519px; 
	background-color:#000;
	height:220px;
	overflow:auto;
}

#mainLeftContentT2{
	float:left; 
	width:519px;


}

.mainLeftContentStandardInner{
	float:left; 
	width:514px;
}

.apartmentsInnerLeft{
	float:left; width:280px;
}

.apartmentsNavigation{
	float:left; width:514px; color:#821789; font-size:20px; width:300px;
}

.apartmentsNavigation a{
	color:#FFF;
}

.apartmentsList a{
	color:#FFF;
}

.apartmentsNavigation a:hover{
	color:#FFF;
	text-decoration:underline;
}	

.apartmentsInnerRight{
	float:right; width:217px;
}

a{
	color:#AD1EB5;
	text-decoration:none;

}

#mainLeftContentT1 ul li{
	margin:5px 0 5px 0;
	color:#821789;
}

a:hover{
	color:#FFF;
	text-decoration:underline;

}

.rightContentT1{
	float:left; width:260px; color:#FFF;
}

.rightContentStandardInner{
	float:left; width:256px;
	color:#FFF; font-size:12px;
}

form{
	margin:0;
}

form .smlInput{
	width:120px; 
	background-color:#FFFFFF; border:1px solid #821789; font-size:10px; height:13px;
}

form .smlSelect{
	width:120px; 
	background-color:#FFFFFF;
	 border:1px solid #821789; font-size:10px;

}