/* --- TOP SECTION --- */

#logo {
  float:left;
  height:118px;
  width:155px;
}

#top_container {
  float:left;
  height:118px;
  width:100%;
  background:#000000;
}

#top_container #top{
  margin:10px;
  float:right;
}

#top_container #top div.persistentSearch{
	display:block;
	text-align:right;
}
#top_container #top .search_button{
	background:#0A6486;
	color:white;
	font-weight:bold;
	border:0;
	padding:2px 4px;
}

#top_container #btm {
  position:absolute;
  z-index:2;
  height:39px;
  width:615px;
  top:79px;
  left:155px;
}

/* --- CONTENT SECTION --- */

#content_container {
  background-repeat:repeat-y;
  float:left;
  width:769px;
  border-right:1px solid #566B88;
  border-bottom:1px solid #566B88;
  padding-bottom:10px;
}

* html #content_container {
  width:769px;
}

#content_container #left {
  float:left;
  width:155px;
}

#content_container #breadcrumbs {
	background: #eee;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1px;
	padding: 4px 0;
	width: 100%;
}
#content_container #breadcrumbs ul {
	padding: 0 11px;
}
#content_container #breadcrumbs ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#content_container #content {
  float:left;
	position: relative;
  width:614px;
}

#content_container #single_column {
	float: left;
	width: 609px;
}

#content_container #content #dual_column_left {
  float:left;
  width:444px;
  margin-right:5px;
}

* html #content_container #content #dual_column_left {
  width:444px;
}

#content_container #content #dual_column_right {
  float:left;
  width:160px;
  padding-top:198px;
}


/* --- FOOTER SECTION --- */

#footer_container {
  float:left;
  width:759px;
  height:30px;
  padding-left:10px;
  border-right:1px solid #566B88;
  border-bottom:1px solid #566B88;
  line-height:30px;
}
#internal_linking {
	background: #eee;
	clear: both;
	float:left;
	line-height: 160%;
	padding: 20px 0 20px 20px;
	width:750px;
}
#internal_linking h4 {
	border-bottom: 0;
	color: #666;
	margin: 0 0 0.6em 0;
	padding: 0;
}
#internal_linking .bottom-details{
	color:#797979;
	clear:both;
	padding-top:6px;
	padding-bottom:10px;
}

.internal_links {
	display: inline;
	float: left;
	margin: 0 15px 0 0;
	width: 160px;
}
.internal_links.last {
	margin: 0;
}
.internal_links.landlords {
	width: 180px;
}
.internal_links ul {
	margin: 0;
	padding: 0;
}
.internal_links ul li {
	line-height: 120%;
	list-style: none;
	margin: 0;
	padding: 0 0 0.4em 0;
}
.internal_links p {
	color: #555;
	font-style: italic;
	line-height: 150%;
	margin: 0;
	padding: 0;
}
.internal_links a {
	color: #0A6486;
	text-decoration: none;
}
.internal_links a:hover {
	text-decoration: underline;
}
.internal_links hr{
	margin-top:12px;
	margin-bottom:15px;
	border:none;
	border-top:1px solid #d6d6d6;
}

.internal_links a.fb-link{
	float:left;
	display:block;
	background:url("/images/site/fb-icon.gif") no-repeat 0 0 transparent;
	text-indent: -9000px;
	width: 39px;
	height: 40px;
}
.internal_links a.tw-link{
	float:left;
	display:block;
	background:url("/images/site/tw-icon.gif") no-repeat 0 0 transparent;
	text-indent: -9000px;
	width: 39px;
	height: 40px;
	margin-left:7px;
}
.description {
	width: 200px;
}

* html #footer_container {
  width:770px;  /* For IE 5.5 -- Set the total width including borders, padding, etc. */
  w\idth:759px; /* For > IE 5.5 -- 5.5 does not understand this -- Normal width excluding borders, padding, etc. */
}

