:root {
  --ocean-blue-bg: #0e4d82;
  --ocean-blue-text: rgb(255, 255, 255);
  
  --sky-blue-bg: #007abf;
  --sky-blue-text: rgb(255, 255, 255);
    
  --forest-green-bg: #218742;
  --forest-green-text: rgb(255, 255, 255);
  
  --slate-gray-bg: #3d4144;
  --slate-gray-text: rgb(255, 255, 255);
    
  --cloud-gray-bg: #f5f5f5;
  --cloud-gray-text: rgb(0, 0, 0);

  --sunshine-yellow-bg: #fcc34e;
  --sunshine-yellow-text: rgb(0, 0, 0);

  --rust-red-bg: #a23c2e;
  --rust-red-text: rgb(255, 255, 255);
}

/* ------------------
   GENERAL STYLING
------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background: #ededed no-repeat;
    font-family: "Roboto", "HelveticaNeue", Arial, Helvetica, sans-serif;
}
.mv_left {
    position: absolute;
    left: -10000px;
}

/* ------------------
   BANNER
------------------ */
#banner {
    background: #e7e7e7;
    color: #2f2f2f;
    font-weight: bold;
    font-size: .9em;
    padding: .4em;
}
#es_logo {
    float: left;
    margin-bottom: .4em;
    margin-right: .4em;
}
.full-site-link {
    float: right;
    margin-top: .4em;
    text-decoration: none;	
}
.full-site-link  a {
    text-decoration: none;	
}
.full-site-link span{
    background: #e39436;
    border: 1px #d98d32 solid;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    box-shadow: rgba(0, 0, 0, 0.8) 1px 1px 1px;
    color: #fff;
    font-size: .87em;
    font-weight: bold;	
    padding: 0.2em 0.5em;
    text-shadow: none;
    text-transform: uppercase;
}
.full-site-link span{ /* override the orange to reduce affordance */
    background: rgba(255,255,255,0.2);
    border: none;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 1px;
    font-weight: normal;
    padding: 0.5em;
}
#banner h1 {
    background: #0b93e1;
    padding: 0.2em 0.4em;
    margin: 0 -.4em -.4em;
    color: #fff;
    font-size: 1.3em;
    font-weight: normal;
    clear: both;
}




/* ------------------
   JQM SKIN OVERRIDES
------------------ */
/*
input.ui-input-text {
        background-color: #fff;
        }
.ui-icon-arrow-r {
        background: url(../images/m_nav_arw_r.png) no-repeat 0 0;
        height: 14px;
        width: 9px;
        }
.ui-content {
        padding: 0;
        }
.ui-content .ui-listview {
    margin: 0px;
        }
.ui-collapsible-set {
        margin: 0px 0;
        }
.ui-collapsible-content .ui-listview {
    margin: -11px -16px -10px;
        }
.ui-collapsible-heading a .ui-btn-inner {
    padding-left: 0px;
        }
.ui-collapsible-heading-toggle {
        padding-left: 16px;
        }
.ui-icon-plus {
        background: url(../images/m_nav_arw_r.png) no-repeat 0 0;
        height: 14px;
        width: 9px;
        }
.ui-icon-minus {
        background: url(../images/m_nav_arw_d.png) no-repeat 0 0;
        height: 14px;
        width: 14px;
        right: 0;
        }
.ui-collapsible-set .ui-btn-icon-left .ui-icon {
    left:auto;
        right:10px;
        }
.ui-collapsible-set .ui-listview .ui-link-inherit {
        padding-left: 30px !important;
        }
*/
/* ------------------
   FOOTER
------------------ */

#footer {
    text-align: center;
    background: #ededed;
    padding: 1em 0;
}
#footer h3 {
    float: left;
    font-weight: bold;
}
#search_form {
    padding: 0;
}
#search_form input {
    background: #fff url(../images/m_search_icon.png) no-repeat 3px center;
    padding-left: 23px;
    width: 92%;
}
#footer #search_form input {
    z-index:10;
    margin-left:10px;
    margin-bottom: 0.8em;
    width: 87%;
}

#footer #search_form div.ui-body-a
{   
    background:white;
}

#footer #search_form .ui-body-a
{   
    color: black;
    text-shadow: none;
}

#search_form div {
    border: 0;
    padding: 0;
    margin: 0;	
}
#search_form label {
    left: -10000px;
    position: absolute;
}
#footer ul {
    list-style: none;
    clear: left;
}
#footer li {
    background: url(../images/home_page/list_dot.gif) no-repeat left center;
    display: inline;
    margin-left: 2px;
    padding-left: 8px;	
}
#footer li:first-child {
    background: none;
    margin-left: 0;
}	
#social_block {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;	
    padding-top: .4em;
}
#social_links {
    position: relative;
    left: 50%;
}
#social_block h3 {
    float: left;
    width: 100px;
    padding-right: 188px;
}
#social_block ul {
    list-style: none;
    position: absolute;
    right: 8px;
    top: -8px;
}
#social_block  li, #social_block li a {
    float: left;
    height: 35px;
    list-style-image: none;
    margin-left: 3px;
    width: 31px;
}
#footer #social_block li  {	
    background: none;
}
#footer #utility_nav {	
    clear: both;
    margin-top: 2.5em;
}
#footer a {
    font-size: .9em;
    text-decoration: none;
}
#hdr_rss a {
    background: url(../images/m_social.png) no-repeat 0 0;
}
#hdr_fb a {
    background: url(../images/m_social.png) no-repeat -142px 0;
}
#hdr_ob a {
    background: url("../images/m_social.png") no-repeat -188px 0;
    height: 35px;
}
#hdr_tw a {
    background: url(../images/m_social.png) no-repeat -47px 0;
}
#hdr_yt a {
    background: url(../images/m_social.png) no-repeat -95px 0;
}	

/* ------------------
   BASE PAGE MODS
------------------ */
.base-page a.ui-link-inherit {
    color: #0a65bf;
}

.ui-btn-down-c {
    background: -moz-linear-gradient(#DADADA, #fff, #DADADA) repeat scroll 0 0 #DADADA;
}

h3 a.ui-btn-up-c {
    background: inherit;
}

.ui-btn-up-c {
    background: -moz-linear-gradient(#FFFFFF, #FFFFFF);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
}

.base-page #banner,
#banner {
    background: #0740ac url(../images/m_bg_hd.jpg) no-repeat 0 0;
    color: #fff;
    font-size: 1.1em;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 1px;
}
.base-page #banner h1 {
    background-color: transparent;
    font-size: 1.1em;
    font-weight: bold;
    padding: .8em 0;
    clear: none;
}
.base-page #banner p {
    text-align: right;
    padding-right: .4em;
}
.base-page #footer,
#footer {
    background: #4c9ade  url(../images/m_bg_foot.jpg) no-repeat 0 0;
    padding: .8em .4em;
    text-shadow: none;
}
#follow_block {
    padding: .8em .4em;
    background: #e7e7e7;
    border: 1px #ddd solid;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #d4d4d4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%,#d4d4d4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%, #d4d4d4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%, #d4d4d4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%, #d4d4d4 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%, #d4d4d4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */
}

.page_next{
   padding-top:20.5px;
   min-height:16px;
}

.page_previous{
   padding-top:20.5px;
   min-height:16px;
    
}
