@import url(main.css);

#pageContainer {
  padding: 30px 10px 15px;
}

#navigationContainer {
  float: left;
  width: 200px;
  margin-top: 10px;
}

#contentContainer {
  float: left;
  width: 400px;
  margin: 0px 30px;
}

#sidebarContainer {
  float: left;
  width: 120px;
  margin: 0px;
}

h2 {
  font-weight: bold;
  font-size: 16px;
  font-family: Tahoma, Verdana, sans-serif;
  color: #056297;
  margin: 15px 0px 5px;
}

h3 {
  font-weight: bold;
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif;
  color: #056297;
  margin: 25px 0px 5px;
}

.summaryBox {
  border: 1px dotted #d1c7b6;
  padding: 10px;
  clear: both;
  color: #876b4f;
}

  .summaryBox .featureList {
    margin-top: 10px;
    height: 16px;
  }
  
  .summaryBox span {
    color: #3d290e;
    font-size: 12px;
  }
  
  p {
    font-size: 12px;
  }
  
  .soldIndicator {
    color: #c00;
    font-size: 14px;
    font-weight: bold;
    float: right;
  }

.micrositeContentFooter {
	border-top: 1px dotted #d1c7b6;
	padding-top: 20px;
	margin-top: 20px;
}

#agencyBlock {
  border-bottom: 1px dotted #d1c7b6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#agencyBlock .agentName {
  font-size: 10px;
  color: #876b4f;
  padding: 0px;
}

#agencyBlock .agentName span {
	font-size: 16px;
  color: #3d290e;
}

#agencyBlock .buttonContainer img {
  margin: 1px 0px;
}

  .micrositeNavigation li {
    margin: 1px 0px 2px 0px;
  }

  .micrositeNavigation a {
  letter-spacing:0.08em;
    display: block;
    position: relative;
    height: 21px;
    background-position: 0px 0px;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 10px;
    line-height:21px;
    padding: 0px 10px;
    font-weight: bold;
    white-space: nowrap;
    width: 180px;
	text-transform:uppercase;
  }
  
  .micrositeNavigation a:hover,
  .micrositeNavigation a.on {
    background-position: 0px -21px;
  }
  
.micrositeSidebarMenu {
  height: 424px;
  overflow: hidden;
}

.micrositeSidebarMenu li {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #3d290e;
	border-bottom: 1px dotted #d1c7b6;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.micrositeSidebarMenu li a {
  text-decoration: none;
}
  
.imageBlock {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 120px;
	height: 120px;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #3d290e;
}
.imageBlock * {
  vertical-align: middle;
}
/*\*//*/
.imageBlock {
  display: block;
}
.imageBlock span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
/**/
