body {
  font: 12px/19px Verdana, Geneva, Tahoma, sans-serif;
  color: #3c3d3e;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Verdana, Tahoma, Geneva, sans-serif;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
  text-decoration: underline;
}

h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.5em;
}

p {
  margin-bottom: 1.666em;
}

a {
  color: #009fea;
  text-decoration: none;
  border-bottom: 1px dotted #009fea;
}

a:visited {
  color: #009fea;
}

a:hover {
  border: none;
}

a img {
  border:none;
  vertical-align: top;
}

#header a {
  border: none;
}

i {
  font-weight: normal;
  font-style: italic;
}

em {
  font-weight: bold;
  color: #005d88;
  font-style: normal;
}

b {
  font-weight: bold;
}

.highlight {
  background-color: #005d88;
  color: #fff;
  font-weight: normal;
}

.enhanced {
  font-size: 16px;
  line-height: 1.5em;
}

.smallprint {
  font-size: 10px;
}

.JustifyCenter {
  text-align: left;
}
.JustifyCenter {
  text-align: center;
}
.JustifyRight {
  text-align: right;
}
.JustifyFull {
  text-align: justify;
}
.Indent1 {
  text-indent: 1em;
}
.Indent2 {
  text-indent: 2em;
}
.Indent3 {
  text-indent: 3em;
}

/* inline quote */
q {
  font-style: italic;
}

ul { list-style-type: disc;}
ul ul { list-style-type: circle;}
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal;}
ol ol { list-style-type: upper-alpha;}
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }

  /*#body .col-2 ul li {
    list-style-type: none;
    background: transparent url(/images/arrow-li.gif) no-repeat 0 50%;
    padding-left: 10px;
  }

  #body .col-2 ul li li {
    list-style-type: circle;
    background: none;
    padding-left: 0;
  }*/


/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

   Usage:
   * For text fields, use class .title or .text

-------------------------------------------------------------- */

label       { font-weight: normal; margin-bottom: 0; padding: 0; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title,
textarea, select {

}
input[type=text]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}

input[type=text],
input.text, input.title,
textarea, select {
  margin:0;
}

input.text,
input.title   { width: 400px; padding:3px; }
input.title   { font-size:1.5em; }
textarea      { width: 600px; height: 150px; padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:0;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }

body.jobs .col-2 input.text,
body.jobs .col-2 input.title   { width: 208px; padding:3px; }
body.jobs .col-2 textarea { width: 208px; height: 150px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice,
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
