/**
 * 1.ELEMENT STYLING
 */
body {
  background: url('images/bg.png') repeat-x top #3689bb;
  font-family: Geneva, Tahoma, sans-serif;
  color: #000;
  font-size: 80%;
}
a {
  text-decoration: none;
  font-weight: 100;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39c;
}

h1 {
  font-size: 1.5em;
  line-height: 1.1667em;
  margin: 0.6em 0 0.5em 0;
}

h2 {
  font-size: 1.1667em;
  line-height: 1.1667em;
  margin: 1.15em 0 .3em 0;
}

h3 {
  font-size: 1em;
  line-height: 1.1667em;
  margin: 1.1667em 0 0 0;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.2857em 0 0 0;
}

h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.5em 0 0 0;
}

h6 {
  font-size: .91.6667em;
  line-height: 1.6364em;
  margin: 1.6364em 0 0 0;
}


h1, h1 a {
  color:#336699;
  font-weight:bold;
  text-transform:capitalize;
}
.front h1 {
  display: none;
}
h2, h2 a {
  color:#336699;
  font-weight:bold;
  text-transform:capitalize;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Geneva, Tahoma, sans-serif;
}
#main-content .content li {
  margin-bottom: 1em;
}

/**
 * 2.LAYOUT
 */
#site-header {
  background: url('images/nav.png') no-repeat left bottom;
  height: 100px;
  margin-bottom: 0;
}
#logo {
  background: url('images/logo.png') no-repeat left bottom;
  height: 100px;
  margin-bottom: 0;
}
#logo a.home {
  height: 100px;
  width: 160px;
  display: block;
}
#site-menu {
  height: 40px;
  top: 60px;
  margin-bottom: 0;
}
body.not-front #page {
  background: url('images/page-body-bg-no-left.png') repeat-y center;
}
body.not-front.sidebar-left #page {
  background: url('images/page-body-bg-no-right.png') repeat-y center;
}
body.not-front.two-sidebars #page {
  background: url('images/page-body-bg.png') repeat-y center;
}
body.front #main {
  margin: 0 20px 0 0;
}
#sidebar-left {
  background: url('images/left-bg.png') repeat-x top;
  border-right: solid #333 1px;
  padding: 0 9px 75px 10px;
  margin: 0;
  clear: both;
  min-height: 300px;
}

#sidebar-right {
  margin-top: 10px;
}

body.two-sidebars #main-content {
  padding: 10px 10px 0 20px;
  color: #000;
}
/**
 * 3.MENU STYLING
 */
.menu-name-primary-links,
#block-menu_block-3 .menu-name-secondary-links {
  line-height:2em;
  text-transform:uppercase;
  margin-left:-40px;
  padding-left:30px;
  color:#FFFFFF;
  font-weight: bold;
  padding-top: 10px;
}
.menu-name-primary-links li, 
#block-menu_block-3 .menu-name-secondary-links li {
  list-style-type:none;
  list-style-image:none;
  font-size: 1.0em;
  line-height: 1.3336em;
  /*border-bottom:thin #00457c solid; */
  padding: .5em 0;
  text-shadow: 1px 1px 1px #333;
  
}
.menu-name-primary-links li.leaf, 
#block-menu_block-3 .menu-name-secondary-links li.leaf {
  padding-bottom: .5em;
}
.menu-name-primary-links li.expanded li, 
#block-menu_block-3 .menu-name-secondary-links li.expanded li {
  border: none;
  font-size: .8em;
}
.menu-name-primary-links a,
#block-menu_block-3 .menu-name-secondary-links a {
  color: #fff;
  font-weight: normal;
}
.menu-name-primary-links a:hover, .menu-name-primary-links a.active, 
#block-menu_block-3 .menu-name-secondary-links a:hover, #block-menu_block-3 .menu-name-secondary-links a.active {
  color:#D48F39;
  text-decoration: none;
}
.menu-name-primary-links li.active,
#block-menu_block-3 .menu-name-secondary-links li.active {
  background: url('images/white-arrow.gif') right 3px no-repeat;
}

#site-menu a {
  text-transform: uppercase;
}
#site-menu {
  text-align: left;
}
#site-menu ul.nice-menu {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  margin-left: 35px;
  z-index: 3000;
}
#site-menu ul.nice-menu li {
  background: none;
  border: none;
  margin-right: 2em;
  text-align: right;
  text-shadow: 1px 1px 1px #333;
}
#site-menu ul.nice-menu li a {
  line-height: 30px;
  font-size: 1.16667em;
  color: #fff;
  font-weight: normal;
}
#site-menu ul.nice-menu li a.active,
#site-menu ul.nice-menu li.active-trail a {
  background: url('images/orange-arrow.gif') no-repeat 42% bottom;
}
#site-menu ul.nice-menu li ul li a.active,
#site-menu ul.nice-menu li.active-trail ul li a {
  background: none;
}
#site-menu ul.nice-menu li ul {
  background: url('images/left-bg.png') repeat-x #01467d;
  text-align: left;
  top: 30px;
  border: none;
  width: 150px;
}
#site-menu ul.nice-menu li ul li {
  text-align: left;
  width: 150px;
}
#site-menu ul.nice-menu li ul li a {
  line-height: 14px;
  font-size: 12px;
  margin: 2px 10px 5px 10px;
}
#site-menu ul li a:hover, #site-menu ul li a.active, #site-menu ul li.active-trail > a {
  color:#D48F39;
  text-decoration: none;
}
#site-menu ul.nice-menu li ul li ul {
  display: none;
}
#site-menu ul.nice-menu li span.sf-sub-indicator {
  display: none;
}
ul.nice-menu-right, ul.nice-menu-left, ul.nice-menu-right li, ul.nice-menu-left li {
  width:12.5em;
}

#header-region {
  position: relative;
}
#header-region #block-menu_block-4 {
  position: absolute;
  right: 0;
}
#header-region .block-menu_block ul li {
  float: left;
  list-style-position: inside;
  margin: 0 2px 0 1px;
}
#header-region .block-menu_block ul li a {
  color: #fff;
  font-size: 0.916667em;
}
#header-region .block-menu_block ul li a:hover {
  color: #D48F39;
}
#header-region .block-menu_block ul li {
  list-style-type: disc;
  color: #00aeef;
}
#header-region .block-menu_block ul li.first {
  color: transparent;
}

#menu-right {
  height: 40px;
  top: 65px;
  margin-bottom: 0;
}
#block-menu_block-2 ul li,
#block-menu_block-3 h2 {
  line-height: 30px;
  text-transform: uppercase;
  display: inline;
  font-size: 1.16667em;
  background: none;
  border: none;
  list-style: none;
  list-style-image: none;
  text-shadow: 1px 1px 1px #333;
}
#block-menu_block-2 ul li a,
#block-menu_block-3 h2 {
  color: #fff;
  font-weight: 100;
}

#footer-region {
  margin-top: 5px;
  text-align:center;
  color:#6dcff6;
  width: 710px;
  clear: both;
}
#footer-message {
  border-top:solid 2px #D48F39;
  margin-top: 10px;
  margin-left: 10px;
  width: 710px;
  clear: both;
  text-align: center;
  color: #6DCFF6;
}
#block-menu-menu-footer ul {
  text-align: center;
}
#block-menu-menu-footer li:after {
  content: '  |';
  color: #fff;
}
#block-menu-menu-footer li.last:after {
  content: '';
}
#block-menu-menu-footer li {
  padding: 0;
  margin: 0;
}

#footer ul {
  margin-left: auto;
  margin-right: auto;
}

#footer li {
  list-style-type: none;
  list-style-image: none;
  display: inline;
}

#footer a, #footer a:visited{
  text-align:center;
  font-weight:normal;
  color:#fff;
}

.breadcrumb {
  display: none;
}
#search-block-form #edit-search-block-form-1-wrapper label {
  display: none;
}
/*
#search-block-form div {
  position: relative;
}
#search-block-form input.form-text {
  background: transparent url('images/searchbox.jpg') no-repeat scroll 0 0;
  border: none;
  display: block;
  font-size: 11px;
  height: 21px;
  line-height: 21px;
  padding-left: 10px;
  padding-top: 4px;
  width:160px;
}
#search-block-form .form-submit {
  background: url('images/search_btn.jpg') no-repeat;
  border: none;
  height: 20px;
  left: 160px;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 59px;
  cursor: pointer;
}
*/

body.two-sidebars #main-content table {
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}
.page-about table tr,
.page-about table td,
.page-about table th {
  background: none;
}
.page-about table td {
  height: 40px;
  padding: 0.3em;
  vertical-align: middle;
}

.front .node object {
}

#block-views-highlight-block_5,
#block-views-highlight-block_4 {
  width: 160px;
  margin: 0 10px;
  float: left;
}
#block-views-highlight-block_5 a,
#block-views-highlight-block_4 a {
  color: #fff;
}
#block-views-highlight-block_4 {
  margin-left: 0;
}

.menutree-page ul {
  margin-bottom: 0;
}
.menutree-page li {
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 0;
}
.menutree-page li.expanded {
  margin-top: .5em;
}
.menutree-page h3 {
  display: none;
}

#block-views-np_projects-block_1 {
  margin: 0px -10px;
  padding-bottom: 32px;
  background: transparent url(images/nav.png) repeat-x right bottom;
}

body.two-sidebars.node-type-project #main-content {
  position: relative;
}
body.two-sidebars.node-type-project #main-content h1 {
  background: #004576;
  color: #FFFFFF;
  left: -10px;
  line-height: 40px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  padding-left: 20px;
  position: absolute;
  top: -82px;
  width: 100%;
  z-index: 2500;
}
body.two-sidebars.node-type-project #openlayers-views-map-auto-id-np_projects {
}
body.two-sidebars.node-type-project #block-views-np_projects-block_1 {
}
.node-type-project .node  #tabs-tabset ul.ui-tabs-nav {
  position: absolute;
  top: -32px;
  border-bottom: none;
  height: 30px;
  width: 540px;
  padding: 0;
  text-align: center;
  margin: 0 0 10px -30px;
}
.node-type-project .node  #tabs-tabset ul.ui-tabs-nav li a {
  border: none;
  background: none;
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 1px #333333;
  line-height: 30px;
  text-transform: uppercase;
}
.node-type-project .node  #tabs-tabset ul.ui-tabs-nav li.active a {
  color: #D48F39;
}

#block-views-np_frontpage-block_1 {
  background-color: #00457C;
  width: 340px;
  padding: 10px 10px 20px;
  float: right;
  font-size: 12px;
  color: #fff;
}
#block-views-np_frontpage-block_1 h2 {
  color: #D48F39;
  font-size: 14px;
  text-align: left;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 100;
}
#block-views-np_frontpage-block_1 li {
  color: #00aeef;
}
#block-views-np_frontpage-block_1 li a {
  color: #D48F39;
  font-weight: 800;
  font-size: 1.1em
}
#block-views-np_frontpage-block_1 li a:hover {
  color: #fff;
}
#node-245 {
  margin-bottom: 0;
}
body.front #main-content {
  width: 720px;
}

body.front .views-field-field-highlight-description-value div.field-content,
body.front .views-field-field-highlight-description-value p {
  margin: 0;
  display: inline;
}
body.front #block-views-highlight-block_4 .views-field-view-node a,
body.front #block-views-highlight-block_5 .views-field-view-node a,
body.front .block .views-field-view-node a {
  padding-left: .5em;
  color: #D48F39;
}

div.views-field-field-image-fid {
  float: left;
  padding-right: 10px;
}
#sidebar-right .block h2 {
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
}
/*
#block-block-3 {
  position: relative;
}
#block-block-3 .content {
  height: 2em;
}
#block-block-3 input.form-text {
  background: transparent url('images/newsletterbox.jpg') no-repeat scroll 0 0;
  border: none;
  display: block;
  font-size: 11px;
  height: 21px;
  line-height: 21px;
  padding-left: 10px;
  padding-top: 4px;
  width:160px;
}
#block-block-3 .form-submit {
  background: url('images/newsletter_btn.jpg') no-repeat;
  border: none;
  height: 20px;
  left: 160px;
  position: absolute;
  text-indent: -9999px;
  top: 22px; 
  width: 59px;
  cursor: pointer;
}
*/

#block-block-3 input.form-text,
#block-search-0 input.form-text, 
#block-block-3 input.form-submit,
#block-search-0 input.form-submit {
  display: inline;
  border: none;
  border-bottom: 1px solid #000; 
  border-right: 1px solid #000; 
}

#block-block-3 input.form-text, 
#block-search-0 input.form-text {
  padding: 2px;
  width: 145px;
  vertical-align: middle;
  height: 14px;
}
#block-block-3 input.form-submit,
#block-search-0 input.form-submit {
  width: 60px;
  background: #6FCFF6;
  color: #03457C;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 5px;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  vertical-align:middle;
  padding: 0 2px;
}
#block-search-0 input.form-submit {
  margin: 0;
}

.page-about .view-highlight .views-row {
  margin: 3em 0;
}
.page-about .view-id-highlight .views-row .views-field-title {
  font-weight: 800;
}
.page-about .view-id-highlight .views-row .views-field-field-highlight-description-value {
  font-style: italic;
}
.page-about .view-id-highlight .views-row .views-field-field-highlight-image-fid {
  float: left;
  margin-right: 1.6667em;
}

.node .field-field-geo-location {
  float: left;
  padding-right: 10px;
}

.attachment-before .view-np-organizations {
  margin-left: -30px;
  margin-top: -10px;
}

.view-np-media .attachment .view-display-id-attachment_1 {
  margin-bottom: 20px; 
  padding-bottom: 20px;
  border-bottom: 1px dotted #eee;
  overflow: auto;
}
.view-np-media .view-content .views-row {
  clear: both;
}
.view-np-media .attachment .view-display-id-attachment_1 .views-row {
  width: 230px;
  float: left;
  margin-right: 15px;
  clear: none;
}

.block {
  margin-bottom: 1.5em;
}



