#EmergencyBanner {
	margin: 0 auto;
	width: 100%;
	background-color: #FFFF66;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border-bottom: 2px black solid;
	border-top: 2px black solid;
}
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; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

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; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
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%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

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; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
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, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.last{
	padding-bottom:15px;
}

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */
   html,body {
   	height:100%;
   	background: #1a2c3f;
   	margin: 0 auto;
   }  
   
   #header{

   	width: 100%;
   	min-width: 991px;
   	height: 245px;
   }

   #header img{
   	width: 991px;
   	display: block;
   	margin: 0 auto;
   }



/* ===== Nav Styles ========================================================
   Author:
   ========================================================================== */
   #nav {
   	margin: 0 0 0 0;
   	padding: 2px 0 0 0;
   	line-height: 100%;
   	z-index: 30000;
   	position: absolute;
   	width: 991px;
   	min-width: 940px;
   	font-size: 14px;
   	background:url(../img/menu_bg.png) repeat-x;


   }
   #nav li {
   	margin: 0 5px 0 20px;
   	padding: 0 0 8px;
   	float: left;
   	position: relative;
   	list-style: none;
   }
   /* main level link */
   #nav a {
   	font-weight: bold;
   	color: #e7e5e5;
   	text-decoration: none;
   	display: block;
   	padding:  8px 20px;
   	margin: 0;
   	border-radius: 3px;
   	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
   }
   /* main level link hover */
   #nav .current a, #nav li:hover > a {
   	background: #32557c ; /* for non-css3 browsers */
   	color: #fff;
   	border-top: solid 1px #98d8e3;
   }
   /* sub levels link hover */
   #nav ul li:hover a, #nav li:hover li a {
   	background: none;
   	border: none;
   	color: #666;
   	-webkit-box-shadow: none;
   	-moz-box-shadow: none;
   }
   #nav ul a:hover {
   	background: #32557c !important; /* for non-css3 browsers */
   	color: #fff !important;
   	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
   	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
   }
   /* level 2 list */
   #nav ul {
   	background: #ddd; /* for non-css3 browsers */
   	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
   	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
   	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */
   	display: none;
   	margin: 0;
   	padding: 0;
   	width: 185px;
   	position: absolute;
   	top: 35px;
   	left: 0;
   	border: solid 1px #b4b4b4;
   	border-radius: 3px;
   	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
   	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
   	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
   }
   /* dropdown */
   #nav li:hover > ul {
   	display: block;
   }
   #nav ul li {
   	float: none;
   	margin: 0;
   	padding: 0;
   }
   #nav ul a {
   	font-weight: normal;
   	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
   }
   /* level 3+ list */
   #nav ul ul {
   	left: 181px;
   	top: -3px;
   }
   /* rounded corners for first and last child */
   #nav ul li:first-child > a {
   	-webkit-border-top-left-radius: 2px;
   	-moz-border-radius-topleft: 2px;
   	-webkit-border-top-right-radius: 2px;
   	-moz-border-radius-topright: 2px;
   }
   #nav ul li:last-child > a {
   	-webkit-border-bottom-left-radius: 2px;
   	-moz-border-radius-bottomleft: 2px;
   	-webkit-border-bottom-right-radius: 2px;
   	-moz-border-radius-bottomright: 2px;
   }
   /* clearfix */
   #nav:after {
   	content: ".";
   	display: block;
   	clear: both;
   	visibility: hidden;
   	line-height: 0;
   	height: 0;
   }
   #nav {
   	display: inline-block;
   }
   html[xmlns] #nav {
   	display: block;
   }
   * html #nav {
   	height: 1%;
   }

   #nav_bar{
   	margin: 0 auto;
   	width: 991px;
   }
   

/* ===== Index Styles ========================================================
   Author:
   ========================================================================== */

   #welcome_msg {

   	font-size:14px;
   	line-height:18px;
   }

   #welcome_msg h2 {
   	color:#32557c !important;
   	margin:35px 0 0 15px;

   }


   .locations {
   	margin: 30px 0 0 0;
   	float: left;

   	width: 100%;
   	position: relative;
   	height: 100%px;
   	margin-bottom: 10px;
   	padding-top: 20px
   }


   .locations h2 {
   	color:#32557c;
   	font-weight:bold;
   	font-size: 16px;
   }

   .locations p {
   	font-size:14px;
   	padding:0 0 0 0 !important;
   	width: 100%;
   }

   .loc_col1 {
   	width:224px;
   	height:197px;
   	background: url(../images/centers_bg.png) no-repeat;
   	float:left;
   	margin-top: 0px;
   	margin-left: 0;
   }

   .loc_col1 img {
   	margin:10px 0 0 11px;
   }

   .loc_col2 {
   	width:20%;
   	margin-left: 20px;
   	float:left;
   	clear:right;

   }

   .loc_col2 a {
   	cursor:pointer;
   	color:#32557c;
   	font-size: 12px;
   }

   .vert_sep {
   	background:#f1f1f1;
   	width:4px;
   	height:160px;
   	margin-right:-60px;
   	float:right;
   	clear: both;
   	margin-top:-180px;
   }

   .loc_col3 {
   	width:25%;
   	/*float:right;*/

   	overflow: hidden;
   	padding-right: 10px;
   	padding-bottom: 10px;
   	margin: auto auto;
   }

   .loc_col3 p{
   	text-align:right !important;
   	margin-top: 0;
   }


   .horiz_sep {
   	background:url(../images/sep_bg.png) repeat-x;
   	height:5px;
   	width:99%;
   	float: left;
   	margin: 0 0 0 10px ;
   	position: inherit;

   }

   .loc_icons{
   	clear: both;

   	padding-top: 20px;
   }

   .loc_icons li{
   	list-style: none;
   	display: inline;
   	padding-right: 35px;


   } 
   .loc_icons img{
   	padding-right: 15px;
   }  
   .loc_icons li a{
   	color: black;
   	font-weight: bold;
   	font-size: 12px;
   	padding: 10px 10px;
   	border-radius: 4px;
   	border: solid 1px #84B8CE;
   	text-decoration: none;
   	background: #f7fbfc; /* Old browsers */
   	background: -moz-linear-gradient(top, #f7fbfc 0%, #d9edf2 40%, #add9e4 100%); /* FF3.6+ */
   	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fbfc), color-stop(40%,#d9edf2), color-stop(100%,#add9e4)); /* Chrome,Safari4+ */
   	background: -webkit-linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%); /* Chrome10+,Safari5.1+ */
   	background: -o-linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%); /* Opera 11.10+ */
   	background: -ms-linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%); /* IE10+ */
   	background: linear-gradient(top, #f7fbfc 0%,#d9edf2 40%,#add9e4 100%); /* W3C */
   	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=0 ); /* IE6-9 */

   }
   .loc_icons li a:hover{
   	color: #fff;

   	background: #93cede; /* Old browsers */
   	background: -moz-linear-gradient(top, #93cede 0%, #75bdd1 41%, #49a5bf 100%); /* FF3.6+ */
   	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#93cede), color-stop(41%,#75bdd1), color-stop(100%,#49a5bf)); /* Chrome,Safari4+ */
   	background: -webkit-linear-gradient(top, #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Chrome10+,Safari5.1+ */
   	background: -o-linear-gradient(top, #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* Opera 11.10+ */
   	background: -ms-linear-gradient(top, #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* IE10+ */
   	background: linear-gradient(top, #93cede 0%,#75bdd1 41%,#49a5bf 100%); /* W3C */
   	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=0 ); /* IE6-9 */

   }


/* ===== Utility Content Styles ========================================================
   Author:
   ========================================================================== */
   #mainContent{

   	margin: 0px auto;
   	width: 991px;
   	position: relative;
   	display: block;
   }

   .utility_content{
   	float: left;
   	clear: left;
   	width: 80%;
   	margin: -30px 0 30px 0;
   }

   #innerContent{
   	width: 80%;
   	float: left;
   	padding-left: 25px;
   	background-color: #fff;
   }
   #innerContent p{
   	padding-left: 15px;
   	padding-top: 25px;
   }

/* ===== Side Bar Styles ========================================================
   Author:
   ========================================================================== */
   
   #side_bar{
   	background: #32557c;
	/*float: right;
	margin: 0 0 0 15px;*/
	width: 174px;
	position: absolute;
	padding-bottom: 124.3vh;
	padding-top: 10px;
	/* padding-right: 5px; */
	/* margin-right: 4px; */
	height: 0%;
	right: 0;

	/* margin-top: 10px; */


} 


#side_bar ul{
	list-style:none;
	margin: 0 auto;
	width: 120px;
	padding-bottom: 518px; 
}

#side_bar ul img{
   display: block;
   width: 150px;
   margin: 0 0 0 -35px;
}

#side_bar li{
	margin-bottom: 30px;

}

/* ===== Footer Styles ========================================================
   Author:
   ========================================================================== */
  /*Footer Menu*/
   #footerMenuList {
	display: flex;
	width: 100%;
 /* background-color: #32557C; */

	flex-direction: column;
	width: 100%;
	margin-top: 10px;
}
#footerMenuList ul {
	display: flex; 
	/* margin-left: 11%; */

}
#footerMenuList li{
	color: white; 

	padding: 10px;
	margin-right: 95px;
	list-style: none;
	
}
#footerMenuList a{
	 text-decoration: none;
	 color: white; 
}
#footerMenuList li:hover {
	background: #32557c;
    color: #fff;
	border-top: solid 1px #98d8e3;
	border-radius: 3px;
}

   #footer {
	display: flex;
	flex-direction: row;

	width: 675px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
	/* margin-left: 460px; */
   	/* line-height: 40px; */
	   /* height: 40px; */
	   margin-left: 170px;
   	clear: both;
   	color: #fff;


   }
   #footer #left{
	list-style: none;
	margin-left: -180px;
	display: flex;
	flex-direction: column;
   }
   
   #footer ul {
	flex-grow: 1;
    flex-basis: 0;
   }
   #subHeaders {
    display: block;
    white-space: nowrap;
    width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
}
   
   #icons {
	   display: flex;
	   flex-direction: row;
	   /* padding-left: 40px */
   }
   #icons a{
	   padding-right: 25px;
   }
   #footerText{
	   padding-top: 5px;
	   font-size: 14px;
   }
   #footer #right {
	   margin-top: 23px;
	   text-align: right;
	   padding-right: 25px; 
   }
   #footer #right .footertagh5{
	   font-style: italic;
	   font-size: small; 
   }
   .dotted h2{    
   	border-bottom-width: thin;
   	border-bottom-style: solid;
   	padding: 0 0 6px 0;
   	border-bottom-color: #32557c;  
   }

   .dotted a {
   	color: #32557c !important;
   	text-decoration: none !important;
   	font-weight: bold !important;
   }

/* =============================================================================
   Media Queries
   ========================================================================== */

   @media only screen and (min-width: 35em) {
   	/* Style adjustments for viewports that meet the condition */
   }

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

   .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
   .ir br { display: none; }
   .hidden { display: none !important; visibility: hidden; }
   .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
   .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
   .invisible { visibility: hidden; }
   .clearfix:before, .clearfix:after { content: ""; display: table; }
   .clearfix:after { clear: both; }
   .clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */

   @media print {
   	* { background: transparent !important; color: black !important; box-shadow:none !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; }
   }

   /* =============================================================================
   Documents
   ========================================================================== */


   a.bodylinks {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #32557c;
	font-weight: 700;
    text-decoration: underline;
}


.link1 a {
    color: inherit;
    transition: background-color .25s cubic-bezier(.33, .66, .66, 1);
}
.link1 a:hover {
    background-color: #99aabd;
}

span.textbodyrightOrangeBold {
	font-size: 16px;
}

.textbodyrightOrangeBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #32557c;
}

.textbodyrightSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding-left: 3px;
	padding-right: 3px;
	width: 125px;
}

.textbodyrightSmallhome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
	padding-left: 3px;
	padding-right: 3px;
	width: 550px;
	text-align: left;
}
