/** Reset **/
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 {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
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;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
td li {
    text-align: left;
    list-style:disc;
    margin-left:15px;
}
h1, h2, h3, h4, h5, h6 {
    text-align:center
}
h1{
    font:normal 28px/1.5 'Futura-Medium', Arial, Helvetica, sans-serif;
    padding-top:10px;
    color:#ff5a00;
}
h2{
    font:normal 18px/1.2 'Futura-Medium', Arial, Helvetica, sans-serif;
    color:#000;
    margin:20px 0 10px;
}
h3{
    font:normal 16px 'FuturaHvHeavy';
    color:#444343;
    margin:20px 0 5px;
}
h4{
    font:normal 13px 'FuturaHvHeavy';
    color:#444343;
    margin:20px 0 5px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin-bottom: 2.4rem;
}
p {margin-bottom:16px; text-align:center;}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
img {
    border: 0;
    max-width:100%;
    -ms-interpolation-mode: bicubic;
}
/* Body, links, basics */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%; /* Here 62.5p%=10px */
    overflow-y: scroll;
}
body {
    background: #FFF url(../images/body.png) 0 70px repeat-x;
    color: #353329;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 1.3rem; /*Here - 14px=1rem */
    font-size: 13px;
    line-height: 1.7;
    text-rendering: optimizeLegibility;
    margin-top:10px
}
a {
    outline: none;
    color: #0299e6;
    text-decoration:none;
}
a:focus {
    outline: thin dotted;
}
a:hover {
    color: #000;
}
/* Form fields, general styles first */
button, input, textarea {
    border: 1px solid #ccc;
    font-family: inherit;
    padding: 4px;
    padding: .4rem;
}
button, input {
    line-height: normal;
}
textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}
/** Reset non-text input types **/
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}
/* Buttons */
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], .bypostauthor cite span, button, .button {
    background-color: #24ceff;
    background-image: -moz-linear-gradient(top, #24ceff, #00a8ff);
    background-image: -ms-linear-gradient(top, #24ceff, #00a8ff);
    background-image: -o-linear-gradient(top, #24ceff, #00a8ff);
    background-image: -webkit-linear-gradient(top, #24ceff, #00a8ff);
    background-image: linear-gradient(top, #24ceff, #00a8ff);
    border:none;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    color: #FFF;
    font-size: 1.3rem;
    font-size: 13px;
    font-weight: normal;
    text-transform:uppercase;
    line-height: 2.0;
    padding: .6rem 1.5rem;
    padding: 6px 15px;
    display:block;
}
input[type="submit"], input[type="button"], input[type="reset"] {
    line-height: 1.8;
}
.menu-toggle, button, input[type="submit"], input[type="button"], input[type="reset"] {
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
.menu-toggle:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover, .button:hover {
    color: #FFF;
    background-color: #0098e5;
    background-image: -moz-linear-gradient(top, #0098e5, #0098e5);
    background-image: -ms-linear-gradient(top, #0098e5, #0098e5);
    background-image: -o-linear-gradient(top, #0098e5, #0098e5);
    background-image: -webkit-linear-gradient(top, #0098e5, #0098e5);
    background-image: linear-gradient(top, #0098e5, #0098e5);
}
.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
    background-color: #24ceff;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #24ceff, #00a8ff);
    background-image: -ms-linear-gradient(top, #24ceff, #00a8ff);
    background-image: -o-linear-gradient(top, #24ceff, #00a8ff);
    background-image: -webkit-linear-gradient(top, #24ceff, #00a8ff);
    background-image: linear-gradient(top, #24ceff, #00a8ff);
    box-shadow: none;
    border-color: transparent;
    color: #FFF;
}

.menu-toggle {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;  
    padding: .6rem 0;
    padding: 6px 0;
    width: 100%;
}
.main-navigation ul.nav-menu.toggled-on, .toggled-on li a {
    display: block;
    width: 100%;
}
.toggled-on li {
    display:block;
    width:100%;
}
.toggled-on li a {
    background: #3a3a3a;
    border-bottom: 1px solid #484747;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform:uppercase;
}
.toggled-on li a:hover {
    background: #24ceff;
    color: #FFF;
}
.toggled-on li li a {
    background: #555;
    text-transform: none;
    font-family: 'Futura-Medium';
}
.toggled-on li li a:hover {
    background: #24ceff;
}
/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
    clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
    content: "";
    display: table;
}
/** Repeatable patterns **/


/* Responsive images */
.entry-content img, .comment-content img, .widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
    max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
} /* Override the Twitter embed fixed width */
/* Images */
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
/* Assistive text */
.assistive-text, .site .screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
    background: #fff;
    border: 2px solid #333;
    border-radius: 3px;
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 12px;
    left: 5px;
    padding: 12px;
    position: absolute;
    top: 5px;
    z-index: 100000; /* Above WP toolbar */
}
/************* Page structure ****************/
.site {margin: 0 auto;}
.wrapper{ 
    clear:both; 
    max-width:960px;
    margin:0 auto
}

#inside{padding:25px 0;}
.wrapper h1{text-align:center; text-transform:uppercase;}
.wrapper h1#home-head{
    padding:25px 15px 0;
}
.widget-area, .site-content {
    margin:0 auto;
    width:85%;
    padding:15px 4%;
    box-shadow:0 0 10px #c0c0c0;
    -webkit-box-shadow:0 0 10px #c0c0c0;
    -ms-box-shadow:0 0 10px #c0c0c0;
    -moz-box-shadow:0 0 10px #c0c0c0;
    -o-box-shadow:0 0 10px #c0c0c0;
}
.widget-area{ margin-top:30px;}
.site-content {
    padding-top:25px;
    padding-bottom:25px;
    margin-top:20px;
}
/* Header */
.site-header {padding: 0; min-height:181px;}
hgroup{max-width:960px; margin:0 auto}
.site-header h1 {
    height:122px;
    width:145px;
    display:block;
    border:none;
    background:url(https://66b62535dc3e4802955e-b198fe9ce0d662848fa9ed50a2cdef84.ssl.cf2.rackcdn.com/logo_png-1393358558) 0 0 no-repeat;
    margin:0 auto;
    padding-bottom:0;
    padding-top:0;
}
.site-header h1 a {
    height:122px;
    width:145px;
    display:block;
}
.site-header h2 {
    display:block;
    margin:0 auto;
    text-align:center;
    font:20px 'Futura-Medium';
    padding-bottom:10px;
    padding-top:10px;
    width:100%
}
/**/
.header-image {
    margin-top: 24px;
    margin-top: 2.4rem;
}
/* Navigation Menu */
.main-navigation {
    font-family: 'FuturaHvHeavy';
    font-weight:normal;
    margin: 13px auto 0;
    margin: 1.3rem auto 0;
    text-align: center;
    width:100%;
    clear:both;
    height:auto;
    background:#00a8ff url(https://66b62535dc3e4802955e-b198fe9ce0d662848fa9ed50a2cdef84.ssl.cf2.rackcdn.com/nav_png-1393358558) 0 0 repeat-x;
}
.main-navigation li {
    font-size: 14px;
    font-size: 1.4rem;
}
.main-navigation li li {margin:0 !important;}
.main-navigation li, .main-navigation li a {
    display: inline-block;
    float:none;
    color:#FFF;
}
.main-navigation li ul:hover img {
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    display: none;
}
.main-navigation h3{ margin:0;}
/* Banner */
section[role="banner"] {
    margin-bottom: 48px;
    margin-bottom: 4.8rem;
}
/* Sidebar */
.widget-area .widget {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    border-bottom: 1px solid #CCC;
    hyphens: auto;
    margin-bottom: 2rem;
    margin-bottom: 20px;
    padding: 0 0 2rem 0;
    padding: 0 0 20px 0;
    word-wrap: break-word;
}
.widget-area .widget h3 {
    color: #21759b;
    font-size: 1.3rem;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;
    margin-top:0;
}
.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
}
.widget-area .widget p {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}
.widget-area .textwidget ul {
    list-style: disc outside;
    margin: 0 0 24px;
    margin: 0 0 2.4rem;
}
.widget-area .textwidget li {
    margin-left: 36px;
    margin-left: 3.6rem;
}
.widget-area .widget a {
    color: #757575;
}
.widget-area .widget a:hover {
    color: #21759b;
}
.widget-area .widget a:visited {
    color: #9f9f9f;
}
.widget-area #s {
    width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.widget_meta {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}
/* Footer */
footer[role="contentinfo"] {
    clear: both;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
    min-height:114px;
    text-align: center;
    color:#111;
    padding-bottom:15px;
    background: url(https://66b62535dc3e4802955e-b198fe9ce0d662848fa9ed50a2cdef84.ssl.cf2.rackcdn.com/footer_png-1393358559);
}
footer[role="contentinfo"] a {color: #111;}
footer[role="contentinfo"] a:hover {color: #000;text-decoration:underline}
footer[role="contentinfo"] .sptr{padding:0 10px;}
.site-info {
    margin:0 auto;
}
#footer_contents{
    background:#12bbff;
    padding:13px 15px;  
}
#footer_contents #footer-nav{
    width:100%;
    max-width:960px;
    margin:0 auto;
}
#footer_contents #footer-nav ul#fn-primary, #footer_contents #footer-nav ul#menu-footer_primary{padding-bottom:8px}

#footer_contents #footer-nav ul li{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight:normal;
    text-align: center;
    text-transform:uppercase;
    text-shadow:1px 1px 0 #1198cc;
}
#footer_contents #footer-nav ul li.separator{padding:0 7px; visibility:hidden;}
#footer_contents #footer-nav ul li, #footer_contents #footer-nav ul li a {
    display: inline-block;
    color:#FFF;
}





#copy { 
    font-size:12px; 
    padding-top:20px;
    margin-top:30px;
    color:#FFF; 
    border-top:1px solid #303b41;
}
#copy a{color:#FFF;}
img.alignleft, .wp-caption.alignleft {
    margin: 12px 24px 12px 0;
    margin: 1.2rem 2.4rem 1.2rem 0;
}
img.alignright, .wp-caption.alignright {
    margin: 12px 0 12px 24px;
    margin: 1.2rem 0 1.2rem 2.4rem;
}
img.aligncenter, .wp-caption.aligncenter {
    clear: both;
    margin-top: 12px;
    margin-top: 1.2rem;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

/**/
/*** LEFT NAV ***/
#left-nav {
    z-index:1;
}
#left-nav ul {
    list-style:none;
}
#left-nav ul li {
    display:block;
    position:relative;
}

#left-nav ul li a {
    display: none;
    color:#2f2b22;
    text-decoration:none;
    width:100%;
    padding:8px 0;
    line-height:1.2;
    position: relative;
    border-bottom: 1px solid #a5a190;
    font-weight: normal;
    font-size:14px;
}
#left-nav ul li:last-child a {
    border-bottom: none;
}
#left-nav ul li a:hover, #left-nav ul li a.current{
    color: #92130c;
}



/* NEW */

.frame {
    padding: 8px;
    background: #fff;
    box-shadow: 1px 1px 8px #96aec0;
    -moz-box-shadow: 1px 1px 8px #96aec0;
    -webkit-box-shadow: 1px 1px 8px #96aec0;
    margin-bottom: 10px;
}
.img-l, .img-r{margin:0 auto 15px; display:block; font-size:12px; font-style:italic; line-height:normal}

#right-section{
    margin:0 auto;
    clear:both;
}
#top-bar{
    height: auto;
    border-bottom:1px solid #f0f0f0;
    padding:10px 5px;
    text-align:center;
}
#top-bar ul{text-align:center; margin:0 auto; display:block;}
#top-bar li{
    margin:0; padding:0; 
    height:25px; 
    vertical-align:top;
    text-align:center;
}
#top-bar form input{
    float:left;
    margin:0;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
}
#top-bar form input[type="text"]{
    width:70px;
    padding-left:6px;
}
#top-bar form input[type="button"],#top-bar form input[type="submit"]{
    background-image:url(https://66b62535dc3e4802955e-b198fe9ce0d662848fa9ed50a2cdef84.ssl.cf2.rackcdn.com/search_png-1393358559); 
    background-position:50% 50%; 
    background-repeat:no-repeat;
    height:26px;
    margin-left:5px;
}
/**/
#lang-bkt{
    width:153px;
    float: right;
}
#lang-bkt a:hover{
    text-decoration:none;
}
.goog-te-gadget-simple {
    border: 1px solid #CCC !important;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    height:24px;
    margin-left:5px;
    padding:0 0 0 4px !important;
    line-height:18px !important;
}
.goog-te-gadget-icon{display:none !important}
.chuzlang{
    font:13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#7f7f7f;
}
/**/
#social {
    width:110px;
    height:28px;
    padding-left:10px;
    padding-top:10px;
    margin:0 auto;
}
#social a{
    width:29px;
    height:28px;
    display:block;
    float:left;
    background-repeat:no-repeat;
    background-position:0 0;
}
#social a:hover{
    background-position:0 bottom;
}
#social a#fb{background-image:url(https://66b62535dc3e4802955e-b198fe9ce0d662848fa9ed50a2cdef84.ssl.cf2.rackcdn.com/f_png-1393358560); margin-right:8px;}
#social a#tw{background-image:url(https://66b62535dc3e4802955e-b198fe9ce0d662848fa9ed50a2cdef84.ssl.cf2.rackcdn.com/t_png-1393358561); margin-right:8px;}
#social a#yt{background-image:url(https://66b62535dc3e4802955e-b198fe9ce0d662848fa9ed50a2cdef84.ssl.cf2.rackcdn.com/y_png-1393358561);}
/* SECONDARY NAV*/
#secondary-nav, .menu-secondary-container {
    font-family: 'FuturaHvHeavy';
    text-align: center;
    height:30px;
    padding-top:15px;
    clear:both;
}
#secondary-nav ul li, .menu-secondary-container ul li{
    display:inline-block;
}
#secondary-nav ul li.septr, .menu-secondary-container ul li.septr{
    background:url(https://66b62535dc3e4802955e-b198fe9ce0d662848fa9ed50a2cdef84.ssl.cf2.rackcdn.com/dot_png-1393358562) 50% 50% no-repeat;
    width:18px;
}
#secondary-nav ul li a, .menu-secondary-container ul li a{
    color:#000;
    text-transform:uppercase;
}
#secondary-nav ul li a:hover, .menu-secondary-container ul li a:hover{
    color:#12bbff;
}
/**/
#callout{
    text-align: center;
    clear:both;
}
#callout ul li{
    display:inline-block;
    vertical-align:top;
    background-position:50% 0;
    background-repeat:no-repeat;
    padding:0;
    margin-top:30px;
    width:90%;
}
#callout ul li h2, #callout ul li h3, 
#events h2, #news h2, #events h3, #news h3
{
    margin-top:0;
}
#callout ul li h3{ text-align:center;}
#callout ul li p{
    text-align:center !important;
    margin-top:8px;
    line-height:17px;
    padding-bottom:5px;
}
#callout ul li a{
    text-align:center;
}
/**/
label {
    display: block;
    float:left;
    font-weight:normal;
    padding-top:5px;
    padding-bottom:0px;
}
/* EVENTS NEWS */
#events, #news{
    width:85%;
    padding:25px;
    margin:25px auto 0;
    text-align:center;
    box-shadow:0 0 10px #bbb;
    -webkit-box-shadow:0 0 10px #bbb;
    -moz-box-shadow:0 0 10px #bbb;
    -ms-box-shadow:0 0 10px #bbb;
    -o-box-shadow:0 0 10px #bbb;
}
.widget-area #events, .widget-area #news{
    width:100%;
    padding:0;
    margin:0;
    text-align:center;
    box-shadow: none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
}
.widget-area #news{
    margin-top:25px;
    border-top:1px solid #d7d7d7;
    padding-top:25px;
}
#pis_posts_in_sidebar-2 h3, #pis_posts_in_sidebar-3 h3 {line-height:26px;color:#444343;font-size:18px;padding:0 0 5px 34px;text-transform:uppercase;}
.widget-area .posts-in-sidebar p {margin:5px 0 0;}
.widget-area .posts-in-sidebar p.pis-title a{font-family:'FuturaHvHeavy',Arial,Helvetica,sans-serif;font-size:14px;color:#444343;font-weight:bold;}
.widget-area .posts-in-sidebar p.pis-excerpt {line-height:1.7;}
#events h3, #news h3{ padding:3px 0 0; font-size:14px;}
#events p, #news p{ margin:5px 0 0;}
#events img, #news img{
    padding:8px;
    margin:25px auto 0;
    display:block;
    border:1px solid #cacaca;
}
#events a, #news a{
    color:#ff5a00;
    font-family: 'FuturaHvHeavy';
}
#events a:hover, #news a:hover{color:#12bbff;}

#sdw2{ display:none}

/**/
#bottom-sections{
    clear:both; 
    width:70%;
    margin:0 auto;
}
#bottom-sections ul li{
    display:inline-block;
    vertical-align:top;
    text-align:center;
    width:100%;
    padding:30px 0;
    border-bottom:1px solid #cacaca;
}

#bottom-sections ul li:nth-child(3n){ border-bottom:none}
#bottom-sections ul li h3{margin-top:15px;}
#bottom-sections ul li:nth-child(2n) h3#one{ margin-top:0}
#bottom-sections ul li p{margin-top:8px; line-height:normal;}
#bottom-sections ul li:nth-child(2n) p{ margin-top:0}
#bottom-sections ul li p.lbl{ font-weight:bold;}
#bottom-sections ul li p.lbl-info{margin-top:0;}

/**/
#footer-links{
    clear:both; 
    width:70%;
    max-width:960px;
    margin:0 auto;
}
#footer-links li{
    display:inline-block;
    vertical-align:top;
    text-align: center;
    width:100%;
    padding:10px 0;
    border-bottom:1px solid #303b41;
    color:#fff;
}
#footer-links li:last-child{ border-bottom:none; padding-bottom:0;}
#footer-links li h2{ 
    font-size:16px; 
    margin:0 0 6px 0;
    color:#FFF;
}
#footer-links li a{
    display:block;
    color:#FFF;
    margin-top:10px;
    line-height:.9;
}

#primary {
    
    padding: 15px 4%;
}


/*  NDIC 2013 */
.wrapper ul{ list-style: none; margin-left:0; margin-bottom:15px; text-align:center}
.wrapper ul li{ margin-bottom:15px;}
.wrapper ul ul{margin-bottom:0; list-style: none}
.wrapper ol{ list-style: decimal; margin-left:18px; margin-bottom:15px; text-align:center}
.wrapper ol ul{ list-style: none; margin:5px 0;}

.data-table-wrapper{
    width:100%;
    overflow:scroll;
}

table.data{
    margin:10px auto;
    border:8px solid #FFF;
    border-collapse:collapse;
    box-shadow:0 0 3px #c0c0c0;
    -webkit-box-shadow:0 0 3px #c0c0c0;
    -ms-box-shadow:0 0 3px #c0c0c0;
    -moz-box-shadow:0 0 3px #c0c0c0;
    -o-box-shadow:0 0 3px #c0c0c0;
}
table.data th, table.data td{
    vertical-align:top;
    border-left:1px solid #FFF;
    border-bottom:1px solid #FFF !important;
}
table.data th{
    background:#ffd9ac;
}
table.data td{
    border-bottom:#d7d7d7;
    padding:8px 22px;
    background:#fff1d3;
}
table.data td p{ text-align:left;}
table.data td ul.data-list{
    list-style:disc;
    margin-left:0;
    text-align:left
}
table.data td ul.data-list a{color:#000;}
table.data td ul.data-list a:hover{color:#ff5a00; }


/**/
table#table-one th, table#table-one td{
    padding:8px 18px;
}
table#table-one th{
    font:normal 15px 'FuturaHvHeavy';
}
table#table-two th{
    padding:5px 12px;
}
table#table-two td{
    padding:3px 20px;
    line-height: normal;
}
table#table-two th{
    font:normal 13px 'FuturaHvHeavy';
    padding:4px 20px;
}
table#table-two td.money{
    background:#74d0ff;
    padding:3px 6px;
}
table#table-two td.time{
    background:#fbc455;
    padding:3px 6px;
}
table#table-two td.fund, table td.data-active{
    background:#96d24d;
    padding:3px 6px;
}
table#table-two td.food{
    background:#ff5d29;
    padding:3px 6px;
}
table#table-two td.spread{
    background:#acacac;
    padding:3px 6px;
}
table#table-two td.filled{
    text-align:center;
}
/* GRIDS */

.grid-one, .grid-two,.grid-three,.grid-four {
    margin:30px auto 0;
    margin-left:0 !important;
    list-style:none; 
    position:relative;
    text-align:center;
    clear:both;
}
.grid-one li, .grid-two li,.grid-three li,.grid-four li {
    display: inline-block;
    line-height:1.5;
    vertical-align:top
}
/* ONE */
.grid-one li {
    width:220px;
    margin:0 6px 20px;
    min-height:270px;
    padding:10px;
    box-shadow:0 0 10px #c0c0c0;
    -webkit-box-shadow:0 0 10px #c0c0c0;
    -ms-box-shadow:0 0 10px #c0c0c0;
    -moz-box-shadow:0 0 10px #c0c0c0;
    -o-box-shadow:0 0 10px #c0c0c0;
}
.grid-one li a img{
    margin:0 auto;
    display:block
}

.grid-one li div.thumb-cont{ padding:0 0 8px; text-align:center}
.grid-one li div.thumb-cont p{ margin:0;text-align:center}

.grid-one li h2{ text-transform:uppercase; text-align:center; padding-bottom:8px; margin-bottom:0}
.grid-one li h2 a{color:#000;}
.grid-one li h2 a:hover {color: #24ceff;}

/* TWO */
.grid-two li {
    margin:0 6px 10px;
    min-height:270px;
    text-align:left;
    width:100%;
    padding:0;
}
.grid-two li p{text-align:left;}
.grid-two li br{display:none;}
.grid-two li ul {
    margin:10px 0;
}
.grid-two li li {
    width:30%;
    margin:0 0 5px 0;
    min-height:25px;
    padding:5px 1%;
    text-align:left !important;
}
.grid-two li h2{text-align:left}
.grid-two li h3{ margin-top:0; text-align:left}
.grid-two li a{color:#0299e6;}
.grid-two li img{ margin:0 15px 10px 0; float:left}
/* THREE */
.grid-three {margin:10px auto 0;}
.grid-three li {
    margin:0 0 15px;
    padding:20px 4%;
    width:92%;
    background:#afe4ff;
    border-bottom:1px solid #81c3e4;
}
/*FOUR*/
.grid-four li {
    width:205px;
    margin:0 6px 20px;
    min-height:270px;
}
.grid-four li:last-child { margin-right:0;}
/* MISC */
.mt0{margin-top:0 !important;}
.mb0{margin-bottom:0 !important;}

.mt1{margin-top:5px !important;}
.mt3{margin-top:15px !important;}
.contact-hilite{
    background:#ede7db;
    padding:20px;
    border:8px solid #e6d5b3;
    border-width:2px 0 0;
    clear:both;
}
.box-hilite{
    background:#afe4ff;
    padding:20px;
    border:1px solid #9ad6f5;
}
.rightbox-hilite{
    padding:0 0 0 20px;
    border-left:1px solid #9ad6f5;
    float:right;
    width:250px;
    margin-left:25px;
}
.required{color:#F00; font-weight:bold;}
/**/
ul.grocery {
    clear:both;
    text-align:center;
}
ul.grocery li{
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    list-style:none;
    padding:5px 15px;
}
/**/
table.form td {padding:4px;}
table.form td.labels { text-align:right; padding-right:8px;}
table.form td input[type="text"] { width:80%; padding:5px 8px}
select { width:85%; padding:5px 8px}
/**/
.quote{
    font:italic 16px/1.4 Georgia, "Times New Roman", Times, serif;
    padding:10px;
    color:#777;
}
h3 span{ 
    font:14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#777;
}
/**/
a.button-small {
    line-height: 1.2;
    color:#FFF;
    padding: 5px 8px 6px;
    font-size:12px;
    text-transform:none;
    display:inline-block;
    background-color: #24ceff;
    background-image: -moz-linear-gradient(top, #24ceff, #00a8ff);
    background-image: -ms-linear-gradient(top, #24ceff, #00a8ff);
    background-image: -o-linear-gradient(top, #24ceff, #00a8ff);
    background-image: -webkit-linear-gradient(top, #24ceff, #00a8ff);
    background-image: linear-gradient(top, #24ceff, #00a8ff);
}
a.button-small:hover {
    color: #FFF;
    background-color: #0098e5;
    background-image: -moz-linear-gradient(top, #0098e5, #0098e5);
    background-image: -ms-linear-gradient(top, #0098e5, #0098e5);
    background-image: -o-linear-gradient(top, #0098e5, #0098e5);
    background-image: -webkit-linear-gradient(top, #0098e5, #0098e5);
    background-image: linear-gradient(top, #0098e5, #0098e5);
}
/**/
table.listing{ margin-top:15px;}
table.listing td{background:#ffeecb; padding:15px 20px; border-bottom:2px solid #FFF;}
table.listing td.even{background:#fef4e0;}
table.listing td h4, table.listing td p{ margin:0 0 5px; line-height:1.2}
/**/
.pis-ul{
    margin:0 !important;
    list-style:none !important;
}
.pis-title{
    margin:10px 0 0 !important;
}
.fl{float:left;}
.fr{float: right;}