BODY {
	background:#c2c2c2;
	font-family: verdana, sans-serif;
	font-size: 15px;
}

img {
  border: none;
}
a:visited {
	color: inherit;
}

#content-wrapper {
  width: 950px;
  background: #FFFFFF;
  padding: 10px;
  margin: 0 auto;
}

#header {
  background: #FFFFFF url(../images/header-bg.gif) repeat-x;
  margin-top: 10px;
  height: 128px;
}

#header #find-us {
  float: right;
  margin: 25px 15px 0 15px;
}
#header #contact-us {
  float: right;
  margin: 25px 5px 0;
}

#header #contact-us a,
#header #find-us a {
  text-decoration: none;
  text-transform: uppercase;
  color: #aaaaaa;
}

#header #contact-us a:visited,
#header #find-us a:visited {
  color: #aaaaaa;
}
#header #logo {
  float: left;
}

#main {
  padding: 0;
  margin: 0;
  background: #EEEEEE;
}

#main #content {
  font-size: 55px;
  color: #aaaaaa;
  font-weight: normal;
  margin-top: 0;
  padding: 75px 30px 90px 20px;
  line-height: 80px;
  min-height: 100px;
}

#properties {
  text-transform: uppercase;
  padding: 10px 30px 10px 25px;
  font-size: 15px;
  color: #AAAAAA;
  background: #ffffff;
}

#jobs {
  color: #444;
  font-size: 15px;
  line-height: 22px;
}

.property {
  float: left;
	width:33%;
  padding: 10px 0;
	margin:0 4px 0 0;
  background: #ffffff;
  height: 155px;
  vertical-align: middle;
}
DIV#subsidiaries {
	display:block;
	height:260px;
	text-align:center;
  background: #EEEEEE;
	margin:10px 0;
}

#twyk.property {
	margin:0 0 0 0;
  padding-left: 1px;
}
#aap.property {
	margin:0 3px 0 0;
  padding-left: 1px;
}

#rvp.property img {
  margin-top: 20px;
}
#twyk.property img,
#aap.property img{
  margin-top: 40px;
}

#footer-wrapper {
  text-align: right;
  margin: 15px auto;
  padding: 10px 15px;
  background: #cecdcd; 
  color: #FFFFFF;
  height: 20px;
  width: 940px;
}
#footer-wrapper #contact-us,
#footer-wrapper #find-us {
  float: left;
  margin: 0 0 0 0px;
}
#footer-wrapper #contact-us a,
#footer-wrapper #find-us a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
}

#footer-wrapper #contact-us a:visited,
#footer-wrapper #find-us a:visited {
  color: #FFFFFF;
}

.footer-content {
  float: right;
  width: 480px;
}
.footer-content .content  {
  float: left;
}
form label {
  vertical-align: top;
}

#message {
	position: absolute;
	top: 10px;
	left: 200px;
	font-size: 12px;
	color: #C1C1C1;
}

#contact-us,
#contact-close{
  float: right;
}

#contact-us a, #contact-us a:visited {
	color: blue;
}

#contact-form {
  font-size: 15px;
  line-height: 35px;
  border: 2px solid #ccc;
  padding: 5px;
  background: #eeeeee;
  color: #aaaaaa;
  width: 450px;
  height: 385px;
  float: left;
}
#find {
  font-size: 12px;
  line-height: 20px;
  border: 2px solid #ccc;
  padding: 5px;
  margin: 0 0 0 10px;
  background: #eeeeee;
  color: #aaaaaa;
  float: left;
  width: 410px;
  height: 385px;
}

#main #content.page2 {
  padding: 25px 30px 90px 20px;
  min-height: 340px;
}

.error span{
  color: red;
}

input.error,
textarea.error {
  border: 1px solid red;
}