body {
  margin: 0;
  padding: 0;
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
  font-size: 70%;
  color: #000;
  background: #fff;
}
img {
  border: 0;
}
#skip-to-content {
  display: none;
}
a {
  color: #104180;
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}

/* Container */
#container {
  min-width: 760px;
  background: url(images/body_bg.png) top right repeat-y;
}
* html #container {
  width: auto;
  padding: 0;
}

/* Header */
#header {
  background: #fff;
  width: 100%;
}
h1 {
  display: none;
}
#hunvan-logo {
  position: absolute;
  top: 12px;
  left: 14px;
}
#topbanner {
  padding: 7px 5px 2px 180px;
  text-align: right;
  margin: 0;
}
* html #topbanner {
  padding-bottom: 5px;
}

#services {
  width: 100%;
  background: #c3d0d4 url(images/topmenu_bg.png) repeat-x bottom;
  font-size: 12px;
  line-height: 12px;
  border-top: 1px solid #114253;
  height: 24px;
}
#services em {
  font-style: normal;
}
#services ul {
  margin: 0;
  padding: 4px 10px 0;
  list-style: none;
}
#services li {
  float: left;
  background: url(images/topmenu_left.png) no-repeat left top;
  margin: 0;
  padding: 0 0 0 9px;
  border-bottom: 1px solid #000;
}
#services a {
  float: left;
  display: block;
  width: 1px;
  background: url(images/topmenu_right.png) no-repeat right top;
  padding: 4px 10px 3px 0px;
  text-decoration: none;
  font-weight: bold;
  color: #765;
}
#services li.last a {
  background: url(images/topmenu_right_last.png) no-repeat right top;
}
#services > ul a {
  width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#services a {
  float: none;
  color: #fff;
}
/* End IE5-Mac hack */
#services a:hover {
  color: #e5e5e5;
}
#services .sel {
  background-position:  0 -100px;
  border-width: 0;
}
#services li.sel a {
  background-position: 100% -100px;
  padding-bottom: 4px;
  color: #114253;
}
#services .sel a:hover {
  color: #114253;
}

#services li.new_service {
  background-position: 0 -200px;
}

#services li.new_service a {
  background-position: 100% -200px;
}

h1 {
  position: absolute;
  top: 9px;
  left: 15px;
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
h1 a {
  color: #114253;
}
#mta-logo {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  border-bottom: 1px solid #fff;
  width: 140px;
  height: 20px;
  padding: 10px 0 0 0;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}
#dsd-logo {
  position: absolute;
  top: 7px;
  right: 145px;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #114253;
}

/* Interface */
#interface {
  height: 140px;
  margin-right: 140px;
  background: #fff9e1;
  position: relative;
  border-bottom: 1px solid #114253;
}
#interface form {
  margin: 0;
  padding: 0;
}
#interface fieldset {
  margin: 0;
  padding: 12px 0 0 15px;
  border: none;
}
#interface a {
  color: #114253;
}
#interface a.icon img,
#interface a.icon input.image {
  display: block;
  width: 13px;
  height: 13px;
  padding: 1px;
}
#interface a.icon {
  border: 1px solid #fff9e1;
  display: block;
  width: 15px;
  height: 15px;
  float: left;
}
#interface a.icon:hover {
  border: 1px solid #114253;
}
#interface a.icon-text {
  float: left;
  display: block;
  margin: 2px 7px 0 1px;
}

/* General select and input styles.
** Makes sure background is always white for any select and text input
*/
select, input.text {
	background-color: #fff;
	border: 1px solid #114253;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #114253;
}

#interface input.text {
  border: 1px solid  #114253;
  width: 200px;
  margin: 0 0 10px 0;
  padding: 2px;
  font-size: 12px;
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
  font-weight: bold;
}
#interface select {
  border: 1px solid #114253;
  width: 200px;
  margin-bottom: 5px;
  display: block;
  font-size: 11px;
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
  color: #114253;
}
#interface table {
  margin: 5px 0 0 0;
  padding: 0;
  border-collapse: collapse;
}
#interface table td {
  vertical-align: top;
  font-size: 11px;
  color: #114253;
}
#interface table td.col1 {
  padding-right: 18px;
}
#interface table td.col2 {
  padding-left: 15px;
  border-left: 1px solid #114253;
}
#interface a {
  text-decoration: none;
}
/* !!! Extreme ugly evil IE hack !!! */
* html #interface #ie-three-pixel-bug-kill {
  position: absolute;
  top: 0px;
  right: -3px;
  height: 140px;
  width: 3px;
  background: #fff9e1;
}

/* Menu */
#menu {
  color: #fff;
  width: 140px;
  float: right;
  background: url(images/body_bg.png) top right repeat-y;
  padding: 0;
  margin: 0;
}
#menu #pic {
  border-bottom: 1px solid #fff;
  width: 140px;
  height: 140px;
  display: block;
}
#menu p {
  font-size: 80%;
  margin: 1em 0 0 1px;
  padding: 0 0 2px 5px;
  margin-bottom: 0.4em;
  background: #fff1c9;
  color: #000;
  font-weight: bold;
}
#menu a {
  color: #fff;
  display: block;
}
#menu div.content p a {
  color: #000;
}
#menu a:hover {
  background: #578;
}
#menu ul {
  padding: 2px 8px 4px 8px;
  margin: 0;
  font-size: 80%;
}
#menu li {
  margin: 0;
  padding: 0 0 0.1em 0;
  list-style: none;
  line-height: 1.2em;
}

/* Langsel */
#langsel {
  margin-top: 4px;
}
#langsel ul {
  background: none;
  font-size: 65%;
}
#langsel ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
#langsel a {
  display: inline;
  font-weight: bold;
  color: #bbb;
  font-size: 135%;
}
#langsel a:hover,
#langsel a:hover em {
  color: #fff;
  background: #114253;
}
#langsel a em {
  font-style: normal;
  color: #fff1c9;
}

/* Fontsize */
#fontsize p {
  background: none;
  border: none;
  color: #fff1c9;
  font-weight: normal;
  margin: 0;
  padding: 2px 0 0 8px;
  font-size: 80%;
}
#fontsize a {
  display: inline;
  font-weight: bold;
}
#fontsize a:hover {
  background: none;
}
#fontsize a img {
  border: none;
}
#fontsize a.info {
  margin-left: 3px;
  padding: 0 0.5em;
  background: #fff1c9;
  color: #222;
}
#fontsize a.info:hover {
  background: #fff;
  color: #555;
}

/* Content */
#content {
  padding: 15px 155px 15px 15px;
}
.noborder {
  border: none !important;
}
#content ul {
  list-style: square;
  margin-left: 3em;
  padding: 0;
}
#content li {
  margin: 0 0 1em 0;
}
h2 {
  color: #114253;
  font-size: 130%;
}
#content em {
  font-weight: bold;
  font-style: normal;
}

/* Content - Ads */
#content .ads {
  width: 120px;
  float: right;
  margin: 0 0 15px 15px;
  font-size: 10px;
}
#content .ads a {
  color: #000;
}
#content .ads a:hover {
  text-decoration: none;
}
#content .ads img {
  display: block;
  margin: 0 0 0.5em 0;
}
#content .ads dl {
  border: 1px solid #ccc;
  background: #ffffe0;
  padding: 5px;
  margin: 0 0 0.5em 0;
}
#content .ads dl dd {
  margin: 0;
}
#content .ads dl dd a {
  font-weight: normal;
}
#content .ads dl dt {
  border-bottom: 1px solid #000;
}
#content .ads dl dt a {
  font-weight: bold;
}
hr {
  background: #114253;
  color: #114253;
  height: 1px;
  border: none;
  margin: 0;
  padding: 0;
}
.banner-big {
  border: 1px solid #aaa;
}
#content a:hover {
  text-decoration: underline;
}

/* Pagination */
.pagination {
  height: 1em;
  display: block;
  text-align: center;
  margin: 0.2em 0;
  margin-bottom: 1em;
}

/* Footer */
#footer {
  clear: both;
  color: #114253;
  text-transform: lowercase;
  font-size: 80%;
  border-top: 1px solid #114253;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 20px;
}
#footer hr {
  display: none;
}
#footer p {
  margin: 0;
  padding: 0 150px 0 0;
}
#footer p a:hover {
  text-decoration: underline;
}
#dsd-logo-footer {
  display: block;
  width: 140px;
  text-align: left;
  float: right;
  border-top: 1px solid #fff;
  text-decoration: none;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}

/* Misc */
.noshow {
  display: none;
}

