body {
  margin:0;
  padding:0;
  background:#900E14;
}
body,table,input,textarea,select,button {
  font-family:'trebuchet ms',arail,sans-serif;
  font-size:14px;
  line-height:1.3em;
  color:#000;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,form,fieldset {
  margin:0 0 20px 0;
}
h1 {
  font-family:georgia,serif;
  font-size:24px;
  font-weight:normal;
  color:#900E14;
}
h2 {
  font-family:georgia,serif;
  font-size:20px;
  font-weight:normal;
}
a {
  color:#900E14;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
img {
  border:0;
}
ul {
  padding:0;
}
ul li {
  margin:0 0 0 20px;
  padding:0;
}
table {
  border-spacing:1px;
}
table tr th {
  padding:6px 1em 6px 6px;
  border-bottom:solid #900e14 4px;
  font-family:georgia,serif;
  font-weight:normal;
  text-align:left;
  vertical-align:bottom;
  font-size:16px;
  color:#900e14;
}
table tr td {
  padding:6px 1em 6px 6px;
  background:#eae8e9;
}
table tr:nth-child(odd) td {
  background:#f8f8f8;
}
table tr td.right,
table tr td[align=right],
table tr th.right,
table tr th[align=right] {
  padding:4px 4px 4px 1em;
  text-align:right;
}

/* 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%;
}

#shadow {
  width:960px;
  margin:0 auto;
  padding:0 10px;
  background:url(/assets/images/container-shadow.gif) no-repeat 0 0;
}
#container {
  background:#fff;
}

#header {
  height:240px;
  overflow:hidden;
  background:url(/assets/images/header-bg.jpg);
}
#header h1,
#header p {
 position:absolute;
 left:-9999px;
}

#fastlinks {
  line-height:20px;
  padding:0 20px;
  text-align:right;
  font-size:11px;
}
#fastlinks a {
  text-decoration:none;
  color:#535353;
}
#fastlinks a:hover {
  text-decoration:none;
  color:#000;
}
#nv1 {
  margin:180px 0 0 0;
  line-height:35px;
  padding:0 20px 0 240px;
  text-transform:uppercase;
  font-family:georgia,serif;
  font-size:16px;
}
#nv1 ul {
  margin:0;
  padding:0;
  list-style:none;
}
#nv1 ul li {
  margin:0;
  padding:0;
  float:left;
  margin:0 20px 0 0;
}
#nv1 ul li a {
  display:block;
  color:#535353;
}
#nv1 ul li a:hover {
  text-decoration:none;
  color:#900E14;
  border-bottom:solid #900E14 5px;
}
#nv1 ul li.a1 a,
#nv1 ul li.s1 a {
  text-decoration:none;
  color:#900E14;
  border-bottom:solid #900E14 5px;
}

#main {
  clear:both;
  background:url(/assets/images/footer-bg.gif) 0 100% no-repeat;
  padding:20px 0 0 0;
}
#leftbar {
  float:left;
  width:190px;
  padding:0 30px 0 20px;
}
#nv2 {
  margin:0 0 30px 0;
  font-family:georgia,serif;
  font-size:16px;
  line-height:1.5em;
}
#nv2 ul {
  margin:0;
  padding:0;
  list-style:none;
}
#nv2 ul li {
  margin:0;
  padding:0;
  text-align:right;
}
#nv2 ul li a {
  color:#555;
}
#nv2 ul li a:hover {
  text-decoration:none;
}
#nv2 ul li.a1 a,
#nv2 ul li.s1 a {
  color:#900E14;
}
#content {
  width:720px;
  min-height:300px;
  float:left;
}
#footer {
  clear:both;
  padding:100px 0 0 240px;
  height:100px;
  font-size:11px;
}