body {
  margin:0;
  padding:0;
  background:#fff url(/assets/images/body-bg.jpg) repeat-x;
}
body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:18px;
  color:#383838;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,form,fieldset {
  margin:0 0 10px 0;
}
h1 {
  font-size:16px;
  font-weight:bold;
}
h2 {
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
}
h3 {
  font-size:14px;
  font-weight:bold;
  text-transform:uppercase;
  color:#851531;
}
h4,h5,h6 {
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  background-color:#d0d1d2;
  padding:2px 5px;
  text-transform:uppercase;
}
h1.smallmargin {
  margin:0 0 6px 0;
}
a {
  color:#851531;
  text-decoration:none;
}
a:hover {
  color:#851531;
  text-decoration:underline;
}
a.rarr {
  padding-right:12px;
  background:url(/assets/images/rarr.png) 100% 50% no-repeat;
  border-bottom:dotted #383838 1px;
  color:#383838;
}
a.larr {
  padding-left:12px;
  background:url(/assets/images/larr.png) 0 50% no-repeat;
  border-bottom:dotted #383838 1px;
}
a.rarr:hover,
a.larr:hover {
  text-decoration:none;
  border-bottom:solid #383838 1px;
}
img {
  border:0;
}

ul {
  list-style-type:none;
  list-style-image:url(/assets/images/li.gif);
  margin:0 0 10px 0;
  padding:0;
}
ul li {
  margin:0 0 0 20px;
  padding:0;
}

ol {
  margin:0 0 10px 0;
  padding:0;
}
ol li {
  margin:0 0 0 20px;
  padding:0;
}

table {
  border-spacing:1px;
}
table th {
  background:#851531;
  color:#fff;
  text-transform:uppercase;
  text-align:left;
  vertical-align:bottom;
  padding:3px 5px;
}
table td {
  background:#ececec;
  text-align:left;
  vertical-align:top;
  padding:3px 5px;
}
.clear {
  clear:both;
}

/* 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:url(/assets/images/top-bg.jpg) no-repeat 50% 0;
  padding:25px 0 0 0;
}
#nv1 {
  width:920px;
  margin:0 auto;
}
#nv1 ul {
  margin:0 0 0 15px;
  padding:0;
  list-style-type:none;
  list-style-image:none;
  height:31px;
  line-height:31px;
}
#nv1 ul li {
  margin:0 3px 0 0;
  padding:0;
  float:left;
}
#nv1 ul li a {
  display:block;
  float:left;
  height:31px;
  background:url(/assets/images/nv1-bg.png);
  padding:0 10px;
  color:#fff;
}
#nv1 ul li a:hover {
  background-position:0 -31px;
  text-decoration:none;
}
#nv1 ul li.a1 a,
#nv1 ul li.s1 a {
  background-position:0 -31px;
  text-decoration:none;
}
#nv1 ul li.home a {
  width:43px;
  padding:0;
  background-position:-250px 0;
}
#nv1 ul li.home a:hover {
  background-position:-250px -31px;
}
#nv1 ul li.home span {
  display:none;
}
#container-shadow {
  width:1020px;
  margin:0 auto;
  background:url(/assets/images/container-shadow.png);
}
#container {
  width:920px;
  background:#fff;
  margin:0 50px;
}

#header {
  height:280px;
  height:250px;
  background:url(/assets/images/header-shadow.gif) 0 270px repeat-x;
  background:url(/assets/images/header-shadow.gif) 0 240px repeat-x;
}
#logo {
  float:left;
  width:225px;
  height:112px;
  margin:5px 0 0 5px;
}
#header-image {
  width:685px;
  height:260px;
  height:230px;
  float:right;
  margin:5px 5px 0 0;
  background:#3485C8 url(/assets/images/banner.jpg);
}
#header-info {
  float:left;
  height:128px;
  height:98px;
  width:205px;
  margin:0 0 5px 5px;
  padding:10px;
  background:url(/assets/images/header-info-bg.jpg);
  text-transform:uppercase;
  color:#fff;
  font-size:26px;
  font-weight:bold;
  line-height:28px;
}
#header-info .text{
  height:75px;
  overflow:hidden;
}
#header-info .languages {
  display:block;
}
#main {
  clear:both;
}
#leftbar {
  float:left;
  width:200px;
  padding:15px;
}

#nv2 {
  margin:0 0 20px 0;
}
#nv2 ul {
  margin:0;
  padding:0;
  list-style-type:none;
  list-style-image:none;
}
#nv2 ul li {
  margin:0 0 5px 0;
  padding:0;
}
#nv2 ul li a {
  display:block;
  background:#851531;
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
  font-size:12px;
  line-height:18px;
  padding:1px 5px;
}
#nv2 ul li a:hover {
  text-decoration:none;
  background:#555;
}
#nv2 ul li.a1 a,
#nv2 ul li.s1 a {
  text-decoration:none;
  background:#000;
  margin:0 0 1px 0;
}

#nv2 ul ul li {
  margin:0 0 1px 0;
}
#nv2 ul ul li a {
  background:#ccc !important;
  text-transform:none;
  font-weight:normal;
  font-size:12px;
  color:#000;
}
#nv2 ul ul li.a1 a {
  font-weight:bold;
}

#search {

}
#search fieldset {
  margin:0;
  padding:5px;
}
#search fieldset legend {
  display:none;
}
#search label {
  display:none;
}
#search input.text {
  width:150px;
  float:left;
  margin:0 5px 0 0;
}
#search input.button {
  width:25px;
  float:left;
}

#content {
  float:left;
  width:660px;
  min-height:300px;
  padding:15px;
}
#footer {
  clear:both;
  background:url(/assets/images/footer-bg.png);
  height:215px;
  width:920px;
  margin:0 auto;
  padding:0 50px;
}
#footer .left {
  width:460px;
  height:155px;
  float:left;
  overflow:hidden;
}
#footer .heading {
  height:25px;
  line-height:25px;
  padding:15px 0 0 15px;
  margin:0;
  text-transform:uppercase;
  font-size:14px;
  color:#fff;
}
#footer .article {
  width:200px;
  float:left;
  padding:10px 15px;
  color:#fff;
  height:105px;
  overflow:hidden;
  font-size:11px;
}
#footer .article .content {
  height:82px;
  overflow:hidden;
}
#footer .article h5 {
  text-transform:uppercase;
  color:#fff;
  font-size:14px;
  margin:0 0 5px 0;
}
#footer .article h5 span {
  background:#851531;
  padding:2px 5px;
}
#footer .article p {
  margin:0 0 5px 0;
}
#footer .article a {
  color:#fff;
  border-bottom:dotted #fff 1px;
}
#footer a:hover {
  color:#fff;
  border-bottom:solid #fff 1px;
  text-decoration:none;
}
#footer .right {
  width:460px;
  float:left;
}

#footer .jiggy .content {
  background:transparent;
  margin:0;
  padding:0;
}


#footer .bottom {
  clear:both;
  padding:5px 15px 0 15px;
  font-size:11px;
}
#footer .bottom .copyright {
  float:left;
  font-size:10px;
  width:600px;
}
#footer .bottom .fastlinks {
  float:right;
}
#footer .bottom a {
  color:#000;
}
#footer .bottom a:hover {
  border-bottom:solid #000 1px;
}
#footer .bottom .languages {
  padding:0 10px 0 0;
}
#footer .bottom .languages img {
  vertical-align:middle;
}
#footer .bottom .languages a:hover {
  border:0;
}

#footer a.editlink {
  border:0;
}