/* GLOBAL RESETS */

*{
  font-family: arial;
}

a, a:link, a:hover, a:visited, a:active, a:focus{
  border: none;
  padding: 0px;
  margin: 0px;
  color: #FFFFFF;
  text-decoration: none;
  outline: none;	
  cursor: pointer;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td, input, li{
  padding: 0;
  margin: 0;
  border: 0px;
}

fieldset, img, a img{
  border: none;
  margin: 0px;
  padding: 0px;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0px;
  border: 0px;
  margin: 0px;
}

ol, ul {
  margin-left: 15px;
}

li{
  line-height: 16px;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

body{
  width: 100%;
  background-image: url('images/main_background.gif');
}
/* END GLOBAL RESET */

#main{
  margin: 40px auto 0 auto;
  width: 956px;
  height: 670px;
  background-image: url('images/main_center_box.gif');
  background-repeat: no-repeat;
}

h1{
  font-size: 28px;
  color: #006CB5;
}

h2{
  font-size: 40px;
  font-style: italic;
  font-weight: 1200;
  color: #013666;  
}

h3{
  font-size: 28px;
  color: #003768;
}

h4{
  color: #70AAD5;  
}

.whitbread_logo{
  float: right;
  margin-top: -37px;
  margin-right: 30px;
  width: 283px;
  height: 121px;  
}

.right_image{
  float: right;
  margin-right: 40px;
}

#header_text{
  float: left;
  margin-top: 20px;
  margin-left: 30px;
  *margin-left: 15px;
}

.float_grey_text{
  position: relative;
  top: 80px;
  margin-left: 450px;
  font-size: 12px;
  font-weight: bold;
  color: #585858;
}

#content{
  margin-left: 30px;
}

#content_left{
  position: absolute;
  float: left;
  width: 600px;
  margin-top: 20px;
  font-weight: bold;
}

.landlord_list{
  width: 330px;
  height: 229px;
  background-image: url('images/list_background.gif');
  background-repeat: no-repeat;
  margin-bottom: 20px;
  
  color: #FFFFFF;
}

.landlord_list b{
  font-size: 14px;
}

.landlord_list ul{  
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}

.landlord_list ul li{
  font-size: 14px;
}

.call_now{
  margin-top: 20px;
  width: 414px;
  height: 80px;
  
  color: #CC0000;
  font-weight: bold;
}

#footer{
  margin-left: 30px;
  width: 886px;
  height: 50px;
  border-top: 1px solid #000000;  
  
  font-size: 14px;
  color: #999999;
}

#footer_left{
  margin-top: 5px;
  float: left;
}

#footer_right{
  margin-top: 5px;
  padding: 5px;
  float: right;
}

.footnote{
  margin: 0 auto 0 10px;
  width: 916px;
  color: #FFFFFF;
  font-size: 11px;
  text-align: justify;
}

.wrap{
  padding: 20px;
}

.clear{
  clear: both;
}
