@charset "UTF-8";
/* CSS Document */

body{
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
background-color: #ED1C24;
}

a {
color: #00A7EE;
outline: none;
}

a:hover{
color: #333333;
}

/*WRAPPER STYLES*/
#main-wrapper{
width: 767px;
margin-top: 14px;
padding-top: 12px;
padding-left: 19px;
padding-right: 19px;
padding-bottom: 16px;
background-color: #FFFFFF;
}

/*HEADER STYLES*/
#header-left-wrapper{
float: left;
width: 429px;
padding-left: 58px;
}

#header-right-wrapper{
float: right;
width: 172px;
padding-right: 19px;
}

#header-left{
float: left;
width: 106px;
padding-top: 46px;
}

#header-right{
float: right;
width: 197px;
}

#header-right-top{
padding-top: 3px;
font-size: x-small;
color: #333333;
text-align: right;
}

#header-right-bottom{
padding-right: 38px;
margin-top: -1px;
}

#emergency-management{
color: #ED1C24;
font-size: 26px;
font-weight: bold;
text-align: center;
padding-top: 6px;
padding-bottom: 3px;
}

#text-size{
text-align: right;
color: #000000;
font-size: xx-small;
}

/*NAVIGATION STYLES*/
#nav{
background-color: #2E3192;
height: 43px;
padding: 3px;
}

#nav a{
text-decoration: none;
font-weight: bold;
color: #2E3192;
}

#nav a:hover{
color: #000000;
}

#nav-left-wrapper{
float: left;
width: 376px;
padding-left: 2px;
_margin-bottom: -4px; /*IE 6 HACK*/
}

#nav-right-wrapper{
float: right;
width: 376px;
padding-right: 2px;
_margin-bottom: -4px; /*IE 6 HACK*/
}

#nav-left-left{
float: left;
width: 185px;
height: 40px;
text-align: center;
background-image: url(../images/backgrounds/bg-alert-nav.jpg);
background-repeat: repeat-x;
background-color: #FFFFFF;
padding-top: 3px;
}

#nav-left-right{
float: right;
width: 185px;
height: 40px;
text-align: center;
background-image: url(../images/backgrounds/bg-alert-nav.jpg);
background-repeat: repeat-x;
background-color: #FFFFFF;
padding-top: 3px;
}

#nav-right-left{
float: left;
width: 185px;
height: 40px;
text-align: center;
background-image: url(../images/backgrounds/bg-alert-nav.jpg);
background-repeat: repeat-x;
background-color: #FFFFFF;
padding-top: 3px;
}

#nav-right-right{
float: right;
width: 185px;
height: 40px;
text-align: center;
background-image: url(../images/backgrounds/bg-alert-nav.jpg);
background-repeat: repeat-x;
background-color: #FFFFFF;
padding-top: 3px;
}

/*INNER WRAPPER STYLES*/
#inner-wrapper{
padding-top: 6px;
padding-bottom: 16px;
}

/*ALERT TABLE STYLES*/
#alert-table{
padding-top: 3px;
}

#alert-table-title{
background-color: #2E3192;
color: #FFFFFF;
padding: 2px;
font-size: 18px;
}

#alert-table-padding{
padding-top: 10px;
padding-left: 7px;
padding-right: 7px;
padding-bottom: 19px;
}

#alert-table-left{
width: 440px;
height: 343px;
padding: 5px;
overflow: auto;
margin: 0px;
border-color: #999999;
border-style: solid;
border-width: 3px;
}

#alert-table-right{
width: 260px;
height: 343px;
padding: 5px;
overflow: auto;
margin: 0px;
border-color: #999999;
border-style: solid;
border-width: 3px;
}

/*FOOTER STYLES*/
#footer{
text-align: center;
padding-top: 6px;
padding-bottom: 20px;
color: #2E3192;
font-size: smaller;
}

#footer a{
color: #2E3192;
}

#footer a:hover{
text-decoration: none;
}

/*FONT STYLES*/
.blue-title{
color: #00A7EE;
font-size: 26px;
font-weight: bold;
text-decoration: none;
}

.blue-title a{
text-decoration: none;
color: #00A7EE;
}

.blue-title a:hover{
text-decoration: none;
color: #333333;
}

.blue-subtitle{
color: #00A7EE;
font-size: 18px;
font-weight: bold;
}

.red-lrg-title{
color: #ED1C24;
font-size: 38px;
font-weight: bold;
}

.red-title{
color: #ED1C24;
font-size: 26px;
font-weight: bold;
}

/*----------------*/
/*HIGHSLIDE STYLES*/
/*----------------*/
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* These are not Highslide core CSS rules, but define the styles of the caption. */
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}
