body {
  margin:0;
  padding:0;
  background:#fff;
}
body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:13px;
  line-height:1.5em;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,form {
  margin:0 0 .8em 0;
  padding:0;
}
h1 {
  color:#003A86;
  font-size:20px;
  font-weight:normal;
}
h2 {
  color:#000;
  font-size:18px;
  font-weight:normal;
}
h3,h4,h5,h6 {
  color:#003A86;
  font-size:13px;
  font-weight:bold;
}
a {
  background:#d4e6f0;
  padding:2px 4px;
  text-decoration:none;
  color:#003A86;
}
a:hover {
  background:#ffe091;
}
ol li,
ul li {
  margin:0 0 0 20px;
  padding:0;
}
ul li {
  list-style-type:square;
}
img {
  border:0;
}
img.left {
  float:left;
  margin:0 10px 5px 0;
}
img.right {
  float:right;
  margin:0 0 5px 10px;
}
table {
  border-spacing:1px;
}
table th {
  padding:5px;
  border-bottom:solid #003A86 2px;
  text-align:left;
  vertical-align:bottom;
}
table td {
  background:#C6DDEC;
  padding:5px;
  vertical-align:top;
}
.editlink {
  padding:0;
}

/* clearfix
********************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

#outer {
  background:#b9d6e8 url(/assets/images/header-bg.jpg) no-repeat 50% 0;
  max-width:1290px;
  margin:0 auto;
}
#container {
  width:930px;
  margin:0 auto;
}
#header {
  height:210px;
}
#logo {
  display:block;
  width:86px;
  height:86px;
  float:right;
  margin:10px 0 0 0;
  padding:0;
}
a#logo {
  background:transparent;
}
#fastlinks {
  float:left;
  font-size:11px;
  color:#fff;
}
#fastlinks a {
  background:transparent;
  color:#fff;
}
#fastlinks a:hover {
  background:#d4e6f0;
  color:#003A86;
}

#leftbar {
  float:left;
  width:260px;
  margin:0 20px 0 0;
}
#nv {
  margin:0 0 25px 0;
  padding:0;
  line-height:24px;
}
#nv ul {
 margin:0;
 padding:0;
}
#nv li {
  margin:0;
  padding:0;
  list-style-type:none !important;
}
#nv li a {
  background:#fff;
  color:#003A86;
  padding:2px 4px;
  text-transform:uppercase;
  font-size:11px;
  text-decoration:none;
}
#nv li a:hover {
  text-decoration:none;
  background:#ffe091;
}
#nv ul li.a1 a,
#nv ul li.s1 a {
  background:#003A86;
  color:#fff;
}

#nv ul ul li {
  list-style-type:none;
  margin:0 0 0 20px;
  padding:0;
}
#nv ul ul li a {
  background:transparent !important;
  text-transform:none;
  color:#003A86 !important;
}

#nv ul ul li.s1 a {
  font-weight:bold;
}
#nv ul ul li.s1 ul li a {
  font-weight:normal;
}
#nv ul ul ul li.a0 a,
#nv ul ul ul li.s0 a {
  background:transparent !important;
}
#nv ul ul ul li.a1 a,
#nv ul ul ul li.s1 a {
  background:#d4e6f0 !important;
}

#content {
  float:left;
  width:650px;
  min-height:400px;
}

#footer {
  clear:both;
  height:260px;
  xheight:200px;
  background:url(/assets/images/footer-bg.jpg) no-repeat 50% 0;
  font-size:11px;
}
#footer .viewport {
  width:650px;
  height:140px;
  margin:0 auto;
  padding:80px 0 0 280px;
}
#footer a {
  background:#f4f9fc;
}
#footer a:hover {
  background:#ffe091;
}
#footer .jiggys {
  float:left;
  width:610px;
  height:140px;
}
#footer .right {
  float:left;
}
#footer form#search {
  padding:0;
}
#footer form#search label {
  font-size:11px;
}
#footer form#search input.text {
  width:100px;
  margin:0 5px 0 0;
}

