@charset "UTF-8";
/* CSS Document
HURRICANE KATRINA HOME, ALERT COVERS, UNIQUE PGS */
 
/* html  */
* {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
} 
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input {
box-sizing: content-box;
}
img { 
border: 0px; margin: 0px; padding:0px;
box-sizing: content-box;
}
iframe { 
box-sizing: content-box;
}
div[id^="pg-backgr"] {
display: block;
position: relative; 
overflow: hidden; 
margin: 0 auto; 
} 
#theme-wrap-katrina-covers { 
position: relative; overflow: hidden;
width: 900px; min-height: 100%;
margin: 0 auto; 
background:url('/disasters/hurricane_katrina/images/bg-top-collage-alerts-cover.png') no-repeat top left; 
}
div[class^="covers"] { 
display: block;
position: relative;
overflow: hidden;
margin: 0 auto; 
}
div[class^="colspc"] { 
float: left; 
margin: 0px;
}
div[class^='colspc']:last-of-type {
  padding-right: 0;
}
div[class^="alerts"] { 
float: left; 
position: relative;
overflow: hidden;
margin: 0px;
}
div[class^="titlesbox"] { 
float: left; 
position: relative;
overflow: hidden;
margin: 0px;
padding: 185px 22px 20px 22px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
font-size: 12px; line-height: 16px;
}
div[class^="story"] { 
float: left; 
position: relative;
overflow: hidden;
margin: 0px;
padding: 24px 265px 24px 24px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
font-size: 12px; line-height: 16px;
}
 
/* COVERS, MAIN ELEMENTS ----------------------------------------------------------- */ 
#pg-backgr-katrina1-covers { 
width: 900px; height: 100%; 
background:
url('/disasters/hurricane_katrina/images/top-katrina-cover-horse.png') left top no-repeat,
url('/disasters/hurricane_katrina/images/top-katrina-cover-cat-ethel.png') left 440px no-repeat,
url('/disasters/hurricane_katrina/images/floodwaters-litebrown-transition.png') left 1120px no-repeat,
url('/disasters/hurricane_katrina/images/floodwaters-litebrown-transition.png') left 1620px no-repeat,
url('/disasters/hurricane_katrina/images/floodwaters-litebrown-transition.png') left 2130px no-repeat,
url('/disasters/hurricane_katrina/images/covers-floodwaters-litebrown.jpg') left 2600px no-repeat;
} 
#pg-backgr-katrina2-covers { 
width: 900px; height: 100%; 
background:
url('/disasters/hurricane_katrina/images/top-katrina-cover-flooddog-bwcat.png') left top no-repeat,
url('/disasters/hurricane_katrina/images/floodwaters-darkbrown-transition.png') left 380px no-repeat,
url('/disasters/hurricane_katrina/images/floodwaters-darkbrown-transition.png') left 710px no-repeat,
url('/disasters/hurricane_katrina/images/covers-floodwaters-darkbrown.jpg') left 1110px no-repeat;
} 
#pg-backgr-katrina3-covers { 
width: 900px; height: 100%; 
background:
url('/disasters/hurricane_katrina/images/top-katrina-cover-tim-boatrescue.png') left top no-repeat,
url('/disasters/hurricane_katrina/images/floodwaters-litebrown-transition.png') left 2500px no-repeat,
url('/disasters/hurricane_katrina/images/covers-floodwaters-litebrown.jpg') left 400px no-repeat;

}
.op35 { 
background: rgb(255, 255, 255);
background: rgba(255, 255, 255, 0.35);
/* IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#buttons-topdates-holder1 { 
width: 540px; 
margin: 120px 0px 60px 120px;
}
#buttons-topdates-stackhold { 
width: 170px; 
margin: 120px 0px 100px 120px;
}
#buttons-topdates-stackhold3 { 
width: 170px; 
margin: 60px 0px 50px 360px;
border: 0px solid green; 
}
.alerts-dates-stack { 
width: 170px; 
}
.opacity-button {  
display: block;
float: left;
margin: 0px 14px 0px 0px;
padding: 10px;
max-width: 120px; 
background: #fff; /* fallback */
background: rgba(255, 255, 255, 0.4);
border-radius: 10px;
color: #fff;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
transition: all 0.3s ease-out;
}
.opacity-button:hover,
.opacity-button:focus,
.opacity-button:active {
background: #fff;
color: #000;
transition: all 0.5s ease-in;
text-decoration: none;
}
.opacity-button:focus {
outline: none;
}
.is-overrainbow {
font-family: 'Over the Rainbow', cursive;
color: #ffffff;
font-size: 20px;
}
.is-blue {
background: #1e348e; /* fallback IE */
background: rgba(30, 52, 142, 0.25);
}
.is-blue:hover,
.is-blue:focus,
.is-blue:active {
background: #1e348e; /* fallback IE */
background: rgb(30, 52, 142);
color: #fff;
}
.with-border {
  border: 1px solid #fff;
}
.opbutton-lite { 
display: block;
float: left;
margin: 0px 14px 0px 0px;
padding: 10px;
max-width: 120px; 
background: #fff; /* fallback */
background: rgba(255, 255, 255, 0.65);
border-radius: 10px;
color: #fff;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
transition: all 0.3s ease-out;
}
.opbutton-lite:hover,
.opbutton-lite:focus,
.opbutton-lite:active {
background: #fff;
color: #000;
transition: all 0.5s ease-in;
text-decoration: none;
}
.opbutton-lite:focus {
outline: none;
}
.is-liteblue {
background: #a2aedc; /* fallback IE */
background: rgba(162, 174, 220, 0.65);
}
.is-liteblue:hover,
.is-liteblue:focus,
.is-liteblue:active {
background: #1e348e; /* fallback IE */
background: rgb(30, 52, 142);
color: #fff;
}
.covers-900sides40vert { 
width: 900px;
padding: 12px 40px 12px 40px;
border: 0px solid green;
}
.fullwidth-40sides50top { 
width: 900px;
padding: 50px 40px 12px 40px;
border: 0px solid green;
} 
.padmiddle-ctr { 
padding: 15% 0% 0% 2%;
} 
.pad70below { 
padding: 0px 0px 70px 0px;
}
.pad360lt { 
padding: 0px 0px 0px 360px;
}
.mar185top { 
margin-top: 185px;
}
.colspc-540 { 
width: 540px;
}
.colspc-560pad20rt { 
width: 560px;
padding: 0px 20px 0px 0px;
}
.colspc-280pad20rt { 
width: 280px;
padding: 0px 20px 0px 0px;
}
div.alerts540 { 
width: 540px;
}
div.alerts260 { 
width: 260px; 
}
div.alerts260 a, .alerts540 a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; 
    z-index: 10; /* Places link above all else in div */
    background-color: #FFF; /* fix IE */
    opacity: 0; /* fix IE */
    filter: alpha(opacity=1); /*fix IE */
} 
div.alerts260:hover, .alerts540:hover {
    cursor: hand;
    cursor: pointer;
    background: #9bc6cb; 
    background: rgba(155,198,203, 0.40); /* (0,109,122, 0.15) */
} 
div.alerts260-darkbg; {
width: 260px; 
} 
div.alerts540-darkbg; {
width: 540px; 
}
div.alerts260-darkbg a, .alerts540-darkbg a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; 
    z-index: 10; 
    background-color: #FFF; /* IE */
    opacity: 0; /* IE */
    filter: alpha(opacity=1); /* IE */
} 
div.alerts260-darkbg:hover, .alerts540-darkbg:hover {
    cursor: hand;
    cursor: pointer;
    background: #bdd2d5; 
    background: rgba(189,210,213, 0.65);
} 

.text-alerts-maintitle, .text-alerts-maintitle-stack {
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
color: #fff; /* IE */
color: rgba(255, 255, 255, 0.75);
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
font-weight: 300; 
} 
.text-alerts-maintitle {
padding: 38px 0px 0px 0px;
font-size: 28px; line-height: 38px;
} 
.text-alerts-maintitle-stack {
padding-top: 1em;
font-size: 28px; line-height: 32px;
}

h5 { 
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif; 
color: rgb(0,97,115); 
font-size: 18px; line-height: 28px; 
font-weight: 500; margin: 0px;
}
h5 a:link, a:active {  
color: rgb(0,109,122) !important;  
text-decoration: none;
}
h5 a:hover { 
color: rgb(104,69,80) !important; 
text-decoration: none;
} 
h5.bigger { /* <h5 class="bigger"> */
font-size: 20px; line-height: 30px; 
}
.bluebritesmall {
font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
color: #3005dc;
font-size: 12px; line-height: 16px;
font-weight: 500;
}

/* STORIES on alert covs ----------------------------------------------------------- */ 
.story-2007hope-despair { 
width: 540px; height: 282px;
background:url('/disasters/hurricane_katrina/images/alert-story_2007nola-now.png') no-repeat;
}
.story-2006from-katrina-ruins { 
width: 540px; height: 282px;
background:url('/disasters/hurricane_katrina/images/alert-story_2006katrina-ruins.png') no-repeat;
}
.story-2006acts-of-cruelty { 
width: 540px; height: 282px;
background:url('/disasters/hurricane_katrina/images/alert-story_2006cruel-acts.png') no-repeat;
}
.story-2005heartbeats { 
width: 540px; height: 282px;
background:url('/disasters/hurricane_katrina/images/alert-story_2005tiny-heartbeats.png') no-repeat;
} 
.titles-katrina-animal-rescue-home { 
width: 900px; min-height: 990px; /* 729px */
background:url('/disasters/hurricane_katrina/images/katrina-home-collage.png') no-repeat;
}

/* ALERT BOXES ----------------------------------------------------------- */ 
.titlesbox-2009Aug29 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_8-29-09.png') no-repeat;
}
.titlesbox-2008Aug29 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_8-29-08.png') no-repeat;
}
.titlesbox-2008Aug6 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_8-6-08.png') no-repeat;
}
.titlesbox-2008May12 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_5-12-08.png') no-repeat;
}
.titlesbox-2008Apr12 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_4-12-08.png') no-repeat;
}
.titlesbox-2008Feb20 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_2-20-08.png') no-repeat;
}
.titlesbox-2008Jan30 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_1-30-08.png') no-repeat;
}
.titlesbox-2008Jan20 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_1-20-08.png') no-repeat;
}
.titlesbox-2007Dec22 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_12-22-07.png') no-repeat;
}
.titlesbox-2007Nov24 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_11-24-07.png') no-repeat;
}
.titlesbox-2007Oct4 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_10-4-07.png') no-repeat;
}
.titlesbox-2007Sep1 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_9-1-07.png') no-repeat;
}
.titlesbox-2007Aug29 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_8-29-07.png') no-repeat;
}
.titlesbox-2007Aug18 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_8-18-07.png') no-repeat;
}
.titlesbox-2007Aug9 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_8-9-07.png') no-repeat;
}
.titlesbox-2007Jul7 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_7-7-07.png') no-repeat;
}
.titlesbox-2007Jun11 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_6-11-07.png') no-repeat;
}
.titlesbox-2007Jun10 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_6-10-07.png') no-repeat;
}
.titlesbox-2007May17 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_5-17-07.png') no-repeat;
}
.titlesbox-2007Apr14 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_4-14-07.png') no-repeat;
}
.titlesbox-2007Mar17 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_3-17-07.png') no-repeat;
}
.titlesbox-2007Feb15 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_2-15-07.png') no-repeat;
}
.titlesbox-2007Jan31 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_1-31-07.png') no-repeat;
}
.titlesbox-2007Jan17 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_1-17-07.png') no-repeat;
}
.titlesbox-2007Jan1 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_1-1-07.png') no-repeat;
}
.titlesbox-2006Dec23 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_12-23-06.png') no-repeat;
} 
.titlesbox-2006Dec12 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_12-12-06.png') no-repeat;
} 
.titlesbox-2006Dec9 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_12-9-06.png') no-repeat;
} 
.titlesbox-2006Nov22 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_11-22-06.png') no-repeat;
} 
.titlesbox-2006Nov10 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_11-10-06.png') no-repeat;
} 
.titlesbox-2006Oct26 { 
width: 260px; /* height: 240px; */
background:url('/disasters/hurricane_katrina/images/alert-titles_10-26-06.png') no-repeat;
} 
.titlesbox-2006Oct13 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_10-13-06.png') no-repeat;
}  
.titlesbox-2006Oct4 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_10-4-06.png') no-repeat;
} 
.titlesbox-2006Sep29 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_9-29-06.png') no-repeat;
}
.titlesbox-2006Sep20 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_9-20-06.png') no-repeat;
} 
.titlesbox-2006Sep11 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_9-11-06.png') no-repeat;
} 
.titlesbox-2006Sep3 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_9-3-06.png') no-repeat;
} 
.titlesbox-2006Sep1 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_9-1-06.png') no-repeat;
}
.titlesbox-2006Aug29 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_8-29-06.png') no-repeat;
}
.titlesbox-2006Aug21 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_8-21-06.png') no-repeat;
}
.titlesbox-2006Aug6 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_8-6-06.png') no-repeat;
}
.titlesbox-2006Jul30 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_7-30-06.png') no-repeat;
}
.titlesbox-2006Jul25 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_7-25-06.png') no-repeat;
}
.titlesbox-2006Jul24 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_7-24-06.png') no-repeat;
}
.titlesbox-2006Jul22 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_7-22-06.png') no-repeat;
}
.titlesbox-2006Jul17 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_7-17-06.png') no-repeat;
}
.titlesbox-2006Jul9 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_7-9-06.png') no-repeat;
} 
.titlesbox-2006Jul1 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_7-1-06.png') no-repeat;
}
.titlesbox-2006Jun24 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_6-24-06.png') no-repeat;
}
.titlesbox-2006Jun17 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_6-17-06.png') no-repeat;
}
.titlesbox-2006Jun13 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_6-13-06.png') no-repeat;
}
.titlesbox-2006Jun11 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_6-11-06.png') no-repeat;
}
.titlesbox-2006May29 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_5-29-06.png') no-repeat;
} 
.titlesbox-2006May13 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_5-13-06.png') no-repeat;
} 
.titlesbox-2006May1 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_5-1-06.png') no-repeat;
} 
.titlesbox-2006Apr28 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_4-28-06.png') no-repeat;
} 
.titlesbox-2006Apr22 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_4-22-06.png') no-repeat;
} 
.titlesbox-2006Apr18 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_4-18-06.png') no-repeat;
} 
.titlesbox-2006Apr13 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_4-13-06.png') no-repeat;
} 
.titlesbox-2006Apr12 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_4-12-06.png') no-repeat;
}
.titlesbox-2006Apr6 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_4-6-06.png') no-repeat;
}
.titlesbox-2006Apr1 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_4-1-06.png') no-repeat;
}
.titlesbox-2006Mar1 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_3-1-06.png') no-repeat;
}
.titlesbox-2006Feb28 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_2-28-06.png') no-repeat;
}
.titlesbox-2006Jan { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_1-06.png') no-repeat;
}
.titlesbox-2006Jan5 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_1-5-06.png') no-repeat;
}
.titlesbox-2006Jan5horses { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_1-5-06horses.png') no-repeat;
}
.titlesbox-2005Dec22 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_12-22-05.png') no-repeat;
}
.titlesbox-2005Lifeline { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_12-05foster.png') no-repeat;
}
.titlesbox-2005GetToNola { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_12-05nola.png') no-repeat;
}
.titlesbox-2005Dec14 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_12-14-05.png') no-repeat;
}
.titlesbox-2005reunions { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_2005reunions.png') no-repeat;
}
.titlesbox-2005Nov8arno { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_11-8-05.png') no-repeat;
}
.titlesbox-2005Nov8cats { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_11-8-05cats.png') no-repeat;
}
.titlesbox-2005Oct30 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_10-30-05.png') no-repeat;
}
.titlesbox-2005Oct29 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_10-29-05.png') no-repeat;
}
.titlesbox-2005Oct25 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_10-25-05.png') no-repeat;
}
.titlesbox-2005Oct13 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_10-13-05.png') no-repeat;
}
.titlesbox-2005Oct12_2 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_10-12-05-prt2.png') no-repeat;
}
.titlesbox-2005Oct12_1 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_10-12-05-prt1.png') no-repeat;
}
.titlesbox-2005Oct7 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_10-7-05.png') no-repeat;
}
.titlesbox-2005Oct6 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_10-6-05.png') no-repeat;
}
.titlesbox-2005Oct1 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_10-1-05.png') no-repeat;
}
.titlesbox-2005Sep26 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_9-26-05.png') no-repeat;
}
.titlesbox-2005Sep22 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_9-22-05.png') no-repeat;
}
.titlesbox-2005Sep18 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_9-18-05.png') no-repeat;
}
.titlesbox-2005Sep13 { 
width: 260px; 
background:url('/disasters/hurricane_katrina/images/alert-titles_9-13-05.png') no-repeat;
}
