body {
  margin: 0;
  padding: 0;
  background: #387CA5;
  color: #444;
  text-align: center;
  font: small/1.6em "Trebuchet MS",Verdana,Arial,Sans-serif;
}
#wrapper {
  width: 770px;
  background-color: #fff;
  margin: 10px auto;
  border: 1px solid #999;
  position: relative;
  margin-bottom: 10px;
}
#wrapper_wide {
  width: 95%;
  background-color: #fff;
  margin: 10px auto;
  border: 1px solid #999;
  position: relative;
  margin-bottom: 10px;
}
a {
  color: #369;
  text-decoration: none;
  border-bottom: 2px dotted #DFE4E8;
}
a:hover {
 color: #6D252F;
 border-bottom: 2px dotted #999;
}
a.more {
  font-weight: bold;
  font-size: 89%;
  color: #6D252F;
  white-space: nowrap;
}
a.more:after {
  content:"\2192";
  font-family:Verdana,Sans-serif;
  font-size:110%;
  color:#DFE4E8;
  white-space:nowrap;
  padding-left:2px;
}
a.more:hover:after {
  color: #6D252F;
}

a img, a.img:link, a.img:visited, a.img:hover {
  border-width:0;
}
a.hidden {
  color: #fff;
  border-bottom: none;
  cursor: default;
}
img {
  border: none;
}
img.wrapText {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
img.fc {
  width: 200px;
}
img.banner_ad {
  margin-top: 10px;
}

h1 {
  display: none;
}
h2, h3, h4, p.whoweare {
  margin: 10px 0 10px 0;
  color: #333;
}
.opaque {
  color: #dcdcdc;
}
p {
  margin: 0 10px 10px 0;
  line-height: 160%;
}
#banner {
  width: 100%;
  height: 100px;
  background-color: #6D252F;
}
#banner h1 {
  padding: 0;
  margin: 0;
  border: none;
}
#banner img {
  float: left;
}
#main {
  float: left;
  padding-bottom: 30px;
}
* html #main {
  margin-right: -3px;
}

/*
main column
*/
#feature, #side, #photoViewer, #photoViewerSide {
  float: left;
  padding-left: 10px;
  text-align: left;
}
#feature {
  width: 510px;
  width: 520px;
}
#feature h2, #photoViwerSide h2 {
  font: 225%/1.3em Georgia,Serif;
  color: #666;
  margin: 5px 0 0 0;
}
#feature h3, #feature span.leadin {
  font: 150%/1.3em Georgia,Serif;
  padding-right: 3px;
}
#feature h4 {
  font: 120%/1.3em Georgia,Serif;
  padding-right: 3px;
  color: #333;
}

#feature strong {
  color: #333;
}

span.center {
  text-align: center;
}

span.plus_sign {
  font-size: 200%;
}

/*
side column
*/
#side {
  width: 225px;
  width: 215px;
}
#side h3, #photoViewerSide h3 {
  font: 125%/1.3em Georgia,Serif;
  margin-bottom: 5px;
  background-color: #DAE2F5;
  color: #444;
  padding: 5px;
}
#side strong {
color: #555;
}
#side img {
  margin-bottom: 10px;
}

p.answer {
  font-style: italic;
}

/* full width */
#full_feature {
  width: 735px;
  padding-left: 10px;
  text-align: left;
}

/*
couples page
*/
table#couples {
  cell-collapse: collapse;
}
table#couples td {
 padding: 10px;
}

#feature .leadin {
  font: 150%/1.3em Georgia,Serif;
}
#footer {
  clear: both;
  border-top: 1px solid #999;
}
#footer p {
  margin: 0;
}

/*
main nav
*/
#nav {
  background-color: #EAEEF1;
  float: left;
  width: 100%;
  border: solid #999;
  border-width: 1px 0;
}
#nav ul {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  font-size: 85%;
  text-transform: uppercase;
}
#nav li {
  float: left;
  margin: 0;
  padding: 0;
  background-image: none;
  line-height: normal;
  text-indent: 0;
  text-align: center;
}
/*\*//*/
#nav li {width: 70px;}
/**/
#nav a, #nav strong {
  display: block;
  padding: 6px 10px;
  border: solid #999;
  border-width: 0 1px 0 0;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
}
/* hide from ie mac \*/
* html #nav a {
  width: 1%;
  }
*/
#nav #current strong, #nav #current a {
  background-repeat: no-repeat;
  }
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color: #222;
  background-color: #DAE2F5;
  }
#nav a:hover {
  background-repeat: no-repeat;
  }
#nav a strong, #nav #current a strong {
  background: none;
  padding: 0;
  border: none;
  }
#nav #h {
  border-left-width: 1px;
}

/*
entries
*/
table.entries {
  border-collapse: collapse;
  margin-top: 10px;
}
table.entries td {
  vertical-align: top;
}
table.entries td.img {
  width: 110px;
  text-align: left;
}
table.entries img {
  padding-top:3px;
  width: 100px;
}
table.entries td.details {
  padding-bottom: 20px;
}

table.entries td h3, table.entries td h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1px;
}

/* data entry*/
.dataEntryForm td.lbl {
  font-weight: bold;
}
.dataEntryForm input {
  font-size: 18px;
  font-weight: bold;
}

/* data display */
table.dataTable, table.sortable {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table.dataTable th, table.sortable th {
  background-color: #DFE4E8;
  text-align: center;
  padding: 2px 3px;
  border: 1px solid #ccc;
}
table.dataTable td, table.sortable td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 1px 3px;
}

th {
  white-space: nowrap;
}

/*sortable tables*/

a.abttn {
  font: 12px/16px Verdana;
  font-weight: bold;
  padding: 1px 3px 1px 3px;
  margin-right: 2px;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-bottom: 2px groove #404040;
  border-right: 2px groove #404040;
}
a.abttn:hover {
  text-decoration: none!important;
  color: #6D252F;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-bottom: 2px groove #404040;
  border-right: 2px groove #404040;
}
form { display:inline; }
.city {
  font: 100%/1.3em Georgia,Serif !important;
  color: #333;
}
.subNav {
  font: 95%/1.3em Georgia,Serif;
  margin-top: 5px;
  margin-bottom: 5px;
}
.adsense {
  margin-top: 10px;
}
.boxed {
  background: url(/img/boxed.gif) bottom right;
  margin-top: 10px;
}
.boxed span {
  font-size: 120%;
}
.boxed div {
  background: url(/img/boxed.gif) top left;
  padding: 0.5em 1em 0.7em 1em;
}
.boxed h3 {
  margin: 0 0 10px 0;
}
