﻿@font-face {
 font-family: CopperPlate;
 src: url("Coprgtb.eot") /* EOT file for IE */
}
@font-face {
 font-family: CopperPlate;
 src: url("Coprgtb.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: Eurostile;
 src: url("Eurosti.eot") /* EOT file for IE */
}
@font-face {
 font-family: Eurostile;
 src: url("Eurosti.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: 'Eurostile Bold';
 src: url("Eurostib.eot") /* EOT file for IE */
}
@font-face {
 font-family: 'Eurostile Bold';
 src: url("Eurostib.ttf") /* TTF file for CSS3 browsers */
}


body {
  background-color: #fff2f9;
  background-image: url('images/justice01.gif');
  background-repeat: repeat;
}

#header {
  height: 70px;
  width: 820px;
  margin-left: 100px;
}

#header img {
  height: 60px;
  width: auto;
}

#footer {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  color: #00F;
  margin-left: 80px;
  width: 820px;
  text-align: center;
}

.panelcontent {
  height: 540px;
  width: 100%;
}
.update
{
    height: inherit;
}
.navbar {
  width: 220px;
  float: left;
  height: 100%;
  overflow: auto;
}

.narrowpage {
  width: 600px;
  padding-left: 100px;
}

.rootNode {
  width: 100%;
  font-family: Verdana, Arial;
  color: #333333;
}

.titletext {
  text-align: center;
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  line-height: 120%;
  padding-top: 10px;
}

.textholder {
  height: 540px;
  overflow: auto;
}

.textholder img {
  border: 1px solid #000000;
}

.maintext {
  text-align: justify;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Eurostile, Verdana;
  font-size: 15px;
}

.floatimgright {
  float: right;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
}

.floatimgleft {
  float: left;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 0;
}

.imgcenter {
  text-align: center;
}

.captiontext {
  font-family: 'Courier New', Courier, monospace;
  font-size: 11px;
  text-align: center;
}

.clearboth {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.mainbutton {
  font-family: 'CopperPlate';
  font-size: 14px;
  background-color: #a00000;
  width: 150px;
  height: 26px;
  color: White;
}

.searchsection {
   font-family: Eurostile, Verdana;
 padding-left: 10px;
  margin-top: 5px;
  vertical-align: middle;
}

.headerimgcell {
  width: 80px;
  text-align: center;
  vertical-align: top;
}

.contact {
   font-family: Eurostile, Verdana;
 text-align: center;
  padding: 20px;
  width: 600px;
}

.required {
  font-weight: bold;
  padding-left: 3px;
}

.inputbox {
  text-align: right;
  margin-right: 3px;
}

#contact table {
  border-style: none;
  width: 350px;
  font-family: 'Century Gothic';
  font-size: 12px;
  color: #333333;
  margin-left: auto;
  margin-right: auto;
}

.leftcol {
  width: 30%;
  height: 22px;
  text-align: left;
}

.centrecol {
  text-align: center;
}

.textbox {
  width: 170px;
  height: 22px;
}

.validatorcallout {
  background-color: #FFFFCC;
}

.modalBackground {
  background-color: rgb(0, 0, 0);
  opacity: 0.7;/* Safari, Opera */
  -moz-opacity: 0.70;/* FireFox */
  filter: alpha(opacity=70);/* IE */
  z-index: 20;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  position: fixed;
  top: 0px;
  left: 0px;
}

.modalPopup {
  border: 3px solid #000000;
  background-color: #FFFFCC;
  padding: 10px;
  width: 250px;
  height: 150px;
  font-family: Verdana;
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.popuplabel {
  font-family: Verdana;
  font-size: 12px;
  text-align: center;
  padding: 15px;
}

.popupbtn {
  text-align: center;
  vertical-align: bottom;
  position: absolute;
  bottom: 15px;
  left: 110px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html [ xmlns ] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.phone {
  font-weight: bold;
  line-height: 1.3ex;
}

.hidden {
  display: none;
}

#donate {
  text-decoration: none;
  margin-left: 100px;
}

#donatebtn {
  border-style: none;
}

.pos_error
{
    border: 2px dashed #FF0000;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    background-color: #FF0066;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}