/**
  * propertySearch.css
  * 
  * @author Andy Do <andy.do@resiteonline.com>
  * @version $Id$
  **/ 


/*****************************/  
/* propertySearch.php        */
/*****************************/
DIV.cityBar {
	text-align: right;
	padding: 8px 0px;
	float: right;
}
SPAN.viewMap {
	display: inline-block;
	position: relative;
	top: -2px;
	color: #9b3e05;
	text-decoration: none;
	font-size: 8pt;
}
.viewMap A:link, .viewMap A:visited, .viewMap A:active, .viewMap A:hover {
	color: #9b3e05;
	text-decoration: none;
	font-size: 8pt;
}

.aptListing {
	width: 570px;
	padding: 10px;
	margin-bottom: 2px;
	background-image: url('../images/topRightCorner.png');
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	cursor: hand;
}
.aptListing, .commImage, .commInfo, .commDescription {
	float: left;
}
.commInfo {
	width: 190px;
	padding: 0px 10px;
}
.commInfo .email {
	font-size: 8pt;
}
.commDescription {
	width: 274px;
	text-align: justify;
}
.leasingPackage {
	text-align: right;
}

/**********************************/  
/* furnishedApartments.php        */
/**********************************/
.infoTitle {
	padding: 12px 12px;
}
.infoTitle H3 {
	width: 566px;
}
.infoText {
	margin: 0px 10px 10px 10px;
}
.rightJustified {
	float: right;
}
.leftJustified {
	float: left;
}
#virtualTour {
	margin: 8px auto;
	text-align: center;
}



/* General Classes Style shared */
.mapContainer {
	width: 588px;
	height: 246px;
	margin-bottom: 6px;
	float: left;
}
.oddRow {
	background-color: #ced5f9; /* Lighter Blue */
}
.evenRow {
	background-color: #90a2f5; /* Darker Blue */
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/*  
#content {
	background: url(../images/content-txt-midbg.jpg) repeat-y;
	width: 728px; 
	float: left; 
	_width: 728px;
}
#content h2 { margin: 0px 0 20px 50px; }
#propertyCentric select { _left: 0px; }
#propertyCentric .search { _margin: 30px 0 0 -100px; }  

/*------About Corporate Suites------
#content.aboutcorp { min-height: 450px; _height: 450px}
#content.aboutcorp h2 { margin-top: 10px; }
#content.aboutcorp img { 
	width: 220px;
	margin: 0 28px 14px 50px; 
	border: 5px solid #F3F18D;
	float: left; 
}
#content.aboutcorp div p { 
	width: 650px; 
	margin: 15px 50px; 
	text-align: justify;
}

/*------propertySearch.php------
.cityBar {
	background: url(../images/citystatemap-bar.jpg) no-repeat;
	width: 728px;
	height: 24px;
	float: left;
}
.cityBar h3 {
	color: #2E2118;
	line-height: 24px; 
	float: right; 
}
.cityBar a, .viewMap { color: #FEF18A; }
.cityBar a:hover { text-decoration: underline; }
.viewMap { margin: 0 25px 0 10px; }
.aptListing {
	background: url(../images/comm-bar.jpg) no-repeat;
	width: 728px; 
	height: 96px;
	float: left;
}
.aptListing:hover { 
	background: url(../images/commRO-bar.jpg) no-repeat;
	cursor: pointer;
}
.aptListing img { 
	width: 65px;
	height: 65px;
	border: 5px solid #FFF; 
	margin: 10px 25px 12px 22px ;
	float: left; 
}
.commInfo { 
	float: left; 
	clear: none; 
	width: 160px;
	margin: 14px 10px 12px 0; 
	_width: 190px;
}
*+html .commInfo { width: 180px; }
.commInfo .commName {
	color: #FFF;
	float: left; 
	clear: right; 
	font-weight: bold;
	width: 165px;
	margin: 0 0 5px 0px; 
}
.commInfo span { float: left; clear: both; _width: 180px; _clear: none; }
*+html .commInfo span { width: 180px; }
.aptListing p { 
	float: left; 
	width: 400px; 
	margin: 0px 0 12px 0; 
	font-size: 9pt;
	text-align: justify;
	_margin: -10px 10px 0 0;
	_width: 350px;
	_overflow: hidden;
}
*+html .aptListing p { margin: -10px 15px 12px 0; }

/*------propertyMap.php------
#contentArea.propertyMap {  
	background: url(../images/mid.jpg) repeat-y;
	overflow: visible;
	width: 992px; 
	float: left;
}
#content .propertyMap {
	_margin-left: 75px; 
	_height: 600px; 
}
*+html #contentArea.propertyMap { height: 600px; }
#contentArea .propertyMap { background: transparent; _padding-bottom: 20px; }
.propertyMap #corpHeader { margin-bottom: 20px; }
.sideList { 
	width: 220px;
	float: left;
	margin: 0 0 0 25px; 
	_margin-left: 10px; 
}
.sideList a { 
	color: #FFF; 
	font-weight: bold; 	
}
.sideList li {
	width: 170px;
	border-bottom: 1px solid #FEF18A;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sideList a:hover { color: #52551E; }
#map {
	border: 5px solid #FEF18A;
	margin: 0 10px 20px 0;
	height: 400px;
	width: 450px;
	float: left; 
	clear: right;
	_overflow: visible; 
	_padding-bottom: 20px; 
}
.website { color: #2E2118; }
.website:hover { text-decoration: underline; }
*/

