@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	background:#717074;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
 }
#main {
	width: 100%;
	text-align: center;
	background: #fff;
	min-width: 900px;
}
#content {
	text-align:left;
	width: 900px;
}
#logo {
	padding: 30px 0px 0px 83px;
	text-align: left;
}

/* TOP NAVIGATION */
#topNav {
	background-image: url(http://www.trilar.com/images/top-nav-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 8px 0px 15px 50px;
	text-align: right;
	min-width: 700px;
}
#topNav a:link, #topNav a:visited {
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.4em;
	padding: 3px 10px 3px 10px;
	margin-right: 30px;
}

#topNav a:hover, #topNav a:active {
	background-color: #717074;
	border-bottom: 2px solid #800000;
}

.topNavCurrent {
	background-color: #717074;
}

/* SIDE NAVIGATION */
#sideNav {
	text-align: left;
	float: left;
	background:url(http://www.trilar.com/images/side-nav-bg.gif) no-repeat bottom right;
	/*margin: 10px 15px 0 30px !important; MESSING UP IN WIN IE*/
	margin: 10px 0px 0px 30px;
	padding: 0px;
	width: 200px;
	display: inline;
}

#sideNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.2em;
}

#sideNav li {
	text-align: right;
	background:url(http://www.trilar.com/images/side-nav-btn_03.jpg) no-repeat left;
	margin: 5px 6px 5px 0px;
	padding: 3px 5px 3px 10px;
}

#sideNav .current {
	background: url(http://www.trilar.com/images/side-nav-arrow.gif) no-repeat right;
	padding-right: 15px;
	color: #000;
}

#sideNav a:link, #sideNav a:visited {
	text-decoration: none;
	color: #fff;
	padding: 3px 3px 3px 3px;
}

#sideNav a:hover, #sideNav a:active {
	color: #000;
}


#sideNav img {
	padding: 0px;
	margin: 0px 0px 3px 0px;
	background:#717074;
	display: block;	
}

/* PAGE CONTENT */
#pageContent {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin-top: 20px;
	margin-right: 278px;
	margin-bottom: 20px;
	margin-left: 250px;
	font-size: 1.2em;
	/* border-right: 1px solid #999; */
}

.clearAll {
	clear: both;
}

h1 {
	color: #800000;
	font-size: 2.4em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	color: #666;
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	color: #333;
	font-size: 1.4em;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top: 5px;
	margin-bottom: 7px;
	line-height: 120%;
	text-align: justify;
}

#pageContent ul {
	list-style-image: url(http://www.trilar.com/images/bullet.gif);
}


a:link, a:visited {
	color: #003399;
}

table {
	border-collapse: collapse;
	margin: 0px;
}

td {
	font-size: 12px; /* NEED TO FIGURE THIS IN EMS */
}


.blockRight {
	float: right;
	margin: 0px 0px 10px 10px;
}


/* FOOTER */
#footer {
	color: #fff;
	padding-right: 30px;
	border-top: 1px solid #333;
}

#footer p {
	font-size: 1.1em;
	text-align: right;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	margin-left: 20px
}

#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: underline;
}

/* SIDEBAR */
#sidebar {
	float: right;
	width: 270px;
	margin: 20px 15px 0px 0px;
	border-left: 1px solid #999;
	/**/ 
	overflow: hidden;
	
}

/* FORMS */
.formTable {
	font-size: 1.2em;
	border-collapse: collapse;
}

.formTable td {
	margin: 0px;
	padding: 0px 10px 15px 0px;
	text-align: right;
}

/* FIND HOME */
#propsForCity { margin-bottom: 10px; }
.areaApts  { 
	clear:both; 
	background-color: #fff; 
	visibility: hidden; 
	z-index: 3; 
	width: 180px; 
	height: auto; 
	position:absolute; 
	padding: 5px 10px 5px 10px; 
	border-color: #800000;
	border-style: solid; 
	border-width: 1px; 
 }
.areaApts p {text-align: left; line-height: 130%; margin-bottom: 5px;  }
.areaApts li {margin-bottom: 10px;  }
.areaApts a { color: #027d86; }
.areaApts a:hover{ }
.closePropWin a {
	text-align: center;
	font-size: 85%;
}
.allHomes {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-top-color: #800000;
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
}
