html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1.5; }

blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: top; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

a img {
  border: none; }

body {
  font-size: 90%;
  color: #222;
  font-family: Tahoma, Verdana, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #111;
  margin: 0.25em 0; }

h1 {
  font-size: 1.5em; }
  h1.light {
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    color: #666;
    margin-top: 2em; }

h2 {
  font-size: 1.25em; }

h3, h4, h5 {
  font-size: 1em; }

p {
  margin: 0 0 1em; }
  p img.left {
    float: left;
    margin: 0.5em 1.5em 1.5em 0;
    padding: 0; }
  p img.right {
    float: right;
    margin: 0.5em 0 1.5em 1.5em; }

blockquote {
  font-style: italic;
  margin: 0 0 1em; }

.small {
  margin: 0;
  padding: 0;
  font-size: 90%; }

a {
  color: #336699;
  text-decoration: none; }
  a:focus,
  a:hover {
    color: #000; }

ul, ol {
  margin: 1em 0 1em 1em; }
  ul li, ol li {
    margin: 0 0.5em; }
  ul.in_line, ol.in_line {
    margin-left: 0;
    padding: 0;
    display: block;
    list-style: none; }
    ul.in_line li, ol.in_line li {
      float: left;
      width: 45%;
      margin: 0 2em 2em 0; }
    ul.in_line.v_border li, ol.in_line.v_border li {
      border-right: 1px solid #ccc;
      height: 6em; }
      ul.in_line.v_border li.last, ol.in_line.v_border li.last {
        border-right: none;
        margin-right: 0; }

ul {
  list-style-type: square; }

ol {
  list-style-type: decimal; }

hr {
  height: 1px; }

.flash {
  font-size: 130%;
  font-weight: bold;
  padding: .4em 0 .4em 38px;
  margin-bottom: 1em;
  border: 1px solid #c00;
  border-left: none;
  border-right: none; }
  .flash.error {
    background: #FDE4E4 url(../../images/icons/exclamation.png) 10px center no-repeat;
    color: #c00;
    border-color: #c00; }
  .flash.notice {
    background: #E7F8D7 url(../../images/icons/tick.png) 10px center no-repeat;
    color: #59A151;
    border-color: #59A151; }

.container {
  width: 800px; }

#header {
  margin: 0;
  background: #fff url(/images/vertical-gray-bar.png) repeat-x; }

#logo {
  padding: 2em 250px 0;
  cursor: pointer; }
  #logo h1 {
    background: url(/images/logos/ambicode.png) no-repeat;
    width: 300px;
    height: 120px; }
    #logo h1 span {
      margin-left: -1000px; }

.line_b {
  background: url(/images/line-end-left.png) no-repeat bottom left; }

.line_t {
  background: url(/images/line-end-left.png) no-repeat top left; }

.line_be {
  background: url(/images/line-end-to-right.png) no-repeat bottom right; }

.line_te {
  background: url(/images/line-end-to-right.png) no-repeat top right; }

#menu {
  margin: -2.5em 0 0 0; }
  #menu #locale {
    float: right;
    margin: 0.25em 3em 0 0; }
    #menu #locale ul li {
      margin: 0 0 0 0.5em;
      font-size: 1em; }
  #menu a {
    color: #747474; }
    #menu a:hover {
      color: #333; }
    #menu a.active {
      color: #333;
      font-weight: bold; }
  #menu ul {
    list-style: none;
    margin: 0 0 0 3em;
    padding: 0; }
    #menu ul li {
      font-size: 1.25em;
      display: inline;
      margin: 0 2em 0 0; }

#content {
  margin: 2em 3em 1em 3em;
  min-height: 400px; }

#footer p {
  padding: 0.5em 1em 1em 1em;
  text-align: center; }

.ml_text {
  margin: -0.55em 0 0 180px; }
