/* frontend sections */
.section {
  border: 1px solid #E5E3C9;
  background: #fff;
  margin: 0;
  margin-bottom: 7px;
  font-size: 12px;
  padding: 14px;
}
.section h3 {
  background-color: #970009;
}
.section h4 {
  font-weight: bold;
  font-size: 1.1em;
  color: #970009;
  padding-bottom: 7px;
}
.section p {
  padding: 0 7px 7px 7px;
  margin: 0;
  color: #444;
}
#property-details p {
  padding: 0 4px;
  margin: 0;
  text-align: justify;
  line-height: 1.5em;
  color: #1a3b80;
}
.section ul.bullet_orange,
.section ul.attention {
  /*padding: 0 1.4em;*/
  margin: 0;
  padding-left: 21px;
}
.section ul.bullet_orange li,
.section ul.attention li {
  padding: 0;
  margin: 0;
  color: #444;
  line-height: 1.5em;
}
.section ul.bullet_orange li {
  list-style-image: url(../images/bullet_orange.png);
}
.section ul.attention li {
  padding-left: 28px;
  background: url('../../images/icons/wholesalers_16_500.png') 0 -400px no-repeat;
}
.sectionX ol li {
  padding: 0;
  margin: 0;
  color: #1a3b80;
  line-height: 1.5em;
  list-style-image: none;
}
.section table {
  /*margin: 7px;*/
}
.section tr {
  /*vertical-align: top;*/
}
/*2 columns*/
.twoColumns table {
  width: 100%;
}
.twoColumns td {
  padding: 7px;
}

.left2Section {
  width: 50%;
  padding-right: 14px;
  vertical-align: top;
  border-right: 1px solid #DEDEDE;
}
.right2Section  {
  width: 50%;
  vertical-align: top;
}
.threeColumns {
  padding: 14px;
}
.threeColumns table {
  width: 100%;
}
.charts ul {
  /*padding: 0 1.4em;*/
  margin: 0;
  padding-left: 21px;
  /*added to fix IE/Win Disappearing List-Background Bug:*/
  position: relative;
}
.charts li {
  list-style-image: url(../images/bullet_orange.png);
}
/*3 columns*/
.leftSection {
  width: 33%;
  padding-right: 7px;
  vertical-align: top;
}
.middleSection {
  width: 33%;
  padding-right: 7px;
  vertical-align: top;
}
.rightSection {
  width: 33%;
  vertical-align: top;
}
.links table {
  margin: 0 21px;
}
.links tr {
  vertical-align: top;
}
.links td {
  padding-bottom: 7px;
}
.links textarea {
  font-family: arial;
  width: 400px;
  height: 50px;
  color: #999;
}
#claim {
  font-size: 0.65em;
  font-weight: bold;
  padding: 2px 4px 3px;
  float: right;
}
#claim a {
  color: #1a3b80;
}
#partners {
  /*
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  */
}
.news ul {
  padding: 0 1.4em;
  margin: 0 0 0 280px;
  padding-left: 21px;
}
.news li {
  padding: 0;
  margin: 0;
  color: #1a3b80;
  list-style-image: url(../images/bullet_orange.png);
}
#travel_writing ul {
  padding: 0 1.4em;
  margin: 0;
  padding-left: 21px;
}
#travel_writing li {
  padding: 0;
  margin: 0;
  color: #1a3b80;
  list-style-image: url(../images/bullet_green.png);
}
#updates-gif-container {
  text-align: center;
}

