body {
    background-color: #fff;
    background-image: url(/templates/t_images/bkg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#slideshow .temp_emergency {
	background-color:yellow;
	padding:10px;
}
/*--------------------------------------------------------------------------------Sites Main Colors-------------------------------------------------------------------------------- */

.topnavcolor {
    /*Blue in Topnav*/
    background: #01325A;
}
.primarycolor {
    /*Light Blue*/
    background: #1D6397;
}
.secondarycolor {
    /*Dark Blue - Footer Color*/
    background: #001631;
}
.highlightcolor {
    /*Light Gray*/
    background: #cecece;
}

/*--------------------------------------------------------------------------------Other Site Colors--------------------------------------------------------------------------------*/

#headerwrapper {
    background-color: transparent;
}
#topnav {
    background: url("../../templates/t_images/TopnavLogo.png") no-repeat center left;
}
#topnav .iwantto {
    background: #012c56;
    background: -webkit-linear-gradient(top, #012c56 1%, #4994be 100%);
    background: linear-gradient(to bottom, #012c56 1%, #4994be 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#012c56', endColorstr='#4994be', GradientType=0);
}
#contentwrapper {}
#contentwrapperin {
    background-color: #fff;
}
#footerwrapper {
    min-height: 100px;
    color: #fff;
}
#footer {
    background: #335372;
    background: -moz-linear-gradient(top, rgba(0, 43, 84, 0.7) 0%, rgba(0, 43, 84, 0.7) 1%, rgba(0, 21, 50, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 43, 84, 0.7) 0%, rgba(0, 43, 84, 0.7) 1%, rgba(0, 21, 50, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 43, 84, 0.7) 0%, rgba(0, 43, 84, 0.7) 1%, rgba(0, 21, 50, 0.7) 100%);
}

/*--------------------------------------------------------------------------------Menu Colors--------------------------------------------------------------------------------*/


/*-----------------TOP NAV DROPDOWN MENU-----------------*/

#topnav .iwantto {
    position: absolute;
    right: 0;
    top: 0;
    height: 54px;
    padding: 11px 5px 5px;
    background: #01325a;
    background: -moz-linear-gradient(top, #01325a 0%, #4897be 99%);
    background: -webkit-linear-gradient(top, #01325a 0%, #4897be 99%);
    background: linear-gradient(to bottom, #01325a 0%, #4897be 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01325a', endColorstr='#4897be', GradientType=0);
    width: 17%;
    color: white;
}
#topnav .iwantto span:hover {
    color: white !important;
}
#topnav .iwantto: focus {
    outline: none;
}

/*-----------------MAIN (Header) MENU-----------------*/


/***Background Color***/

.RadMenu_ezSilk .rmHorizontal {
    background: transparent;
}

/***Link Color***/

.RadMenu_ezSilk,
.RadMenu_ezSilk .rmLink,
.RadMenu_ezSilk .rmGroup span.rmLink,
.RadMenu_ezSilk .rmGroup a.rmLink {
    color: #01325A;
}

/* Background Color of Dropdown*/

.RadMenu_ezSilk .rmGroup {
    background-color: #ffffff;box-shadow: 5px 5px 10px -5px rgba(0,0,0,.7);
}

/*Links in Dropdown*/

.RadMenu_ezSilk .rmGroup .rmLink {}

/* Rollover on Dropdown Items*/

.RadMenu_ezSilk .rmGroup .rmLink:hover {
    background-color: #1D6397;
    color: #fff !important;
}

/*-----------------VERTICAL AND HORIZONTAL MENUS(inside the Content Wrapper)-----------------*/


/***Background and text color***/

#contentwrapper .RadMenu_ezSilk .rmRootGroup {
    background-color: #e8e8e8;
}

/***Background and text color on hover***/

#contentwrapper .RadMenu_ezSilk .rmRootGroup .rmItem:hover,
#contentwrapper .rmRootGroup .rmItem:hover {
    background-color: #a8b6bf;
}

/***Background and text color on Flyouts***/

#contentwrapper .RadMenu_ezSilk .rmGroup .rmLink {
    background-color: #e8e8e8;
}

/***Background and text color on Flyouts when Hovered***/

#contentwrapper .RadMenu_ezSilk .rmGroup .rmLink:hover,
#contentwrapper .RadMenu_ezSilk .rmGroup .rmLink:hover .rmText {
    background-color: #a8b6bf;
    color: #fff;
}

/***VERTICAL MENU Text Colors***/

#contentwrapper .RadMenu_ezSilk .rmVertical .rmItem .rmText,
#contentwrapper .RadMenu_ezSilk,
#contentwrapper .RadMenu_ezSilk .rmGroup .rmLink {
    color: #357CA6;
}

/*-----------------PANEL BAR-----------------*/


/***Backgorund and text color***/

#contentwrapperin .RadPanelBar_ezMetro .rpLink,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate {
    color: #fff;
    background-color: #a8b6bf;
}

/***1st selected hover bar***/

#contentwrapperin .RadPanelBar_ezMetro .rpLink.rpExpanded:hover,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate.rpExpanded:hover {
    color: #fff;
    background-color: #01325A;
}

/***1st selected bar***/

#contentwrapperin .RadPanelBar_ezMetro .rpLink.rpFocused,
#contentwrapperin .RadPanelBar_ezMetro .rpLink.rpExpanded,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate.rpFocused {
    color: #fff;
    background-color: #01325A;
}

/***Backgorund and text color on hover (exluding first item)***/

#contentwrapperin .RadPanelBar_ezMetro .rpLink:hover,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate:hover {
    color: #fff;
    background-color: #01325A;
}

/***Background and text color on focus***/

.RadPanelBar_ezMetro .rpLink.rpFocused,
.RadPanelBar_ezMetro .rpHeaderTemplate.rpFocused {
    color: #fff;
    background-color: red;
}

/***background and text color for submenu item***/

#contentwrapperin .RadPanelBar_ezMetro .rpRootGroup {
    border-color: ;
    background: efefef;
}

/***Background and text color for sub menu item that is selected***/

#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpLink.rpExpanded,
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpHeaderTemplate.rpExpanded {
    color: #333;
    background-color: #efefef;
}

/***Background and text color for submenu item on hover***/

#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpLink:hover,
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpHeaderTemplate:hover {
    color: white;
}

/***Background and text color for a SUB(2nd level) submenu item that is selected***/

#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpLink.rpSelected,
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpHeaderTemplate.rpSelected {
    background-color: #d7d7d7;
}

/*Submenu Hover*/

#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpLink.rpHovered {
    background-color: #d7d7d7 !important;
}

/*-----------------MEGA MENUS-----------------*/

.ezmegamenu {
    background-color: #e8e8e8;
}
.ezmegamenu li:hover {
    background-color: #002951;
    color: white;
}
.ezmegamenu li a {
    color: #333;
}

/*Text in Dropdown Menu*/

.ezmegamenu h3 {
    color: #FFF;
    border-bottom: 1px dotted #999;
}

/***Gradient for the dropdown***/

.ezmegamenu .dropdown_1column,
.ezmegamenu .dropdown_2column,
.ezmegamenu .dropdown_3column,
.ezmegamenu .dropdown_4column,
.ezmegamenu .dropdown_5column {
    background: #01325A;
    background: -webkit-linear-gradient(top, #01325A 0%, #1e5799 100%);
    background: linear-gradient(to bottom, #01325A 0%, #1e5799 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#01325A', endColorstr='#1e5799', GradientType=0);
}

/*-----------------TAB STRIPS(Make sure both SETS are the same)-----------------*/


/*---------------Styles for preview/page site---------------*/


/***Text Color and Background Color of Non-Selected Tabs***/

html .eztabs__tab {
    color: #333;
    border: 0px solid #cdcdcd;
    background-color: #dedede;
}

/*Hover on Non-Selected Tabs*/

html .eztabs__tab:hover {
    background-color: #e8e8e8;
}

/***The Selected Tab Colors***/

html .eztabs__tab--active,
html .eztabs__tab--active:hover {
    background-color: #01325A;
    border-color: #01325A;
    color: #333;
}

/***Text Color for the Selected Tab***/

html .eztabs__tabs .eztabs__tab--active .eztabs__tab__inner {
    color: #fff;
}

/***Border for the entire tab menu***/

html .eztabs__tabs__wrapper {
    border-bottom: 3px solid #01325A;
}

/*------------------Styles for editor----------------*/


/***Selected Tab Colors***/

html .RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected,
html .RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    background-color: #01325A !important;
    border-color: #01325A !important;
    color: #333;
}

/***Text Color***/

html .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
    color: #333 !important;
}

/***Text Color for the Selected Tab***/

html .RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected .rtsTxt {
    color: #fff;
}

/***Border for the entire tab menu***/

.RadTabStripTop_MetroTouch .rtsLevel1 {
    border-bottom: 3px solid #01325A !important;
}

/*-----------------DROP DOWN MENUS(in content wrapper)-----------------*/

#contentwrapper .RadDropDownList_ezMetro .rddlInner {
    color: white;
    background: #01325A;
    padding: 10px;
}

/***Dropdown***/

.rddlPopup_ezMetro {
    border-color: #01325A;
    color: #fff;
    background-color: #01325A;
    font-size: 14px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
.rddlPopup_ezMetro a {
    text-decoration: none;
    color: #fff;
}
.rddlPopup_ezMetro .rddlItemHovered {
    /*color: #000;*/
    background-color: #a8b6bf;
}
.rddlPopup_ezMetro a:visited {
    color: #fff;
}
/*--------------------------------------------------------------------------------Theme Color Page--------------------------------------------------------------------------------*/

.color-block {
    width: 50px;
    height: 50px;
    margin: 0 10px;
}
.theme-headline {
    width: 100%;
    display: table;
    border-bottom: 3px solid #4897BE;
    padding: 0;
    margin: 0;
}
.btn-small {
    width: 100px !important;
    display: inline-block !important;
}
