@import url('reset.css');
@import url('colorbox.css');

.clear { clear: both; }
.float_left { float: left; }
.float_right { float: right; }
.center { text-align: center; }
.hidden { display: none; }
.wrapper { margin: 0 auto; width: 800px; }
p.notice, p.success, p.error {
  background-position: 6px center;
  background-repeat: no-repeat;
  color: #333;
  font-size: 12px !important;
  line-height: 1.2em;
  margin: 10px auto;
  padding: 10px 10px 10px 50px;
}
p.notice { background-color: #fffce7; background-image: url('../images/warning-32.png'); border: 1px dotted #e6d59e; }
p.success { background-color: #e9ffe7; background-image: url('../images/success-32.png'); border: 1px dotted #9ee6af; }
p.error { background-color: #ffe7e7; background-image: url('../images/error-32.png'); border: 1px dotted #e69e9e; }

body {
  background-color: #f0f0f0;
  background-position: left top;
  background-repeat: repeat-x;
}

a {
  border-bottom: 1px dotted #064784;
  color: #064784;
  text-decoration: none;
}

a:hover {
  border-bottom-style: solid;
}

h2 {
  border-bottom: 1px dotted #2b2b2b;
  color: #2b2b2b;
  font-size: 32px;
  padding-bottom: 3px;
}

h3 {
  border-bottom: 1px dotted #2b2b2b;
  color: #2b2b2b;
  font-size: 26px;
  padding-bottom: 3px;
}

h4 {
  font-size: 22px;
  text-align: center;
}

p {
  font-size: 15px;
  line-height: 23px;
  margin: 15px 0;
  text-align: justify;
}

div.header {
  background: transparent url('../images/bg_header.jpg') left top repeat-x;
  padding-top: 30px;
}

div.header h1 {
  background: transparent url('../images/logo-415.png') left top no-repeat;
  height: 33px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
  text-align: center;
  width: 415px;
}

div.navigation {
  background: transparent url('../images/bg_navigation.png') left top no-repeat;
  height: 32px;
  margin: 15px auto 0 auto;
  overflow: hidden;
  width: 800px;
}

div.navigation li {
  display: block;
  float: left;
}

div.navigation li a {
  border-right: 1px solid #2b2b2b;
  color: #2b2b2b;
  display: block;
  float: left;
  font-size: 13px;
  height: 22px;
  line-height: 18px;
  padding: 6px 21px 4px;
  text-align: center;
  text-decoration: none;
}

div.navigation li a.first {
  padding-left: 10px;
  padding-right: 10px;
}

div.navigation li a.last {
  border-right: 0;
}

div.navigation li a img {
  border: 0;
}

div.focal {
  margin: 25px auto 15px;
  text-align: center;
}

div.content {
  float: left;
  width: 525px;
}

div.sidebar {
  float: right;
  width: 250px;
}

div.sidebar .section {
  margin: 15px 0;
}

div.sidebar .section .top {
  background: transparent url('../images/bg_sidebar-top.png') left top no-repeat;
  height: 7px;
}

div.sidebar .section .mid {
  background: transparent url('../images/bg_sidebar-mid.png') left top repeat-y;
  padding: 10px 15px;
}

div.sidebar .section .bot {
  background: transparent url('../images/bg_sidebar-bot.png') left top no-repeat;
  height: 7px;
}

div.sidebar .button {
  background: transparent url('../images/bg_button-250.png') left top no-repeat;
  height: 45px;
  margin: 12px 0;
  overflow: hidden;
  padding: 20px;
}

div.sidebar .button a {
  background: transparent url('../images/button-210.png') left top no-repeat;
  border-bottom: 0;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 32px;
  letter-spacing: 0.01em;
  padding-top: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

div.footer {
  border-top: 1px dotted #2b2b2b;
  color: #2b2b2b;
  margin: 40px auto 20px;
  padding-top: 12px;
  width: 800px;
}

div.footer a, div.footer a.credit:hover {
  border: 0;
}

div.footer a.credit em {
  background: url('../images/je-signature.png') left top no-repeat;
  display: -moz-inline-block; /* Firefox doesn't recognize inline-block */
  display: inline-block;
  height: 29px;
  font: 0/0 Arial;  /* Some browsers don't recognize text-indent for inline-block elements */
  margin: -5px 0;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: bottom;
  width: 69px;
}


div.footer .disclaimer {
  margin-top: 30px;
}

div.footer .disclaimer p {
  color: #555555;
  font-size: 10px;
  line-height: 1.2em;
}

div.footer .logo_box {
  float: left;
  margin-left: -20px;
}

div.footer .left .logo_box {
  margin-right: 20px;
}

div.footer .logo_box a {
  border: 0;
  margin-left: 20px;
}

div.footer .logo_box img {
  vertical-align: middle;
}

div.footer .left {
  float: left;
  width: 70%;
}

div.footer .left p {
  font-size: 12px;
  margin: 5px 0;
}

div.footer .right {
  float: right;
}

.modal {
  padding: 12px;
}

.modal p {
  font-size: 14px;
}

.modal form {
  border-top: 1px dotted #2b2b2b;
}

.modal .input_block {
  margin: 10px 0;
}

.modal label {
  font-size: 12px;
  padding-left: 10px;
}

.modal em {
  font-style: italic;
}

.modal form em {
  float: right;
  font-size: 12px;
  padding-right: 10px;
}

.modal input {
  background: transparent url('../images/bg_input-360.png') left top no-repeat;
  border: 0;
  color: #2b2b2b;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 18px;
  height: 30px;
  margin-top: 4px;
  padding: 5px 10px 0 10px;
  overflow: hidden;
  width: 340px;
}

.modal textarea {
  background: transparent url('../images/bg_textarea-360.png') left top no-repeat;
  border: 0;
  color: #2b2b2b;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 18px;
  height: 75px;
  padding: 10px;
  margin-top: 4px;
  width: 340px;
}

.modal a.button {
  background: transparent url('../images/button-104.png') left top no-repeat;
  border-bottom: 0;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 25px;
  letter-spacing: 0.01em;
  margin: 0;
  padding-top: 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 104px;
}

.modal div.button_loader {
  height: 25px;
  text-align: center;
  width: 104px;
}

.modal a {
  border-bottom: 0;
  font-size: 13px;
  margin-left: 15px;
  padding-top: 6px;
  text-decoration: none;
  text-transform: uppercase;
}
