/*-----------------------------------------------
Early Alert Screen Styles
Author:   Erik Halber
Email: ehalber@affinity.com, ehalber@gmail.com
Version:  23 January 2007
----------------------------------------------- */

/* =Global
-------------------------------------------------*/

#tablefix{
margin: 0 auto;
}

* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body {
	font: small/1.6em Arial, Helvetica, sans-serif;
	color: #666;
	background: url(../images/body-bg.jpg) repeat-x left top;
}
a {
	color: #eb0c14;
}
* html a, * html input { /* IE 6 is SO RIDICULOUS  */
	position: relative; 
}
#seal {
	margin-top: -6px;
}
* html #frame_bottom p {
	padding-top: 6px;
}
* html #seal {
	margin-top: -3px;
}
#container
{
	width:804px;
	margin: 0 auto;
	text-align:left;
	overflow:hidden;
}
#frame_top, #frame_bottom
{
	display:block;
	width:806px;
	height:29px;
	overflow:hidden;
	margin:0px auto 0px auto;
	background:url('../images/frame_top.gif') no-repeat;
}

#frame_bottom
{
	height:40px;
	background:url('../images/frame-bottom.jpg') no-repeat;
	clear:both;
	text-align: center;
	line-height: 3em;
	font-size: 11px;
}


#frame_left
{
	float:left;
	display:block;
	width:12px;
	background:url('../images/frame-left-bg.jpg');
	
}

#frame_right
{
	float:left;
	display:block;
	width:12px;
	background:url('../images/frame-right-bg.jpg');
}

#login {
	background: #273652;
	padding-bottom: 5px;
}
* html #login {
	margin-bottom: -6px;
	padding-bottom: 10px;
}

#login p {
	text-align: right;
	color: #fff;
	font-size: 85%;
	padding-right: 25px;
}
#login a {
	color: #fff;
	font-weight: bold;
}
#top {
	background: url(../images/top-bg.gif) no-repeat center center;
	height: 12px;	
}
#middle {
	background: #fff;
}
#shadowWrapper {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	/*background: url('../images/shadow-bg.png') repeat-y center center;*/
}
* html #shadowWrapper {
	background: none;
	padding: 0;
	background: repeat-y center center;
}
#mainContainer {
	width: 780px;
	float: left;
}
#header {
	width: 780px;
	overflow: hidden;
}
/*

#header object {
	position: absolute;
	width: 49px;
	height: 42px;
	top: 100px;
	left: 300px;
}*/
#threat-monitor p{
	margin-bottom: 4px;
	margin-left: 27px;
}
* html #threat-monitor {
	font-size: 13px;
	margin-top: -2px;
}
#threat-monitor #tl-indicator {
	padding-right: 8px;
	color: #eb0c14;
	text-transform: uppercase;
	font-size: 90%;
	margin-left: 20px;
	font-weight: bold;
	background:url(../images/bullet-flash-alert.gif) no-repeat right center;
}	
#threat-monitor #tl-level {
	border: 1px solid #333;
	padding: 2px 4px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
}
#threat-monitor #tl-description {
	font-weight: bold;
	/*font-size: 85%;*/
	color: #666;
}
#threat-monitor p span#threat-update {
	font-size: 85%;
	padding-left: 10px;
}
/* add new threat level colors here */
.elevated {
	background: #fc0;
}

#header {
	background:url(../images/header-bg.jpg) no-repeat right top;
	height: 105px; /* FIX IE DISPLAY BUG */
}


#sidebar {
	float: left;
	width: 181px;
}
#mainNav {
	float: left;
	background:url(../images/mainNav-bg.gif) no-repeat left top;
	width: 181px;
	display: inline; /* FIX IE6 DOUBLE MARGIN BUG */
}
#home #mainNav ul{
	height: 181px;
}
* html #home #mainNav ul {
	height: 181px;
}
#mainNav ul {
	list-style: none;
	background: url(../images/mainNav-ul-bg.gif) repeat-y top left;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
}
* html #mainNav ul {
	padding-bottom: 13px;
}
#mainNav ul li {
	background: url(../images/bullet.gif) no-repeat left 16px;
	padding-left: 8px;
	line-height: 2.9em;
}
* html #mainNav ul li {
	background-position: left 18px;
	line-height: 38px;
}
#mainNav ul li:hover ul {
	/*display: block;*/
}
#mainNav ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	/*margin-top: -6px;*/
}
* html #mainNav a {
	font-size: 12px;
}
#mainNav ul li a:hover {
	text-decoration: underline;
}
#mainNav li ul {
	padding: 0;
	margin: 0;
	background: none;
	height: 1%; /* FIX IE DISPLAY BUG */
}
#mainNav li ul li {
	background: none;
	line-height: 1.5em;
	padding: 0;
}
#mainNav li ul li a {
	color: #eb0c14;
	text-decoration: underline;
	font-size: 85%;
	font-weight: normal;
	
}
* html #mainNav li ul li a {
	font-size: 11px;
}
#home #nav-home {
	display: none;
}
.about #nav-about,
.team #nav-team,
.testimonials #nav-testimonials,
.news #nav-news,
.contact #nav-contact,
.emergency #nav-emergency,
.services #nav-services,
.coop #nav-coop,
.training #nav-training,
.products #nav-products,
.awareness #nav-awareness,
.signup #nav-signup,
.partners #nav-partners,
.weather #nav-weather,
#mainNav li ul li a:hover{
	text-decoration: none;
	font-weight: bold;
}
#company-dd, #products-dd, #resources-dd, #weather-dd{
	display: none;
}

#t-about #company-dd,
#t-team #company-dd,
#t-testimonials #company-dd,
#t-news #company-dd,
#t-contact #company-dd{
	display: block;
}
#t-emergency-services #products-dd,
#t-emergency-services #products-dd,
#t-emergency-services #products-dd,
#t-emergency-services #products-dd {
	display: block;
}
#t-resources #resources-dd {
	display: block;
}

#t-watches #weather-dd {
	display: block;
}
#dashboard {
	background:url(../images/dashboard-bg.gif) no-repeat right top;
	height: 30px;
	float: right;
	width: 598px;
	font-size: 12px;
}

#dashboard a:hover {
	color: #fff;
	background: #f00;
}
#dashboard p {
	padding-top: 4px;
	text-align: right;
	padding-right: 20px;
	font-size: 85%;
}
#dashboard span {
	text-align: left;
	display: block;
	float: left;
	padding-left: 10px;
}
#wrapper {
	background: url(../images/wrapper-bg.gif);
	width: 780px;
}

#footer {
	background: url(../images/footer-bg.gif) no-repeat center center;
	height: 75px;
	/*position: relative;*/
	clear: both;
	top: 6px;
	font-size: 13px;
	z-index: 500;
	/*width: 803px;*/
}

#footer p {
	text-align: center;
	font-size: 85%;
	line-height: 5em;
}
* html #footer p {
		padding-top: 15px;
}
#footer a:hover {
	color: #fff;
	background: #eb0c14;
}
/*#footer_table { margin:0 auto 0 auto; }
/* =Homepage
-------------------------------------------------*/
#flash-alert {
	float: left;
	width: 181px;
	background: #fff;
	display: inline; /* FIX IE6 DOUBLE MARGIN BUG */
}
#flash-alert h3{
	background: url(../images/flash-alert-bg.jpg) no-repeat left top;
	text-indent: -5000px;
	height: 30px;
	font-size: 16px;
}
#flash-alert ul {
	/*background: url(../images/flash-alert-ul-bg.gif) no-repeat left bottom;*/
	/*border-left: 1px solid #ec1c24;*/
	margin-left: 4px;
	list-style: none;
	padding-bottom: 12px;
	width: 173px;
	
}
#flash-alert li {
	padding-left: 9px;
	/*background:url(../images/gradient.gif) repeat-x left bottom;*/
	background:url(../images/bullet-flash-alert.gif) no-repeat left 9px;
	/*margin-left: 4px;*/
	font-size: 85%;
	/*border: 1px solid #ccc;*/
	border-bottom: 1px dotted #ccc;
	line-height: normal;
	padding: 6px 0 8px 9px;
	margin-bottom: 6px;
}
* html #flash-alert li {
	background-position: left 17px;
}
#flash-alert a {
	font-weight: bold;
	font-size: 11px;
}
#flash-alert li a:hover {
	color: #fff;
	background: #eb0c14;
}
#flash-alert span {
	display: block;
}
#flash-alert span.message, #flash-alert span.subtitle {
	color: #000;
	font-size: 10px;
}
#homeContent {
	float: right;
	width: 598px;
	
	/*padding-bottom: 50px;*/
}

#homeContent h1 {
	color: #000;
	margin-top: 15px;
	font-size: 150%;
	margin-left: 20px;
	text-indent: -9999px;
}
#homeContent h3 {
	color: #000;
	margin-top: 15px;
	font-size: 120%;
	margin-left: 20px;
}
#homeContent p {
	margin-left: 20px;
	margin-top: 8px;
}
#homeContent span {
	display: block;
}
#homeContent img {
}
#homeContent a:hover {
	color: #fff;
	background: #f00;
}
#homeContent ul#services {
	list-style: none;
	margin-left: 35px;
	margin-top: 10px;
}
#homeContent ul#services li {
	padding-left: 23px;
	font-weight: bold;
	background:  url(../images/bullet-razor.jpg) no-repeat left center;
	/*font-size: 120%;*/
	/*background: url(../images/bullet-home.jpg) no-repeat left center;*/
}
#homeContent ul#slideshow, #homeContent ul#slideshow li {
	list-style: none;
	overflow: hidden;
	height: 192px;
}
#aht-box {
	float: right;
	width: 220px;
	margin: 10px 15px;
	background: url(../images/aht-box-bottom.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
#aht-box h2 {
	text-indent: -5000px;
	background: url(../images/aht-box-h3-bg.gif) no-repeat top left;
	height: 61px;
}
#aht-box p {
	font-size: 85%;
	line-height: 1.4em;
	color: #333;
	margin: 5px 15px;
}
#aht-box p span {
	display: block;
}

/* =Subpage
-------------------------------------------------*/
#mainContent {
	float: right;
	width: 598px;
	padding-bottom: 25px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#mainContent img.main-image {
	float: right;
	margin: 10px 40px 0 15px;
}

#mainContent h1 {
	background:url(../images/mainContent-h1-bg.jpg) no-repeat left top;
	height: 48px;
	color: #fff;
	line-height: 2.4em;
	font-size: 150%;
	padding-left: 15px;
	margin-bottom: 11px;
}
#mainContent h2 {
	color: #eb0c14;
	font-size: 100%;
	border-bottom: 1px solid #999;
	margin: 15px 15px 15px 10px;
	clear: both;
}
#mainContent h3 {
	color: #000;
	font-size: 100%;
	margin: 0 30px 0 25px;
}
#mainContent p {
	padding: 0 30px 0 25px;
	padding-bottom: 1.1em;
}
#mainContent a:hover {
	background: #eb0c14;
	color: #fff;
}
#specialties, #mainContent ul.list, #mainContent ul.classes {
	list-style: none;
	margin-top: 15px;
	margin-left: 15px;
}
#specialties li {
	width: 240px;
	float: left;
	height: 1%; /* IE FIX */
	line-height: 1.4em;
	margin-left: 15px;
	margin-bottom: 1.1em;
	font-size: 90%;
	background: url(../images/bullet.gif) no-repeat left 5px;
	padding-left: 10px;
}
#mainContent ul.classes li {
	width: 200px;
	float: left;
	height: 1%; /* IE FIX */
	line-height: 1.4em;
	margin-left: 15px;
	margin-bottom: 1.1em;
	font-size: 90%;
	background: url(../images/bullet.gif) no-repeat left 5px;
	padding-left: 10px;
}
#homeContent ul#specialties li {
	width: 140px;
	font-weight: bold;
}
#mainContent ul.list li {
	height: 1%; /* IE FIX */
	line-height: 1.4em;
	margin-left: 15px;
	margin-right: 25px;
	margin-bottom: 1.1em;
	font-size: 90%;
	background: url(../images/bullet.gif) no-repeat left 5px;
	padding-left: 10px;
}
#mainContent ul.list li strong {
	display: block;
}
.even {
	margin-left: 20px;
	float: right;
	clear: left;
}
#mainNav-bottom {
	background:url(../images/subpage_images/subpage-nav-piece.gif) no-repeat left top;
	height: 33px;
	clear: both;
	width: 181px;
}
.contact-header {
	font-variant: small-caps;
	color: #000;
	font-size: 90%;
	font-weight: bold;
}
.testimonial {
	display: block;
	font-size: 90%;
	color: #000;
	font-weight: bold;
	margin-left: 5px;
}
.clients {
	display: block;
	font-weight: bold;
	color: #000;
}
#mainContent img.client-logos {
	margin: 0 50px 15px 20px;
	float: right;
}
/********* Weather Watches *************************************/
.maps {
	width: 550px;
	list-style: none;
	float: left;
	margin-left: 25px;
	display: inline; /* IE DOUBLE MARGIN BUG */
}
.maps li {
	float: left;
	margin: 4px 8px;
	padding: 8px;
	border: 1px solid #fff;
	width: 145px;
	display: inline; /* IE FIX */
}
.maps a img {
	padding: 10px;
}
.maps li:hover {
	background: #efefef;
	border: 1px solid #ccc;
	display: inline; /* IE FIX */
}
.maps img {
	display: block;
	margin: 0 auto;
	width: 128px;
	height: 96px;
}
#mainContent .maps a:hover {
	background: #efefef; /* IE FIX */
}
.maps span {
	display: block;
	text-align: center;
	font-size: 85%;
}
#mainContent ol#terms {
	margin: 30px 45px;
}
#mainContent ol#terms li {
	margin-bottom: 1.1em;
}
#mainContent #bigWeather {
	display: block;
	margin: 0 auto;
}
.weather {
	padding: 10px;
	width: 165px;
	background-color: fff;
	margin-left: 10px;
	list-style: none;
	border-left: 1px solid #ccc;
	float: left;
	display: inline;
	margin-bottom: 25px;
	font-size: 87%;
}
* html .weather {
	font-size: 11px;
}
#mainContent ul.weather h3 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	font-size: 115%;
}
.weather li {
	/*font-weight: bold;*/
	padding: 3px 4px;
	border: 1px solid #fff;
	margin-left: 0;
	min-height: 0;
}
.weather li:hover {
	background: #efefef;
	border: 1px solid #ccc;
}
.weather a {
	/*font-weight: normal;*/
}
#mainContent ul.benefits {
	list-style: none;
	margin-left: 15px;
	padding-top: 10px;
}
#mainContent ul.benefits li {
	background: url(../images/bullet.gif) no-repeat left 7px;
	padding-left: 10px;
	font-style: italic;
	/*font-weight: bold;*/
	/*font-size: 120%;*/
}
p.privacy {
	font-size: 70%;
	margin-top: 12px;
}
p.notice {
	font-size: 80%;
	color: #000;
	line-height: normal;
	font-weight: bold;
	padding: 5px;
}
p.required {
	text-align: left;
	font-size: 90%;
	color:#900;
	margin-top: 4px;
}
/********* Our Team *************************************/
p span.member {
	font-size: 120%;
}
p span.title {
	display: block;

}
p span.contact {
	display: block;
	font-size: 85%;
}
p span.contact a {
	color: #666;
}
p.leaders {
	line-height: 1.3em;
	padding-bottom: 0.6em;
	padding-top: 10px;
}
p span.member-name {
	font-size: 115%;
	font-weight: bold;
}
p#mission-statement {
	font-weight: bold;
	padding: 10px;
	margin: 20px;
	border: 1px solid #ccc;
	background: #efefef;
}
span.we {
	color: #0000CC;
}
span.alert {
	color: #FF0000;
}
.extra {
	display: none;
}
.holder {
	border-top: 1px dotted #d5d5d5;
	margin: 0 15px;
	padding-top: 10px;
}
.first-holder {
	margin: 0 15px;
	padding-top: 10px;
}
.pullquote {
	float: right;
}
.team-member {
	float: left;
	margin: 0 15px;
	border: 1px solid #ccc;
	padding: 3px;
}
p.miniContact {
	padding: 10px 10px 10px 15px;
	font-size: 90%;
	line-height: normal;
}
p.miniContact:first-line {
	color: #000;
	font-weight: bold;
}
p.localWeather {
	font-size: 80%;
	line-height: normal;
}
p.localWeather:first-line {
	color: #000;
	font-weight: bold;
}
/*=Tooltip 
------------------------------------*/

#tooltip.fancy {
	opacity: 0.95;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	background: url('../images/shadow.png');
	color: #eb0c14;
	text-decoration: none;
	font-size: 85%;
	font-weight: normal;
}
#tooltip.fancy h3 {
	margin-bottom: 0.75em;
	width: 220px;
	text-align: left;
}
#tooltip.fancy p { 
	width: 220px; 
	text-align: left; 
}
/*
form {
	margin: 0 auto;
	width: 400px;
	padding: 20px;
	border: 1px solid #ccc;
	background:url(../images/gradient.gif) repeat-x left bottom;
}*/

#localWeather {
	visibility: hidden;
}

#t-watches #localWeather {
	visibility: visible;
}
/***********************  REPORTS ********************************/
#reports {
	list-style: none;
	clear: both;
}
#reports li {
	display: inline;
	margin: 10px;
	text-align: center;
	float: left;
}
#reports li span {
	display: block;
	font-weight: bold;
	
}
#frame_left,#mainContainer,#frame_right
{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}