﻿body 
{
    margin:0px;
	padding:0px;
	min-width:960px;
    color: rgb(51, 51, 51);
    font-family: Arial,sans-serif;
    font-size: 75%;
    font-style: normal;
    font-variant: normal;
    line-height: 1.34;
}
form
{
	margin:0px;
	padding:0px;
}
/*input, select
{
    font-size:10px;
}*/
input[type=submit], input[type=file]
{
    font-size:smaller;
}
a
{
    color: rgb(0, 86, 137);
    text-decoration: none;
}
a:hover
{
    /*color:#ca0529;*/
    outline: 0 none;
    text-decoration: underline;
}
a img
{
	border:0px;
}
h4,.h4
{
    font-size: 1.1em;    
    line-height: 1.231em;    
}
h1,h2,h3,h4,h5,caption,.h3,.h4,.h1,.h2
{
    font-weight: bold;
    margin: 0;
    padding-bottom:4px;
}
h5
{
    color: #777777;
    font-size: 0.92em;
    line-height: 2.18em;
    text-transform: uppercase;
}
h1,.h1
{
    Color:#CB0429;
    font-size:20px;
    padding:5px 0 0 0;
    line-height:25px;
    clear:left;
}
h2, caption
{
    clear:both;
    font-size:14px;
}
.h2
{
    font-size: 1.60em;
    line-height: 1.5em;
    padding-bottom: 8px;
    text-indent: -1px;
}
.h3,h3
{
    font-size: 1.34em;
    line-height: 1.5em;
    padding-bottom: 8px;
    text-indent: -1px;
}
ul
{
     margin: 0 0 1.23em;
     padding-left: 16px;
     list-style: square outside none;
}
hr
{
    margin:5px 0 5px 0;
    border:0px;
    border-top:1px dotted #ccc;
    height:1px;
    width:100%;
}
.p, p  /*undo remarked on Jul 2015 */
{
    margin: 0 0 1.24em;
}
    
.L {float:left;}
.R {float:right;}
.nobullet{list-style: none outside none; margin-left: 0;padding-left: 0;}
.nobullet li { display: block;width: 100%;}
.nobullet li:first-child {border-top: 1px solid #dddddd;}
.nobullet li {border-bottom: 1px solid #dddddd;}
.nobullet li a {
color: #333333;
line-height: 20px;
font-size: 11px;
margin-left: 5px;
}

.chkBox{display:block;}
.chkBox label,.chkBox input[type="checkbox"],.radiobtn label,.radiobtn input[type="radio"]{float:left;display:block;padding:3px;}

.chkBox1 label,.chkBox1 input[type="checkbox"],.radiobtn label,.radiobtn input[type="radio"] {float:left;display:block;padding:3px;}
.fwn label{font-weight:normal;}
button + *, .button + * { margin-left: 10px;}

.chkBox1 input[type="checkbox"] {
    padding-top: 2px !important;
}
/*  added september 13 2012 */
input, input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="tel"], select, textarea {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 1px solid #CCCCCC;
    display: inline-block;
    /*line-height: 1.6em;*/
    height:22px;
    margin: -1px 0 0;
    padding: 0 5px;
    vertical-align: middle;
    color:grey;
}
.button, input[type="submit"], input[type="reset"], input[type="button"], button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #EEEEEE;
    border-color: #999999 #999999 #777777;
    border-style: solid;
    border-width: 1px;
    color: #777777 !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    overflow: visible;
    padding: 0 0.539em;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1;
}
.button:hover, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus, button:hover, button:focus {
    background-color: #F3F3F3;
    border-color: #990000;
    color: #444444;
    outline: 0 none;
    text-decoration: none;
    z-index: 2;
}
input, label, button, select, textarea, table {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
label {
    font-weight: bold;
}
input, select, textarea {
    display: inline-block;
    margin: 0;
    vertical-align: baseline;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
html, button, input, select, textarea {
    font-family: sans-serif;
}
html {
    font-size: 100%;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0 0 10px;
}
/* 1/3/2013 */
ol {
    list-style: decimal outside none;
    padding-bottom: 16px;
    padding-left: 16px;
}
.dropdown {
  display: inline-block;
  position: relative;
  height: 22px;
  width: 130px;
  border: 1px solid;
  border-color:#cccccc;
  margin-right: 10px;  
}
.dropdown.thin {

  top: 0px;    /*--fix property dropdown box mis-alignment*/
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 5px;
  width: 0;
  height: 0;
  border: 5px dashed;
  border-color: #888 transparent;
  pointer-events: none;
  border-bottom: 0px;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 3px 8px 3px 5px;
  height: 22px;
  line-height: 12px;
  font-size: 12px;
  color: grey;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: white;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

@-moz-document url-prefix() { 
  .dropdown:before, .dropdown:after {
     border:none;
  }
}
.helpers-select{
    color:#da2032;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.dropdown-select > option {
    background: none;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}
.ie .dropdown:before,.ie .dropdown:after {
    border: 0px;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }
}

.dropdown-dark {
  background: #444;
  border-color: #111 #0a0a0a black;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}
.dropdown-dark:before {
  border-bottom-color: #aaa;
}
.dropdown-dark:after {
  border-top-color: #aaa;
}
.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  /* Fallback for IE 8 */
  background: #444;
}
.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}
.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
    font-family: "Lato";
    font-weight: 900;
}

.dropdown::before,.ie .dropdown::after {
    border: 0px !important;
}

.ie8 .dropdown:before {
     display: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome,.dropdown {
        top: 2px !important;
    }
}

.moving-q-banner {
    position: relative;
    float: left;
}
.blockTitle {    
    border-bottom: none !important;
}

.property-headline {
    font-family: sans-serif;    
    color: #CB0429;
    font-weight: 100;
    font-size: 13px;
    text-transform: none;
}

.red-link {
    color: #da2032;
}

.property-text-input-wide {
    width: 440px !important;
}

.property-text-input-narrow {
    width: 195px !important;
}

.district-select-label {
    margin-left: 175px;
}

.empty-hidden li:empty {
    display: none;
}