@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
#content *
	{
	font-family: 'Open sans', sans-serif!important;
	}
.alert
	{
	background:#fce983;
	padding:10px 20px;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-size:18px;
	font-weight: bold;
	}
.alert *, .alert a, .alert a:visited, .alert a:hover, .alert a:active
	{
	color:#000!important;
	}
.highlight
	{
	background: #fff2ae;
	padding: 3px;
	}
#middle #content
	{
/*	margin:0 40px;*/
	}

#middle #middle_right h2.slide_me
	{
	padding:3px 0 0 14px;
	}
#middle #content h1
	{
	font-size: 24px;
	font-weight: 600;
	margin-bottom:15px;
	}
#middle #content h1.title, #middle #content h2
	{
	font-weight: 600;
	font-size: 31px;
	color:#171717;
	}
#adspace2 ul li
	{
	margin-bottom: 13px!important;
	}
#content .deemphasize, #middle_right .deemphasize
	{
	color:#999;
	font-weight: 100;
	font-size:12px;
	padding-bottom:5px;
	}
#middle #content h2
	{
	margin-top:1.25em;
	font-size:18px;
	}
#middle #content p
	{
	line-height: 1.75em;
	}

#content td
	{
	vertical-align: middle!important;
	}

td.center
	{
	text-align: center;
	}

#middle #content h2.dateline
	{
	margin-top:1em;
	font-size:1.125em;
	cursor: pointer;
	color:#1c54c5;
	}
#middle #content h2.dateline:hover
	{
	text-decoration: underline;
	}
.grid
	{
	clear:both;
	float: left;
	margin:5px 0 30px 0;
	width:100%;
	overflow: hidden;
	}

.grid .row
	{
	clear:left;
	clear:both;
	width:100%;
	margin-top:2.5%;
	overflow: hidden;
	}

.grid .row .col
	{
	text-align: center;
	float:left;
	width:31.5%;
	margin-right:2.5%;
	}
.grid .row .col.last
	{
	margin-right:0;
	}

#content .grid .row .col a:hover
	{
	text-decoration: none;
	display: block;
	background:url("/emergency/images/hover.png");
	}

#content .grid .row .col h3
	{
	color:#ffffff;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	margin:0;
	padding:10px 0;
	}
#content .grid .row .col img
	{
	display: block;
	padding: 32px 0;
	margin: 0 auto;
	}
#content .grid .row .col img.storm
	{
	padding:0;
	}
ul.events
	{
	list-style-type: none;
	margin:5px 0;
	padding:5px 0;
	}

.events li a
	{
	font-size:12px;
	}

span.new
	{
	font-size:14px;
	}
.sub_menu
	{
	margin-left:10px;
	}

/* COLORS */
.red { background:#902417; }
.green { background:#58914b; }
.gray { background:#313131; }
.purple { background:#603e7a; }
.gold { background:#d0bb57; }
.blue { background:#2e4c83; }

img.icon
	{
	float:left;
	width:40px;
	margin-right:10px;
	}

#content .red h3 { background:#6d1207; }
#content .green h3 { background:#407334; }
#content .gray h3 { background:#000000; }
#content .purple h3 { background:#432758; }
#content .gold h3 { background:#ac983a; }
#content .blue h3 { background:#1e3764; }

#content table.event_table tbody tr th
	{
	color:#333!important;
	}
#content table.event_table tbody tr td:first-child
	{
	width:250px;
	}
#content table.event_table tbody tr td:nth-child(2)
	{
	width:70px;
	}
#content table.event_table tbody tr td:nth-child(3)
	{
	width:250px;
	}
#content #newsbox
	{
	margin-left:10px;
	}

#content #newsbox .dateline h3
	{
	font-size:13px;
	}

#adspace2 ul li
{
	margin-bottom:8px;
	line-height: 1.4em;
}
#adspace2 h2
	{
	font-size:16px!important;
	text-align:left;
	}
.bold
{
	font-weight:bold;
	text-decoration:underline;
}
a.info
	{
	display: block;
	padding:10px;
	font-size:21px;
	font-weight: 300;
	font-family: 'Open Sans';
	border:1px solid #d1a41e;
	color:#ffffff;
	background: #DE5328; /* Old browsers */
	}
a.info:hover
	{
	text-decoration: none;
	}
a.info img
	{
	float:left;
	width:40px;
	margin-top: 10px;
	margin-right:6px;
	}

#head #persistent_navigation #primary li a.highlight
	{
	background-color: #304d5d;
	background: url(/images/design/2009/backgrounds/persistent_navigation/persistent_navigation_hover_997x40.png) #304d5d;
	color: #f4fbff;
	text-decoration: none;
	}

.poster
	{
	text-align: center;
	padding:20px 0 0 0;
	float: left;
	clear: both;
	}


	span.arrow
	{
	width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
	position: relative;
	top: 20px;
	left: 10px;
	}

.slide_me
	{
	cursor: pointer;
	}

.slide_me.active > span.arrow
	{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top:0;
    border-bottom: 5px solid #000!important;
    top:-15px;
	}

h3.slide_me span.arrow
	{
	top:16px;
	}
h3.slide_me.active span.arrow
	{
	top:-12px;
	}