
/**
 * core.css
 *
 *
 *	03.11.2008
 * @author Bruce Wright <bruce.wright@residentsource.com>
 * @version $Id$
*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*base font and size */
body {
	background: #6f818b; 
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 15px;
}
strong{ font-weight:bold; }

/* Trac Ticket 1497 */
.pastDescription p {
	line-height: 20px;
	margin-bottom: 10px;
}

.realLinks {
	color: #0000ff;
	text-decoration: underline;
} 
#wrapper {
	width: 851px;
	margin: 5px auto 0px auto;	
}
.innerWrapper {
	float: left;
	background: url("../picImages/middle.gif") repeat-y;                                     
}
#header {
	float: left;
	width: 228px;
	height: 157px;
	background: url("../picImages/logo.gif") no-repeat;
}
#logo { text-indent: -1000em; }
#logo a{
	display:block;
	width:228px;
	height:157px;
}	
  
.mainNav { /*main nav div*/
	float: left;
	display: table;
	white-space: nowrap;
	list-style-type: none;
	width: 623px;
	height: 56px;
	margin: 0;
	padding: 0;
	background: url("../picImages/top.gif") no-repeat;
}

.mainNav .topBarNav { /*main nav ul*/
	width: 570px;
	margin: 32px 0 0 40px;
	padding: 0;
}

.mainNav .topBarNav li {
	border-left: 1px solid #000000;
	float:left;
	font-weight: bold;
	padding: 0 8px;
}

.mainNav .topBarNav li.first {
	margin: 0;
	border:0;
	list-style: none;	
}

.mainNav .topBarNav a {
	font-size: 0.9em;
	color: #000;
	text-decoration: none;
}

.mainNav .topBarNav a:hover {
	color: #fff;
	text-decoration: underline;
 }
 
.mainNav .topBarNav li.current a {
	color: #fff;
	text-decoration: underline;
}

.contentArea {
	display: inline; /* ie6 fix - double margin bug */
	float: right;
	width: 575px;
	margin: 0 30px 0 0;
	padding: 0 0 20px 0;
	position: relative;
}
.contentArea div {margin:10px 0}
/*//////////////////////////////////////////////////////////////////////*/
/* NTS Listing */

#listingArea #ntsListing {
	float: left;
	width: 575px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#listingArea #ntsListing #listingHeader {
	float: left;
	width: 575px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#listingArea #ntsListing #listingHeader h2 {
	float: left;
	width: 575px;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #5fabe1;	
}


#listingArea #ntsListing ol {
	float: left;
	width: 575px;
	margin: 0px;
	padding: 0px;
}

#listingArea #ntsListing ol li {
	float: left;
	width: 575px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background: #6495ed;
	list-style-type:none; 
}

#listingArea #ntsListing ol li .imgHolder {
	float: left;
	width: 100px;
	height: 100px;
	border: 5px solid #ffffff;
	margin: 10px 15px 0px 10px;
	background: #deb887;
}

#listingArea #ntsListing ol li div.infoDiv {
	float: left;
	width: 430px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#listingArea #ntsListing ol li div.infoDiv div.comName {
	float: left;
	width: auto;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-size: 13px;
}

#listingArea #ntsListing ol li div.infoDiv p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 13px;
}

#listingArea #ntsListing ol li div.infoDiv label.comName a {
	margin: 0px;
	padding: 0px;
	color:  #5fabe1;
	outline: none;
}

/*//////////////////////////////////////////////////////////////////////*/
h2#pageHeader,
h2.pageHeader {
	display: inline; /* ie6 fix - double margin bug */
	float: left;
	width: 550px;
	font-size: 130%;
	font-weight: bold;
	margin:20px 20px 0 0px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #666666;
	color: #5fabe1;
}
h3#pageSubheader,
h3.pageSubheader {	
	display: inline; /* ie6 fix - double margin bug */
	color: #5fabe1;
	float: right;
	font-size:0.9em;
	font-weight: bold;
	margin: 5px 30px 10px 0;	
	text-align: right;
	width: 540px;
}

/****************************************************************/
/* Merging of Property and Past Projects */
div#pastProjects {
	clear: left;
	float: left;
	width: 560px;
	margin: 0;
	padding: 0;
}

/* Trac Ticket 1497 */
/*========================================================*/
/*               RESIDENT COMMUNITIES            */
/*========================================================*/

.contentArea #resident,  .residentBox, .contentArea #countryClub,  .countryClubBox{
	float: left;
	width: 560px;

	margin: 0px 0px 0px 0px;

}

.contentArea .residentBox, .contentArea .countryClubBox {
	margin:0 0 10px 0;
	padding:0;
	
}

.contentArea #resident .cityBar, .contentArea #countryClub .cityBar  {
	float: left;
	width: 560px;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 5px;
	font-weight: bold;
	background: #dcdcdc;
}

.contentArea #resident .communityImage {
	float: left;
	width: 238px;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

.contentArea #countryClub .communityImage {
	float: left;
	width: 290px;
	margin: 10px 0px 10px 0px;
	padding: 0;
}

.contentArea #resident .communityImage img {
	width: 238px;
}


.contentArea #country .communityImage img {
	width: 290px;
}

.contentArea #resident .name, .contentArea #countryClub .name {
	float: left;
	width: 310px;
	line-height: 15px;
	font-weight: bold;
	margin: 10px 0px 0px 10px;
	padding: 0;
}

.contentArea #countryClub .name { width: 190px; }

.contentArea #resident .name span, .contentArea #countryClub .name span {
	display: inline-block;
	width: auto;
	border-bottom: 1px solid #000000;
	padding: 0px 0px 3px 0px;
}

.contentArea #resident .name a, .contentArea #countryClub .name a {
	text-decoration: none;
}

.contentArea #resident .description {
	float: left;
	width: 310px;
	margin: 10px 0px 0px 10px;

	_margin: 10px 0px 0px 9px;
	padding: 0px 0px 0px 0px;

}

.contentArea #countryClub .description{
	float: left;
	width: 240px;
	margin: 10px 0px 0px 10px;
	padding: 0;
}

.contentArea #resident .description p, 
.contentArea #countryClub .description p { margin: 0; }

.contentArea p {	
	line-height: 1.25em;
	margin: 0px 20px 10px 0;
	text-align: justify;
}
.aptContentArea p{ margin-left:20px}
.contentArea ul{ 
	clear:both;
	list-style: disc;
	margin:10px;	
}
.contentArea li{	
	line-height: 1.25em;
	margin:0 0 0 20px; 
}
.contentArea h4{ 
	font-weight:bold;
	margin:30px 20px 5px 0px;
}
.contentArea a{ color:#000; }
.contentArea a:hover{ text-decoration:none; }



.sideNav {	
	float: left;
	_height:400px;
	min-height:400px;
	width:  210px;
	_width: 170px;	
}
.sideNav .topBarNav,
.sideBarNav {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;
}
.sideNav .topBarNav li,  
.sideBarNav li {	
	border-bottom:1px solid #3f4042;
	margin: 0 0 0 25px;
	padding-left:5px;
}
.sideBarNav li li{	
	margin: 0 0 0 10px;
}
.sideNav .topBarNav a,
.sideBarNav a {
	background: url('../picImages/arrow-white.gif') no-repeat 0 1.1em;	
	display: block;
	width: 180px;
	_width: 150px;
	font-size: 1em;
	text-align: left;
	text-decoration: none;
	color: #ffffff; 
	padding: 10px 10px 10px 15px;
}
.sideBarNav li li a{ /* for ie6 */
	padding-right:0;	
}

.sideBarNav a#contactNav {
	font-weight: bold;	
}

.sideBarNav #realtyNTS, .sideBarNav #morgageNTS {
width: 150px;
margin: 0px 0px 0px 30px;
padding: 0;
}

.sideBarNav #realtyNTS li a, .sideBarNav #morgageNTS li a {width: 130px; margin: 0;}
.sideBarNav #realtyNTS li.current a,
.sideBarNav #morgageNTS li.current a,
.sideBarNav #realtyNTS li a:hover,
.sideBarNav #morgageNTS li a:hover,
ul.sideBarNav li a:hover,
.sideBarNav li .current a,
.sideBarNav .current a {
	color: #5fabe1;
	background: url('../picImages/arrow-blue.gif') no-repeat 0 1.1em;
	
}

.sideBarNav #realtyNTS li a,
.sideBarNav #morgageNTS li a,
.sideBarNav .current li a {
	color: #ffffff;
	background: url('../picImages/arrow-white.gif') no-repeat 0 1.1em;
}

.sideNav input#otherCommunitiesBtn {
	width: 185px;
	min-height: 46px;
	margin: 30px 0px 0px 30px;
	padding: 5px 0px;
	white-space: normal;
}

.sideNav a#otherCommunities {
	text-decoration: none;
	text-align: center;
	width: 180px;
	display: inline-block;	
	padding: 8px 2px;
	margin: 20px 0px 15px 30px;
	
	color: #000;
	background-color:#FFF;
	border:#333 solid 1px;
	
}

.sideNav a:hover#otherCommunities {
	text-decoration: none;
	text-align: center;
	
	background-color: #96b7d6;
	
}

#investorSubNav .first{ 
	border:none;
	margin-left: 30px;
	margin-top:25px;
	margin-top:5px;
}
#investorSubNav li.first span{ 
	width: 160px;
	color:#ffffff;
	margin-left:20px;
	display:block;
}
#investorSubNav .first a{ background:0; }

 
/* Start Footer */
#footer {
	clear: both;
	width: 851px;
	margin: 0px auto 0px auto;
	padding-top:25px;
	text-align:center;
	background: url("../picImages/bottomMain.gif") no-repeat #6f818b;
}
#homeFooter {
	clear:both;
	width:851px;
	margin: 0px auto;
	padding-top:20px;
	text-align:center;
}

/*vcards weee! */
#homeFooter .vcard, #footer .vcard { margin: 5px auto 0px auto; }
#homeFooter .vcard div, #footer .vcard div {
	display:inline;
	height:15px;
	border-left: 1px solid #000;	
	padding:0px 5px;
}
#homeFooter .vcard .fn, #footer .vcard .fn { border:0; }

#homeFooter .powered, #footer .powered{
	clear:both;
	margin: 5px auto 0px auto;
}
#homeFooter .powered a, #footer .powered a{
	color:#000;
	text-decoration:none;
	vertical-align:top;
}
#homeFooter .powered .resite, #footer .powered .resite {
	border-left: 1px solid #000;
	padding: 0px 15px 0px 15px;
}
#homeFooter .powered .footerHome, #footer .powered .footerHome  {
	border: none;
	padding-right: 15px;
}
#homeFooter .powered ul.rentalList,
#footer .powered ul.rentalList {
	margin: 0px auto;
	width:570px;
}

#homeFooter .powered ul.rentalList li,
#footer .powered ul.rentalList li {
	display: inline;
	line-height: 20px;
	text-align: center;
	border-left: 1px solid #333333;
	color: #333333;
	padding: 0px 3px 0px 5px;
}

#homeFooter .powered ul.rentalList li a,
#footer .powered ul.rentalList li a {	
	color: #333333;
}
#homeFooter .powered  a:hover,
#footer .powered a:hover {
	text-decoration: underline;
}

.flashAlt {
	background: url("../picImages/middle.gif") repeat-y;
}
.flashText {
	padding:15px;
	font-size:1.5em;
	height:124px;
}

/* Property Search */
#property-search {
	display:inline;
	float:left;
	margin-left:20px;
}
#property-search table {
	width:552px;
}
#property-search th {
	font-weight: bold;
}
#property-search tr {
	height:1.5em;
}
#property-search .state, #property-search .city {
	text-align:center;
}
#propertySearch h4 {
	padding-top:10px;
	margin: 0;
	padding-bottom: 5px;
}
#propertySearch a h4 {
	color: #000000;
	text-decoration: underline;
}
#propertySearch a.searchCityState:hover h4{
	text-decoration: none;
}
#propertySearch ul {
	display: table;
	width: 550px;
}
#propertySearch li {
	float: left;
	width: 240px;
	padding: 5px;
	margin: 0;
	list-style: none;
} 
#propertySearch ul.commprop li {width:540px} 
#propertySearch ul.commprop li img {
	vertical-align: middle;
	margin-right:10px;
}
table#property {
	float: left;
	width: 560px;
	border-collapse: none;
	border-spacing: 0px;
}
td.propAlign {
	vertical-align: middle;	
	margin: 0;
	padding: 0;
}

td.propImage img {
	width: 80px;
	height: 80px;	
	padding: 3px 3px 3px 3px;
}

td.propType {  width: 30px; text-align: center; }

#property .cityLine {
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 5px 5px;
	background: #dcdcdc;
}
td.blankTD { height: 5px;}
td.propImage { width: 85px; }
td.propName { padding: 0px 0px 0px 10px; }
#property .mast {
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

#property .thMast {
	font-weight: bold;
	padding: 0px 0px 0px 50px;
}


.sideNav #apartmentSearch {
	margin-top: 10px;
}
.sideNav #propMap {
	margin-top: 10px;
}
/* ================================= */
/* ======= Property Centric ======== */
/* ================================= */
.propertyCentric {
	float: left;
	width: 208px;
	height:	140px;
	font-size: 12px;
	margin: 5px 0px 0px 21px;
	_margin-left: 10px;
	padding: 0px 0px 0px 0px;
}

.propertyCentric h3 {
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 1px 0px;
	height: 18px;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
}

.propertyCentric h3#overView {
	background: #5898c6;	
}

.propertyCentric h3.interiorSearch {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;	
}

.propertyCentric h3 p.cityCentric {
	font-size: 1.25em;
	margin-bottom: 5px;
}

.propertyCentric form #search {
	float: left;
	width: 198px;
	_width: 200px;
	height: 19px;
	margin: 10px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
}

.propertyCentric form #region {
	float: left;
	width:	148px;
	height: 22px;
	margin: 10px 0px 0px 2px;
	padding: 0px 0px 0px 0px;	
}

.propertyCentric form #btnSearch {
	float: left;
	width: 	55px;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

.propertyCentric #links {
	float: left;
	width: 100%;
	text-align: center;	
}

.propertyCentric #links a {
	float: left;
	width: 100%;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.propertyCentric #links a:hover {
	text-decoration: none;
}

.propertyCentric #links a.blackLinks {
	color: #000000;
}

.propertyCentric #links a.whiteLinks {
	color: #ffffff;
}

/* ====== End Property Centrig ===== */
/* ================================= */


