/* Minification failed. Returning unminified contents.
(1152,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
(1170,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
(1263,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
 */
@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 /*
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}*/

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .70em;
    /* font-family: "Segoe UI", Arial, Helvetica, Sans-Serif; */
    margin: 0;
    padding: 0;
}

.decisionbtn {
    background: url(../Content/Images/form-right-arrow-w.gif) no-repeat;
    cursor: pointer;
    border: none;
}

a {
    color: #346A99;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #346A99;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: white;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}



/* footer
    ----------------------------------------------------------*/
footer {
    clear: both;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    width: 98%;
    display: block;
    height: 25px;
    background-color: #16284E;
    font-size: 11px;
    text-align: center;
    padding: 10px;
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-right: 10px;
    padding-left: 10px;
}

    footer a {
        color: #fff;
        text-decoration: none;
        margin-left: 5px;
    }

        footer a:hover {
            color: #F99F69;
            text-decoration: none;
            margin-left: 5px;
        }


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #346A99;
        outline: none;
        text-decoration: none;
    }



/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #346A99;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #346A99;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}



/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    /*display: block;*/
    font-size: 12px;
    font-weight: bold;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #ACAC9D;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
    outline: none;
}

 select {
    border: 1px solid #ACAC9D;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 312px;
    height: 31px;
}


textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #669ACC;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

.bubble_table4 {
    width:300px;
    padding-top:0px;
    background-color:#333399;
    font-family:Arial,Arial,Helvetica;
    font-size:10px;
}
.bubble_table5 {
    padding-top:1px;
    padding-left:1px;
    background-color:#333399;
    border:none;
    font-weight:bold;
    color:#FFFFFF;
}
.bubble_table6 {
    padding-top:1px;
    padding-left:1px;
    border: 1px solid #333399;
    background-color:#DBE4ED;
    color:#000000
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }
}
    /*SplashPage Menu*/
.subcat {
    padding: 0 0 0 0;
    border-bottom:1px;
    border-bottom-color:white;
}

.arrws_td_hp {
    padding: 0 0 0 0;
}
        /*Summary*/
.summary-form-text {
	font-size:12px;
	margin:0px 25px 0px 25px;
}
@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
  max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	9;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
body {
  background: url(../Content/images/background-s.jpg);
  background-repeat: no-repeat;
  background-color: #696969;
  background-position: top center;
}

.gridContainer {
  width: 96%;
  padding-left: 1%;
  padding-right: 1%;
}

#header {
  display: none;
}

  #header img {
    display: none;
  }

#mobile_header {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  text-align: right;
  color: #fff;
}

#header_nav {
  display: block;
  position: relative;
  top: -100px;
  color: #90ACC3;
  text-align: right;
  padding-right: 25px;
  font-size: 13px;
  /*display:block; position: relative; top:-50px; color:#90ACC3; text-align:right; padding-right:25px;font-size:13px;*/
}

#content {
  clear: both;
  float: left;
  margin-left: 0px;
  height: auto;
  margin-top: -15px;
  width: 98%;
  display: block;
  padding: 0 1% 0 1%;
  background-color: #fff;
  /*-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;*/
  border: 1px solid green;
}

#form-hd-nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 15px 5px 15px 5px;
  *margin: 25px 5px 25px 5px;
  padding-left: 30px;
  *height: 60px;
  *border-top: 1px solid #ccc;
  *border-bottom: 1px solid #ccc;
}

.form-hd-nav-text {
  display: inline-block;
  width: 46.4%;
  color: #000;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  *margin-top: 20px;
  padding: 0px;
  *border: 0px solid red;
}

.form-hd-na-text2 {
  *display: block;
  *position: relative;
  *top: -40px;
  *padding: 0px;
  /*text-justify:auto;*/
  font-size: 11px;
  *font-size: 10px;
  float: right;
  vertical-align: text-bottom;
  *vertical-align: text-top;
  width: 68%;
  *width: 63%;
  margin: 0px 0px 0px 0px;
  ;
  padding: 6px;
  0px 6px 0px;
  *border: 0px solid yellow;
  color: #A8A8A8;
}

.form-hd-na-text3 {
  *display: block;
  *position: relative;
  *top: -40px;
  text-justify: auto;
  font-size: 11px;
  float: right;
  vertical-align: text-bottom;
  width: 68%;
  *width: 55%;
  margin: 0px 0px 0px 0px;
  ;
  padding: 6px;
  0px 6px 0px;
  border: 0px solid yellow;
  color: #4A4A4A;
}


.EmergWrapper {
  max-width: 400px;
  float: left;
  background-color: #A60000;
  margin-bottom: 10px;
}

.Emerg {
  border: none;
  background: url('../Content/images/EmergencyAlertBar_left.jpg') no-repeat top left;
  background-color: #A60000;
  padding: 7px 10px 10px 35px;
  width: 90px;
  height: 27px;
  margin-right: 10px;
  float: left;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 9pt;
}

.EmergText {
  border: none;
  background-color: lightgrey;
  padding: 10px 10px 10px 10px;
  margin-left: 0px;
  min-height: 27px;
  max-width: 380px;
  float: left;
  color: #A60000;
  font-weight: bold;
  word-wrap: break-word;
  font-size: 9pt;
}

.EmergWrapper2 {
  max-width: 400px;
  float: left;
  background-color: #3C7BB0;
  margin-bottom: 10px;
}

.Emerg2 {
  border: none;
  background: url('../Content/images/EmergencyAlertBarBlue_left.jpg') no-repeat top left;
  background-color: #3C7BB0;
  padding: 7px 10px 10px 35px;
  width: 90px;
  height: 27px;
  margin-right: 10px;
  float: left;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 9pt;
}

.EmergText2 {
  border: none;
  background-color: lightgrey;
  padding: 10px 10px 10px 10px;
  margin-left: 0px;
  max-width: 380px;
  float: left;
  color: #A60000;
  font-weight: bold;
  word-wrap: break-word;
  font-size: 9pt;
}



.form-hd-na-chat {
  *display: block;
  *position: relative;
  *top: -40px;
  *padding: 0px;
  /*text-justify:auto;*/
  font-size: 11px;
  *font-size: 10px;
  float: right;
  vertical-align: text-bottom;
  *vertical-align: text-top;
  width: 70%;
  *width: 70%;
  margin: 0px 0px 0px 0px;
  ;
  padding: 6px;
  0px 6px 0px;
  *border: 0px solid yellow;
  color: #A8A8A8;
}

.form-bk-button {
  float: left;
  margin-top: 15px;
  width: auto;
}

.form-nt-button {
  float: right;
  margin-top: 15px;
  width: auto;
}

.form-title {
  font-size: 20px;
  padding-left: 0px;
  font-weight: bold;
  color: #274873;
  text-decoration: none;
}




  .form-title a {
    text-decoration: none;
  }

    .form-title a:hover {
      text-decoration: underline;
    }

form-title a:link {
  text-decoration: none;
}


.form-instructions {
  font-size: 14px;
  padding-left: 0px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  margin-top: -10px;
}

.form-nextsteps {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}


.form-sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #274873;
}

.title {
  font-size: 15px;
  padding-left: 10px;
  font-weight: bold;
  color: #274873;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-text {
  font-size: 12px;
  font-weight: bold;
  color: #274873;
  margin: 0px 25px 0px 25px;
}

.form-left-field {
  float: left;
  width: 49%;
}

.form-right-field {
  float: right;
  width: 48%;
}

.form-left-field-w {
  width: 100%;
}

.form-right-field-w {
  width: 100%;
}

.form-field-w {
  width: 100%;
}

/* home page*/
#ticker-box-new {
  width: 96%;
  border: 0px solid #ccc;
  border: 0px solid #c00;
  margin-bottom: 100px;
  *margin-bottom: -20px;
  margin-left: 5px;
  margin-top: 9px;
}


#cols {
  clear: both;
  float: left;
  width: 95%;
  height: auto;
  margin-left: 5px;
  margin-right: 10px;
  border: 1px solid #999999;
  margin-top: 0px;
  margin-bottom: 20px;
}

#col-right {
  clear: both;
  float: left;
  width: 95%;
  height: auto;
  margin-left: 5px;
  margin-right: 0px;
  border: 1px solid #999999;
  margin-top: 0px;
  margin-bottom: 10px;
}

.col-1-head {
  height: 35px;
  padding: 6px 0px 0px 6px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #789db4; /* Old browsers */
  background: -moz-linear-gradient(left, #789db4 0%, #6799cc 0%, #7b99b7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#789db4), color-stop(0%,#6799cc), color-stop(100%,#7b99b7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #789db4 0%,#6799cc 0%,#7b99b7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #789db4 0%,#6799cc 0%,#7b99b7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #789db4 0%,#6799cc 0%,#7b99b7 100%); /* IE10+ */
  background: linear-gradient(to right, #789db4 0%,#6799cc 0%,#7b99b7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#789db4', endColorstr='#7b99b7',GradientType=1 ); /* IE6-9 */
  z-index: 999998;
}

.col-2-head {
  height: 35px;
  padding: 6px 0px 0px 6px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #6799cc;
}

.col-4-head {
  height: 35px;
  padding: 6px 0px 0px 6px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #6b8e23;
}

.col-3-head {
  height: 35px;
  padding: 6px 0px 0px 6px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #97999c; /* Old browsers */
  background: -moz-linear-gradient(left, #97999c 0%, #97999c 1%, #999999 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#97999c), color-stop(1%,#97999c), color-stop(100%,#999999)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #97999c 0%,#97999c 1%,#999999 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #97999c 0%,#97999c 1%,#999999 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #97999c 0%,#97999c 1%,#999999 100%); /* IE10+ */
  background: linear-gradient(to right, #97999c 0%,#97999c 1%,#999999 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97999c', endColorstr='#999999',GradientType=1 ); /* IE6-9 */
}

#footer {
  clear: both;
  float: left;
  margin-left: 10px;
  width: 95%;
  padding-left: 5px;
  display: block;
  background-color: #696969;
  margin-top: 2%;
}

.footer-left {
  float: left;
  color: #fff;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 00px;
}

.footer_right {
  display: block;
  float: right;
  color: #fff;
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
  body {
    background: url(../Content/images/background-s.jpg);
    background-repeat: no-repeat;
    background-color: #696969;
    background-position: top center;
  }

    #chtHdr {
        float: right;
        margin-top: -20px;
        width: 30%;
    }

    #ChatIcon {
        margin-bottom: -20px;
    }

  .gridContainer {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }

  #header {
    clear: both;
    float: left;
    margin-left: 0;
    width: 96%;
    display: block;
    text-align: right;
    color: #fff;
  }

    #header img {
      display: block;
    }

  #mobile_header {
    display: none;
  }

    #mobile_header img {
      display: none;
    }

  #header_nav {
    display: block;
    position: relative;
    top: -90px;
    color: #90ACC3;
    text-align: right;
    padding-right: 25px;
    font-size: 13px;
  }

  #content {
    clear: both;
    float: left;
    margin-top: -30px;
    min-height: 700px;
    height: 100%;
    width: 96%;
    display: block;
    padding: 0 2% 0 2%;
    *width: 98%;
    *padding: 0 1% 0 1%;
    background-color: #fff;
    /*-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;*/
    border: 0px solid red;
  }

  #form-hd-nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0px 0px 0px;
    *margin: 20px 0px 0px 0px;
    padding-left: 0px;
    *height: 40px;
    *border-top: 1px solid #ccc;
    *border-bottom: 1px solid #ccc;
  }

  .form-hd-nav-text {
    display: inline-block;
    width: 16.5%;
    *width: 16.5%;
    color: #000;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    margin: 0px;
    *position: relative;
    *top: 0px;
    padding: 0px;
    *border: 0px solid red;
  }

  .form-hd-na-text2 {
    *display: block;
    *position: relative;
    *top: 0px;
    *padding: 0px;
    /*text-justify:auto;*/
    font-size: 10px;
    *font-size: 10px;
    float: right;
    vertical-align: text-bottom;
    *vertical-align: text-top;
    width: 67%;
    *width: 54%;
    margin: 0px 0px 0px 0px;
    ;
    padding: 6px 0px 6px 0px;
    *border: 0px solid yellow;
    color: #A8A8A8;
  }

  .form-hd-na-text3 {
    *display: block;
    *position: relative;
    *top: 0px;
    text-justify: auto;
    font-size: 10px;
    float: right;
    vertical-align: text-bottom;
    width: 67%;
    *width: 64%;
    margin: 0px 0px 0px 0px;
    ;
    padding: 6px 0px 6px 0px;
    border: 0px solid yellow;
    color: #4A4A4A;
  }


  .EmergWrapper {
    max-width: 700px;
    float: left;
    background-color: #A60000;
    margin-bottom: 10px;
  }

  .Emerg {
    border: none;
    background: url('../Content/images/EmergencyAlertBar_left.jpg') no-repeat top left;
    background-color: #A60000;
    padding: 7px 10px 10px 35px;
    width: 130px;
    height: 27px;
    margin-right: 10px;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9pt;
  }

  .EmergText {
    border: none;
    background-color: lightgrey;
    padding: 10px 10px 10px 10px;
    margin-left: 0px;
    min-height: 27px;
    max-width: 700px;
    float: left;
    color: #A60000;
    font-weight: bold;
    word-wrap: break-word;
    font-size: 9pt;
  }

  .EmergWrapper2 {
    max-width: 700px;
    float: left;
    background-color: #3C7BB0;
    margin-bottom: 10px;
  }

  .Emerg2 {
    border: none;
    background: url('../Content/images/EmergencyAlertBarBlue_left.jpg') no-repeat top left;
    background-color: #3C7BB0;
    padding: 7px 10px 10px 35px;
    width: 130px;
    height: 27px;
    margin-right: 10px;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9pt;
  }

  .EmergText2 {
    border: none;
    background-color: lightgrey;
    padding: 10px 10px 10px 10px;
    margin-left: 0px;
    max-width: 700px;
    float: left;
    color: #A60000;
    font-weight: bold;
    word-wrap: break-word;
    font-size: 9pt;
  }


  .form-hd-na-chat {
    *display: block;
    *position: relative;
    *top: 0px;
    *padding: 0px;
    /*text-justify:auto;*/
    font-size: 10px;
    *font-size: 10px;
    float: right;
    vertical-align: text-bottom;
    *vertical-align: text-top;
    width: 67%;
    *width: 54%;
    margin: 0px 0px 0px 0px;
    ;
    padding: 6px 0px 6px 0px;
    *border: 0px solid yellow;
    color: #A8A8A8;
  }

  .form-bk-button {
    float: left;
    margin-top: 15px;
    width: auto;
  }

  .form-nt-button {
    float: right;
    margin-top: 15px;
    width: auto;
  }

  .form-title {
    font-size: 20px;
    font-weight: bold;
    color: #274873;
  }

  .title {
    font-size: 18px;
    padding-left: 20px;
    font-weight: bold;
    color: #274873;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form-text {
    font-size: 12px;
    font-weight: bold;
    color: #274873;
    margin: 0px 25px 0px 25px;
  }

  .form-left-field {
    float: left;
    width: 49%;
  }

  .form-right-field {
    float: right;
    width: 48%;
  }

  .form-left-field-w {
    width: 100%;
  }

  .form-right-field-w {
    width: 100%;
  }

  .form-field-w {
    width: 100%;
  }

  /* home page*/
  #ticker-box-new {
    width: 100%;
    height: 90%;
    border: 0px solid red;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-top: 9px;
  }

  #cols {
    clear: none;
    float: left;
    width: 95%;
    height: auto;
    margin-left: 10px;
    margin-right: 0px;
    border: 1px solid #999999;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  #col-right {
    clear: none;
    float: right;
    width: 95%;
    height: auto;
    margin-left: 0px;
    margin-right: 10px;
    border: 1px solid #999999;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .col-1-head {
    height: 35px;
    padding: 6px 0px 0px 6px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #789db4; /* Old browsers */
    background: -moz-linear-gradient(left, #789db4 0%, #6799cc 0%, #7b99b7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#789db4), color-stop(0%,#6799cc), color-stop(100%,#7b99b7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #789db4 0%,#6799cc 0%,#7b99b7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #789db4 0%,#6799cc 0%,#7b99b7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #789db4 0%,#6799cc 0%,#7b99b7 100%); /* IE10+ */
    background: linear-gradient(to right, #789db4 0%,#6799cc 0%,#7b99b7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#789db4', endColorstr='#7b99b7',GradientType=1 ); /* IE6-9 */
  }

  .col-2-head {
    height: 35px;
    padding: 6px 0px 0px 6px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #6799cc;
  }

  .col-3-head {
    height: 35px;
    padding: 6px 0px 0px 6px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #97999c; /* Old browsers */
    background: -moz-linear-gradient(left, #97999c 0%, #97999c 1%, #999999 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#97999c), color-stop(1%,#97999c), color-stop(100%,#999999)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #97999c 0%,#97999c 1%,#999999 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #97999c 0%,#97999c 1%,#999999 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #97999c 0%,#97999c 1%,#999999 100%); /* IE10+ */
    background: linear-gradient(to right, #97999c 0%,#97999c 1%,#999999 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97999c', endColorstr='#999999',GradientType=1 ); /* IE6-9 */
  }

  .col-4-head {
    height: 35px;
    padding: 6px 0px 0px 6px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #6b8e23;
  }

  #footer {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    border: 0px solid red;
    background-color: transparent;
    margin-top: 1.5%;
  }

  .footer-left {
    float: left;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .footer_right {
    display: block;
    float: right;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .clear {
    clear: both;
  }

  .mob_clear {
    display: none;
  }

  .action-trigger {
    text-decoration: underline;
    color: #346A99;
    padding: 0 3px;
    cursor: pointer;
  }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
  body {
    background: url(../Content/images/background-s.jpg);
    background-repeat: no-repeat;
    background-color: #696969;
    background-position: top center;
  }

    #chtHdr {
        float: right;
        margin-top: -60px;
        width:30%;
    }

  .gridContainer {
    width: 88%;
    max-width: 960px;
    padding-left: 1%;
    padding-right: 1%;
    margin: auto;
  }

  #header {
    display: block;
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    text-align: right;
    color: #fff;
    height: 204px;
  }

    #header img {
      display: block;
    }

  #mobile_header {
    display: none;
  }

    #mobile_header img {
      display: none;
    }

  #header_nav {
    display: block;
    position: relative;
    top: -90px;
    color: #90ACC3;
    text-align: right;
    padding-right: 25px;
    font-size: 13px;
    border: 0px solid yellow;
  }

  #content {
    clear: both;
    float: left;
    margin-top: -40px;
    min-height: 700px;
    height: 100%;
    width: 960px;
    display: block;
    padding: 0%;
    background-color: #fff;
    padding: 30px;
    position: relative;
    /*-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;*/
    border: 0px solid red;
  }

  #form-hd-nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 10px 20px 10px;
    *margin: 20px 10px 10px 10px;
    padding-left: 0px;
    padding-top: 6px;
    height: 45px;
    *border-top: 1px solid #ccc;
    *border-bottom: 1px solid #ccc;
  }


  .form-hd-nav-text {
    display: inline-block;
    /*Changed for top Nav*/
    /*113px*/
    width: 113px;
    color: #000;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    margin: 0px;
    *position: relative;
    *top: 0px;
    padding: 6px, 0,0,0;
    *border: 0px solid red;
  }

  .form-hd-na-text2 {
    *display: block;
    *position: relative;
    *top: 0px;
    *padding: 0px;
    /*text-justify:auto;*/
    text-align: left;
    font-size: 11px;
    *font-size: 10px;
    float: right;
    vertical-align: text-bottom;
    *vertical-align: text-top;
    width: 70px; /*68% adjusted for IDT - 58%*/
    *width: 63%;
    /* -2 below adjusted for single line IDT*/
    margin: -2px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    *border: 0px solid yellow;
    color: #A8A8A8;
  }

  .form-hd-na-text3 {
    *display: block;
    *position: relative;
    *top: 0px;
    text-justify: auto;
    font-size: 11px;
    float: right;
    vertical-align: text-bottom;
    width: 68%;
    *width: 55%;
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 6px 0px;
    border: 0px solid yellow;
    color: #4A4A4A;
  }

  .form-hd-na-chat {
    *display: block;
    *position: relative;
    *top: 0px;
    *padding: 0px;
    /*text-justify:auto;*/
    text-align: left;
    font-size: 11px;
    *font-size: 10px;
    float: right;
    vertical-align: text-bottom;
    *vertical-align: text-top;
    width: 227px; /*68% adjusted for IDT - 58%*/
    *width: 20%;
    /* -2 below adjusted for single line IDT*/
    margin: -2px 0px 0px 0px;
    padding: 0px 0px 6px 0px;
    *border: 0px solid yellow;
    color: #A8A8A8;
  }

  .form-bk-button {
    float: left;
    margin-top: 15px;
    width: auto;
  }

  .form-nt-button {
    float: right;
    margin-top: 15px;
    width: auto;
  }

  .form-title {
    font-size: 20px;
    font-weight: bold;
    color: #274873;
  }

  .title {
    font-size: 20px;
    padding-left: 20px;
    font-weight: bold;
    color: #274873;
    margin-top: 30px;
    margin-bottom: -20px;
  }

  .form-text {
    font-size: 12px;
    font-weight: bold;
    color: #274873;
    margin: 0px 25px 0px 25px;
  }

  .form-left-field {
    float: left;
    width: 49%;
  }

  .form-right-field {
    float: right;
    width: 48%;
  }

  .form-left-field-w {
    width: 100%;
  }

  .form-right-field-w {
    width: 100%;
  }

  .form-field-w {
    width: 100%;
  }
  /* home page*/
  #ticker-box-new {
    width: 100%;
    height: 380px;
    border: 0px solid #ccc;
    margin-left: 0px;
  }

  #cols {
    clear: none;
    float: left;
    width: 23.25%;
    height: 443px;
    margin-left: 10px;
    margin-right: 0px;
    border: 1px solid #999999;
    margin-bottom: 10px;
    margin-top:75px;
  }

  #col-right {
        clear: none;
        float: right;
        width: 23.25%;
        height: 443px;
        margin-left: 0px;
        margin-right: 15px;
        border: 1px solid #999999;
        margin-bottom: 10px;
        margin-top: 75px;
    }


  .col-1-head {
    height: 35px;
    padding: 6px 0px 0px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #789db4; /* Old browsers */
    background: -moz-linear-gradient(left, #789db4 0%, #6799cc 0%, #7b99b7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#789db4), color-stop(0%,#6799cc), color-stop(100%,#7b99b7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #789db4 0%,#6799cc 0%,#7b99b7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #789db4 0%,#6799cc 0%,#7b99b7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #789db4 0%,#6799cc 0%,#7b99b7 100%); /* IE10+ */
    background: linear-gradient(to right, #789db4 0%,#6799cc 0%,#7b99b7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#789db4', endColorstr='#7b99b7',GradientType=1 ); /* IE6-9 */
  }

  .col-2-head {
   height: 35px;  padding: 6px 0px 0px 6px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #6799cc;
  }

  .col-3-head {
    height: 35px;
    padding: 6px 0px 0px 6px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #97999c; /* Old browsers */
    background: -moz-linear-gradient(left, #97999c 0%, #97999c 1%, #999999 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#97999c), color-stop(1%,#97999c), color-stop(100%,#999999)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #97999c 0%,#97999c 1%,#999999 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #97999c 0%,#97999c 1%,#999999 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #97999c 0%,#97999c 1%,#999999 100%); /* IE10+ */
    background: linear-gradient(to right, #97999c 0%,#97999c 1%,#999999 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97999c', endColorstr='#999999',GradientType=1 ); /* IE6-9 */
  }

  .col-4-head {
    height: 35px;
    padding: 6px 0px 0px 6px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background: #6b8e23;
  }

    #ChatIcon {
        margin-bottom: -20px;
    }
        /*#ChatIcon {
        float: inline-block;
        margin-top: -50px;
        margin-left: 50px;
        margin-bottom:-20px;
        
    }*/
        #footer {
    clear: both;
    float: none;
    margin-left: 0;
    width: 100%;
    display: block;
    background-color: red;
    margin-top: 30px;
  }

  .footer-left {
    float: left;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .footer_right {
    display: block;
    float: right;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .clear {
    clear: both;
  }

  .mob_clear {
    display: none;
  }


  /* Added from older Style */
  /* WebGrid Styles*/
  .listGrid {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid #2C5481;
  }

    .listGrid td, th {
      padding-left: 10px;
    }

    .listGrid caption {
      color: white;
      font-size: medium;
      background-color: #2C5481;
      text-align: center;
      padding-top: 4px;
    }

  .listGrid-header {
    padding-left: 10px;
    text-align: center;
    background-color: #ADBDCE;
    border-bottom: 2px solid #3966A2;
    height: 25px;
    border-top: 2px solid #2C5481;
    border-left: 2px solid #2C5481;
    border-right: 2px solid #2C5481;
  }

  .listGrid-alternating-row {
    height: 25px;
    background-color: #EBF1F3;
    border-bottom: 1px solid #2C5481;
    border-left: 2px solid #2C5481;
    border-right: 2px solid #2C5481;
  }

  .listGrid-row-style {
    height: 25px;
    border-bottom: 1px solid #2C5481;
    border-left: 2px solid #2C5481;
    border-right: 2px solid #2C5481;
  }

  #heade_nav {
    display: block;
    position: relative;
    top: -45px;
    color: #90ACC3;
    text-align: right;
    padding-right: 20px;
    font-size: 10px;
  }


  #header {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    text-align: right;
    color: #fff;
    height: 204px;
  }

  #heade_nav {
    display: block;
    position: relative;
    top: -90px;
    color: #90ACC3;
    text-align: right;
    padding-right: 25px;
    font-size: 13px;
  }
  /*#content {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top:-30px;
	padding:30px;
	width: 94%;
	max-width:960px;
	height:100%;
	min-height: 730px;
	display: block;
	background-color:#fff;
}*/
  .form-bk-button {
    float: left;
    margin-top: 15px;
    width: auto;
  }

  .form-nt-button {
    float: right;
    margin-top: 15px;
    width: auto;
  }

  .form-title {
    font-size: 20px;
    font-weight: bold;
    color: #2C5481;
  }

  .form-sub-title {
    font-size: 16px;
    font-weight: bold;
    color: #2C5481;
  }

  .SummaryInfo {
    font-size: 14px;
    font-weight: bold;
    color: #565656;
  }

  .SummaryEditLink {
    font-size: 14px;
    font-weight: bold;
    color: #565656;
  }

  .SummarySubmitLink {
    font-size: 22px;
    font-weight: bold;
    color: green;
  }

  .form-inner-title {
    font-size: 12px;
    font-weight: bold;
    color: #2C5481;
  }

  .form-left-field {
    float: left;
    width: 48%;
  }

  .form-right-field {
    float: right;
    width: 48%;
  }

  .form-left-field-w {
    width: 100%;
  }

  .form-right-field-w {
    width: 100%;
  }

  .form-field-w {
    width: 100%;
  }

  .sub_bt {
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }

  .sub_bt_1 {
    float: left;
    width: 29%;
    height: 180px;
    border-right: 1px solid #ccc;
    margin: 0px;
    padding: 16px;
  }

  .sub_bt_1 {
    float: left;
    width: 29%;
    height: 180px;
    border-right: 1px solid #ccc;
    margin: 0px;
    padding: 16px;
  }

  .sub_bt_2 {
    float: right;
    width: 30%;
    height: 180px;
    border-right: 1px solid #ccc;
    margin: 0px;
    padding: 16px;
  }

  .sub_bt_3 {
    float: right;
    width: 29%;
    border-right: 0px solid #ccc;
    margin: 0px;
    padding: 16px;
  }


  .edit_table {
    margin-left: 50px;
  }

  .summary-field-label {
    font-size: 13px;
    font-weight: bold;
    padding-right: 1px;
  }

  .summary-nextsteps {
    font-size: 13px;
    font-weight: bold;
    padding-right: 1px;
    color: #000;
  }

  #left_column {
    clear: both;
    float: left;
    margin-left: 0;
    width: 72%;
    display: block;
  }

  #right_column {
    clear: none;
    float: left;
    padding-left: 20px;
    padding-top: 50px;
    width: 24%;
    display: block;
    color: #153A6F;
  }

    #right_column a {
      text-decoration: none;
      color: #153A6F;
    }

  .right_column_title {
    color: #153A6F;
    font-size: 14px;
    font-weight: bold;
  }

  .right_column_line1 {
    size: 1px;
    color: #153A6F;
    width: 95%;
    margin-bottom: 5px;
    margin-top: 0px;
  }

  .right_column_line {
    size: 1px;
    color: #153A6F;
    width: 95%;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .EmergWrapper {
    max-width: 900px;
    float: left;
    background-color: #A60000;
    margin-bottom: 10px;
  }

  .Emerg {
    border: none;
    background: url('../Content/images/EmergencyAlertBar_left.jpg') no-repeat top left;
    background-color: #A60000;
    padding: 7px 10px 10px 35px;
    width: 130px;
    height: 27px;
    margin-right: 10px;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9pt;
  }

  .EmergText {
    border: none;
    background-color: lightgrey;
    padding: 10px 10px 10px 10px;
    margin-left: -39px;
    min-height: 27px;
    max-width: 600px;
    float: left;
    color: #A60000;
    font-weight: bold;
    word-wrap: break-word;
    font-size: 9pt;
  }

  .EmergWrapper2 {
    max-width: 900px;
    float: left;
    background-color: #3C7BB0;
    margin-bottom: 10px;
  }

  .Emerg2 {
    border: none;
    background: url('../Content/images/EmergencyAlertBarBlue_left.jpg') no-repeat top left;
    background-color: #3C7BB0;
    padding: 7px 10px 10px 35px;
    width: 130px;
    height: 27px;
    margin-right: 10px;
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 9pt;
  }

  .EmergText2 {
    border: none;
    background-color: lightgrey;
    padding: 10px 10px 10px 10px;
    margin-left: -39px;
    max-width: 600px;
    float: left;
    color: #A60000;
    font-weight: bold;
    word-wrap: break-word;
    font-size: 9pt;
  }


  /*   Fixes Bottom Nav buttons in different browser types   */
  .nav-div-left {
    float: left;
    margin-top: -50px;
  }

    .nav-div-left img {
      float: left;
      padding-top: 10px;
    }

    .nav-div-left input {
      float: right;
      margin: 5px,0px,6px,8px;
    }

  .nav-div-right {
    float: right;
    margin-top: -50px;
  }

    .nav-div-right img {
      float: right;
      padding-top: 10px;
    }

    .nav-div-right input {
      float: left;
      margin-top: 5px;
      margin-right: 0px;
      margin-bottom: 6px;
      margin-left: 8px;
    }

  .action-trigger {
    text-decoration: underline;
    color: #346A99;
    padding: 0 3px;
    cursor: pointer;
  }

  .headerImage {
    background-image: url(../Content/Images/mathead.jpg);
    background-repeat: no-repeat;
    background-position-y: 0px;
    display: block;
    max-width: 100%;
    border: 0 none;
    /*vertical-align: middle;*/
    height: 200px;
  }

  .idtImageView {
    margin-left: 25px;
    margin-top: 15px;
  }

  .idtImageViewTextEN {
    position: absolute;
    top: 140px;
    left: 100px;
    font-weight: 900;
    font-size: 16px;
  }

  .idtViewPane a:hover, .idtViewPane a:active, .idtViewPane a:visited, .idtViewPane a:link {
    color: black;
  }

  .idtImageViewTextES {
    position: absolute;
    top: 140px;
    left: 75px;
    font-weight: 900;
    font-size: 16px;
  }

  .idtImageViewLinkColor {
    color: #336799;
  }

  .idtImageViewMobileText {
    text-transform: none;
    text-decoration: none;
  }
}

