@charset "utf-8";
#PageHeader {}
#PageMenu {
  text-align: right;
}
#PageMenu ul {
  display: block;
  padding: 15px;
  height: auto;
}
#PageMenu ul li {
  padding: 10px;
  display: inline;
}
#PageMenu ul li a {
  color: #000000;
  font-weight: bold;
  font-size: 20PX;
  padding: 15px;
  text-decoration: none;
}
#PageMenu ul li .current {
  color: #F23829;
}
#PageBanner {
    background-size: cover;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 0px;
    bottom: auto;
    background-image: url(../images/banner1200.jpg);
    background-color: #CD36DA;
    color: #F9F9F9;
    height: 200px;
    width: auto;
    position: relative;
}
.banner-content {
  position: absolute;
  width: 640px;
  left: 53%;
}
#PageBanner h1 {
    color: #FFFFFF;
    font-size: 80px;
    margin-bottom: 20px;
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
}
#PageBanner h1 strong {
    color: #250666;
    font-size: 80px;
    font-family: "Brush Script MT";
    display: block;
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#PageBanner p {
    color: #FFFFFF;
    font-size: 26px;
    padding-right: 80px;
}
#PageFooter p strong {
    color: #FFFFFF;
}
#PageLogo {
  display: block;
  text-align: center;
  height: 60px;
  width: auto;
  padding-top: 20px;
  margin-bottom: -40px;
}
#PageMain {
  max-width: 1200px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FDFDFD;
  padding-left: 20px;
  padding-right: 20px;
}
#PageFooter {
  background-color: #0C243C;
  padding: 10PX;
  color: #FFFFFF;
  line-height: 1.4;
  text-align: center;
}
#PageFooter p a {
  color: #FFFFFF;
  font-size: 15px;
}
body {
  background-color: #FFFFFF;
  font-family: Arial;
}
.typography h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 5px;
  margin-right: auto;
  padding: 2px;
}
#PageMain .form-content .half-column {}
#PageMain .half-column h2 {
  text-align: left;
  text-indent: 50px;
}
.typography h3 {
  font-size: 22px;
  line-height: 1.4;
  padding: 2px;
  margin-left: 10px;
  margin-right: 10px;
}
.typography h4, .typography h5, .typography h6 {
  font-size: 20px;
  line-height: 1.4;
}
.typography p, .typography li {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 10px;
}
.typography li {
  margin-bottom: 5px;
}
.typography .float-right {
  float: right;
  max-width: 60%;
  margin-left: 25px;
  margin-bottom: 20px;
  width: 600px;
  height: auto;
}
.clear {
  clear: both;
}
.half-column {
  width: 50%;
  float: left;
}
.typography table {
  width: 50%;
  min-width: 500px;
  font-size: 20px;
  margin-bottom: 15px;
  border-bottom: 2px solid #E94D40;
  margin-top: 15px;
}
.typography table thead {
  text-align: left;
}
.typography table th , .typography table td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}
.typography table tbody tr {
  border-top: 1px solid #DDDDDD;
}
.typography table tbody tr:nth-child(odd) {
  background-color: #F3F3F3;
}
.float-right {
  float: right;
  width: 50%;
  margin-top: 5px;
}
.one-third-column {
  float: left;
  width: 33.3333%;
  display: block;
}
.one-third-column p {
  padding-bottom: 20px;
  padding-top: 5px;
  font-size: 18px;
}
.half-column {
  width: 40%;
}
form {
  padding: 20px;
  background-color: #F3F3F3;
  border-bottom: solid #EA7D0E;
  margin-left: 60px;
  width: 90%;
  min-width: 550px;
  margin-bottom: 15px;
  margin-top: 15px;
}
form label {
  display: block;
  font-size: 20px;
  }
form input, form textarea, form select {
  width: 80%;
  margin-bottom: 15px;
  font-size: 20px;
  padding: 2px;
}
.float-right {
  float: right;
}

form .half-column {
  width: 50%;
}
form #InputSend {
    background-color: #0C243C;
    color: #FFFFFF;
    max-width: 50%;
}
.form-content h3 {
  text-align: left;
  text-indent: 50px;
}
#PageBanner .float-right strong {}
#PageBanner .float-right p {
  margin-left: 0px;
  padding-left: 60px;
}
img.img-content {
  display: inline-block;
  width: 46%;
  height: auto;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5PX;
}
form.form-content {
  margin-left: 20px;
}
