/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, articel, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.15;
}

ol {
  list-style: decimal;
  padding-left: 40px;
}

ul {
  list-style: disc;
  padding-left: 40px;
}

blockquote, q {
  quotes: none;
}

  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
  }

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

td {
  padding: 5px 50px 5px 5px;
  min-width: 150px;
}

h4, p, ol, ul {
  margin: 1.12em 0;
}

h1 {
  font-size: 20pt;
  margin: .67em 0;
}

h2 {
  font-size: 16pt;
  margin: .75em 0;
}

h3 {
  margin: .83em 0;
}

h1, h2, h3 {
  margin-top: 0;
  font-weight: 500;
  color: #0f669b;
}

b {
  font-weight: 600;
}

/*Specific style*/
body {
  background-color: #ffffff;
  font-size: 12pt;
  font-family: arial, helvetica, clean, sans-serif;
  margin: 0;
  padding: 0;
  color: #525252;
}

.page {
  display: block;
  width: 75%;
  min-width: 1024px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border: 0px;
  background-color: #ffffff;
}

.main {
  padding-bottom: 10px;
}

#menu {
  color: #ffffff;
  background-color: #0f669b;
}

.header, .footer {
  display: block;
}

.footline {
  padding: 5px 15px 5px 15px;
  font-size: 10pt;
  color: #ffffff;
  background-color: #0f669b;
}

  .footline a {
    color: #ffffff;
  }

#navigation {
  display: none;
}

cite {
  font-style: italic;
}

img {
  margin: 5px 5px 5px 5px;
}

a {
  color: #0f669b;
}

small {
  font-size: 10pt;
}

code {
  font-family: Consolas, 'Courier New', monospace;
  color: #0f669b;
}

.text {
  display: inline-block;
  padding: 5px 15px 5px 15px;
}

.rightbox {
  float: right;
  padding: 5px 15px 5px 15px;
  text-align: center;
}

.leftbox {
  float: left;
  padding: 5px 15px 5px 15px;
  text-align: center;
}

ul#menu {
  position: relative;
  padding: 5px 15px 5px 15px;
}

  ul#menu li {
    display: inline-block;
    list-style: none;
    padding-right: 10px;
  }

    ul#menu li a {
      text-decoration: none;
      line-height: 2em;
      color: #ffffff;
    }

      ul#menu li a:hover {
        text-decoration: underline;
      }

      ul#menu li a:active {
        text-decoration: underline;
      }

.floatright {
  float: right;
}

.selector a {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #ff6600;
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 600px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

form {
  margin: 0 0 0 0;
  padding: 20px 0 5px 0;
}

fieldset {
  border: 0;
  padding: 0 1.4em 0 1.4em;
  margin: 0 0 0 0;
  background-color: #0f669b;
  color: #fff;
  width: 420px;
}

.contactheader {
  margin-top: 10px;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
}

textarea {
  min-height: 120px;
}

.contactline {
  display: inline-block;
}

.contact-left {
  margin: 1em 0 0 0;
  float: left;
  width: 100px;
}

.contact-right {
  margin: 0.5em 0 0 0;
}

  .contact-right input, .contact-right textarea {
    width: 300px;
  }

.button {
  font-weight: bold;
  float: right;
  font-size: 1em;
  border: 0px;
  display: inline-block;
  padding: 4px 10px 4px 10px;
  background-color: #666666;
  margin-right: 15px;
  color: #fff;
  margin-bottom: 10px;
}

.field-validation-error {
  color: #FFFFFF;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

.validation-summary-valid {
  display: none;
}
