/* Minimal CSS for 3ing single-page layout */

/* Base */
body{
  margin:0;
  padding:0;
  text-align:center;
  font-family: verdana, arial, sans-serif;
  background:#FFF;
}
a{ 
  text-decoration:none; 
  font-weight:bold; 
  border:none;
  color:#005E31;
}
a:hover{ text-decoration:underline; border:none; }

/* Layout */
#pagewidth-800{
  width:770px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  background:none;
  margin-bottom:20px;
}
#header{ 
  height:300px;
  width:100%;
  background:#FFF;
}
#top-bottom{ height:300px; background:transparent; float:left; }
#outer-800{ width:770px; padding-top:6px; }
#maincol-wide-800{ float:left; width:765px; margin-left:-5px; padding-top:0; }
.clr{ clear:both; }
.content{ padding:0; font-size:10px; line-height:18px; }

/* Content blocks */
.contentheading{
  width:98%;
  font-weight:bold;
  font-size:16px;
  height:23px;
  line-height:20px;
  border-bottom:1px solid #002E61;
  font-family:'Trebuchet MS', verdana, sans-serif;
  color:#002E61;
}
.contentpaneopen{ text-align:left; background:transparent; font-size:10px; line-height:1.8; }

/* Clean info table for company details */
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 4px 0 6px;
}
.info-table th, .info-table td {
  font-family: tahoma,arial,helvetica,sans-serif;
  font-size: 10pt;
  line-height: 18px;
}
.info-table th {
  text-align: right;
  padding: 4px 10px 4px 0;
  white-space: nowrap;
  font-weight: bold;
  color: #000;
  vertical-align: top;
}
.info-table td {
  padding: 4px 0;
  color: #000;
  vertical-align: top;
}
.company-intro {
  font-family: tahoma,arial,helvetica,sans-serif;
  font-size: 10pt;
  line-height: 18px;
  margin: 0 0 6px;
}

/* Ensure mailto links and noscript fallbacks share the same font */
.content a[href^="mailto:"]{ font-family: tahoma,arial,helvetica,sans-serif; font-size:10pt; line-height:18px; }
.content noscript{ font-family: tahoma,arial,helvetica,sans-serif; font-size:10pt; line-height:18px; }

#outer-800{ background:none; }
.contentheading{ border-bottom:1px solid #005E31; color:#005E31; }
