img {
  border: none;
  display: block;
}
img.left {
  float: left;
  margin: 0px 10px 10px 0px;
}
img.right {
  float: right;
  margin: 0px 0px 10px 10px;
}
p img {
  display: inline;
}
.centre {
  margin: 0px auto 0px auto;
}
.ctr {
  text-align: center;
}
a:link, a:visited {
  color: #003366; /*  #60bb46 */
  font-weight: bold; /* normal */
  text-decoration: none; /* underline */
}
a:hover, a:active {
  color: #000033; /* #17224c */
  font-weight: bold; /* normal */
  text-decoration: underline; /* none */
}
body {
  color: #ffffff; /* #000000 */
  background: #ffffff; /* #2d4223 url(../images/body.gif #c2e0ff url(../images/bg_loop.gif) repeat-y 50% */
  font-size: 100%; /* 16px */
  line-height: 1.3em; /* 16x1.3=20.8px */
  font-family: Verdana, Geneva, sans-serif;
  padding: 0px;
  margin: 0px;
}
#mastheadWrapper {
  position: relative;
  background: #ffffff url(../images/mastheadWrapper.png) repeat-x; /* #ffffff url(../images/mastheadWrapper.png) repeat-y */
  height: 248px;
}
#masthead {
  position: relative;
  width: 1000px; /* 1000px */
  height: 248px;
  background: transparent url(../images/masthead.png) no-repeat center center;
  margin: 0px auto 0px auto;
}
#masthead a {
  position: absolute;
  top: 15px;
  left: 56px;
  width: 122px;
  height: 161px;
}
.navWrapper {
  background: transparent; /* transparent */
}
div.nav {
  position: relative;
  width: 980px; /* 1000px */
  height: 43px;
  background: #ffffff url(../images/nav.png) no-repeat; /* transparent */
  padding: 3px 11px 1px 9px;
  margin: 0px auto 0px auto;  /* 7px */
}
div.musicPlayer {
  position: absolute;
  left: 763px;
  top: 12px;
  width: 204px;
  height: 25px;
}

div.nav ul {
  float: left;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: inline;
}
div.nav ul li {
  float: left;
  text-align: center;
  font-size: 0.6875em; /* 68.75% 16x0.6875=11px */
  /* line-height: 30px; 16x1.875=30px */
  height: 43px;
  font-family: Verdana, Arial, sans-serif;
  display: inline;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
div.nav a:link, div.nav a:visited {
  display: block;
  text-decoration: none;
  color: #ffe15d; /* #ffffff */
  /* background: #e9dc2e; */
  line-height: 43px;
  padding: 0px 20px 0px 20px;
  border-right: solid 4px #ffffff; /* */
  margin: 0px 0px 0px 0px;
  float: left;
  height: 43px;
  overflow: hidden;
}
div.nav a:hover, div.nav a:active {
  display: block;
  text-decoration: none;
  color: #ffffff; /* #ffffff */
  /* background: #ffffff; */
  line-height: 43px;
  padding: 0px 20px 0px 20px;
  border-right: solid 4px #ffffff; /* */
  margin: 0px 0px 0px 0px;
  float: left;
  height: 43px;
  overflow: hidden;
}
div.nav a.selected:link, div.nav a.selected:visited {
  display: block;
  text-decoration: none;
  color: #003366; /* #ffffff */
  background-color: #6699cc; /* #ffe15d transparent */
  line-height: 43px;
  padding: 0px 20px 0px 20px;
  border-right: solid 4px #ffffff; /* */
  margin: 0px 0px 0px 0px;
  float: left;
  height: 43px;
  overflow: hidden;
}
div.nav a.selected:hover, div.nav a.selected:active {
  display: block;
  text-decoration: none;
  color: #ffffff; /* #ffffff */
  /* background: #ffffff; */
  line-height: 43px;
  padding: 0px 20px 0px 20px;
  border-right: solid 4px #ffffff; /* */
  margin: 0px 0px 0px 0px;
  float: left;
  height: 43px;
  overflow: hidden;
}
div.nav a:link.last, div.nav a:visited.last {
  /* border-right: none; */
}
/* dropdown menus */
div.nav ul li {
  position: relative; /* */
}
div.nav ul li ul {
  position: absolute;
  display: none;
  width: 220px;
  top: 30px;
  left: 0px;
  background-color: #4c4c4e;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 0px 0px;
  float: none;
  z-index: 10;
}
div.nav ul li:hover ul {
  position: absolute;
  display: block;
  width: 220px;
  top: 30px;
  left: 0px;
  background-color: #4c4c4e;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 0px 0px;
  float: none;
  z-index: 10;
}
div.nav ul li ul li {
  width: 200px;
  display: block;
  text-align: left;
  float: none;
  padding: 0px 0px 0px 15px;
  border: none;
  margin: 0;
}
div.nav ul li ul li a {
  width: 200px;
  display: block;
  float: none;
  padding: 0;
  border: none;
  margin: 0;
}
div.nav ul li ul li a:link, div.nav ul li ul li a:visited, div.nav ul li ul li a:hover, div.nav ul li ul li a:active {
  border: none;
}
/* torso */
#torsoWrapper {
  background: transparent; /* #8cde6f transparent url(../images/pg_background.jpg) repeat-x #17224c transparent; */
}
#torsoTop {
  width: 1000px; /* 1000px */
  height: 18px;
  background: transparent url(../images/torso_top.png); /* #f5156d url(../originals/realtor.jpg) no-repeat left top; transparent url(../images/footer.jpg) no-repeat center top */
  margin: 0px auto 0px auto;
  /* border: solid 1px red; */
}
#torso {
  width: 1000px; /* 980px */
  background: #ffffff url(../images/torso.png) repeat-y; /* #ffffff url(../images/pg_body.png) repeat-y center top */
  padding: 0px 0px 0px 0px; /* 20px */
  margin: 0px auto 0px auto;
}
#Content {
  float: left;
  width: 741px;  /* 720px */
  color: #000000;
  margin: 0px 0px 0px 248px;
  display: inline;
  /* border: solid 1px red; */
}
.contentTop {
  /* background-image: url(../images/content-area-top-bg.png); */
  height: 20px;
}
div.W1T {
  width: 247px;
  float: left;
  /* border: solid 1px green; */
}
div.W2T {
  width: 494px;
  float: left;
}
div.W3T {
  width: 741px;
  float: left;
}
div#map {
  width: 698px;
  height: 509px;
  background: gray; /* transparent */
  margin: 20px auto 0px auto;
}
.contentBottom {
  padding-top: 1px;
  height: 0px;
}
div.stopCollapse {
 border-top: solid 1px transparent;
 height: 0px;
}
#torsoBottom {
  width: 1000px; /* 1000px */
  height: 17px;
  background: transparent url(../images/torso_bottom.png) no-repeat bottom left; /* #f5156d url(../originals/realtor.jpg) no-repeat left top; transparent url(../images/footer.jpg) no-repeat center top */
  margin: 0px auto 0px auto;
}
div.clear {
  clear: both;
  height: 0px;
}
h3.clear {
  clear: both;
}
#sideBar {
  float: left;
  width: 206px;
  padding: 0px 0px 0px 0px;
  /* border: solid 1px red; */
  margin: 0px 0px 0px -973px;
}
#sideBar div {
  margin: 7px 0px 7px 0px;
}
#sideBar div.majorStatement {
  background: transparent url(../images/majorStatement.png) no-repeat;
  height: 70px;
}
#sideBar .majorStatement p {
  color: #6699cc;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 75%; /* 16 x 75% = 12px */
  line-height: 15px;
  font-family: Verdana, Geneva, sans-serif;
  padding: 12px 28px 0px 28px;
  margin: 0px 0px 0px 0px;
}

/* Secondary Navigation */
.subNav {
  padding: 0px 0px 10px 0px;
  margin: 0px auto 0px auto;
}
.subNav ul {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.subNav ul li {
  list-style-type: none;
  color: #ffffff;
  text-align: left;
  /* font-variant: small-caps; */
  font-size: 81.25%; /* 16 x 81.25% = 13px */
  line-height: 29px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.subNav a:link, .subNav a:visited {
  display: block;
  /* height: 29px; overflow: hidden; */
  color: #ffffff;
  background: transparent url(../images/subNav.png) no-repeat 0px 0px; /* #000033 */
  text-decoration: none;
  font-weight: bold;
  padding: 0px 4px 0px 34px;
  border-right: solid 1px #003366;
  border-left: solid 1px #003366;
  margin: 0px 0px 4px 0px;
}
.subNav a:hover, .subNav a:active {
  display: block;
  /*  height: 29px; overflow: hidden; */
  color: #000033;
  background: transparent url(../images/subNav.png) no-repeat 0px -66px; /* #000033 */
  text-decoration: none;
  font-weight: bold;
  padding: 0px 4px 0px 34px;
  border-right: solid 1px #003366;
  border-left: solid 1px #003366;
  margin: 0px 0px 4px 0px;
}
.subNav a.selected:link, .subNav a.selected:visited {
  display: block;
  /* height: 29px; overflow: hidden; */
  color: #000033;
  background: transparent url(../images/subNav.png) no-repeat 0px -132px; /* #000033 */
  text-decoration: none;
  font-weight: bold;
  padding: 0px 4px 0px 34px;
  border-right: solid 1px #003366;
  border-left: solid 1px #003366;
  margin: 0px 0px 4px 0px;
}

#Content h1 {
  height: 40px;
  position: relative;
  color: #6699cc;
  text-align: left;
  font-weight: bold;
  font-size: 87.5%; /* 16 x 87.5% = 14px */
  line-height: 40px; /* 16x1.875=30px */
  font-family: Verdana, Geneva, sans-serif;
  padding: 10px 0px 17px 0px; /* 300px */
  /* border: solid 1px red; */
  margin: 0px auto 0px auto;
}
.colLeft {
  float: left;
  width: 350px; /* 350px */
  display: inline;
}
.colRight {
  float: right;
  width: 350px; /* 350px */
  display: inline;
}
#footerWrapper {
  background: transparent; /* #8cde6f transparent */
  border-bottom: solid 2px #ffffff; /* */
}
#footerTop {
  width: 1000px; /* 1000px */
  height: 19px;
  background: transparent url(../images/footer_top.png); /* #f5156d url(../originals/realtor.jpg) no-repeat left top; transparent url(../images/footer.jpg) no-repeat center top */
  margin: 0px auto 0px auto;
}
#footer {
  position: relative;
  width: 1000px; /* 1000px */
  background: transparent url(../images/footer.png) no-repeat; /* #f5156d url(../originals/realtor.jpg) no-repeat left top; transparent url(../images/footer.jpg) no-repeat center top */
  margin: 0px auto 0px auto;
}
#footerBottom {
  width: 1000px; /* 1000px */
  height: 18px;
  background: transparent url(../images/footer.png) no-repeat bottom left; /* #f5156d  transparent url(../images/footer.jpg) no-repeat center top */
  margin: 0px auto 0px auto;
}
#footer h2 {
  color: #6699cc; /* #000000 */
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 62.5%; /* 16 x 62.5% = 10px */
  line-height: 15px; /* 120% */
  font-family: Verdana, Geneva, sans-serif;
  padding: 23px 42px 0px 42px;
  margin: 0px 0px 15px 0px;
}
#footer p {
  color: #333366; /* #333366 */
  background: transparent;
  text-align: center;
  font-weight: normal;
  font-size: 62.5%; /* 16 x 62.5% = 10px */
  line-height: 12px; /* 120% */
  font-family: Verdana, Geneva, sans-serif;
  padding: 0px 42px 0px 42px;
  margin: 15px 0px 0px 0px;
}
#waterMark {
  position: absolute;
  top: -140px;
  left: 50px;
  width: 139px;
  height: 72px;
  background: transparent url(../images/waterMark.png) no-repeat;
}
#creditWrapper {
  background: transparent;
}
.credit {
  width: 1000px; /* 1000px */
  background: transparent;
  padding-bottom: 5px;
  margin: 0px auto 0px auto;
}
.credit p {
  color: #336699;
  background: transparent;
  text-align: center;
  font-weight: normal;
  font-size: 62.5%; /* 16 x 62.5% = 10px */
  font-family: Verdana, Geneva, sans-serif;
  width: 1000px;
  padding: 0px 0px 0px 0px;
  margin: 10px auto 10px auto;
}
.credit p a:link, .credit p a:visited {
  color: #336699; /* #003366 */
  text-decoration: none;
  font-weight: normal;
}
.credit p a:hover, .credit p a:active {
  color: #000033; /* #000033 */
  text-decoration: none;
  font-weight: normal;
}
h2 {
  color: #000033; /* #000033 */
  background: transparent; /* #e0e4eb */
  text-align: left;
  font-weight: bold;
  font-size: 1em; /* 100% 16x100%=16px */
  line-height: 1.875em; /* 16x1.875=30px */
  font-family: Verdana, Geneva, sans-serif;
  /* border: solid 1px red; */
  margin: 0px 0px 8px 0px;
}
h3 {
  color: #003366; /* #fbc951 */
  background: transparent; /* #e0e4eb */
  text-align: left;
  font-weight: bold;
  font-size: 1em; /* 100% 16x100%=16px */
  line-height: 1.875em; /* 16x1.875=30px */
  font-family: Verdana, Geneva, sans-serif;
  /* border: solid 1px red; */
  margin: 0px 0px 8px 0px;
}
p {
  color: #000000; /* #666666 */
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.75em; /* 100% 16x75%=12px */
  line-height: 1.2em; /* 12x1.2=14px */
  font-family: Verdana, Geneva, sans-serif; /* Georgia, serif */
  margin: 0px 0px 8px 0px;
}
p.contents {
  font-style: italic;
  text-align: center;
}
p.finePrint {
  font-style: italic;
  font-size: smaller;
}
dl {
  margin: 5px 16px 10px 16px;
}
dt{
  color: #000000;
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 0.75em; /* 100% 16x75%=12px */
  line-height: 1.2em; /* 12x1.2=14px */
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-top: 8px;
}
dd {
  color: #000000;
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.75em; /* 100% 16x75%=12px */
  line-height: 1.2em; /* 12x1.2=14px */
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
dl.links {
  padding-bottom: 10px;
}
dl.contact {
  float: left;
}
dl.contact dt {
  display: block;
  width: 10ex;
  float: left;
  clear: both;
  color: #000000; /* #666666 */
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.8125em; /* 100% 16x81.25%=13px */
  line-height: 1.2em; /* 12x1.2=14px */
  font-family: Verdana, Geneva, sans-serif; /* Georgia, serif */
  margin: 0px 0px 8px 0px;
}
dl.contact dd {
  display: block;
  width: 200px;
  float: left;
  color: #000000; /* #666666 */
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.8125em; /* 100% 16x81.25%=13px */
  line-height: 1.2em; /* 12x1.2=14px */
  font-family: Verdana, Geneva, sans-serif; /* Georgia, serif */
  margin: 0px 0px 8px 0px;
}
address {
  color: #000000; /* #666666 */
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.8125em; /* 100% 16x81.25%=13px */
  line-height: 1.2em; /* 12x1.2=14px */
  font-family: Verdana, Geneva, sans-serif; /* Georgia, serif */
  margin: 0px 0px 8px 0px;
}

li {
  color: #000000;
  background-color: transparent;
  text-align: left;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 0.75em; /* 100% 16x75%=12px */
  /* font-size: 1em;  100% 16px */
  line-height: 1.3em; /* 16x1.3=20.8px */
  font-family: Verdana, Geneva, sans-serif;
  margin: 5px 0px 5px 0px;
}
#Content ul {
  /* border: solid 1px black; */
  margin-top: 10px;
  margin-bottom: 10px;
}

/* unused stuff below */
ul.star {
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
ul.star li {
  background: url(../images/bullet.png) no-repeat 0px 6px;
  font-style: normal;
  padding-left: 18px;
  margin-left: 20px;
}
ul.star li strong {
  text-transform: uppercase;
}
ul.faq {
  list-style-type: none;
}
div.slides {
  margin-left: -16px;
}
div.slide {
  margin: 20px 0px 20px 0px;
}
div.slide img a {
  display: block;
}
div.slide h2 {
  color: #000000;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 0.8em; /* 80% 16x80%=12.8px */
  line-height: 2.34375em; /* 12.8x2.34375=30px */
  font-family: 'times new roman', times, serif;
  text-transform: uppercase;
  margin: 5px 0px 10px 0px;
}
div.slide p {
  font-style: italic;
}
div.thumbs {
  margin: 10px 0px 0px 0px;;
}
div.thumb {
  width: 181px;
  height: 181px;
  overflow: hidden;
  margin: 0px 0px 3px 3px;
  float: left;
  display: inline;
}
div.thumb a {
  display: table-cell;
  width: 181px;
  height: 181px;
  background-color: #e6ebde;
  vertical-align: middle;
}
div.thumb a:link, div.thumb a:visited {
  color: #ffffff;
  background-color:  #aabc91;
  font-weight: normal;
  text-decoration: underline;
}
div.thumb a:hover, div.thumb a:active {
  color: #ffffff;
  background-color: #3d5b70;
  font-weight: normal;
  text-decoration: underline;
}
div.thumb img {
  display: block;
  margin: 0px auto;
}
div.thumb p {
  color: #000000;
  background: transparent;
  text-align: center;
  font-weight: bold;
  font-size: 0.8em; /* 80% */
  font-family: 'times new roman', times, serif;
  text-transform: uppercase;
  margin: 5px 0px 0px 0px;
}
div.photo {
  position: relative;
  margin: 0px auto 0px auto;
}
div.photo a {
  display: block;
}
div.photo img {
}
div.back {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 0px;
  padding: 10px;
  background: transparent url(../images/50white.png);
  font-size: 0.8125em; /* 81.25% 16x81.25%=13px */
  font-family: Arial, Helvetica, sans-serif;
}
div.back a:link, div.back a:visited {
  color: #60bb46;
}
div.back a:hover, div.back a:active {
  color: #000000;
}
div.contact {
  width: 360px;
  background: transparent;
  padding: 40px 0px 5px 0px;
  margin: 10px auto 10px auto;
}
div.contact p {
  color: #161645;
}
div.contact input, div.contact textarea {
  width: 324px;
}
div.contact input[type="submit"] {
  width: 60px;
}
p.enlarge {
  text-align: center;
  font-weight: normal;
}
p.enlarge a {
  font-weight: normal;
}
p.price {
  clear: both;
  text-align: center;
  font-weight: bold;
}
div.hideMe {
  display: none;
}
div.showMe {
  display: block;
}
legend {
  color: #000000;
}
div.special p {
 font-style: italic;
 margin-left: 100px;
 margin-right: 100px;
}
span.special {
  color: #990000;
  font-style: italic;
}
div.rates {
  margin-left: 180px;
  margin-right: 180px;
}
div.location {
  position: relative;
  width: 712px;
  height: 393px;
  margin: 0px auto 0px auto;
}
#spot {
  position: absolute;
  top: 233px;
  left: 333px;
  width: 12px;
  height: 12px;
  background: red;
}
div.contact {
  width: 700px;
  background: transparent;
  padding: 40px 0px 5px 0px;
  margin: 10px auto 10px auto;
}
div.contact p {
  color: #161645;
}
div.contact fieldset {
  background-color: #e3e9db;
  margin-bottom: 10px;
}
div.contact legend {
  color: #000000;
  font-weight: bold;
}
div.contact label {
  float: left;
  width: 180px;
  text-align: right;
  padding-right: 12px;
}
div.contact select, div.contact input, div.contact textarea {
  width: 420px;
}
div.contact input[type="submit"] {
  width: 60px;
  color: #000000;
  background: #ffffff;
  border: 2px outset #666666;
}
table.mortgageLinks img {
  float: left;
  margin: 0px 10px 10px 0px;
}
hr {
  display: none;
}
div.hr {
  background: url(../images/hr.gif) no-repeat center center;
  height: 20px;
}
blockquote {
  background: url(../images/quoter.gif) no-repeat bottom right;
  margin: 20px 10px 10px 10px;
}
blockquote p {
  background: url(../images/quotel.gif) no-repeat top left;
  font-family: Georgia, Verdana, 'Monotype Corsiva', Arial,  Helvetica, sans-serif;
  font-style: italic;
  padding: 0px 25px;
  margin: 5px 0px;
}
p.author {
  background-image: none;
  text-align: center;
  font-style: normal;
  font-size: 75%;
  margin: 0px 20px 0px 0px;
}
div.counsellor {
  width: 100%;
  margin: 10px auto 10px auto;
}
div.counsellor a.image {
  display: block;
  float: left;
  width: 90px;
  margin: 5px 0px 5px 5px
}
div.counsellor a.image:link img, div.counsellor a.image:visited img {
  border: solid 1px #17224c; /* #3d5b70 */
}
div.counsellor a.image:hover img, div.counsellor a.image:active img {
  border: solid 1px #b60f17; /* #e33631 */
}
div.counsellor img {
  display: block;
  padding: 5px;
  border: solid 1px #3d5b70;
  margin: 0px auto 0px auto;
}
div.counsellor h2 {
  float: right;
  width: 240px;
  text-align: left;
  font-size: 85%;
  border: none;
  margin: 5px 5px 5px 0px;
}
div.counsellor p {
  float: right;
  width: 240px;
  margin: 5px 5px 5px 0px;
}
th {
  text-align: center;
}
table.rates {
  border-collapse: collapse;
  border: 1px solid #3d5b70;
  margin: 10px auto 10px auto;
}
table.rates caption {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0;
}
table.rates thead {
  color: #ffffff;
  background: #3d5b70;
  border-bottom: 1px solid #3d5b70;
}
table.rates th {
  font-weight: normal;
}
table.rates th, table.rates td  {
 text-align: center;
 padding: 0.1em 1em;
 border-right: 1px solid #ccc;
}
table.rates th.last, table.rates td.last {
  border: none;
}
table.rates th.tmc {
  background-color: #ffffff;
}
table.rates td.tmc {
  color: #3d5b70;
  font-weight: bold;
}
table.rates tr.odd {
  background-color: #e9effe;
}
table.rates tbody tr:hover {
  color: #fff;
  background-color: #8ea9c1;
}
table.rates tbody td.tmc:hover {
  color: #fff;
  background-color: #8ea9c1;
}
table.rates tfoot {
 border-top: 1px solid #ccc;
}

ol.faqs h3 {
 text-align: left;
 padding-left: 1em;
}
span.up {
  float: right;
  color: #000000;
  background: transparent;
  text-align: right;
  font-style: normal;
  font-weight: normal;
  font-size: 75%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  margin-right: 5px;
  margin-left: 5px;
}
span.up a:link, span.up a:visited {
  color: #e9effe;
}
span.up a:hover, span.up a:active {
  color: #ffffff;
}
table.specs {
  width: 100%;
}
table.specs th {
  text-align: left;
  font-weight: normal;
}
table.specs td {
  text-align: right;
}
table.specs tr.odd {
  background-color: #d8fccc;
}
/* pdfs */
ul.publications {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 20px;
}
ul.publications img {
  display: inline;
  vertical-align: middle;
  padding-right: 10px;
}
a[href$="pdf"] {
  background: url(../images/get_pdf.gif) no-repeat right top;
  padding-right: 40px;
}
#Content p.finePrint {
  font-size: 80%;
}
div.earthFirst {
  background-color: black;
  padding: 10px 0px 10px 0px;
  margin-top: 20px;
}
/* unused styles */
.strong {
  text-align: center;
  font-weight: bold;
}
p.gallery {
  text-align: center;
}
p.gallery img {
  margin-left: 5px;
  margin-right: 5px;
}
div#map {
  width: 698px;
  height: 509px;
  color: #000033;
  background: #000033; /* transparent */
  /* border: solid 1px black; */
  margin: 10px auto 10px auto;
}

