/* =============================================================================
   Base
   ========================================================================== */


@import url(//fonts.googleapis.com/css?family=Istok+Web:400,700,400italic);
@import url(//fonts.googleapis.com/css?family=News+Cycle:400,700);
html, body {
        background: #fff url(images/layout/backgrounds/map.png) repeat-x;
        background-position-x: center;
        background-position-y: top;
        margin: 0;
        font-family:  "Istok Web",arial, helvetica, sans-serif;
        font-size: 14px;
        line-height: 1.5em;
        color: #343434;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        height: 100%;

}

.resource-wrapper {
        background: #f2f2f2;
        overflow: auto;
        display: none;
}

.resources {
        width: 980px;
        margin: 0px auto;
        position: relative;
}

.resources .search {
        position: absolute;
        right: 0px;
        top: 8px;

}

.resources a {
        display: table-cell;

        width: 100px;
        height: 55px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #fff;
        font-size: 1em;
        color: #333;
        text-decoration: none;
        margin: none;
        text-align: center;
        vertical-align: middle;
}

.resources a:last-of-type {
        border-right: 1px solid #ccc;
}

.resources a:hover {
        background: #d2d2d2;
        color: #42178a;
}

.wrapper {
        width: auto;
        margin: 0 auto;
        border: 1px solid #dedede;
        border-top: none;
        -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
        background: #fff;
        border-radius: 9px; 	
}

/* Desktop is fixed width */
.container {
  width: 1010px;
  max-width: none !important;
}

/* =============================================================================
   Links
   ========================================================================== */

a:link, a:visited {
        color: #4b00a3;

}
a:hover, a:active, a:focus {
        color: #843adb;
}
a:focus {
        outline: thin dotted;
}
a:hover, a:active {
        outline: 0;
}

/* =============================================================================
   Global CSS3 Enhancements
   ========================================================================== */

a, #header a img, .button a, .news-box-photo a img, .search-submit, #feature-monitor a img, #feature-left-links ul li a, .nivo-controlNav a img, #coverflow .carousel-controls a {
        -webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -ms-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        -o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
        transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

#alert-bar-container .button a:hover, #feature-left-links ul li a:hover, #coverflow .carousel-controls a:hover {
        opacity: 1.0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
}

#alert-bar-container .button a {
        opacity: .9;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
}

#logo a img:hover, #nsf-logo a img:hover, #top-menu a img:hover, .button a:hover, .news-box-photo a img:hover, .search-submit:hover, #feature-monitor a img:hover, #coverflow .carousel-controls a {
        opacity: .8;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
}

#feature-left-links ul li a {
        opacity: .3;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
}

.news-box-photo img, .photo-right img, .photo-left img, .photo-center img {
        -webkit-box-shadow:  3px 3px 3px 0px rgba(150, 150, 150, 0.3);
        box-shadow:  3px 3px 3px 0px rgba(150, 150, 150, 0.3);
}

/* =============================================================================
   Typography
   ========================================================================== */

.photoLeft {
        float: left;
        margin: 0 1em 1em 0;
        padding: 3px;


}

h1, h2, h3, h4, h5, h6 {
        margin: 0 0 1em 0;
        font-family: "News Cycle", arial, sans-serif;
}


p {
        margin: 1em 0;
}

h1 {
        font-size: 2em;
        line-height: 1.5em;
        font-weight: bold;
        color: #660099;
}

h2 {
        font-size: 1.5em;
        color: #a7250f;
}

h3 , h3 a {
        font-size: 1.25em;
        font-weight: bold;
        color: #943030;
        text-decoration: none;
}
h4 {
        font-size: 1em;
        font-weight: bold;
        letter-spacing: 0.15em;
}
h5 {
        font-size: 0.85em;
        font-weight: bold;
}
h6 {
        font-size: 0.65em;
        font-weight: bold;
        color: #666;
}

abbr[title] {
        border-bottom: 1px dotted;
}

b, strong {
        font-weight: bold !important;
}

pre, code, kbd, samp {
        font-family: monospace, serif;
        _font-family: 'courier new', monospace;
        font-size: 1em;
}

pre {
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
}

small {
        font-size: 85%;
}

sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
}

sup {
        top: -0.5em;
}

sub {
        bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul li, ol li {
        margin-bottom: 8px;
}

ul {
        margin: 0 0 25px 25px;
        padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
        margin: 10px 0 0 20px;
}

ol li {
        list-style-type: decimal;
}

ol li li {
        list-style-type: lower-latin;
}

ol li li li {
        list-style-type: lower-roman;
}

dd {
        margin: 0 0 0 40px;
}

/* =============================================================================
   Forms
   ========================================================================== */

form {
        margin: 0;
}

fieldset {
        border: 0;
        margin: 0;
        padding: 0;
}

label {
        cursor: pointer;
}

/**
 * @comment  Override odd Bootstrap values (these don't seem to be the default
 * @author   Rob Newman <rnewman@iris.washington.edu>
 * @created  2014-04-07 1:51pm PDT
 * @modified 2014-04-07 1:51pm PDT
 */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-size: normal;
	line-height: normal;
	height: auto;
}

button, input, select, textarea {
        font-size: 100%;
        margin: 0;
        vertical-align: baseline;
        *vertical-align: middle;
}

button, input {
        line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
        *overflow: visible;
}

button[disabled], input[disabled] {
        cursor: default;
}

input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        *width: 13px;
        *height: 13px;
}

input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
}

textarea {
        overflow: auto;
        vertical-align: top;
        resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
        background-color: #f0dddd;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

img {
        border: 0;
        -ms-interpolation-mode: bicubic;
        vertical-align: middle;
}

svg:not(:root) {
        overflow: hidden;
}

/* =============================================================================
   Tables
   ========================================================================== */

table {
        border-collapse: collapse;
        border-spacing: 0;
        border-collapse: collapse;
        border: none;
        margin: 0;
        padding: 0;
}

td {
        vertical-align: top;
}

/* =============================================================================
   Miscellaneous
   ========================================================================== */

hr {
        background-color: #ccc;
        border: 0; color: #ccc;
        width: 100%;
        height: 1px;
        text-align: left;
        margin: 25px 0;
}

.center {
        text-align: center !important;
}

blockquote {
        margin: 25px;
}

.clear {
        clear: both;
}

/* Desktop is fixed width */
.container {
  width: 1010px;
  max-width: none !important;
}

/* =============================================================================
   Header
   ========================================================================== */

#header-container {
        background: url(images/layout/backgrounds/header-gradient.png);
        height: 90px;
        width: 100%;
        margin-bottom: 1em;
        -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}

#header {
        width: 980px;
        margin: 0 auto 1em auto;
        height: 90px;
        position: relative;
}

#header-left {
        width: 650px;
        float: left;
}

#logo {
        float: left;
        margin-right: 1em;

}

#logo img {
        height: 90px;

}

#logo-name {
        position: absolute;
        top: 35px;
        left: 130px;
}

#header-right {
        width: 326px;
        float: right;
        position: relative;
}

/*#top-menu {
        margin: 0 66px 0 0;
        padding: 0;
        text-align: right;
}*/

ul#top-menu {
        list-style: none;
        /*        text-align: right;*/
        margin: 0 0px 15px 0;
        padding: 0;
}
ul#top-menu li {
        list-style: none;
        margin: 0 0 0 10px;
        padding: 0;
        display: inline;
}
#top-menu a:link, #top-menu a:active, #top-menu a:visited {
        color: #b0b0b0;
        text-decoration: none;
        font-size: 11px;
}
#top-menu a:hover, #top-menu a:focus { color: #ccc; }

#nsf { clear: both; }

#nsf-logo {
        float: right;
        margin: 0;
        padding: 0 8px 0 0;
        /*        border-right: 1px solid #e1e1e1;*/
        width: 56px;
        position: absolute;
        top: 15px;
        right: 0px;

}

#nsf-logo img {
        width: 56px;
}

#nsf-text {
        font: 14px "Arial Narrow", Arial, sans-serif;
        font-stretch: condensed;
        color: #868686;
}


/* =============================================================================
   Feature
   ========================================================================== */

#feature {
        background: #fff;
        width: 980px;
        height: 380px;
        clear: both;
        margin: 0 auto;
        padding: 0;
        position: relative;
        z-index: 91;
}

#feature-top-right {
        background: #492588 url(images/layout/backgrounds/purple-box.png) repeat-x;
        height: 170px;
        width: 300px;
        position: absolute;
        padding: 20px;
        top: 0;
        right: 0;
        overflow: hidden;
}

#feature-top-right .button a {
        color: #5b2fa8;
        /*        text-transform: uppercase;*/
        border: none;
        display: block;
        font-size: 15px;
        position: absolute;
        z-index: 93;
        bottom: 10px;
        right: 20px;
        width: 172px;
}

#feature-bottom-right {
        background: #fff;
        height: 170px;
        width: 300px;
        position: absolute;
        bottom: 0;
        right: 0;
		z-index:100000;
}
#feature-monitor {
        width: 250px;
        height: 135px;
        overflow: hidden;
        margin: 0 auto;
        z-index: 9999;
}
#feature-monitor img {
        max-width: 250px;
        max-height: 135px;
}
#feature-bottom-right .button {
        text-align: right;
        margin: 5px 20px 0 0;
}

/* =============================================================================
   Alert Bar
   ========================================================================== */

#alert-bar-container {
        width: 980px;
        clear: both;
        margin: 0px auto;
        position: relative;
        z-index: 92;
        padding: 8px 0px 8px 15px;
        overflow: auto;
}

#alert-bar-text {
        width: 650px;
        float: left;

}

#alert-bar-container .button {
        float: right;
}

#alert-bar-container .button a {
        color: #fff;
        /*        text-transform: uppercase;*/
        border: none;
}
#alert-bar-container .button a:hover { background-position: 99% center; }

.alert-bar{
        font-size: 1.25em;
        line-height: 1.5em;
        font-weight: normal;
        padding: 5px 5px 5px 15px !important;
}


.alert-bar, .alert-bar a {
        color: #fffbd6;
}
.alert-bar a:hover {
        color: #fff;
}
.alert-bar .button a {
        padding: 7px 30px 7px 10px;
        font-size: 15px;
}
.alert-bar .button {
        margin: 0px 15px 0 0;
        /*        background: #4b00a3;*/
}
.red{
        background: #a7240f;
}

.orange {
        background: #af6a19;

}


.yellow {
        background: #64793f;
}


.gray {
        background: #7b7b7b;
}


/* =============================================================================
   Coverflow Carousel
   ========================================================================== */

#coverflow-container {
        background: #dbdbdb url(images/layout/backgrounds/coverflow.gif) bottom repeat-x;
        width: 980px;
        height: 200px;
        position: relative;
        clear: both;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
}
#coverflow {
        width: 880px;
        height: 200px;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
}
#coverflow a { outline: none; }

#coverflow .carousel-images { }
#coverflow .carousel-images img {
        visibility: hidden;
        cursor: pointer;
        -webkit-box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.15);
        box-shadow:  0px 0px 3px 3px rgba(0, 0, 0, 0.15);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;


}
#coverflow .carousel-controls .carousel-prev {
        position: absolute;
        top: 85px;
        left: 12px;
}
#coverflow .carousel-controls .carousel-next {
        position: absolute;
        top: 85px;
        right: 12px;
}


/* =============================================================================
   Tooltips
   ========================================================================== */

#aToolTip {
        position: absolute;
        display: none;
        z-index: 50000;
}

#aToolTip .aToolTipContent {
        position: relative;
        margin: 0;
        padding: 0;
}

.aToolTipBox {
        background: #555 url(images/layout/backgrounds/black-70.png);
        color: #fff;
        margin: 0;
        padding: 6px 12px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -moz-box-shadow: 2px 2px 5px #111;
        -webkit-box-shadow: 2px 2px 5px #111;
        box-shadow: 2px 2px 5px #111;
}

.aToolTipBox #aToolTipCloseBtn {
        background: url(images/layout/buttons/close.png) no-repeat;
        display: block;
        height: 18px;
        width: 18px;
        text-indent: -9999px;
        outline: none;
        position: absolute;
        top: -20px;
        right: -30px;
        margin: 2px;
        padding: 4px;
}


/* =============================================================================
   Homepage News Boxes
   ========================================================================== */

#home-news-boxes {
        background: #fff;
        width: 980px;
        margin: 0 auto 30px auto;
        padding: 0 0 10px 0;
        position: relative;
        z-index: 94;
        clear: both;
}

.new-box {
        width: 450px;
        height: 180px;
        float: left;
        margin: 30px 0 0 30px;
}

.news-box-photo {
        width: 200px;
        float: left;
}
.news-box-photo img {
        background: #fff;
        padding: 3px;
        width: 186px;
        height: 156px;
}

.news-box-content {
        margin: 0 0 0 200px;
        padding: 10px 0;
        font-size: 1em;
        width: 250px;
}

.news-box-title { margin: 0 0 10px 0; }
.news-box-title a:link, .news-box-title a:active, .news-box-title a:visited {
        font-size: 1.25em;

        color: #343434;
        text-decoration: none;
}
.news-box-title a:hover { color: #4b00a3; }

.news-box-summary { margin: 0 0 20px 0; }

.news-box-content .button {
        text-align: right;
        margin: 0 15px 0 0;
}

/* =============================================================================
   Page
   ========================================================================== */

#site-container { background: url(images/layout/backgrounds/site-container.png) 0 690px repeat-x; }

#page {
        background: #fff;
        width: 980px;
        min-height: 600px;
        margin: 0 auto 30px auto;
        padding: 0;
        overflow: auto;
        position: relative;
}



#col-left {
        width: 230px;
        /*        float: left;*/
        position: absolute;
        left: 0px;
        margin: 0;
        padding: 0 0 20px 0;
}

#col-right {
        width: 750px;
        margin: 0 0 0 230px;
}

#page-content {
        padding: 30px;
        line-height: 1.5em;
        overflow: auto;
}

/*==============================================================================
BREADCRUMBS
==============================================================================*/

#breadcrumbs {
        /*        background: #42178a url(images/layout/backgrounds/breadcrumbs.gif) top repeat-x;*/
        background: -webkit-linear-gradient(#fff, #f2f2f2);
        background: -moz-linear-gradient(#fff, #f2f2f2);
        background: -o-linear-gradient(#fff, #f2f2f2);
        background: -ms-linear-gradient(#fff, #f2f2f2);
        background: linear-gradient(#fff, #f2f2f2);

        margin: 0 auto;
        padding: 10px 20px;

        font-weight: normal;
        border-bottom: 1px solid #dedede;
}


#breadcrumbs ul.breadcrumbs {
        padding: 0;
        margin: 0;
        list-style: none;

}

#breadcrumbs ul.breadcrumbs li {
        display: inline;
}

/* =============================================================================
   Submenu
   ========================================================================== */

#submenu {
        margin: 0 0 20px 0;
        padding: 0;
        border-right: 1px solid #dadada;

}
#submenu ul, #submenu ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}

#submenu li a:link, #submenu li a:active, #submenu li a:visited {
        background: #ebebeb;
        padding: 8px 10px;
        font-size: 13px;
        font-weight: bold;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #dadada;
        display: block;
        text-decoration: none;
        color: #343434;
}
#submenu li a:hover, #submenu li a:focus {
        background: #f4f4f4;
        color: #4b00a3;
}

#submenu li li a:link, #submenu li li a:active, #submenu li li a:visited {
        background: #f4f4f4 url(images/layout/arrows/right.png) 11px 10px no-repeat;
        font-size: 12px;
        padding: 6px 10px 6px 20px;
}
#submenu li li a:hover { background: #f8f8f8 url(images/layout/arrows/right.png) 11px 10px no-repeat; }

#submenu li li li a:link, #submenu li li li a:active, #submenu li li li a:visited {
        background: #f8f8f8 url(images/layout/bullets/middot-gray-small.png) 24px 11px no-repeat;
        font-size: 11px;
        padding: 6px 10px 6px 33px;
        font-weight: normal;
}
#submenu li li li a:hover { background: #fff url(images/layout/bullets/middot-gray-small.png) 24px 11px no-repeat; }

#submenu .archives {
        padding: 10px;
}

.archive-year {
        border-bottom: 1px dotted #d9d9d9;
}

/* =============================================================================
   Buttons
   ========================================================================== */

.button a {
        background: url(images/layout/buttons/semi-white-purple-arrow.png) right center no-repeat;
        color: #787878;
        text-decoration: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        padding: 4px 28px 4px 10px;
        border: 1px solid #dadada;
        font-size: 11px;
        font-weight: bold;
        white-space: nowrap;
}

.button a:hover {
        background-position: 99% center;
}

/* =============================================================================
   Photos
   ========================================================================== */

#page-banner {

}

.photo-right {
        margin: 0 0 20px 20px;
        float: right;
}
.photo-left {
        margin: 0 20px 20px 0;
        float: left;
}
.photo-center {
        text-align: center;
        margin: 5px 0 20px 0;
}
.photo-right img, .photo-left img, .photo-center img {
        background: #fff;
        padding: 3px;
}

/* =============================================================================
   Footer
   ========================================================================== */



#footer {
overflow:initial;
margin: 2em auto;
padding: 0px 0px 40px;
font-size:85%;
line-height:1.8em;
color:#9A9A9A;
/*
        width: 980px;
        margin: 1em 1em;
        padding: 0 0 40px 0;
        font-size: 11px;
        color: #9a9a9a;
        position: relative;
        overflow: auto;
        clear: both;
*/
}

#footer ul, #footer li {
        list-style: none;
        margin: 0;
        padding: 0;
}

#footer a:link, #footer a:active, #footer a:visited {
        color: #9a9a9a;
        text-decoration: none;
}
#footer a:hover { color: #bcbcbc; }

#footer-links {
        margin: 0 0 20px 0;
        text-align: center;
        overflow: auto;
        height: 300px;
}

.footer-links-box {
        display: inline-block;
        float: left;
        margin: 0 20px 0 0;
        text-align: left;
        vertical-align: top;

}
.first-box {
        position: absolute;
        left: 5%;
}

.second-box {
        position: absolute;
        left: 35%;
}

.third-box {
        position: absolute;
        left: 75%;
}

.footer-link-heading {
        font-size: 12px;
        font-weight: bold;
}
#footer-links a { display: block; }
#footer-links li { padding: 0 0 0 5px; }
#footer-links li.footer-link-heading {
        margin: 0 0 5px 0;
        padding: 0;
}

#footer-links ul { margin: 0 0 10px 0; }
#footer-links ul ul, #footer-links ul ul ul { margin: 0 0 0 10px; }

#footer-bottom {
        background: url(images/layout/backgrounds/footer-bottom.png) top center no-repeat;
        text-align: center;
        margin: 0;
        padding: 20px;
        line-height: 1.4;
        clear: both;
}
#footer-bottom span {
        margin-top: 20px;
        line-height: 1.2;
        font-size: 26px;
}

/* =============================================================================
   Search Forms
   ========================================================================== */

.search {
        background: url(images/layout/backgrounds/search.png) top left no-repeat;
        width: 210px;
        height: 30px;
        margin: 0 auto 15px auto;
        z-index: 92;
        position: relative;
}
.search-input {
        background: none;
        border: none;
        width: 180px;
        float: left;
        position: absolute;
        top: 6px;
        left: 10px;
        font-size: 13px;
        color: #999;
        font-weight: bold;
}
.search-submit {
        float: right;
        position: relative;
        top: 1px;
        right: 3px;
}

#footer .search {
        background: url(images/layout/backgrounds/search-footer.png) top left no-repeat;
        width: 167px;
        height: 23px;
        margin: 0;
}
#footer .search-input {
        background: none;
        border: none;
        width: 135px;
        float: left;
        position: relative;
        top: 3px;
        left: 10px;
        font-size: 11px;
        color: #9a9a9a;
}
#footer .search-submit {
        float: right;
        position: relative;
        top: 1px;
        right: 3px;
}



/* =============================================================================
   xxxx
   ========================================================================== */
