body {
  font-family:Arial,Helvetica,sans-serif;
}

#main html, table th, table td { 
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}

.WarningNormalBold {
  color: red;
  font-weight: bold;
  font-size: 14px;
}

#main table {
  border-collapse: separate;
}

#abode-sub-page {
  background-color:#ede7dd;
  padding:10px;
  width:720px;
  min-height:380px;
}

#main {
  padding:0;
  background-color: #7A6C5C ;
}


.sub-img-1 { text-align: right; color:white; }
.sub-img-1 a { color:white; font-weight: bold; }
.sub-img-1 a:link { color:white; font-weight: bold; }
.sub-img-1 a:visited { color:white; font-weight: bold; }

#footer {
  margin: 0px;
}

#footer-text {
  padding:5px 10px 0 10px;
}

#facebook-logo {
  margin: 20px 10px 0px 0px;
}

hr {  
  margin: 10px 0px 5px 0px;
  background:none repeat scroll 0 0 #ff792f; 
}

h1 {
  border-bottom:1px solid #ff792f; 
  *margin-top: 2px;
}

h2 {
  margin: 7px 0px 10px 0px;
}

.abode-sub-page-content-no-left p {
  margin:0 0 10px;
  padding:0;
  width:100%;
}

#main-wrapper {
  background: #EDE7DD; 
}

#book-now-buttton {
  background: url("/pb3/corporate/abode/images/bg-banner.png");
}

#footer-lower-text {
  padding:0px 0px 0px 10px;
}

/* Abode Banner Style */
#banner {
	background-color:#3bc2dc;
	margin:0;
	padding:0;
	height:250px;
	/* width:750; /*changed to help fix ie6*/ 
	width:1000px;
	float:left;
	position:relative;
}

#banner img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}
#banner img.active {
    z-index:10;
}
#banner img.last-active {
    z-index:9;
}
