a {
    color:#003300; 
    font-family: Helvetica, Verdana, Arial; 
    font-size: 15px; 
    text-decoration: none;
}

h3 {
     margin-top: 25px !important;
}

ul, ol, li {
    font-family: Helvetica, Verdana, Arial; 
    font-size: 15px; 
}

li {
    margin-top: 5pt;
}

table { 
    width: 80%; 
}

/* These selectors replace obsolete/deprecated usage of align="center" attribute in divs with table children...*/

div.centerDiv {
    width:100%; 
    margin-left: auto;
    margin-right: auto;
}

div.centerDiv > table {
    margin: 0 auto;
}

div.centerDiv > table > td {
    text-align: left !important;
}

/* End center alignment attr replacement CSS... */

table.tblMenu td {
    font-size: 15px; 
    font-family: Helvetica, Verdana, Arial;
    line-height: 1.5 !important;
}

body {
 background-color: rgb(244, 250, 253) !important;
 font-size: 15px; 
 font-family: Helvetica, Verdana, Arial;
 line-height: 1.5 !important;
}

td > div {
    background-color: #e7f3f0;
}

div.centerMain {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
}

#loginTbl div.form-group {
    background-color: rgb(244, 250, 253) !important;  
}

.headernav {
 font-size: 15px; 
 font-family: Helvetica, Verdana, Arial;
}

.navbar-nav > li > a {
    color: #0b0b0b;
}

.navbar-collapse {
    padding: 0;
    margin-top: -8px;
}

.navbar-default {
    background-color: #CC0000;
    border-color: #AA0000;
    border-radius: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #AA0000;
}

.navbar-default .navbar-text {
    color: #FFF;
}

.tdHeader {
    background-image: url('../imagesT/water.jpg'); 
    background-repeat: repeat-x; 
    height: 30px; 
    padding-left: 5px;
    font-weight: bold;
    color: #FFFFFF;
}

.tblFormSection {
    width: 535px; 
    margin-left: auto; 
    margin-right: auto;
}

.formTbl td {
    padding: 3px;
}

.contentContainer {
    width: 80%;
    margin: auto;
}

.tbllinkdesc {
    width: 500px;
    margin-left: auto; 
    margin-right: auto;
}

.tbllinkdesc td {
    width: 100%;
    padding-bottom: 15px;
}

.left-margin-15 {
    margin-left: 15px;
}

.left-margin-30 {
    margin-left: 30px;
}

td.left-margin-15 {
    width: 30%;
}

td.left-margin-30 {
    width: 30%;
}

td.left-margin-15 a {
    margin-left: 15px;
}

td.left-margin-30 a {
    margin-left: 0px;
}

.paviliondoclinks td a {
    margin-left: 15px;
}

td.paradesc {
    width: 300px;
    padding-left: 5px;
}

div#footer {
    position: relative;
    bottom: 0;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    height: 2.5rem; 
    font-size: 11px; 
    color: lightslategray;
    text-align: center;
}

input[type=checkbox], input[type=radio] {
    width: 20px;
    height: 20px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

input[type=text] {
    padding: 3px;
}

.tblMenu tr {
    padding: 5px;
}

.tblMenu a.selected {
    text-decoration: underline;
}

.form-control {
    width: 348px !important;
}

td > div.row {
    padding: 0px !important;
    width: 395px;
}

div.col-xs-3 > input {
    width: 120px !important;
}

div.col-xs-4 > input {
    width: 120px !important;
}

div.col-xs-5 > input {
    width: 155px !important;
}

table#committeeTbl input[type=text] {
    width: 220px !important;
}

table#tblOwnerContact td, table#tblOwnerContact th{
    font-size: 12px;
    border: 1px dotted gray;
}

.menu-section-break {
    background-color: transparent;
    border: 0;
    border-top: 1px solid lightgray;
    display: block;
    height: 0;
    text-align: left;
    width: 145px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.menu-section-break:before {
    background-color: lightgray;
    color: darken(lightgray, 20%);
    content: '';
    display: inline-block;
    font-size: 1.6rem;
    left: 50%;
    letter-spacing: 0;
    line-height: 1.6rem;
    text-indent: 0;
    text-rendering: geometricPrecision;
    transform: translateY(-65%);
    width: 15px;
}
  