body {
    color: #666666;
/*    font: 14px/18px "Verdana",Tahoma, sans-serif; */
    font-family: "Lato", sans-serif;
    word-wrap: break-word;
    background-color: #FFFFFF;
    margin: 0 200px 0 0;
}

/* ====== Page Layout ============================================== */
#header-text-nav-container {
    border-bottom: 1px solid #eaeaea;
}
#header-text-nav-wrap {
    padding-bottom: 15px;
    padding-top: 15px;
}
#header-left-section {
    float: left;
    margin-right: 25px;
}
#header-right-section {
    float:right;
    width:75%;
}
#header-title {
    float: left;
    font-size: 20px;
    margin: 5px 20px 0 0;
}
#colophon {
    font-size: 14px;
    line-height: 18px;
}
#main-page {
    width: 100%;
    margin: 12px 0 12px 0;
}
.site-header {
    border-bottom: 1px solid #e2e2e2;
}
.inner-wrap {
    width: 100%;
    margin: 0 auto;
}
.main-navigation {
    float: right;
    padding-top: 5px;
}
.menunav-menu { list-style: outside none none; }
.menu-item {
    float: left;
    font-family: "Verdana",Tahoma, sans-serif;
    padding: 0 0 0 25px;
    position: relative;
}
.container {
    background-color: #ffffff;
    height: auto;
/*     width: 85%; */ 
    width: 100%; 
}
.footer-container {
    padding:0 10px 0 215px;
    height: 10px;
    width: 100%;
}
.footer-widgets-wrapper {
}
.footer-text {
    font-size: 14px;
    font-style: italic;
    text-align: left;
    line-height: 18px;
    color: #999999;
}
.footer-block {
    text-align:center;
    float: left;
    margin: 0 0 5px;
    padding: 14px 0 12px 0;
    width: 25%;
}

/* Form Styling */
/* Fixed sidenav, full height */
.sidenav {
	height: 100%;
	width: 200px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #404040;
	overflow-x: hidden;
	padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-size: 14px;
	color: #e6e6e6;
	display: block;
	border: none;
	background: none;
	width:100%;
	text-align: left;
	cursor: pointer;
	outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
	background-color: #000000;
	color: #ffffff;
}

.sidenav-footer {
	height:50px;
	width:100%;
    position:relative;
    bottom:0;
    margin: 10px 0 10px 0;
}

/* Main content */
.main {
  	font-size: 14px; /* Increased text to enable scrolling */
  	padding: 0 0;
    width: 100%;
    margin: 0 0 10px 200px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: blue;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #666666;
  padding-left: 10px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* ====== Styling Shortcuts ============================================== */
.wfull { width:100%; }
.width1 { width: 1px; }
.width15 { width: 15px; }
.width20 { width: 20px; }
.width30 { width: 30px; }
.width40 { width: 40px; }
.width50 { width: 50px; }
.width60 { width: 60px; }
.width70 { width: 70px; }
.width80 { width: 80px; }
.width90 { width: 90px; }
.width100 { width: 100px; }
.width120 { width: 120px; }
.width130 { width: 130px; }
.width140 { width: 140px; }
.width150 { width: 150px; }
.width160 { width: 160px; }
.width180 { width: 180px; }
.width200 { width: 200px; }
.width230 { width: 230px; }
.width240 { width: 240px; }
.width250 { width: 250px; }
.width270 { width: 270px; }
.width280 { width: 280px; }
.width300 { width: 300px; }
.width320 { width: 320px; }
.width330 { width: 330px; }

.downpay { background-color:#FFC480; }
.ninety { background-color:#F9F9C7; }
.fright { float:right; }
.fleft { float:left; }
.fcenter { margin:auto; text-align:center; }
.vcenter { vertical-align: middle; }
.vbottom { vertical-align: bottom; }
.full { clear:both; width:100%; }
.half { width:49%; }
.clear { clear:both; }
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }
.pad20b { padding-bottom:20px; }
.pad12b { padding-bottom:12px; }
.pad10tb { padding-top:10px; padding-bottom:10px; }
.pad30lr { padding-left:30px; padding-right:30px; }
.pad4r { padding-right:4px; }
.pad6r { padding-right:6px; }
.pad4l { padding-left:4px; }
.pad6l { padding-left:6px; }

.mar5 { margin:5px; }
.mar6r { margin-right:6px; }
.mar8r { margin-right:8px; }
.mar20r { margin-right:20px; }
.mar6l { margin-left:6px; }
.mar8l { margin-left:8px; }
.mar20l { margin-left:20px; }
.mar40l { margin-right:40px; }
.mar60l { margin-right:60px; }
.mar80l { margin-right:80px; }
.mar100l { margin-right:100px; }
.mar30b { margin-bottom:30px; }
.mar14b { margin-bottom:14px; }
.mar6b { margin-bottom:6px; }
.mar12t { margin-top:12px; }
.bold { font-weight: bold; }
.spacer { margin:0 10px 0 10px; padding:0 10px 0 10px;}
.ns { white-space: nowrap; }

.show15 {
    margin-right: 15px;
    margin-left: 15px;
    color: #0030ad;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

img {
    margin-bottom: 0;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
a img {  border: 0 none; }
a img:hover { box-shadow: 0 0 0 #000; opacity: 0.8; }

/* ====== Text ============================================================= */
.exnote { color:#008A05; font-size:10px; }
.highlight { background-color: #ffffcc; }
.hlblue { background-color: #ccccff; }
.hlred { background-color: #ffcccc; }
.hlorange { background-color: #ffe6cc; }
.hlgreen { background-color: #ccffcc; }
.hlsilver { background-color: #e6e6e6; }
.hlblack { background-color: #666666; }
.fail { color:red; }
.failHard { color:red; font-weight:700; }
.noColor { background-color: transparent; }
.pass { color:green; }
a.pag {
    padding:2px 4px;
    color: #0a69fe;
    float:left;
    font-size:14px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    font-weight:normal;
    text-decoration:none;
}
a.pag:hover { color:#179800; }
span.page {
    font-weight:bold;
    color:#000000;
    padding:2px 4px;
    float:left;
    font-size:14px;
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 1px #115003;
}
p.footnote {
    font: italic 10px/16px "Verdana",Tahoma, sans-serif;
    text-align: left;
    margin: 10px 0 0 10px;
}
.footnotetight {
    font: italic 10px/16px "Verdana",Tahoma, sans-serif;
    text-align: left;
    margin: 0 0 0 0;
}
.required:before {
    content:"* ";
    color:red;
    font-weight: bold;
}
.requiredword {
    color: red;
    font-size: 75%;
}
.sig {
    margin: 6px 20px 6px 20px;
    font-family: 'Brush Script MT', cursive;
    font-size: 12pt;
    vertical-align: middle;
}

/* ===== tables ============================================================= */
table.forml:after {
    clear: both;
    display: table;
}
table.forml {
    float:left;
    padding-right: 20px;
    width: 45%;
    table-layout: fixed;
}
table.formr {
    float:right;
    padding-right: 20px;
    width: 45%;
    table-layout: fixed;
}
table.full {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
table.ninetyeight {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    width: 98%;
}
table.max {
    margin: 0;
    padding: 2px;
    width: auto;
}
table.half {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    width: 49%;
    float: left;
}
th.head {
    border: 1px solid #000000;
    padding: 2px 4px;
    white-space: nowrap;
}
th.labelr {
    border: none;
    text-align: right;
    white-space: nowrap;
    width: 180px;
    padding: 2px 8px 6px 8px;
}
th.labelColor {
    border: none;
    font-weight: normal;
    color: #00286e;
    font-size: 12px;
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
    width: 180px;
    padding: 2px 8px 6px 8px;
}
th.label-top {
    clear: both;
    font-size: smaller;
    padding: 4px 0 0 0;
    white-space: nowrap;
    text-align: left;
    text-indent: 4px;
    margin: 0;
    border: none;
}
th.tblHeader {
    padding: 3px 4px 3px 8px;
    border: 1px solid #000000;
    background-color: #EFFFEF;
    color: #000000;
}

th.rText { text-align:right; border:none; width:160px; white-space:nowrap; color: #808080;}
th.lText { text-align:left; border:none; }
th.right { text-align:right; border:none; }

td.centered { text-align:center; border:none; background-color:#e4e4e4;}
td.right { text-align:right; }
td.text { text-align:left; border:none; }
td.cText { text-align:center; border:none; color: #808080;}
td.rText { text-align:right; border:none; width:160px; white-space:nowrap; color: #808080;}
td.lText { text-align:left; border:none; }
td.lTextRed { text-align:left; color:red; font-weight:bold; border:none; }
td.lTextGreen { text-align:left; color:green; font-weight:bold; border:none; }
td.lTextBlue { text-align:left; color:blue; font-weight:bold; border:none; }
td.lTextYellow { text-align:left; color:orange; font-weight:bold; border:none; }
td.lTextGray { text-align:left; color:gray; font-weight:bold; border:none; }
td.lTextBlack { text-align:left; color:black; font-weight:bold; border:none; }
td.empty {
    border: none;
    margin: 0;
    padding: 0;
}
td.cell {
    border: 1px solid #000000;
    padding: 2px 1px;
}
td.forml {
    border: none;
    text-align: left;
    vertical-align: middle;
    padding: 2px 8px 6px 8px;
}

/* ===== containers ========================================================= */
div.formBlock {

}
div.err {
    color: #c7254e;
    font-size: 13px;
    text-align: center;
    margin: 20px 20px 20px 0;
    width: 100%;
    text-shadow: none;
}
div.mes {
    color: #062ffd;
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
}
.formGlow {
    box-shadow: 0 0 5px rgba(249, 145, 145, 1);
    padding: 3px 0 3px 3px;
    margin: 5px 1px 3px 0;
    border: 1px solid rgba(249, 145, 145, 1);
}

/* ================ form buttons ================= */
.smDel {
    font-size:10px;
    width:80px;
    padding:2px;
    margin:2px;
    background-color: #C0020B;
    color: #ffffff;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.smDel:hover { background-color: #F80412; }
.smBlue {
    font-size:10px;
    width:80px;
    padding:2px;
    margin:2px;
    background-color: #0233e3;
    color: #ffffff;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.smBlue:hover { background-color: #3863FD; }
.smSus {
    font-size:10px;
    width:80px;
    padding:2px;
    margin:2px;
    background-color: #808080;
    color: #ffffff;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.smSus:hover { background-color: #595959; }
.smAct {
    font-size:10px;
    width:80px;
    padding:2px;
    margin:2px;
    background-color: #022BC0;
    color: #ffffff;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.smAct:hover { background-color: #3863FD; }

.smEdit {
    font-size:10px;
    width:80px;
    padding:2px;
    margin:2px;
    background-color: #055E02;
    color: #ffffff;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.smEdit:hover { background-color:#07a602; }

.smChange {
    font-size:10px;
    width:80px;
    padding:2px;
    margin:2px;
    background-color: #e6e600;
    color: #000000;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.smChange:hover { background-color:#ffff00; }

.xsDel {
    font-size:10px;
    width:40px;
    padding:2px;
    margin:2px;
    background-color: #C0020B;
    color: #ffffff;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.xsDel:hover { background-color: #F80412; }
.xsSus {
    font-size:10px;
    width:40px;
    padding:2px;
    margin:2px;
    background-color: #022BC0;
    color: #ffffff;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.xsSus:hover { background-color: #3863FD; }
.xsEdit {
    font-size:10px;
    width:40px;
    padding:2px;
    margin:2px;
    background-color: #055E02;
    color: #ffffff;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.xsEdit:hover { background-color:#07a602; }

.submit-red {
    background: #FF0000;
    background-image: -webkit-linear-gradient(to top, #FF6666, #990000);
    background-image: -moz-linear-gradient(to top, #FF6666, #990000);
    background-image: -ms-linear-gradient(to top, #FF6666, #990000);
    background-image: -o-linear-gradient(to top, #FF6666, #990000);
    background-image: linear-gradient(to bottom, #FF6666, #990000);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 2px 1px 3px #474747;
    -webkit-box-shadow: 2px 1px 4px #666666;
    -moz-box-shadow: 2px 1px 4px #666666;
    box-shadow: 2px 1px 4px #666666;
    font-family: "Verdana",Tahoma, sans-serif;
    font-weight: bold;
    color: #fcfba9;
    font-size: 16px;
    padding: 6px 26px 6px 26px;
    margin:2px 4px 2px 4px;
    border: solid #444444 1px;
    text-decoration: none;
    white-space: nowrap;
    text-align:center;
}

.submit-grey {
    background: #cc0000;
    background-image: -webkit-linear-gradient(to top, #C5C5C5, #727272);
    background-image: -moz-linear-gradient(to top, #C5C5C5, #727272);
    background-image: -ms-linear-gradient(to top, #C5C5C5, #727272);
    background-image: -o-linear-gradient(to top, #C5C5C5, #727272);
    background-image: linear-gradient(to bottom, #C5C5C5, #727272);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 2px 1px 3px #474747;
    -webkit-box-shadow: 2px 1px 4px #666666;
    -moz-box-shadow: 2px 1px 4px #666666;
    box-shadow: 2px 1px 4px #666666;
    font-family: "Verdana",Tahoma, sans-serif;
    font-weight: bold;
    color: #CECECE;
    font-size: 16px;
    padding: 6px 26px 6px 26px;
    margin:2px 4px 2px 4px;
    border: solid #444444 1px;
    text-decoration: none;
    white-space: nowrap;
    text-align:center;
}

.submit-blue {
    background: #0000ff;
    background-image: -webkit-linear-gradient(to top, #0000ff, #000099);
    background-image: -moz-linear-gradient(to top, #0000ff, #000099);
    background-image: -ms-linear-gradient(to top, #0000ff, #000099);
    background-image: -o-linear-gradient(to top, #0000ff, #000099);
    background-image: linear-gradient(to bottom, #0000ff, #000099);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 2px 1px 3px #474747;
    -webkit-box-shadow: 2px 1px 4px #666666;
    -moz-box-shadow: 2px 1px 4px #666666;
    box-shadow: 2px 1px 4px #666666;
    font-family: "Verdana",Tahoma, sans-serif;
    font-weight: bold;
    color: #fcfba9;
    font-size: 16px;
    padding: 6px 26px 6px 26px;
    margin:2px 4px 2px 4px;
    border: solid #00286e 1px;
    text-decoration: none;
    white-space: nowrap;
    text-align:center;

}
.submit-red:hover {
    background: #0099ff;
    background-image: -webkit-linear-gradient(to top, #ffcccc, #ff0000);
    background-image: -moz-linear-gradient(to top, #ffcccc, #ff0000);
    background-image: -ms-linear-gradient(to top, #ffcccc, #ff0000);
    background-image: -o-linear-gradient(to top, #ffcccc, #ff0000);
    background-image: linear-gradient(to bottom, #ffcccc, #ff0000);
    text-decoration: none;
    color: #fff;
}
.submit-grey:hover {
    background: #0099ff;
    background-image: -webkit-linear-gradient(to top, #e6e6e6, #999999);
    background-image: -moz-linear-gradient(to top, #e6e6e6, #999999);
    background-image: -ms-linear-gradient(to top, #e6e6e6, #999999);
    background-image: -o-linear-gradient(to top, #e6e6e6, #999999);
    background-image: linear-gradient(to bottom, #e6e6e6, #999999);
    text-decoration: none;
    color: #fff;
}
.submit-blue:hover {
    background: #0099ff;
    background-image: -webkit-linear-gradient(to top, #0099ff, #0000ff);
    background-image: -moz-linear-gradient(to top, #0099ff, #0000ff);
    background-image: -ms-linear-gradient(to top, #0099ff, #0000ff);
    background-image: -o-linear-gradient(to top, #0099ff, #0000ff);
    background-image: linear-gradient(to bottom, #0099ff, #0000ff);
    text-decoration: none;
    color: #fff;
}
.cancel-form {
    background: #d94a4a;
    background-image: -webkit-linear-gradient(to top, #d94a4a, #910d0d);
    background-image: -moz-linear-gradient(to top, #d94a4a, #910d0d);
    background-image: -ms-linear-gradient(to top, #d94a4a, #910d0d);
    background-image: -o-linear-gradient(to top, #d94a4a, #910d0d);
    background-image: linear-gradient(to bottom, #d94a4a, #910d0d);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 2px 1px 3px #474747;
    -webkit-box-shadow: 2px 1px 4px #666666;
    -moz-box-shadow: 2px 1px 4px #666666;
    box-shadow: 2px 1px 4px #666666;
    font-family: "Verdana",Tahoma, sans-serif;
    font-weight: bold;
    color: #fcfba9;
    font-size: 16px;
    /* padding: 6px 26px 6px 26px;
    margin:2px 20px 2px 4px; */
    margin: 2px 24px 2px 4px;
    padding: 6px 26px;
    border: solid #660101 1px;
    text-decoration: none;
    white-space: nowrap;
}
.cancel-form:hover {
    background: #e88282;
    background-image: -webkit-linear-gradient(to top, #e88282, #b82323);
    background-image: -moz-linear-gradient(to top, #e88282, #b82323);
    background-image: -ms-linear-gradient(to top, #e88282, #b82323);
    background-image: -o-linear-gradient(to top, #e88282, #b82323);
    background-image: linear-gradient(to bottom, #e88282, #b82323);
    text-decoration: none;
    color: #fff;
}

