/************************* PAGE STRUCTURE *******************************/
/*********************************************************************************/

html {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background: #042e74 url('../images/bg.png');
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial;
	font-size: 12px;
}

.glow {
	background: url('../images/glow.png') no-repeat left top;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
}

h1 {
	color: #254585;
	font-family: Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 8px;
	padding-top: 0;
}

h2 { 
	color: #FFF;
	font: bold italic 16px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 0;
	padding-bottom: 5px;
	padding-top: 0;
	
}

h3 { 
	color: #254585;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 8px;
	padding-top: 0;
}
p {
	color: #000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin-top: 0;
	padding-top: 0;
}
.phText {
	color: #000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	margin-top: 0;
	padding-top: 0;
}
.bold { font-weight: bold; color: #254585; } 

a:link, a:visited, a:active { color: #254585; outline: none;}
a:hover { color: #06286e; }

/*******************************************************************************************************************************
Begin Default control styles
********************************************************************************************************************************/
label 
{
    font-size: 11px;
    padding:2px;
	display:inline-block;	
}   


input[type=text], 
input[type=password], 
select, 
textarea {
    font-size:11px;
}
    
select  
{
    width:158px;
    padding:0  
}


input[type=text], input[type=password], textarea  
{
    width: 148px; 
}
    
textarea {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px;
}
       


/* custom DropDownList size styles */
select.small {
    width:85px;}
select.medium {
    width:110px;}
select.large {
    width:210px;}
select.full 
{
    width:67%}

/* custom TextBox, TextArea size styles */
input[type=text].small, 
textarea.small,
span.small {
    width:75px;}
input[type=text].medium, 
textarea.medium,
span.medium {
    width:100px;}
input[type=text].large, 
textarea.large,
span.large {
    width:200px;}
input[type=text].full, 
textarea.full,
span.full
{
    width:65%;}

/*******************************************************************************************************************************
End Default control styles
********************************************************************************************************************************/


/************************* TOP/HEADER/NAVIGATION CODE *******************************/
/*********************************************************************************/

.top {
	height: 168px;
	margin: 0 auto;
	width: 903px;
}

.header {
	background-image: url('../images/headertop.png');
	height: 136px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ie6header { display: none; } /*Hides IE6 version of header that is displayed in IE6-only stylesheet / IE6 doesn't display PNGs*/

.nav {
	background: url('../images/headerbottom.png') no-repeat;
	height: 32px;
	width: 100%;
}

.nav ul {
	color: white;
	float: right;
	font: bold 12px/30px Verdana, Geneva, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0 15px 0 0;
	text-transform: uppercase;
}

.nav ul li { 
	display: inline; 
	padding: 0 10px;
}

.nav ul a, .nav ul a:visited, .nav ul a:active {
	color: white;
	text-decoration: none;
}

.nav ul a:hover { text-decoration: underline; }

/************************* MIDDLE/MAIN CONTENT CODE *******************************/
/*********************************************************************************/

.wrapper {
	background-color: transparent;
	margin: 0 auto; 
	overflow: auto;
	width: 903px;
}

.content {
	background: white url('../images/contentbg.jpg') no-repeat;
	border-bottom: 5px solid #739ac7;
	border-left: 6px solid #739ac7;
	border-right: 6px solid #739ac7;	
	margin-left: 16px;
	min-height: 450px;
	padding: 7px 0;
	overflow: hidden; /***Necessary for making this div expand with content***/
	width: 874px;
}

.contentleft {
	padding-left: 6px;
	width: 626px;
}

.column {
	float: left;
	padding: 25px;
	width: 245px;
}

.feature {
	background-image: url('../images/featured.png');
	background-repeat: no-repeat;
	color: #FFF;
	height: 289px;
	padding: 40px;
	width: 546px;
}
.featuretext {
	width: 55%;
}
.feature h1 { color: #FFF; font-size: 28px; }
.feature h2 { color: #FFF; font-size: 16px; }
.feature p { color: #FFF; font-size: 14px; }

.featuretext2  
{
	color: #FFF; 
	font-size: 14px; 
	font-family: Arial, Geneva, sans-serif;
	line-height: 20px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;

}

.tablestyle1 {
	font: 11px/22px Verdana, Geneva, sans-serif;
	width:80%;
	margin: 0 auto 20px auto;
	border:none; /*solid 1px #688cbf*/
}
.NoTableMargins
{
	margin: 0px 0px 0px 0px;
}
.LinksTable
{
    width:50%;
	margin: 0px 0px 0px 25px;
}

.tablestyle1 td, .tablestyle1 th {
	border:none; /*solid 1px #688cbf*/
	color: #26518f;
	font-size:1em;
	padding:3px 7px 2px 7px;
	text-align:left
}

.tablestyle1 th {
	background-color:#688cbf;
	border:none; /*1px solid #7ea0d5;*/
	color:#ffffff;
	font-size:1.1em;
	padding-top:5px;
	padding-bottom:4px;
	text-align:center;
}

.tablestyle1 tr.alt td {
	background-color:#dbe3f5;
}

.tablestyle1 .Pager td {
    background-color:#f2f2f2; 
    border-top:1px solid #dde2e6;
    text-align:center;
} 
   
.tablestyle1 .Pager td table tr td { border:none; }

.tablestyle1 .Pager td table tr td span, .tablestyle1 .Pager td table tr td a {padding:0; margin:0 5px 0 5px; }


.tablestyle1 .TextCenter, table .TextCenter { text-align:center }
.tablestyle1 .TextLeft, table .TextLeft { text-align:left }
.tablestyle1 .TextRight, table .TextRight { text-align:right }

.announcement-attachment h3 {
	color:#4374a5;
	padding: 10px 0;
}

.AnnouncementDocs td, .AnnouncementDocs th {color:#254585;}



/************************* SIDEBAR & MODULES CODE *******************************/
/*********************************************************************************/

.sidebar {
	float: right;
	padding-right: 5px;
	width: 233px;
}

/************************* Quick Links *******************************/
/*********************************************************************************/

.quicklinks {
	height: 225px;
	width: 233px;
	}
	
.quicklinks_nooutline
	{
		outline: none;	
	}

.quicklinks span { display: none; }

.quicklinks_top {
	background: url('../images/quicklinks_top.png') no-repeat;
	width: 233px;
	height: 40px; }

a.quicklinks_weather {
	background: url('../images/quicklinks_weather.png') no-repeat;
	display: block;
	float: left;
	width: 117px;
	height: 82px; }

a.quicklinks_weather:hover { background: url('../images/quicklinks_weather_hover.png');
}

a.quicklinks_river {
	background: url('../images/quicklinks_river.png') no-repeat; 
	display: block;
	float: left;
	width: 116px;
	height: 82px; }

a.quicklinks_river:hover { background: url('../images/quicklinks_river_hover.png');
}

a.quicklinks_road {
	background: url('../images/quicklinks_road.png') no-repeat;
	display: block;
	float: left;
	width: 117px;
	height: 84px; }

a.quicklinks_road:hover { background: url('../images/quicklinks_road_hover.png');
}

a.quicklinks_prepare {
	background: url('../images/quicklinks_prepare.png') no-repeat;
	display: block;
	float: left;
	width: 116px;
	height: 84px; }

a.quicklinks_prepare:hover { background: url('../images/quicklinks_prepare_hover.png');
}

.quicklinks_bottom {
	background: url('../images/quicklinks_bottom.png') no-repeat;
	display: block;
	float: left;
	height: 19px;
	width: 233px; }

/************************* End Quick Links *******************************/
/*********************************************************************************/

/*.threat {
	background-image: url('../images/threat-severe.png');
	background-repeat: no-repeat;
	height: 149px;
	width: 233px;
}*/

.alert {
	background-image: url('../images/publicalert.png');
	background-repeat: no-repeat;
	height: 115px;
	width: 233px;
	cursor: pointer;
}

.firstcall {
	background-image: url('../images/firstcall.png');
	background-repeat: no-repeat;
	background-position: center -13px;
	height: 90px;
	width: 233px;
	cursor: pointer;
}

.news {	width: 233px; } /*Expanding container for Homeland Security News Feed*/

.news_top {
	background-image:url('../images/newsfeed1top.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 233px;
}

.news_content {
	background-image:url('../images/newsfeed1slice.png');
	background-repeat: repeat;
	font: 11px Verdana, Geneva, sans-serif;
	padding: 2px 20px;
	width: 193px;
}

.news_content ul {
	list-style: none;
	padding: 0 3px;
	margin: 0;
}

.news_content li { padding-bottom: 7px;}

.news_content a, .news_content a:hover, .news_content a:visited { color: #254585; } 
.news_content a:hover { color: #666; }

.news_bottom {
	background-image:url('../images/newsfeed1bottom.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 233px;
}

/************************* FOOTER CODE *******************************/
/*********************************************************************************/

.footer 
{
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
	padding-left: 15px;
	width:903px;
	font-size:12px
}

.footercolumn 
{
	background-color: transparent;
	background-image:url('../images/footer-bg.png');
	background-repeat: no-repeat;
	height: 38px;
	margin: 0 auto;
	padding-top: 16px;
	text-align: center;
	width: 814px;
	color: #91b6e1;
}

.footer a, .footer a:active, .footer a:visited { 
	color: #91b6e1; 
	text-decoration: none; 
	padding:0 4px 0 4px
}

.footer a:hover { color: #FFF; }

/************************* EXTRAS CODE *******************************/
/*********************************************************************************/
/*********
Login Code
*********/
.content h2 
{
	text-align:center;
	color:Black;
}
.logintable 
{
	margin-right:auto; 
	margin-left:auto;
}

/****************BEGIN STYLE FOR Users ***********************/
.userhead {
	background: transparent url(../images/userheaderbg.png) repeat-x; 
	height: 66px; 
	width: 100%;	
}

.userdetailText {
	background-color: transparent;
	background-image: url(../images/user_details.png);
	background-repeat: no-repeat;
	float: left;
	height: 66px;
	margin-left: 10px;
	width: 229px;
}
.usersearchText {
	background-color: transparent;
	background-image: url(../images/user_search.png);
	background-repeat: no-repeat;
	float: left;
	height: 66px;
	margin-left: 10px;
	width: 229px;
}

.userbuttons {
	background-color: transparent;
	float: right;
	height: 53px;
	margin-right: 30px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 15px;
}

/****************END STYLE FOR Users ***********************/

/*******************************************************************************************************************************
SEARCH SECTION (FOR A FORM)
********************************************************************************************************************************/
div.SearchSection {text-align:center;}
	
div.SearchSection table {margin:0 auto 0 auto;}
	
div.SearchSection table.Filters {
	margin:8px 0 0 13%;
	 width:74%;
}
	
div.SearchSection table.Filters td span { text-align:center; }
	
div.SearchSection table td select {
	min-width:100px;
}

/*******************************************************************************************************************************
END SEARCH SECTION (FOR A FORM)
********************************************************************************************************************************/

/************************************************
BEGIN NEWS PAGES STYLES
************************************************/
#news_events_bg {background: url(images/portal_newsbg.gif) no-repeat top left; padding: 20px;}
#news_events_bg_employee {background: url(images/portal_newsbg.gif) no-repeat top left; padding: 20px;}

#NewsHeader {
    background-image: url(images/news-header-left.png);
    background-repeat: no-repeat;
    background-position:left;
    margin-top: 10px;
    }
    
.NewsHead {
	background: transparent url(../images/userheaderbg.png) repeat-x; 
	height: 66px;
	width: 100%;	
}

.NewsText
{
	border-style: none;
	background-color: transparent;
	background-image: url(../images/news-page-header.png);
	background-repeat: no-repeat;
	float: left;
	height: 66px;
	margin-left: 10px;
	width: 252px;
	cursor: pointer;
	outline: none;
}

#NewsHeader div {
    background-image: url(images/news-header-right.png);
    background-repeat: no-repeat;
    background-position:right;
    }

#NewsHeader h1 {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #508cc8;
	text-align:left;
    }
   
.NewsItemHeader {
	background-image: url(../images/news-page-icon.png);
	background-position:left, middle;
	background-repeat:no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #90002c;
	vertical-align: bottom;
}   
   
.NewsItemDate {
	font-style: italic;
	color:#508cc8;
}
  
.NewsItem {
    font-size:11px;
    color:Black;
    text-align: left;
    display: inline;
}
    
.NewsItem a {
    color: #4e6981;
    font-size: 11px; 
    font-weight:bold; 
    text-decoration: underline
}

.NewsItemFooter {
	background-image: url(../images/news-page-double-line.png);
	background-position: left;
	background-repeat: repeat-x;
	height: 40px;
} 

.NewsPager a {
    color: #730017;
    font-size: 11px; 
    font-weight: bold; 
    text-decoration: underline;
    padding: 0 3px 0 20px;
}

/************************************************
END NEWS PAGES STYLES
************************************************/

/********************************************************************
BEGIN AJAX Calendar Extender
********************************************************************/
.Calendar  
{
    background:url(../images/Calendar.png) no-repeat;
    border:none;
    margin:3px 0 0 0;
    width:21px;
    height:18px;
    vertical-align:text-bottom;
    outline:none;
    cursor:pointer
}

div.ajax__calendar_days table tr td{padding-right: 0px;}
div.ajax__calendar_body{width: 180px;}
div.ajax__calendar_container{width: 180px;}
/********************************************************************
END AJAX Calendar Extender
********************************************************************/

.CrisisSwitch
{
	background-color: Red;
	font-weight: bold;
}

.cHeader_left {
	background-image: url(../images/oep-header-left.png);
	background-repeat: no-repeat;
	height: 58px;
	width: 19px;
	float:left;
	margin-left: 20px;
}
.cHeader_left_nomargin
{
	margin-left: 0px;	
}

.cHeader_mid {
	background-image: url(../images/oep-header-middle.png);
	background-repeat: repeat-x;
	height: 38px;
	width: 265px;
	color: White;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	float:left;
	text-align:center;
}

.cHeader_right {
	background-image: url(../images/oep-header-right.png);
	background-repeat: no-repeat;
	height: 58px;
	width: 19px;
	display:inline-block;
}

.cText 
{
	padding: 5px 0px 20px 35px;
}

/*****************
Emergency Page CSS
*****************/
.Emergency_Header
{
	background-image: url(../images/emer-header-bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	color: White;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Em_Header_Title
{
	 font-family: Tahoma;
	 font-size: 29px;
	 font-weight: bold;
}

.Em_Header_Subtext
{
	 font-family: Verdana;
	 font-size: 16px;
	 text-align: center;
}

.Emergency_BreakingUpdates
{
	float: left;
	width:525px;
	margin-top: 20px;
	margin-left: 10px;
	background-color: #fffff4;	
	border: solid 1px #b42d08;
	font-family: Helvetica;
}

.Emergency_BreakingUpdates_Text
{
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica;
	font-size: 11px;
}

.Em_Subheader_BreakingUpdates
{
	background-color: #b42d08;
	color: White;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	padding-left: 5px;
	font-family: Helvetica;
	padding-top: 3px;
	padding-bottom: 4px;
}

.Em_Subheader_Important
{
	background-color: #b42d08;
	color: White;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Emergency_Resources
{
	float: right;
	width: 290px;
	margin-top: 20px;
	margin-right: 10px;
	background-color: #e3e3e3;
	border: solid 1px #b42d08;
}

.Emergency_Resources_Text
{
	padding-left: 10px;
	font-family: Helvetica;
	font-size: 11px;
	padding-right: 10px;
}

.Em_Badge_Right
{
	 float: right;
	 padding-top: 10px;
	 padding-right: 5px;
}

.Em_Badge_Left
{
	 float: left;
	 padding-top: 10px;
	 padding-left: 5px;
}

.Em_Imp_Subheaders
{
	 color: #b42d08;
	 font-weight: bold;
}

.Em_Bu_News
{
	padding-bottom: 10px;	
}

.Em_Bu_Date
{
	font-weight: bold;
	font-style: italic;	
}

/* News Feeds */
.news_rss {	width: 190px; }
.news_rss h3 { color: #739AC7; padding-left: 10px;}

.news_rss_top {
	background-image:url('../images/newsfeed2top.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 190px;
}

.news_rss_content {
	background-image:url('../images/newsfeed2slice.png');
	background-repeat: repeat;
	font: 11px Verdana, Geneva, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	width: 180px;
}

.news_rss_content ul {
	list-style: none;
	padding: 0px 10px 0px 10px;
	margin: 0;
}

.news_rss_content li { padding-bottom: 7px;}

.news_rss_content a, .news_content a:hover, .news_content a:visited { color: #254585; } 
.news_rss_content a:hover { color: #666; }

.news_rss_bottom {
	background-image:url('../images/newsfeed2bottom.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 190px;
}


.news_wafb 
{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news_wbrz {
	float: left;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news_fox {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news_dhs {
	float: right;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Misc */
.Editables
{
	margin: 20px 0px 20px 20px;	
}



/* CheckBoxList/RadioButtonList styles */
table.RadioButtonList, table.CheckBoxList { display:inline; border-collapse:collapse; }
table.RadioButtonList td, table.CheckBoxList td { padding-right:4px; width:120px; padding:1px 0 1px 0; }
table.RadioButtonList input, table.CheckBoxList input { float: left; }
table.CheckBoxList label{ padding-top:3px;  }
table.CheckBoxList span,
table.RadioButtonList span
{ 
    text-align: left;
    vertical-align:middle;
    padding:0;
    margin:0;
    width:100px;
    display:inline; 
}

.RSS
{
    background-image:url("../images/RSSFeedSmall.png");
    background-repeat:no-repeat;
    background-position:2px center;
}


.AnnouncementHeader { width:312px; 
                      height:33px;
                      margin:30px auto 20px auto;
                      background: url("../images/announcements-header.png") center no-repeat; }

.Announcement {	
	padding: 0 0 20px 0;
}

.Announcement .top { background: url("../images/announcements-box-bg-top.png") center no-repeat;
                  height:53px; 
                  width:508px;
                  margin:0 auto 0 auto;
                  padding-top:10px }

.Announcement .mid { background: url("../images/announcements-box-bg-mid.png") center top no-repeat;
                  min-height:201px; 
                  width:508px;
                  margin:0 auto 0 auto; }                  
                  
.Announcement .slice { background: url("../images/announcements-box-bg-slice.png") center repeat-y;
                  height:auto; 
                  width:508px;
                  margin:0 auto 0 auto;}

.Announcement .bottom { background: url("../images/announcements-box-bg-bottom.png") center no-repeat;
                  height:15px; 
                  width:508px;
                  margin:0 auto 0 auto;}
                                    
                  
.Announcement .text { height:auto; 
                  width:90%;
                  margin:auto;}
                  
.Announcement span.title { font-family: arial, Helvetica;
                          font-size: 18px;
                          font-weight:bold; 
                          text-transform:uppercase;
                          color: white;
                          display:block; 
                          height:43px;
                          margin:0 20px 0 20px;}
                          
.Announcement span.date { font-family: arial, Helvetica;
                          font-size: 14px;
                          font-weight:bold;
                          color: #08547d;
                          display:block; 
                          padding:15px 0; 
                          height:1px;
                          }
                          
                  
.Announcement span.text { font-family: arial, Helvetica;
                          font-size: 14px;
                          color: #08547d;
                          display:inline-block; 
                          padding:0 0 15px 0; 
                          min-height:65px;
                          width:100%;
                          }

.Announcement .line { width:100%; }
    
.Announcement .button { background: url("../images/announcements-back-to-button.png") center no-repeat;
                  height:35px; 
                  width:277px;
                  cursor:pointer;
                  border:none; 
                  margin:15px auto 15px auto}
				  

.BottomContent
{
    /*margin-top: 480px;*/
    text-align: center;
	clear:left;
	padding-top: 70px;
}

.logo
{
    margin-right: 15px;
    border: none;  
}

.socialmedia
{
    width: 100%;
    text-align: center;   
}
