body {
  margin: 0px;
  background-color: #cccccc;
}

#header {
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
}

#header #headerDiv1 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 33%;
}

#header #headerDiv1 h1 {
  margin: 0px;
  background-image: url(/images/logo2.gif);
  background-repeat: no-repeat;
  height: 89px;
}

#header #headerDiv2 {
  position: absolute;
  top: 0%;
  left: 33%;
  width: 34%;
  text-align: center;
}

#header #headerDiv3 {
  position: relative;
  top: 0%;
  left: 67%;
  width: 33%;
  height: 89px;
  text-align: right;
}

#header #headerDiv3 .telephone {
  position: absolute;
  top: 12px;
  right: 4%;
  display: block;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #b23b32;
  text-transform: uppercase;
}

#content {
  position: relative;
  top: 0;
  left: 0;
}

#content #contentDiv1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 216px;
  background-color: #cccccc;
  text-align: right;
}

#content #contentDiv1 #navigation1 {
	text-align: right;
}

#content #contentDiv2 {
  position: relative;
  top: 0;
  left: 20%;
  height: 500px;
  width: 60%;
  background-color: #ffffff;
}

#content #contentDiv2 #pictureMain1 {
  height: 216px;
  width: 100%;
  background-color: #aaaaaa;
  background-image: url(/images/family1.jpg);
  background-repeat: no-repeat;
  
}

#content #contentDiv2 #pictureMain1 #pictureMain1Comment {
  position: absolute;
  top: 6px;
  right: 0%;
  height: 200px;
  width: 40%;
}

#content #contentDiv2 #pictureMain1 #pictureMain1Comment #blurbMain1 {
  font-family: sans-serif;
  font-size: 30px;
  line-height: 26px;
  color: #b23b32;
  border-bottom: 1px solid #666666;
  white-space: nowrap;
}

#content #contentDiv2 #pictureMain1 #pictureMain1Comment p {
  margin: 2px 0px 8px 0px;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 14px;
}

#content #contentDiv2 #askBrokerNowContainer {
  padding-left: 4%;
  padding-right: 4%;
  margin: 12px 0px 12px 0px;
}

#content #contentDiv2 #askBrokerNowContainer textarea {
  width: 100%;
  height: 72px;
  margin-bottom: 12px;
  border: 1px solid #666666;
  padding: 2px;
}

#content #contentDiv3 {
  position: absolute;
  top: 0;
  left: 80%;
  width: 24%;
/*  height: 416px;*/
/*  background-image: url(/images/homeMainBG.jpg);*/
/*  background-repeat: repeat-x;*/
/*  background-position: 100% 0px;*/
/*  background-color: #c0c6cf; */
}

#content #contentDiv3 #homeMain1container {
  position: relative;
  top: 0;
  left: 0;
/*  height: 125px;
  overflow: hidden;*/
}

#content #contentDiv3 #homeMain1 {
  position: absolute;
  border: 1px solid #000000;
}

#navigation1 a {
  display: block;
  padding: 6px;
  padding-right: 8%;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  text-decoration: none;
  text-transform: capitalize;
  color: #335599;
  width: 95%;
}

#navigation1 a:hover {
  color: #335599;
  background-color: #dddddd;
  text-align: right;
}

#footer {
  border-top: 1px solid #000000;
  background-color: #556688;
  font-size: 10px;
  color: #ffffff;
  padding: 4px;
}

.hidden {
  display: none;
}

p {
  font-size: 14px;
  line-height: 16px;
}
