html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

em { font-style: italic; }
strong { font-weight: bold; }

.clearing { clear: both; }

.clearingonly { clear: both; height: 0px; overflow: hidden; background: transparent; }

body {
  text-align: center;
  background: #F0F4F9;
  color: #003565;
  font-size: 80%;
}

#container {
  width: 941px;
  text-align: left;
  margin: 0 auto;
  background: url(../img/masthead.gif) no-repeat 0px 0px;
  padding-top: 58px;
  position: relative;
}

a#maillink {
  position: absolute; display: block; text-indent: -9999px;
  left: 26px; top: 148px; width: 211px; height: 32px; overflow: hidden;
  background:url(../img/mail-link.gif) no-repeat 0 0;
}

a#maillink:focus,a#maillink:hover { background-position: 0 -32px; }

#header {
  background: url(../img/masthead1.jpg) no-repeat 339px 0px;
  height: 160px;
  position: relative;
}

#header ul {
  position: absolute;
  margin: 0; padding: 0;
  display: block;
  left: 8px; top: 5px;
  /*width: 755px;*/
  width: auto;
  height: 18px;
  line-height: 18px; vertical-align: middle;
  font-size: 83%;
  font-weight: bold;
  font-family: 'Arial', Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
}

#header li {
  display: inline;
  margin: 0; padding: 0;
}

#header li a {
  padding: 3px 6px;
  color: #003565;
  background-color: white;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

#header li a:link    { background-color: transparent; color: #003565; }
#header li a:visited { background-color: transparent; color: #003565; }
#header li a:hover   { background-color: #7F9AB2; color: #ffffff; }
#header li a:active  { background-color: #7F9AB2; color: #ffffff; }
#header li a:focus   { background-color: #7F9AB2; color: #ffffff; }

#content {
  background: #C2D4E4 url(../img/body-bottom.gif) no-repeat -8px 100%;
  margin: 0px 14px 5px 7px;
  padding: 0px 15px 15px 15px;
  border-left: 1px solid #D9E4EF;
  border-right: 1px solid #D9E4EF;
  color: #003565;
}

#content h1 {
  color: #000033;
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 10px;
}

img.bullet-med {
  vertical-align: middle;
  width: 19px;
  height: 19px;
  margin: 0px 15px;
}

#content h1 a {
}

#content h1 a:link, #content h1 a:visited {
  color: #000033;
  text-decoration: none;
}

#content h1 a:hover, #content h1 a:active, #content h1 a:focus {
  color: #D12926;
  text-decoration: underline;
}

#content h2 {
  font-size: 120%;
  font-weight: bold;
}

#content h3 {
  font-weight: bold;
}

#content h4 {
  font-style: italic;
}

#content p {
  line-height: 120%;
  margin: 5px 0px 5px 0px;
}

/* #content p a { white-space: nowrap; } */

#content p a:link    { color: #D12926; font-weight: bold; text-decoration: none; border-bottom: 1px solid  transparent; }
#content p a:visited { color: #D12926; font-weight: bold; text-decoration: none; border-bottom: 1px dashed #D12926; }
#content p a:hover   { color: #000033; font-weight: bold; text-decoration: none; border-bottom: 1px dashed #000033; }
#content p a:active  { color: #000033; font-weight: bold; text-decoration: none; border-bottom: 1px solid  #000033; }
#content p a:focus   { color: #D12926; font-weight: bold; text-decoration: none; border-bottom: 1px dashed #000033; }

#content ul.basiclist {
  line-height: 150%;
}

#content ul.basiclist li {
  background: url(../img/bullet-small.png) no-repeat 0% 50%;
  padding-left: 28px;
}

/* ------------ Basic Table --------------- */

#content table {
  width: 100%;
}

#content table thead th {
  background-color: #003565;
  color: white;
  text-align: left;
  border: none;
  border-bottom: 2px solid #c2d4e4;
  padding: 2px 4px;
}

#content table tbody td {
  border: none;
  border-bottom: 2px solid #c2d4e4;
  text-align: left;
  padding: 4px;
}

#content table tbody tr.odd  td { background-color: #ffffff; color: #003565; }
#content table tbody tr.even td { background-color: #f0f4f9; color: #003565; }



/* ------------ End Basic Table --------------- */

#footer {
  font-size: 76%;
  clear: both;
}

#footer ul {
  display: block;
  text-align: center;
}

#footer ul li {
  padding: 0px 5px 0px 5px;
  border-left: 1px solid #003565;
  display: inline;
  text-transform: lowercase;
}

#footer ul li.first { border-left: none; }

#footer ul li a {
  text-decoration: none;
}

#footer ul li a:link    { color: #003565; font-weight: bold; text-decoration: none; border-bottom: 1px solid  transparent; }
#footer ul li a:visited { color: #003565; font-weight: bold; text-decoration: none; border-bottom: 1px dashed #003565; }
#footer ul li a:hover   { color: #D12926; font-weight: bold; text-decoration: none; border-bottom: 1px dashed #D12926; }
#footer ul li a:focus   { color: #D12926; font-weight: bold; text-decoration: none; border-bottom: 1px dashed #D12926; }
#footer ul li a:active  { color: #D12926; font-weight: bold; text-decoration: none; border-bottom: 1px solid  #D12926; }

/* -------------------------------------------------- */

#content .propertyAuction {
  padding-top: 5px;
}

#content .propertyAuction h1 {
  background: white;
  color: #003565;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  border-left: 1px solid #d9e4ef;
  border-top: none;
  border-right: 1px solid #d9e4ef;
  border-bottom: none;
  
  padding: 12px 15px 0px 15px;
}

#content .propertyAuction h1.padded {
  padding-bottom: 12px;
}

#content .propertyAuction .preamble {
  margin: 15px 5px 15px 5px;
}

#content .propertyAuction .preamble p {
  line-height: 120%;
  margin-top: 10px;
}

#content .propertyAuction h2 {
  margin: 5px;
  font-size: 160%;
}

ol.properties {
  display: block;
  list-style: none;
  margin-left: 2px;
}

ol.properties:after {
  content: ".";
  display: block;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}

ol.properties li {
  display: block;
  float: left;
  width: 125px;
  height: 109px;
  padding: 1px;
  padding-right: 153px;
  
  overflow: hidden;
  margin: 0px 5px 5px 0px;
  background: white;
  
  position: relative;
  
  border: 2px solid white;
}

ol.properties li:hover, ol.properties li.hover {
  border-color: #003565;
}

ol.properties li h3 {
  padding-left: 20px;
  color: #003565;
  font-weight: bold;
  font-size: 140%;
  background: url(../img/bullet-small-red.png) 0px 50% no-repeat;
}

ol.properties li div {
  font-size: 90%;
}

ol.properties li .img-holder {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 144px;
  height: 107px;
  background: #f0f4f9 url(../img/loading.gif) no-repeat 50% 50%;
  /*background: #7F9AB2 url(../img/loading.gif) no-repeat 50% 50%;*/
  overflow: hidden;
}

ol.properties li .img-holder.empty { background-image: none; }

ol.properties li .img-holder img {
  position: absolute;
  left: 0; top: 0; width: 144px; height: 107px;
}

ol.properties li a.moreinfo {
  position: absolute;
  left: 0%; top: 0%; width: 100%; height: 100%;
  display: block;
  background: transparent;
  color: #cb201d;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none; 
}

ol.properties li a.moreinfo:link    span { border-bottom: 1px solid  white;   }
ol.properties li a.moreinfo:visited span { border-bottom: 1px solid  white;   }
ol.properties li a.moreinfo:hover   span { border-bottom: 1px dashed #cb201d; }
ol.properties li a.moreinfo:active  span { border-bottom: 1px solid  #cb201d; }
ol.properties li a.moreinfo:focus   span { border-bottom: 1px dashed #cb201d; }

ol.properties li a.moreinfo span {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

/* --------------------------------------------- */

#content #flashMessage {
  color: #003565;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  border-left: 1px solid #d9e4ef;
  border-top: none;
  border-right: 1px solid #d9e4ef;
  border-bottom: none;
  
  border: 2px solid #003565;
  
  min-height: 52px;

  padding: 12px 15px 0px 70px;
  position: relative;
  
  background: white url(../img/blob_info.gif) no-repeat 0px 0px;
}

/* --------------------------------------------- */

#content .info {
  background: white;
  color: #003565;
  margin-top: 0;
  font-size: 93%;
  font-weight: bold;

  border: none;

  border-left: 1px solid #d9e4ef;
  border-top: none;
  border-right: 1px solid #d9e4ef;
  border-bottom: none;
  padding: 12px 15px 12px 15px;
}

#content .info .navlinks {
  width: 25%;
  float: right;
  text-align: right;
}

#content .info:after {
  content: '.';
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

#content .info .navlinks a {
  padding-right: 18px;
  background: url(../img/arrow_undo.png) no-repeat 100% 1px;
  line-height: 18px;
  height: 18px;
  display: block;
  width: auto;
/*
  margin-top: -18px;
  margin-bottom: 18px;
*/
  text-transform: uppercase;
  text-decoration: none;
}

#content .info a.back { background-image: url(../img/arrow_undo.png); }
#content .info a.next { background-image: url(../img/arrow_right.png); }
#content .info a.prev { background-image: url(../img/arrow_left.png); }

#content .info .navlinks a:link    { color: #003565; text-decoration: none; }
#content .info .navlinks a:visited { color: #003565; text-decoration: none; }
#content .info .navlinks a:hover   { color: #cb201d; text-decoration: underline; }
#content .info .navlinks a:active  { color: #cb201d; text-decoration: underline; }
#content .info .navlinks a:focus   { color: #cb201d; text-decoration: underline; }

.property #images {
  margin: 5px 0;
  padding-bottom: 10px;
}

#content .property #images ul.imagelist {
  float: left;
  width: auto;
  margin: 0; padding: 0;
  margin-left: -8px;
  margin-right: -10px;
}

* html #content .property #images ul.imagelist { margin-left: -16px; }

.property #images ul.imagelist li {
  width: 142px;
  margin: 0; padding: 0;
  overflow: hidden;
  margin-left:8px;
  display: block;
  float: left;
  text-align: center;
}

.property #images ul.imagelist li a { display: block; font-size: 75%; }

#content .chunk {
  background: white;
  color: #003565;
  margin: 8px 0px 0px 0px;
  border-left: 1px solid #d9e4ef;
  border-top: none;
  border-right: 1px solid #d9e4ef;
  border-bottom: none;
  
  padding: 12px 15px 0px 15px;
  position: relative;
}

#content .chunk h2 {
  background-color: #003565;
  padding: 5px 0px;
  border-left: 1px solid #809AB2;
  border-right: 1px solid #809AB2;               
  margin-left: -9px;
  margin-top: -6px;
  color: white;
  line-height: 36px;
  height: 36px;
  padding-left: 9px;
}

#content .chunk h2 strong {
  color: #99CCFF;
  font-size: 150%;
  padding-right: 1ex;
  vertical-align: middle;
  display: block; float: left;
  line-height: 36px;
}

#content .chunk h2 span {
  vertical-align: middle;
  display: block; float: left;
  width: 490px;
  /*line-height: 36px;*/
}

#content .chunk h2 span.singleline { line-height: 36px; }

#content .chunk .price {
  float: right;
  width: auto;

  margin-top: -41px; /* 36 + 5 (padding) */

  height: 36px;
  line-height: 36px;
  background-color: #003565;
  color: white;
  font-size: 150%;
  text-transform: uppercase;
  /*
  position: relative;
  left: 9px;
  */
  padding-right: 20px;
  vertical-align: middle;
  margin-left: 9px;
}

#content .chunk .price * { /*vertical-align: middle; line-height: 36px;*/ }

#content .chunk .price small { text-transform: none; font-weight: inherit; display: inline; font-size: 80%; }

.chunk .mainbit {
  float: right;
  width: 585px;
  /*background: #fff;*/
  padding: 0;
  margin-top: 20px;
  border-left: 1px solid #C2D4E4;
  padding-left: 8px;
  padding-bottom: 10px;
}

.chunk .mainbit h3 {
  margin-top: 10px; margin-bottom: 10px;
}

.chunk .sidebar {
  clear: left;
  float: left;
  width: 255px;
  /*background: #fff;*/
  padding: 0;
  margin-top: 20px;
  margin-left: -4px;
}

.chunk .sidebar dl {
  width: auto; float: none; display: block; margin: 0; padding: 0;
  padding-top: 8px;
  font-size: 90%;
  margin-left: 8px;
}

.chunk .sidebar dt {
  width: auto; float: none; display: block; margin: 0; padding: 0;
}

.chunk .sidebar dd {
  width: auto; float: none; display: block; margin: 0; padding: 0;
}

.chunk #solicitors {
  border-top: 1px solid #C2D4E4;
  border-bottom: 1px solid #C2D4E4;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.chunk #solicitors h3 {
  margin-top: 8px;
}

.chunk #hilights ul { line-height: 15px; font-weight: bold; }

.chunk #hilights ul li {
  padding-left: 18px;
  background: url(../img/bullet-small-red.png) no-repeat 0em 0em;
  min-height: 15px;
  line-height: 15px;
  margin-bottom: 5px;
}

.chunk #downloads ul {
  line-height: 18px;
}

.chunk #downloads ul li {
  padding-left: 18px;
  min-height: 18px;
  line-height: 18px;
  background: white url(../img/bullet-small-red.png) no-repeat 0px 1px;
  margin-bottom: 5px;
}

.chunk #downloads ul li.pdf   { background-image: url(../img/page_white_acrobat.png); }
.chunk #downloads ul li.email { background-image: url(../img/email.png); }

.chunk #downloads ul li a {
  font-weight: bold; text-transform: uppercase; text-decoration: none;
}

.chunk #downloads ul li a:link    { color: #003565; border-bottom: 1px solid  white; }
.chunk #downloads ul li a:visited { color: #003565; border-bottom: 1px solid  white; }
.chunk #downloads ul li a:hover   { color: #cb201d; border-bottom: 1px dashed #cb201d; }
.chunk #downloads ul li a:active  { color: #cb201d; border-bottom: 1px solid  #cb201d; }
.chunk #downloads ul li a:focus   { color: #cb201d; border-bottom: 1px dashed #cb201d; }

.chunk #downloads p {
  font-size: 80%;
}

/* ------------------------------------------------------ */

.downloads {
  margin: 0; padding: 0;
}

.downloads ul {
  line-height: 18px;
  margin-top: 10px;
  padding-left: 16px;
  border-left: 1px solid #F0F4F9;
  margin-left: 3px;
}

.downloads ul li {
  padding-left: 18px;
  min-height: 18px;
  line-height: 18px;
  background: #c2d4e4 url(../img/bullet-small-red.png) no-repeat 0px 1px;
  margin-bottom: 5px;

}

.downloads ul li.pdf   { background-image: url(../img/page_white_acrobat.png); }
.downloads ul li.email { background-image: url(../img/email.png); }

.downloads ul li a {
  font-weight: bold; text-transform: uppercase; text-decoration: none;
}

.downloads ul li a:link    { color: #003565; border-bottom: 1px solid  #c2d4e4; }
.downloads ul li a:visited { color: #003565; border-bottom: 1px solid  #c2d4e4; }
.downloads ul li a:hover   { color: #cb201d; border-bottom: 1px dashed #cb201d; }
.downloads ul li a:active  { color: #cb201d; border-bottom: 1px solid  #cb201d; }
.downloads ul li a:focus   { color: #cb201d; border-bottom: 1px dashed #cb201d; }

/* ------------------------------------------------------ */

#content .furnitureAuction {
  padding-top: 5px;
  position: relative;
}

#content .furnitureAuction h1 {
  background: white;
  color: #003565;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  border-left: 1px solid #d9e4ef;
  border-top: none;
  border-right: 1px solid #d9e4ef;
  border-bottom: none;
  
  padding: 12px 15px 0px 15px;
}

#content .furnitureAuction .info {
  background: white;
  color: #003565;
  margin-top: 0;
  font-size: 93%;
  font-weight: bold;
  
  border-left: 1px solid #d9e4ef;
  border-top: none;
  border-right: 1px solid #d9e4ef;
  border-bottom: none;
  padding: 12px 15px 12px 15px;
}

#content .furnitureAuction .auctionsList {
}

#content .furnitureAuction .auctionsList h2 { border: none; }

#content .furnitureAuction .preamble {
  margin: 0; padding: 0; width: 437px; float: left;
}

#content .furnitureAuction .preamble p {
  line-height: 120%;
  margin-top: 10px;
}

#content .furnitureAuction .downloads {
  width: 437px; float: left;
}


#content .furnitureAuction h2 {
  margin: 5px 0px 5px 0px;
  padding: 5px 0px 0px 0px;
  font-size: 160%;
  clear: both;
  border-top: 1px solid #F0F4F9;
}

div.furnitureList { width: 437px; margin: 0; padding: 0; float: left; margin-right: 6px; }

div.furnitureListRight { margin-right: 0px; }

table.furniture {
  margin: 0; padding: 0;
  width: 437px;
  border-collapse: collapse;
  table-layout: fixed;
}

table.furniture thead th { text-transform: uppercase; }

table.furniture tbody td.lotno { font-weight: bold; background-image: url(../img/bullet-small-red.png); background-position: 2px 50%; background-repeat: no-repeat; }
table.furniture tbody td.desc  { font-weight: normal; text-transform: uppercase; }
table.furniture tbody td.star  { color: #d12926; text-align: right; }

table.furniture tbody td.star ul.images { float: right; display: inline;  }
table.furniture tbody td.star ul.images li { padding-right: 2px; }
table.furniture tbody td.star ul.images * { float: none; display: inline; }

table.furniture .lotno span { margin-left: 24px; }

#content .furnitureAuction .subcaption {
  clear: both;
  margin-left: -20px;
  color: #d12926;
  font-size: 80%;
  padding-top: 5px;
  line-height: 160%;
}

#content .furnitureAuction .subcaption p {
  display: inline;
  padding-left: 20px;
}

#content .furnitureAuction .subcaption p .star {
  font-size: 160%;
  vertical-align: middle;
  font-weight: bold;
}

/* ---------------------------------------- */

div.pageswitcher {
  clear: both;
  text-align: right;
  font-size: 80%;
  margin-bottom: 5px;
  margin-right: 3px;
  margin-top: -20px;
}

div.pageswitcher ul {
  display: inline;
}

div.pageswitcher ul li {
  display: inline;
  padding: 0px 5px 0px 5px;
  margin: 1px;
  background: transparent;
  border-left: 1px solid #6184A4;
}

div.pageswitcher ul li.first { border-left: none; }

div.pageswitcher ul li strong {
  font-weight: bold;
  color: #cb201d; border-bottom: 1px solid  #cb201d;
}

div.pageswitcher ul li a {
  padding: 0; margin: 0; background: transparent; text-decoration: none;
}

div.pageswitcher ul li a:link    { color: #003565; border-bottom: 1px solid  #c2d4e4; }
div.pageswitcher ul li a:visited { color: #003565; border-bottom: 1px solid  #c2d4e4; }
div.pageswitcher ul li a:hover   { color: #cb201d; border-bottom: 1px dashed #cb201d; }
div.pageswitcher ul li a:active  { color: #cb201d; border-bottom: 1px solid  #cb201d; }
div.pageswitcher ul li a:focus   { color: #cb201d; border-bottom: 1px dashed #cb201d; }

/* ---------------- EDIT MODE Stuff --------------------- */

textarea.editor_field {
  border: 1px double #cb201d;
}

ul.paneMenu {
  line-height: 18px;
  margin-top: 10px;
  padding-left: 0px;
  margin-left: 3px;
  margin-bottom: 10px;
}

ul.paneMenu li {
  padding-left: 18px;
  min-height: 18px;
  line-height: 18px;
  background: white url(../img/bullet-small-red.png) no-repeat 0px 50%;
  margin-bottom: 5px;
  display: block; clear: right;
}

ul.paneMenu li.selected {
  color: #cb201d;
}

ul.paneMenu li small { float: right; margin-top: -18px; font-weight: normal;  }

ul.paneMenu li.pdf   { background-image: url(../img/page_white_acrobat.png); }
ul.paneMenu li.email { background-image: url(../img/email.png); }

ul.paneMenu li a {
  font-weight: bold; text-decoration: none;
}

ul.paneMenu li a:link    { color: #003565; border-bottom: 1px solid  #ffffff; }
ul.paneMenu li a:visited { color: #003565; border-bottom: 1px solid  #ffffff; }
ul.paneMenu li a:hover   { color: #cb201d; border-bottom: 1px dashed #cb201d; }
ul.paneMenu li a:active  { color: #cb201d; border-bottom: 1px solid  #cb201d; }
ul.paneMenu li a:focus   { color: #cb201d; border-bottom: 1px dashed #cb201d; }

ul.snippet {
  line-height: 18px;
  margin-top: 10px;
  border-left: 1px solid #F0F4F9;
  margin-left: 3px;
}

ul.snippet li {
  padding-left: 18px;
  min-height: 18px;
  line-height: 18px;
  background: white url(../img/bullet-small-red.png) no-repeat 0px 1px;
  margin-bottom: 5px;

}

/* ---------------- FORMS ------------------- */

form {
}

form .row {
  display: block;
  margin: 5px 0px;
  float: none;
}

form .label {
  display: block;
  width: auto;
  float: none;
}

form .field textarea { width: 100%; }

form .field .txt, form .field textarea {
  font-family: 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}

form .submit { float: none; clear: both; }

form legend {
  padding-top: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 90%;
}

input.btn-add {
  display: block;
  float: left;
  width: auto;
  overflow: visible;
  line-height: 48px;
  padding-left: 48px;
  height: 48px;
  background: url(../img/button-plus.gif) no-repeat 0px 0px;
}
input.btn-add:hover { background-position: 0px -48px; }

a.btn-add {
  display: block;
  float: left;
  width: auto;
  overflow: visible;
  line-height: 48px;
  padding-left: 48px;
  height: 48px;
  background: url(../img/button-plus.gif) no-repeat 0px 0px;
  color: blue;
}
a.btn-add:hover   { background-position: 0px -48px; color: red; }

form .error_message {
  background: #c2d4e4;
}

/* ---------------------------------------- */

#home {
  background: url(../img/pixel-light.gif) repeat-y 50% 0%;
}

#home ul.basiclist {
  font-weight: bold;
}
#home ul.basiclist li {
  margin-bottom: 5px;
}

ul.bigBullets {
  list-style: none;
  margin-left: 15px;
}

ul.bigBullets li {
  background: url(../img/hammer.jpg) no-repeat 100% 50%;
  padding-left: 36px;
  padding-right: 100px;
  margin-right: 10px;
  margin-top: 10px;
}

ul.bigBullets li.antique-auctions   { background-image: url(../img/minithumb-antiques.jpg); }
ul.bigBullets li.furniture-auctions { background-image: url(../img/minithumb-furniture.jpg); }

ul.bigBullets li h3 {
  margin-left: -36px;
  padding-left: 36px;
  background: url(../img/bullet-medium.png) no-repeat 0px 50%;
  min-height: 19px;
  line-height: 19px;
  font-size: 140%;
}

ul.bigBullets li p {
  text-align: justify;
  font-size: 90%;
}

ul.bigBullets li a.moreinfo {
  text-decoration: none;
  text-transform: lowercase;
  font-weight: bold;
}

ul.bigBullets li a.moreinfo:link    { color: #cb201d; border-bottom: 1px solid  #C2D4E4; }
ul.bigBullets li a.moreinfo:visited { color: #cb201d; border-bottom: 1px solid  #C2D4E4; }
ul.bigBullets li a.moreinfo:hover   { color: #cb201d; border-bottom: 1px dashed #cb201d; }
ul.bigBullets li a.moreinfo:active  { color: #cb201d; border-bottom: 1px solid  #cb201d; }
ul.bigBullets li a.moreinfo:focus   { color: #cb201d; border-bottom: 1px dashed #cb201d; }

.leftPane {
  float: left;
  width: 49.5%;
}

.rightPane {
  float: right;
  width: 49.5%;
}

/* Table layout for definition lists */

dl.table { margin-top: 20px;  }

dl.table dt { width: 40%; float: left; clear: left; padding-bottom: .5em; font-weight: bold;  }

dl.table dd { width: 59%; float: left; padding-bottom: .5em; }

.address-title { font-size: 150%; }
.address-subtitle { font-size: 120%; }
.address { font-size: 90%; }