@import url(reset.css);
/* CSS DOCUMENT */

body {
  font-family:Arial;
  font-size:12px;
  background:#b2b2b2;
}

div.header-logo {
  position:absolute;
  left:573px;
  top:20px;
  background:url(../images/design/header/logo-top.png);
  height:115px;
  width:294px;
}
div.container {
  margin:40px 0 0 20px;
  width:
}

div.menu {
  height:32px;
}
div.menu ul {
  float:left;
}

div.menu ul li {
  float:left;
  margin-right:1px;
  width:108px;
  height:32px;
  font-size:14px;
  text-align:center;
}

div.menu ul li a {
  height:100%;
  width:100%;
  display:block;
  background:#fff;
  line-height:32px;
  color:#000;
  text-decoration:none;
}

div.menu ul li a:hover {
  background:#616161;
  color:#fff;
}

div.header-image-container {
  padding:5px;
  background:#fff;
  width:846px;
  height:186px;
  float:left;
  clear:both;
  margin-top:1px;
}

div.content {
  float:left;
  background:#fff;
  margin-top:1px;
  padding:10px;
  clear:both;
  width:836px;
  _width:856px;
}

div.content a {
  color:e3001a;
  text-decoration:none;
}

div.columnLeft label {
  float:left;
  display:block;
  width:100px;
  line-height:20px;
}

div.nofloat {
  height:5px;
} 
span.error {
color:#FF0000;
height:20px;
line-height:20px;
margin-left:10px;
}
div.content .columnLeft {
  width:570px;
  float:left;
} 

div.content .columnLeft ul {
  margin-left:10px;
}

div.content .columnLeft ul li {
  list-style-type:circle;
  line-height:15px;
  margin-left:20px;
}
div.content .columnRight {
  float:left;
  width:245px;
  margin-left:10px;
  border-left:1px dotted #ccc;
  padding-left:10px;
} 

div.content .columnRight h2 {
  color:#500000;
  font-size:13px;
  font-weight:bold;
  margin-top:5px;
}

div.content .columnRight p {
  font-size:12px;
  margin-top:5px;
  line-height:15px;
}

div.content .columnLeft h1,div.content .columnRight h1 {
  border-bottom:1px dotted #ccc;
  font-size:16px;
  color:#2e2e2e;
  padding-bottom:4px;
  position:relative;
}

div.content .columnLeft h1 span.breadcrumb {
  position:absolute;
  font-size:11px;
  color:#535353;
  font-weight:normal;
  text-align:right;
  right:0;
  top:-2px;
  line-height:28px;
}

div.content .columnLeft p {
  line-height:19px;
  margin-top:5px;
}

div.footer {
  width:856px;
  height:25px;
  float:left;
  clear:both;
  background:#fff;
  text-indent:10px;
  margin-top:1px;
  line-height:25px;
  font-size:11px;
  color:#aaa;
}