/*****************************************************************\
| This file includes styles for the general layout of the website.
\*****************************************************************/

body {
  padding:0;
  margin:0;
  background:url('/images/layout/back-gradient.png') top center repeat-x  #8B91A1;
  font-family: Verdana,sans-serif;
  color: #333;  
  font-size:14px;
}

.body-background {
  padding:0;
  margin:0;
  background:url('/images/layout/usrl-background-split.png') center 300px no-repeat;
}

.body-container {
  background-color:#FFF;
  width:972px;
  margin:auto;
}

.body-dropshadow-top {
  width:1000px;
  margin:auto;
  background:url('/images/layout/dropshadow-top.png') bottom left no-repeat;
  height:36px;
}

.body-dropshadow {
  width:1000px;
  margin:auto;
  background:url('/images/layout/dropshadow-body.png') top left repeat-y;
}

.header {
  height:160px;
  width:972px;
  margin:auto;
  position:relative;
  background:url('/images/layout/usrl-header.png') top left no-repeat;
  overflow:hidden;
  margin:auto;
}
.header h1 {
  position:absolute;
  margin:40px 0 0 20px;
  padding: 6px 0 0 48px;
  font-size:3.5em;
  text-shadow: 1px 1px 3px #8B91A1;
  letter-spacing: -1px;
  font-family: 'Niconne', cursive;
  font-weight:normal;
  background:url('/images/layout/logo-icon.png') top left no-repeat;
}
.header h1 a {
  text-decoration:none;
  color:#E49349;
}
.header .tagline {
  position: absolute;
  top:103px;
  margin-left:79px;
  font-size:14px;
  color:#696969;
  text-decoration:none;
}
.header .tagline a {
  font-size:14px;
  color:#696969;
  text-decoration:none;
}

.header-logo {
  position:absolute;
  top:35px;
  left:35px;
  width:500px;
}

.toll-number {
  font-size: 12px;
  letter-spacing: 0px;
  position: absolute;
  right: 65px;
  top: 30px;
}
.toll-number a {
  color: #E49349;
}

.homepage-header {
  position:relative;
}

.ribbon {
  position:absolute;
  border:none;
  right:25px;
  bottom:-60px;
  z-index:20;
}
#content {
  padding:1.5em 2%;
  font-size: 14px;
  color:#333333;
  float:left;
  width:74.7% !important;
  padding-left: 0px !important;
  font: small/1.3 "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}
#content a {
  color: #E49349;
  text-decoration:none;
}
.padded {
  padding-top:3em !important;
  padding-bottom:3.5em !important;
}
#demoform a {
  color: #696969;
  text-decoration:underline;
}

#demoform a:hover {
  color: #E49349;
  text-decoration:underline;
}

#content a:hover {
  color: #696969;
}

#content-left {
  width:340px;
  float:left;
  padding-bottom:30px;
}

#content-right {
  width:560px;
  float:right;
  padding-bottom:30px;
  margin-left:1.5em;
}

.photo-banner {
  float:left;
  width:210px;
}

.photo-banner-content {
  float:right;
  width:685px;
  padding-left:10px;
}

#contactform fieldset {
  border:none;
}

#contactform .text-field,
#contactform .text-area {
  border:2px solid #f69954;
  border-radius: 10px / 5px;
  padding:6px 0;
  margin:5px 0 10px;
}

#contactform .text-field {
  width:200px;
}

#contactform textarea {
  width:300px;
  height:200px;
}

#demoform {
  background-color:#f1f1f2;
  width:907px;
  padding:5px 5px;
  margin:30px auto 0;
  overflow:hidden;
  clear:both;
  font-size:14px;
  box-shadow:0 0 15px #999999; 
}
#demoform fieldset {
  border:none;
  width:260px;
  padding:15px;
  float:left;
}
#demoform .text-field,
#demoform .text-area {
  border:2px solid #f69954;
  width:250px;
  border-radius: 10px / 5px;
  padding:6px 0;
  margin:5px 0 10px;
}
#demoform #comments {
  height:60px;
}
#demoform #refferal {
  height:52px;
}
#demoform .submit {
  float:right;
}
.footer {
  width:100%;
  background:url('/images/layout/footer-back.png') top left repeat-x;
  color:#FFF;
  line-height:15px;
  box-shadow:inset 0 0 10px #333;  
  border-top:2px solid white;
  padding-bottom:2em;
}
.footer-nav > ul {
  list-style:none;
  padding:25px 0 12px;
  margin:0 auto;
  width:850px;
  font-size:12px;
//  height: 300px;
}
.footer-nav > ul > li {
  padding:0;
  margin:0;
  width:23.5%;
  float:left;
}
.footer-nav a {
  color:#FFF;
  text-decoration:none;
}
.footer-nav a:hover {
  color:#FFF;
  text-decoration:underline;
}
.footer-nav > ul > li > a { 
  margin:13px 0;
  font-weight:bold;
}
.footer-nav ul ul { 
  margin:0;
  list-style:none;
  padding:0;
}
.footer-nav li:first-child a {
  border:none;
}
.footer-nav #othersites {
  margin-top:15px;
}
.testimonial {
  width:350px;
  padding-top:60px;
  font-size:12px;
  float:right;
  padding-right:35px;
  color:#696969;
}
.testimonial a {
  color:#696969;
}
.testimonial .inpt {
  width:175px;
}

.imageThumb {
  border: 1px solid black;
}
.imageThumbOver {
  border: 1px solid #E49349;
}

h2, .title, .page-title {
  font-size: 20px;
  text-shadow: 1px 1px #CECECE;
  display: block;
  width: 100%;
  border-bottom: 2px solid #737477;
  color: #E49349;
  font-weight: bold;
  letter-spacing: 0px;
  padding-bottom: 2px;
  text-decoration: none;
}
#slideshow-wrapper {
  position:relative;
  width:100%;
  height:207px;
  display:block;
}
#slideshow-overlay {
  background-image: url("/images/layout/px_white_transparent60.png");
  height: 20%;
  width: 100%;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
#slideshow {
  list-style:none;
  margin:0;
  padding:0;
}
#slideshow li {
  position:absolute;
  top:0;
  left:0;
}

.barImage {display:none;}
.searchlisting .page-title {width: 820px;}
.office_hours {
  margin-top:4px;
}

html#cf-default .searchlisting .page-title {width: auto;}
html#cf-default #content {padding-left: 110px;}
html#cf-rentals-map #content{width:920px;}

.testimonial div {float:left !important;}
.body-container {overflow:auto;}
.header-logo {width:400px;}

/* Console Drop Down Menu */
div.dropdown_options {border:  1px solid #014d89;}
div.dropdown_options a {
  display: block;
  width:   220px;        
  border-bottom:  1px solid #014d89;
  padding: 2px 5px;        
  background-color: #ebede4;        
  text-decoration: none;
  color:   #0035c0;
  text-align:left;
}
div.dropdown_options a:hover {color:#75abfe;}

#propertyinfo {width:450px;padding-left: 30px;}
#propertyinfophotos {width:450px;}      
.equalHeight {
  min-height:730px;
}
    
    
/*Side Bar Styles*/
  #content {
    float:right;
    width:72.5%;
    overflow:hidden;
  }
  #sidebar {
    float:left;
    width:22%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    background-color:#EAEAEA;
    padding-bottom:8.25em;
  } 
  #sidebar h3, #sidebar label, #sidebar #login-form input[type="submit"] {
    text-transform:uppercase;
    font-size:13px;
  }
  #sidebar h3 {
    font-weight:normal;
    background:url("/images/layout/usrl_sidebar_title.png") no-repeat 0 0;
    text-indent:9%;
    line-height:3em;
    margin:1.5em 0 0;
    color:#fff;
  }
  #sidebar h3 img {
    vertical-align:middle;
    margin-right:3%;
  }
  #sidebar ul, #sidebar ul li {
    list-style:none;
    padding:0;
  }
  #sidebar ul {
    margin: .8em 1.35em;
  }
  #sidebar ul li {
    margin:0;
    line-height:1.7em;
  }
  #sidebar a {
    font-size:13px;
    color:#333;
    text-decoration:none;
  }
  #sidebar a:hover, #sidebar a.active {
    text-decoration:underline;
  }
  #login-form {
    width:74%;
    margin:0 auto;
  }
  #login-form .form-item {
    margin:.25em 0;
  }
  #login-form input {
    border: 1px solid #7DA2BC;
  }
  #login-form .input-container input {
    line-height:1.65em;
  }
  #login-form input[type="submit"] {
    background-color:#fff;
    margin:0;
    padding:.4em 10%;
    cursor:pointer;
  }
  #subnav {
    padding-left:0px;
  }
  
  
/* Console CSS */
tr.head {
  background-color: #4d5c73;
  color: #fff;
}
tr.body {
  background-color:#eaeaea;
}
  .img-wrap {
    float:left;
    padding:10px 10px 10px 5px; 
    margin-top:10px;
    margin-right:15px;
    background-image:url('/images/local-splash/background.jpg');
    width:198px;
    height:133px; 
  }
  .local-wrap {
    padding-bottom:35px;
    padding-top:22px;
  }
  .img-local {
    border:none;
    padding:10px 10px 10px 17px;
    width:172px;
    height:115px;
  }
.propertytd.FeaturedProperty img {
  border:2px solid #E49349;
  z-index:1;
}
.propertytd.FeaturedProperty td:nth-child(2){
  background-image: url("/site/usrentallisting/images/featuredorange.png");
background-repeat:no-repeat;
  z-index:1000;
background-position-y: 15px;
background-position-x: 1px;
min-width: 160px;
}