@charset "UTF-8";

/* GLOBAL STYLES */

body {
  font-family: 'Trebuchet', Arial;
  color: #555;
  background: #EFEFEF url(/images/production/global/bg.png) top center repeat-y;
  font-size: 12px;
}

/* STRUCTURE STYLES */    

#wrapper {
  width: 970px;
  margin: 0 auto;
}

.clear {
  clear:both;
}  

strong {
  font-weight: bold;
}

/* HEADER STYLES */    

#header {
  height: 163px;
}  

.main {
  background: url(/images/production/global/bgHeader.jpg) top center no-repeat;  
}

.blog {
  background: url(/images/production/global/bgHeaderBlog.jpg) top center no-repeat;  
}
  
#header h1 a {
  display: block;
  float: left;
  height:135px;
  width: 375px;
  text-indent: -9000px;
  display: inline;
}  

#header ul {
  margin: 0px 0 0 15px; 
  font-size: 11px;
  text-transform: uppercase;
  color: #777;
  clear: both;
  padding-top: 10px;
}  

#header ul li {
  display: inline;
  margin-right: 7px;
}

#header ul li a {
  color: #444;
  text-decoration: none;
  font-weight: bold;
}

#header ul li a:hover {
  color: #222;
  text-decoration: none;
}

/* BANNER STYLES */  

#bannerHome {
  height: 185px;
  margin: 10px 0;
  background: url(/images/production/home/banner.jpg) top center no-repeat; 
  color: #FFF;
  padding: 115px 50px 0 690px;
}

#bannerHome p {
  padding: 0 0 10px 10px;
  line-height: 15px;
}

#bannerInside {
  height: 175px;
  margin: 10px 0 5px 0;
}

/* SUBNAV STYLES */

#subNav {
  height: 115px;
}

#subNav ul li {
  display: inline;
}

#subNav ul li a {
  display: block;
  text-indent: -9000px;
  height: 115px;
  width: 242px;
  background: url(/images/production/home/subNav.jpg) no-repeat top left;
  float: left;
}

#subNav ul .agent a {
  background-position: 0 0;
}

#subNav ul .appraisal a {
  background-position: -247px 0;
}

#subNav ul .payment a {
  background-position: -494px 0;
}

#subNav ul .tips a {
  background-position: -742px 0;
}

/* FORM STYLES */  

dl {
  margin: 20px 10px;
}

dt {
  float: left;
  width: 150px;
  margin-right: 10px;
}

dd {
  float: left;
  width: 400px;
}

.btn {
  margin-left: 455px;
  background: #CC0000;
  border: 4px solid #EFEFEF;
  padding: 5px 10px;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
}

.input {
  display: inline;
  width: 350px;
  padding: 5px;
  border: 2px solid #DEDEDE;
  margin-bottom: 5px;
  color: #777;
}

/* CONTENT STYLES */

#content {
  padding: 20px 0;
}

#content a {
  color: #CC0000;
  text-decoration: underline;
}

#content a:hover {
  color: #000;
  text-decoration: underline;
}

#content p {
  padding: 8px 0;
  line-height: 18px;
}

#content ul {
  margin: 10px 25px;
}

#content ul li {
  list-style: square;
  margin-bottom: 5px;
  line-height: 18px;
}

.divider {
  height: 1px;
  border-top: 1px dotted #CCC;
  margin: 10px 0;
  clear: both;
}

#column {
  float: left;
  width: 600px;
  display: inline;
  margin-left: 25px;
}

#columnThin {
  float: right;
  width: 280px;
  margin-right: 25px;
  display: inline;
  font-size: 11px;
  color: #999;
}

.subColumnA {
  float: left;
  width: 260px;
  margin-right: 30px;
}

.listStaff {
  padding-top: 10px;
}

.listStaff li {
  width: 175px;
  float: left;
  margin-bottom: 10px;
}

.floatRight {
  float: right;
  margin: 20px;
}

.posted {
  color: #999;
  font-size: 11px;
}

#listInline {
  padding-top: 10px;
}

#listInline li {
  display: inline;
  margin-right: 5px;
}

#marketSnapshot {
  width: 284px;
  background: #666;
  text-align: center;
}

/* NEWSLETTER STYLES */

.newsletter {
  background: #7ED3F7;
  padding: 15px;
  margin-bottom: 10px;
}

.newsletterInput {
  padding: 8px;
  color: #888;
  border: 1px solid #CCC;
  width: 230px;
  margin-bottom: 5px;
  font-family: 'Trebuchet', Arial;
  font-size: 12px;
}

.subscribeButton {
  padding: 4px 7px;
  background: #FFF;
  border: 2px solid #DEDEDE;
  color: #666;
  cursor: pointer;
}

/* HEADING STYLES */

h2 {
  font-weight: normal;
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}

h3 {
  font-size: 14px;
  margin: 15px 0 15px 0;
  font-weight: bold;
  color: #111;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999;
}

h4 {
  color: #222;
  font-weight: bold;
  margin-bottom: 5px;
}

h5 {
  color: #444;
  font-weight: bold;
  margin-bottom: 5px;
}

h6 {
  color: #222;
  font-weight: bold;
  margin-top: 15px;
}

/* FOOTER STYLES */    

#footerWrapper {
  color: #999;
  text-align: right;
  font-size: 10px;
  padding: 25px 0 50px 0;
}

#footer {
  width: 960px;
  margin: 0 auto;
}

#footer p {
  padding-bottom: 5px;
}

/* TABLE STYLES */  

table {
  width:100%;
  border-top:1px solid #DEDEDE;
  border-right:1px solid #DEDEDE;
  margin:1em auto;
  border-collapse:collapse;
  font-size: 11px;
}    
  
caption {
  color: #000;
  font-size:12px;
  letter-spacing:.1em;
  padding:0;
  margin:1em 0 0 0;
  margin-bottom:0;
  caption-side:top;
  text-align:center;
}  
    
td {
  color:#666;
  border-bottom: 1px solid #DEDEDE;
  border-left:1px solid #DEDEDE;
  padding: 10px 5px;
  text-align:center;
}
          
th {
  font-weight:normal;
  color: #678197;
  text-align:left;
  border-bottom: 1px solid #DEDEDE;
  border-left:1px solid #DEDEDE;
  padding: 10px 5px;
}  
  
thead th {
  background:#F0F0F0;
  text-align:center;
  font-weight:bold;
  font-size:11px;
  color:#333
}
  
/* TWITTER FEED STYLES */  

#social {
  background: #FEFEFE;
  border: 1px solid  #DEDEDE;
  margin-bottom: 10px;
  padding-top: 10px;
}

#feeds {
  line-height: 16px;
  font-size: 11px;
}

#feeds a span {
  color: #333;
  font-size: 11px;
  display: block;
}

#feeds ul li {
  list-style: none;
}
  
#feeds ul li a {
  color: #616161;
  display: block;
  padding: 10px;
  text-decoration: none;
}

#feeds ul li a:hover {
  color: #444;
}
  
/* BLOG STYLES */

#resources {
  border-top: 4px solid #DEDEDE;
  border-bottom: 4px solid #DEDEDE;
  padding: 10px 0;
}

.entry {
  margin: 10px 10px 25px 10px;
  width: 600px;
  font-size: 11px;  
}

.entry a {
  color: #222;
  text-decoration: none;  
}

.entry a:hover {
  color: #111;
  text-decoration: underline;  
}

.thumbnail {
  float: left;
  width: 200px;
}

.thumbnail img {
  width: 176px;
  border: 10px solid #EBE7E4;
}

.text {
  float: right;
  width: 380px;
  padding-top: 4px;
}

.resourceEntry {
  margin-bottom: 15px;
}

.published {
  color: #999;
}

.title {
  color: #222;
  margin-bottom: -7px;
  margin-top: 5px;
  font-size: 14px;
  display: block;
}

.viewAll {
  text-align: right;
  padding: 10px;
}

.viewAll a {
  color: #243D7E;
  text-decoration: none;
}

.viewAll a:hover {
  color: #111;
}