﻿@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:#FFFFFF; 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:20px;
	*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: #7e99b4; /* Old browsers */
background: -moz-linear-gradient(left,  #7e99b4 0%, #6799cc 0%, #96999d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7e99b4), color-stop(0%,#6799cc), color-stop(100%,#96999d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #7e99b4 0%,#6799cc 0%,#96999d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #7e99b4 0%,#6799cc 0%,#96999d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #7e99b4 0%,#6799cc 0%,#96999d 100%); /* IE10+ */
background: linear-gradient(to right,  #7e99b4 0%,#6799cc 0%,#96999d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e99b4', endColorstr='#96999d',GradientType=1 ); /* IE6-9 */}

.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; 
	 }
.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: #7e99b4; /* Old browsers */
background: -moz-linear-gradient(left,  #7e99b4 0%, #6799cc 0%, #96999d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7e99b4), color-stop(0%,#6799cc), color-stop(100%,#96999d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #7e99b4 0%,#6799cc 0%,#96999d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #7e99b4 0%,#6799cc 0%,#96999d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #7e99b4 0%,#6799cc 0%,#96999d 100%); /* IE10+ */
background: linear-gradient(to right,  #7e99b4 0%,#6799cc 0%,#96999d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e99b4', endColorstr='#96999d',GradientType=1 ); /* IE6-9 */}
.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;
    }

    .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;
    }

    #col-right
    {
        clear: none;
        float: right;
        width: 23.25%;
        height: 443px;
        margin-left: 0px;
        margin-right: 15px;
        border: 1px solid #999999;
        margin-bottom: 10px;
    }


    .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-size: 14px;
        font-weight: bold;
        color: #fff;
        background: #7e99b4; /* Old browsers */
        background: -moz-linear-gradient(left, #7e99b4 0%, #6799cc 0%, #96999d 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7e99b4), color-stop(0%,#6799cc), color-stop(100%,#96999d)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #7e99b4 0%,#6799cc 0%,#96999d 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #7e99b4 0%,#6799cc 0%,#96999d 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #7e99b4 0%,#6799cc 0%,#96999d 100%); /* IE10+ */
        background: linear-gradient(to right, #7e99b4 0%,#6799cc 0%,#96999d 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e99b4', endColorstr='#96999d',GradientType=1 ); /* IE6-9 */
    }

    .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-left: -22px;
        margin-top: 106px;
        margin-bottom: 0px;
    }

    #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;
    }
}

