@import url(/table_formatting.css);
@import url(/form_formatting.css);
@import url(/phorum_formatting.css);

body {
  margin: 0 auto;
  width: 1024px;
  background-color: #CBD5E7;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

a.chirplink { display: none; }
a:link, a:visited {
  text-decoration: none;
  color: #06469d;
}
a:hover {
  text-decoration: underline !important;
  color: #0076b8;
}

* html .visualIEFloatFix {
  height: 0.01%;
  z-index: 1000;
}

#header {
  position: relative;
  margin: 0;
  padding: 0;
  width: 1024px;
  height: 165px;
  background: url(/images/banner.jpg) no-repeat;
  color: #fff;
}
#header marquee {
  position: absolute;
  bottom: 18px;
  right: 332px;
  font-size: 13px;
}

#topmenu {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 33px;
  background-color: #06469D;
  font-size: 16px;
}
* html #topmenu { line-height: 30px; }
#topmenu, #topmenu a:link, #topmenu a:visited {
  text-shadow: 2px 2px 2px #333;
  font-weight: bold;
  color: #fff;
}
#topmenu a:link, #topmenu a:visited {
  margin: 0;
  padding: 0 1em 0 0;
  text-decoration: none;
}

#topmenu div { text-align: right; }
#topmenu div a:link, #topmenu div a:visited {
  text-shadow: none;
  font-weight: normal;
  font-size: 12px;
}

a.button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2px 4px;
  font-size: 16px;
  text-align: center;
}
a.button:link, a.button:visited {
  color: #fff;
}

#content {
  position: relative;
  padding: 0 1em 1em 1em;
  background-color: #97B1D6;
  line-height: 1.4;
}
#homepage #content { padding: 0; }
#content li {
  padding: 2px 0;
}

#in-the-spotlight {
  margin: 2px 4px;
  padding: 4px;
  background-color: #0075bb;
  font-size: 11px;
}

#homenews td {
  vertical-align: top;
}
#homenews td.divider {
  background-color: #06469E;
}
#homenews big b {
  text-transform: uppercase;
}
#homenews a:link, #homenews a:visited {
  color: #fff;
}

#buttons {
  background-color: #97B1D6;
}
#footer {
  position: relative;
  height: 44px;
  background-color: #245A89;
}
#copyright {
  position: absolute;
  right: 16px;
  bottom: 18px;
  text-align: right;
  width: 240px;
  font-size: 9px;
  color: #fff;
}

#homepage table { color: #fff; }
#homepage table h4 {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}

h1 {
  margin-top: 0;
  padding-top: 0.5em;
  font-size: 18px;
  color: #06469E;
}
h2 {
  padding: 4px 8px;
  background-color: #06469E;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
h3 { font-size: 14px; }
h4 { font-size: 12px; }

table.cbox { border-collapse: separate; }
table.cbox th {
  background-color: #552236;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
table.cbox th, table.cbox td {
  border: 1px dotted #552236;
  -moz-border-radius: 1em;
}
table.cbox th a:link, table.cbox th a:visited { color: #fff; }
table.cbox th s {
  text-decoration: underline;
  color: #999;
}

.colourbox h3 {
  margin: 0.5em 0 0 0;
  padding: 2px 0;
  background-color: #552236;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.colourbox div {
  margin: 0;
  padding: 4px;
  border: dotted #552236;
  border-width: 0 1px 1px;
  background-color: #eee;
}

ul#hover_menu {
  display: none;
  position: absolute;
  top: -44px;
  left: 80px;
  list-style-type: none;
  margin: 0;
  padding: 4px 8px;
  width: 153px;
  background-color: #06469D;
  z-index: 100;
}
ul#hover_menu, ul#hover_menu a:link, ul#hover_menu a:visited {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}
ul#hover_menu li { padding: 4px 0; }

.box { background-color: #eef; }
.box .even { background-color: #ccf; }

ul.spaced li { padding: 4px 0; }

table.noborder td { border: 0; }

table.collapse { background-color: #fff; }

em {
  font-style: normal;
  font-weight: bold;
  color: red;
}

fieldset.compact label {
  width: 54px;
}
fieldset.compact span {
  margin-left: 56px;
}

#faqlist th {
  vertical-align: top;
  font-family: Tahoma;
  font-weight: normal;
  font-size: 14px;
  color: #06469E;
}
#faqlist th.question {
  text-align: left;
}
#faqlist td {
  vertical-align: top;
}
#faqlist td.answer {
  padding-bottom: 1em;
}

#subsite_menu {
  padding: 4px 0 4em 0;
  border-top: 4px solid #703642;
  border-bottom: 4px solid #427797;
  background-color: #06469d;
  vertical-align: top;
  font-size: 16px;
}
#subsite_menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#subsite_menu li {
  display: block;
  margin: 0 0 0 1.5em;
  padding: 6px 1em 4px 0;
  border-bottom: 2px solid #3a70b6;
  white-space: nowrap;
}
#subsite_menu a:link, #subsite_menu a:visited {
  display: block;
  color: #fff;
}

#subsite_content {
  padding: 0 2em;
  vertical-align: top;
}
