/*
@font-face {
  font-family: 'Josefin Sans Std Light';
  font-style: normal;
  font-weight: normal;
  src: local('Josefin Sans Std Light'), url('http://themes.googleusercontent.com/font?kit=doRWK9Qks0OQGenH-kW8ngz2EdV-DdurKoLOmiOgX_w') format('truetype');
}
*/

body {
  color: #193662;
  font-family: 'Cabin',Tahoma, Geneva, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6{
  /*font-family: 'Josefin Sans Std Light', Tahoma, Geneva, sans-serif;*/
  font-weight: bold;
  text-shadow: 0 1px 1px #666; 
}
  h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  h2{
    font-size: 26px;
    padding-bottom: 8px;
  }
  h3{
    font-size: 22px;
    padding-bottom: 6px;
  }
  h4{
    font-size: 18px;
    padding-bottom: 4px;
  }
  h5{
    font-size: 14px;
    padding-bottom: 4px;
  }
  h6{
    font-size: 13px;
    padding-bottom: 4px;
  }

a{
  color: #E31F26;
  text-decoration: none;

}
a:hover{
  text-decoration: none;
}
p{
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  margin: 0 0 10px 0;
  text-align: justify;
}
button{
  font-size: 14px;
}

ol, ul{
  margin-bottom: 10px;
}
  ol li,
  ul li{
    margin-left: 30px;
  }

.cms_content ul{
  list-style: disc;
  list-style-position: outside;
}
.cms_content ol{
  list-style: decimal;
  list-style-position: outside;
}

blockquote{
  border-left: 3px solid #193662;
  font-style: italic;
  margin-bottom: 10px;
  padding-left: 15px;
}
pre{
  margin-bottom: 10px;
}
small{
  font-size: smaller;
}

table tr td,
table tr th{
  border: 1px solid #193662;
  padding: 2px 4px;
  vertical-align: middle;
}
  table tr.odd{
    background-color: #d0d2d7;
  }

form{
  margin-bottom: 10px;
}

img.right {
  float: right;
  margin-left: 10px;
}
  img.left {
    float: left;
    margin-right: 10px;
  }
  img.leftAlone {
    float: left;
    margin-right: 100%;
  }
  img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
.bold{
  font-weight: bold;
}
.clear {
  clear: both;
  float: none;
}

hr, .line{
  border: none;
  border-top: 1px solid #DE1F26;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.required, .bad, .validation, .red{
  color: #e10b09;
}
.success, .green{
  color: #009900;
}

input, textarea, select{
  border: 1px solid #D0D0D0;
  border-top: 1px solid #A0A0A0;
  color: #193662;
  margin: 0;
  padding: 3px 6px;

  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;

  background: #fff; /* old browsers */
  background: -moz-linear-gradient(top, #DDD 0%, #FFFFFF 10px, #FFFFFF 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDD), color-stop(20%,#FFFFFF), color-stop(100%,#FFFFFF)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #DDD 0%,#FFFFFF 20%,#FFFFFF 100%); /* opera */
}
  input[type=checkbox], input[type=radio]{
    background: transparent;
    border: none;
    
    filter: none;
  }
  input:hover, input.active, input:focus,
  textarea:hover, textarea.active, textarea:focus,
  select:hover, select.active, select:focus{
  }

button, input[type=submit], .button{
  background: #193662;
  border: 1px solid #193662;
  color: #E5E4E4;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0 8px;
  text-decoration: none;
  vertical-align: middle;

  text-shadow: 0 0px 3px #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #193662; /* old browsers */
  background: -moz-linear-gradient(top, #193662 0%, #224184 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#193662), color-stop(100%,#224184)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193662', endColorstr='#224184',GradientType=0 ); /* ie */
  background: -o-linear-gradient(top, #193662 0%,#224184 100%); /* opera */
}
  button:hover,
  .button:hover,
  input[type=submit]:hover{
    background: #2C5AAA; /* old browsers */
    background: -moz-linear-gradient(top, #2C5AAA 0%, #224184 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2C5AAA), color-stop(100%,#224184)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2C5AAA', endColorstr='#224184',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #2C5AAA 0%,#224184 100%); /* opera */
  }
  button:active, button:focus,
  .button:active, .button:focus,
  input[type=submit]:active, input[type=submit]:focus{
  }


