/*-----------------------------------------
  RESET
-------------------------------------------*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,img {
  border: 0;
}

address,caption,cite,code,dfn,th {
  font-style: normal;
  font-weight: normal;
}

ol,ul {
  list-style: none;
}

caption,th {
  text-align: left;
}

blockquote, q {
  quotes: none;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,q:after {
  content: '';
}

abbr,acronym {
  border: 0;
}

:focus {
  outline: 0;
}

* {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------
  BASIC
-------------------------------------------*/ 

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  color: #333;
  background-color: #38322E;
  text-align: left;
  font: normal 13px/1.4em arial,verdana,helvetica,sans-serif;
}

pre,code,kbd,samp,tt {
  font-family: monospace;
  font-size: 14px;
  line-height: 100%;
}

abbr,acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

em {
  font-style: italic;
}

ul, ol {
  padding-left: 1em;
  margin: 1em 1em;
}

ol li {
  list-style: decimal outside;
}

ul li {
  list-style: disc outside;
}

ul.spaced li {
  margin: 0 0 10px 0;
}

p {
  font-size: 12px;
  line-height: 1.5em;
  padding-bottom: 1em;
}

strong {
  font-weight: bold;
}

h1 {
  padding: 0 0 12px;
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: -1px;
  color: #94000D;
}

h2 {
  margin: 16px 0 5px;
  line-height: 1.2em;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 8px 0 6px;
}

h4 {
  font: bold 13px arial,verdana,helvetica,sans-serif;
  line-height: 18px;
  margin: 0;
}

a {
  text-decoration: underline;
  padding: 1px;
}

a img {
  border: 0;
}

a:link, a:visited, a:active {
  color: #ab0214;
}

a:hover {
  text-decoration: none;
  color: #B77B00;
}

.clear {
  clear: both;
  height: 1px;
  text-overflow: none;
  display: block;
}

.clear {
  display: inline !ie;
}

.clearButton {
  clear: both;
  height: 10px;
  text-overflow: none;
}

/*-----------------------------------------
  LAYOUT
-------------------------------------------*/  

#wrapper {
  width: 898px;
  margin: 0 auto;
  position: relative;
}

#top {
  background-color: #221E1D;
  color: #A7A3A0;
  height: 20px;
  border-bottom: 4px solid #D4D4D4;
}

#header {
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 25px;
}

#logo {
  max-width: 830px;
  overflow: hidden;
}

.textLogo {
  font: bold 36px arial,Tahoma,verdana,sans-serif;
  line-height: 28px;
  letter-spacing: -1px;
}


#navbar {
  background: url("../images/red_hatched_bg.gif") repeat-x top left;
  height: 40px;
  color: #fff;
  padding: 0 25px;
}

#content {
  background: #fff url("../images/content_bg.jpg") repeat-y top right;
  color: #333;
  min-height: 400px;
}

#leftCol {
  float: left;
  width: 570px;
  padding: 35px 0 25px 25px;
  padding-left: 25px;
  min-height: 400px;
}

#rightCol {
  float: right;
  width: 230px;
  padding: 35px 22px 25px 0;
  min-height: 400px;
}

#rightCol #pic {
  margin: 0 auto;
}

#rightCol #pic img {
  margin: 0 auto !important;
  max-width: 228px;
  overflow: hidden;
}

#rightCol #sidebarText {
  margin-top: 15px;
  line-height: 1.4em;
}

#quote {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 12px;
  background-color: #fff;
  color: #6C777E;
  font-style: italic;
  font-size: 14px;
}

#quote-author {
  font-style: normal !important;
  white-space: nowrap;
}


#footer {
  border-top: 4px solid #D4D4D4;
  background-color: #221E1D;
  color: #A7A3A0;
  padding: 15px 25px 35px 25px;
}

#footer p {
  font-size: 12px;
  line-height: 1.3em;
}

#footer a {
  color: #fff !important;
}

#footer a:hover {
  color: #FF4A4A !important;
}


/*-----------------------------------------
  NAVIGATION
-------------------------------------------*/

#navigation {
  background: url("../images/red_hatched_bg.gif") repeat-x top left;
  height: 34px;
  color: #fff;
  padding: 0;
  clear: both;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation ul,
#navigation li,
#navigation a {
  float: left;
  list-style: none;
}

#navigation a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  height: 34px;
  line-height: 34px !important;
  padding: 0 15px;
  text-decoration: none;
  border-right: 1px solid #fff;
  text-transform: uppercase;
}

#navigation a.first {
  border-left: none !important;
  padding-left: 25px;
}

#navigation a.last {
  /*border-right: none !important;*/
}

#navigation a:hover {
  color: #fff;
  background-color: #510009;
}

#navigation .current a,
#navigation .current a:hover {
  background-color: #510009;
  color: #fff;
}

#navigation .current a {
  color: #fff;
}

.copyright {
  margin-top: 10px;
}

/*-----------------------------------------
  FORMS
-------------------------------------------*/  

.formContainer a.red, a.red {
  color: #bb3e22;
}

.formContainer {
  margin: 5px 0 15px;
  background: #e4e4e4;
  padding: 3px 4px;
  line-height: 1.2;
  zoom: 1.0;
}

.formContainer div.clearfix {
  padding: 4px;
}

.formContainer.vert div.clearfix {
  padding-bottom: 2px !important;
}

.formContainer div.clearfixError {
  padding: 4px;
}

.formContainer label {
  width: 115px;
  float: left;
  font-size: 12px;
  padding: 7px 0 0;
  white-space: nowrap;
}

.formContainer label.file {
  width: 100px;
  float: left;
  font-size: 12px;
  padding: 3px 0 0;
}

.formContainer label.top {
  float: none;
  font-size: 12px;
  padding: 4px 0 0 5px;
  margin-bottom: 2px;
  display: block;
}

.formContainer label.wide,
.lastFormContainer label.wide {
  width: 150px;
}

.formContainer label.wider,
.lastFormContainer label.wider {
  width: 175px;
}

.formContainer label.thin,
.lastFormContainer label.thin {
  width: 50px;
}

.formContainer label.readOnly  {
  padding: 0;
  padding-top: 1px;
}

.formContainer .cbox {
  margin-left: 115px;
  width: auto;
  font-size: 11px;
  white-space: nowrap;
}

.formContainer .cboxWide {
  margin-left: 150px;
  width: auto;
  font-size: 12px;
  white-space: nowrap;
}

.formContainer .cboxThin {
  margin-left: 50px;
  width: auto;
  font-size: 12px;
  white-space: nowrap;
}

.formContainer .cbox label,
.formContainer .cboxWide label,
.formContainer .cboxThin label {
  font-size: 12px !important;
  display: inline !important;
  float: none !important;
  width: auto !important;
  padding: 0 !important;
}

div.radioInset {
  padding: 5px 0 0 100px;
}

.formContainer div.radioInset label {
  float:none;
}

.formContainer td.last,
.formContainer th.last,
.formContainer th#last1,
.formContainer td#last2 {
  border: none;
}

.radioContainer {
  margin: 5px 0 10px;
  padding: 5px;
  background: #e4e4e4;
  zoom: 1.0;
}

.radioConfirm {
  margin: 10px 0 10px 0!important;
  padding-top: 15px;
}

.radioContainerPad {
  padding: 5px;
}

.radioContainer input.top {
  margin: 12px 5px 5px 8px;
}

.radioContainer input.top2 {
  margin: 0 5px 0 8px;
}

.radioContainer label {
  font-size: 11px;
  padding-left: 2px;
}

.radioContainer label.big {
  font-size: 12px;
  font-weight: 700;
}

.radioContainer img {
  margin-top: -2px;
}

.radioSelected {
  background: #999;
  color: #fff;
  margin-bottom: 0;
}

.checkboxContainer {
  background: #E4E4E4;
  padding: 20px;
  margin: 0;
  position: relative;
}

.checkbox {
  width: 15px;
  height: 15px;
  float: left;
}

.formDescription {
  background: #e4e4e4;
  padding: 10px 8px;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 15px;
}

input[type="text"], input[type="password"], textarea {
  padding: 5px 4px;
  font: normal 12px arial,verdana,helvetica,sans-serif;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

input:focus, textarea:focus {
  border: 1px solid #ababab;
  outline: none;
}

input[type="radio"], input[type="checkbox"] {
  background: transparent !important;
  border: 0 !important;
  width: 16px !important;
}

input[type="image"] {
  border: 0;
  padding: 0;
}

body:last-child:not(:root:root) input[type="file"] {
  border: none;
}

input.searchField {
  font-size: 11px;
  color: #b1b1b1;
  width: 110px;
}

select {
  font: normal 12px arial,verdana,helvetica,sans-serif;
  padding: 5px 2px 2px 2px;
}

body:last-child:not(:root:root) select {
  margin: 2px 0;
}

select option {
  padding-right: 8px;
  padding-bottom: 4px;
}

input.error, select.error, textarea.error {
  border: 1px solid #AB0214;
  background-color: #FEF8F6;
}

input.datepicker {
  margin-right: 3px;
}

.formBG {
  background: #f4f4f4;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 4px 0;
  margin-top: -5px;
  zoom: 1.0;
}

.formBGCSS {
  background: #f4f4f4;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  padding: 18px 0 5px;
  zoom: 1.0;
}

.formBG h3, label.h3checkbox, .formBGCSS h3 {
  color: #ab0214;
  font-size: 14px;
  font-weight:700;
}

.formBG label.checkbox {
  color: #204e8e;
}

.formWrapper {
  padding: 2px 15px;
}

.formWrapperRadios {
  padding: 2px 15px 15px;
}

.formWrapperExtraPad {
  padding:15px;
}

.formContainer textarea {
  width: 380px;
  height: 180px;
}

.button {
  display: block;
  float: left;
  height: 33px;
  margin-right: 6px;
  padding: 0 12px;
  cursor: pointer;
  white-space: nowrap;
}

/*-----------------------------------------
  COMMON ERROR/MESSAGE BOX
-------------------------------------------*/

.error-dlg {
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #FEF6F3;
  border: 1px solid #CD0A0A;
  color: #CD0A0A;
  margin-bottom:25px;
}

.message-dlg {
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  margin-bottom: 25px;
}

.error-dlg-content, .message-dlg-content {
  text-align: left;
  padding: 15px;
}

.error-dlg-content ul {
  margin: 1em 1em 0 2em;
  padding: 0 0 0 1em;
}

/*-----------------------------------------
  FAQ
-------------------------------------------*/  

.faq {
  margin: 15px 0 35px;
}

.faq-question {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}



/*-----------------------------------------
  ROUND CORNERS
-------------------------------------------*/  

.radius5 {
  -webkit-border-top-left-radius: 5px  5px;
  -webkit-border-top-right-radius: 5px 5px;
  -webkit-border-bottom-right-radius: 5px 5px;
  -webkit-border-bottom-left-radius: 5px 5px;
  border-radius: 5px;
  -moz-border-radius-topleft: 5px 5px;
  -moz-border-radius-topright: 5px 5px;
  -moz-border-radius-bottomright: 5px 5px;
  -moz-border-radius-bottomleft: 5px 5px;
}

.radius6 {
  -webkit-border-top-left-radius: 6px  6px;
  -webkit-border-top-right-radius: 6px 6px;
  -webkit-border-bottom-right-radius: 6px 6px;
  -webkit-border-bottom-left-radius: 6px 6px;
  border-radius: 6px;
  -moz-border-radius-topleft: 6px 6px;
  -moz-border-radius-topright: 6px 6px;
  -moz-border-radius-bottomright: 6px 6px;
  -moz-border-radius-bottomleft: 6px 6px;
}

.radius8 {
  -webkit-border-top-left-radius: 8px  8px;
  -webkit-border-top-right-radius: 8px 8px;
  -webkit-border-bottom-right-radius: 8px 8px;
  -webkit-border-bottom-left-radius: 8px 8px;
  border-radius: 8px;
  -moz-border-radius-topleft: 8px 8px;
  -moz-border-radius-topright: 8px 8px;
  -moz-border-radius-bottomright: 8px 8px;
  -moz-border-radius-bottomleft: 8px 8px;
}

.radius10 {
  -webkit-border-top-left-radius: 10px  10px;
  -webkit-border-top-right-radius: 10px 10px;
  -webkit-border-bottom-right-radius: 10px 10px;
  -webkit-border-bottom-left-radius: 10px 10px;
  border-radius: 10px;
  -moz-border-radius-topleft: 10px 10px;
  -moz-border-radius-topright: 10px 10px;
  -moz-border-radius-bottomright: 10px 10px;
  -moz-border-radius-bottomleft: 10px 10px;
}

/*-----------------------------------------
  MISC
-------------------------------------------*/  

.red {color: #B51109;}
.red-bold {font-weight:bold;color: #B51109;}
.center {text-align:center !important;}
.tsmaller {font-size:11px !important;line-height: 1.2em !important;}
.tsmallest {font-size: 10px !important;line-height: 1.2em !important;}
.nowrap {white-space:nowrap;}
.hidden {display:none;}
.bghilite {background-color:#FFFFCC;}
.hcenter {text-align:center !important;}
.vcenter {vertical-align:center !important;}
.vmiddle {vertical-align:middle !important;}
.required {font-size:11px;color:#FF6600;}
.right {float:right;}
.left {float:left;}
.topPad {padding-top:8px;}
.extraTopPad {padding-top:25px;}
.midTopPad {padding-top:18px;}
.topPadMid {padding-top:4px;}
.bottomPad {padding-bottom:16px;}
.extraBottomPad {padding-bottom:25px;}
.smallPad {padding:0 0 2px;}

