﻿/* basic elements */
html {margin: 0; padding: 0;}
body {
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   color: #000;
   background: url('/images/nfr_background.gif');
   font-family: verdana , sans-serif;
   font-size: 11px;
   text-align: center;
}

form, input { margin: 0; padding: 0; }

a {text-decoration: underline; color: #004A80;}

a:visited {
    text-decoration: underline;
    color: #666;    
    }

a:hover {text-decoration: underline; color: #000;}
a img { border: 0; }


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* page layout - header */
#wrap {
  width: 767px;
  /*height: 100%;*/
  background: url('/images/nfr_wrap.gif');
  margin: auto;
  text-align: left;
  }

#container {
 width: 760px;
 padding-left: 4px;
 text-align: left;
 }

#globalnav {
  width: 760px;
  background: #D8D8D8;
  height: 30px;
  text-align: right;
  }

#globalnavlinks {
	padding-right: 10px;
	padding-top: 3px;
	font-size: 10px;
	}

#globalnavlinks a,
#globalnavlinks a:visited {
 color: #004A80;
 text-decoration: none;
 }

#globalnavlinks a:hover {
 color: #004A80;
 text-decoration: underline;
 }
#globalnavlinks input 
{
    border: 1px solid #004A80;
    font: 10px Tahoma;
    color: #004A80;
    background: #D8D8D8;
}
#header {
	width: 760px;
	background: #F7F5ED url('/images/nfr_header.jpg') no-repeat;
	height: 72px;
	font-size: 1px;
	text-align: left;
	margin: auto;
	}	
h1.header {
	display: none;
	}
h2.header {
	display: none;
	}
#mainnav {
   height: 32px;
   width: 760px;
   font-size: 1px;
   text-align: left;
   margin: 0;
   padding: 0;
  }

/* page layout - splash */

#splashtopborder {
	width: 760px;
	height: 17px;
	background: #6F98CE url('/images/nfr_blue_check.gif');
	font-size: 1px;
	}

#splash {
  width: 760px;  
  height: 357px;
  margin: 0px;
  padding: 0px;
  font-size: 1px;
  text-align: left;
  }
#splash-int {
  width: 760px;  
  height: 357px;
  margin-left: 0px;
  padding: 0px;
  font-size: 1px;
  text-align: left;
  }
  
  
#projectfinder {
	float: left;
	width: 246px;
	height: 357px;
	text-align: left;
	background: #fff url('/images/nfr_projectfinder_bg.gif') no-repeat;
	}
	

#projectfinder-content {
	width: 230px;
	padding-left: 10px;
	padding-top: 45px;
	text-align: left;
	height: auto;
	}
	
#projectfinder-content p {
   font-size: 11px;
   line-height: 14px;
   margin: 0;
   padding: 0;
   }
	
#projectfinder-shieldbox {
	width: 210px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	background: #E2E9EB;
	font-size: 1px;
	}


#projectfinder-shieldbox-inner {
	width: 210px;
	margin: 0;
	padding: 4px;
	font-size: 1px;
	}
	
#projectfinder-searchbox {
	width: 210px;
	text-align: left;
	background: #EFF2F4;
	margin: 0;
	padding: 0;
	}
	
#projectfinder-searchbox-inner {
	width: 190px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #004A80;
	}
	
#projectfinder-searchbox-inner p {
	margin: 3px;
	line-height: 18px;
	width: 190px;
	padding-bottom: 3px;
	border-bottom: 1px  #E2E9EB dotted;
	}

#projectfinder-searchbox-inner select {
	font-size: 10px;
	height: 16px;
	}

#projectfinder-searchbox-searchb {
	width: 190px;
	text-align: right;
	}


#map {
	float: right;
	width: 514px;
	height: 357px;
	text-align: left;
	background: #CCC url('/images/nfr_map_holder.gif');
	}	

#panels {
	width: 760px;
	height: 265px;
	background: #6F98CE url('/images/nfr_blue_check.gif');
	text-align: center;
	}

#panels-inner {
	width: 740px;
	margin: auto;
	text-align: left;
	padding-top: 17px;
	}

#panelsleft {
  float: left;
  width: 490px;
  text-align: left;
  margin: 0;
  padding: 0;
  }



#panel1 {
	float: left;
	width: 240px;
	height: 235px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}

#panel-news {
	margin: 0;
	padding-top: 5px;
	width: 220px;
	padding-left: 5px;
	font-size: 10px;
	color: #004A80;
	text-align: left;
	}


ul.home-news {
	text-indent: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;	
}

#panel-news li {
	padding: 7px;
	padding-left: 15px;
	line-height: 14px;
	list-style-type: none;
	}


#panel-news li a,
#panel-news li a:visited {
	color: #004A80;
	text-decoration: none;
	}

#panel-news li a:hover {
	text-decoration: underline;
	}


#panel2 {
	float: right;
	width: 240px;
	height: 235px;
	text-align: left;
	margin: 0;
	padding: 0;
	}



#panel-tips {
	margin: 0;
	padding-top: 8px;
	width: 220px;
	padding-left: 15px;
	font-size: 10px;
	color: #000;
	text-align: left;
	}


#panel-tips p {
    margin: 0;
    }

ul.home-tips {
	text-indent: 0px;
    margin: 0px;
    padding: 0px;
    padding-top: 8px;
    color: #004A80;
	}

#panel-tips li {
    font-family: 'lucinda grande' , sans ;
	padding: 4px;
	font-size: 13px;
	padding-left: 14px;
	line-height: 15px;
	list-style-type: none;
	}


#panel-tips li a,
#panel-tips li a:visited {
	color:  #790000;
	text-decoration: none;
	}

#panel-tips li a:hover {
	text-decoration: underline;
	}
#panel3 {
	float: right;
	width: 240px;
	height: 235px;
	text-align: left;
	}
#panel-photos {
	margin: 0;
	padding-top: 8px;
	width: 220px;
	padding-left: 8px;
	font-size: 10px;
	color: #000;
	text-align: left;
	}


.gallery-listing {
	width: 210px;
	margin: 0px;
	padding-bottom: 3px;
	}
	

.gallery-listing-photo {
	float: left;
	width: 90px;
	padding: 4px;
	text-align: center;
	}
	
.gallery-listing-copy {
 	float: right;
 	width: 112px;
 	text-align: left;
    padding-top: 10px;
	}
	

.gallery-listing-copy a,
.gallery-listing-copy a:visited {
	text-decoration: none;
	}

.gallery-listing-copy a:hover {
	text-decoration: underline;
	}
.panel-top {
	width: 240px;
	background: url('/images/nfr_panel_top.gif') no-repeat;
	height: 36px;
	margin: 0;
	padding: 0;
}
h3.int-right-panel-title {
	padding-left: 10px;
	color:  #004A80;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px;
}


.home-panel-title {
	padding-left: 10px;
	color:  #004A80;
	font-size: 14px;
	padding-top: 10px;
	margin: 0px;
	font-weight: bold;
}

.sort-title
{
font-size: 13px;
font-weight: bold;
border-bottom: 1px dashed #ccc;
width: 450px;
padding-top: 20px;
}


.panel-content {
	width: 240px;
	height: 193px;
	background: #fff url('/images/nfr_panel_bg.gif');
	padding: 0;
	margin: 0;
	}

.panel-more-link {
	width: 230px;
	text-align: right;
	}

.panel-more-link a,
.panel-more-link a:visited {
	text-decoration: none;
	color: #790000;
	font-weight: bold;
	}

.panel-more-link a:hover {
	text-decoration: underline;
	color: #790000;
	font-weight: bold;
	}
.panel-bottom {
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 6px;
	background: url('/images/nfr_panel_bottom.gif') no-repeat;
	}

/* page layout - interior */

#alerts
{

}

.alertstitle
{
font-size: 12px;
font-weight: bold;
padding: 0;
}

.alertstitle a
{
   color: #004A80;
}

.alertstitle a:hover
{
   text-decoration: none;
   color: #004A80;
}

.alertstitle a:visited
{
   color: #666;
}

.alertslink 
{
font-size: 11px;
font-weight: bold;
width: 300px;
background: #FCD6D3;
border: 1px dotted #CCC;
margin-bottom: 10px;
padding: 5px;
}

.alertslink a
{
color: red;
text-decoration: none;
}

.alertslink a:visited
{
color: red;
text-decoration: none;
}


.alertslink a:hover
{
text-decoration: underline;
}

.alert
{
font-size: 11px;
line-height: 14px;
padding-bottom: 20px;
padding-top: 5px;
padding-left: 5px;
}

.affecttitle
{
font-size: 11px;
font-weight: bold;
   color: #004A80;
   padding-left: 5px;
}

.detailstitle
{
font-size: 13px;
font-weight: bold;
	color: #790000;
	padding-top: 8px;
	}

.affectbox
{
margin: 0;
padding: 5;
width: 300px;
border-top: 1px dotted #CCC;
background: #F5F5F5;
border-bottom: 1px dotted #CCC;
margin-bottom: 15px;
}
.affectbox2
{
margin: 0;
padding: 5;
border-top: 1px dotted #CCC;
background: #F5F5F5;
border-bottom: 1px dotted #CCC;
margin-bottom: 15px;
}

.affectbox-inner
{
padding: 5px;
font-size: 11px;
line-height: 14px;
}
.affectbox-inner2
{
padding: 5px;
font-size: 11px;
line-height: 14px;
}

.hline
{
border-bottom: 1px dotted #CCC;
height: 1px;
}
/* page layout - content */


#content {
   width: 760px;
   margin: 0;
   padding: 0;
   text-align: left;	
   }

#breadcrumbs {
	width: 760px;
	height: 27px;
	background: #CCC url('/images/nfr_breadcrumbs_bg.gif');
	}

#breadcrumblinks {
   padding-left: 14px;
   padding-top: 9px;
   font-size: 10px;
   color: #004A80;
   }
   	
#breadcrumblinks a,
#breadcrumblinks a:visited {
 text-decoration: none;
   color: #004A80;
   }

#breadcrumblinks a:hover {
 text-decoration: underline;
   color: #004A80;
   }
	
#content-inner {
	width: 760px;
	padding-left: 15px;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: left;
	overflow: visible;
	}

#content-main {
	float: left;
	width: 710px;
	margin: 0;
	padding: 0;
	overflow: visible;
	}
#content-main p, #content-main li {
	line-height: 14px;
	font: 11px Verdana, sans-serif;
	}

#content-photo {
	width: 650px;
	margin: 0px 14px 0px 14px;
	padding: 0px;
	}
#content-photo #gallerythumb {
	height: 120px;
	width: 650px;
	margin: 0px;
	padding: 0px;
	}
#content-photo #gallerythumb img {
	margin-bottom: 10px;
	margin-right: 15px;
	}
#content-photo #gallerythumb p {
	margin-top: 15px;
	font: 11px Verdana, sans-serif;
	line-height: 14px;
	}
#content-photo p {
	font: 11px Verdana, sans-serif;
	line-height: 14px;
	}
#content-photo li {
	font: 11px Verdana, sans-serif;
	line-height: 14px;
	}
#content-right {
	float: right;
	width: 240px;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.int-right-panel {
	width: 240px;
	text-align: left;
	padding: 0px 0px 0px 5px;
	margin: 4px;

	}

.int-right-panel-top {
	width: 240px;
	margin: 0;
	padding: 0;
}

.int-right-panel-content {
width: 240px;
padding: 0;
margin: 0;
background: #F5F5F5;
border-top: 1px dotted #CCC;
border-bottom: 1px dotted #CCC;
}

.int-right-panel-content-inner 
{
width: 220px;
padding-left: 8px;
font-size: 11px;
}
   
.int-right-panel-content-inner ul {
    list-style-type: none;
	text-indent: 0px;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 15px;
	margin: 0px;
	font-size: 11px;
}

.int-right-panel-content-inner li {

    list-style-type: none;
	margin: 0;
	padding-bottom: 6px;

}

.int-right-panel-content-inner a {
	display: block;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 10px;
}

.int-right-panel-content-inner a:hover {
    background: transparent url(/images/subarrow.gif) no-repeat;
  	text-decoration: underline;
}

.int-right-panel-content-inner a:visited {
	display: block;

	padding-top: 0px;
	padding-left: 10px;
}   

.panel-gallery
{
width: 210px;
background: #D7D7D7;
padding: 5px;
margin-bottom: 10px;

}

.panel-gallery-inner
{
width: 200px;
padding-left: 5px;
}

.panel-gallery-inner a {
	display: normal;
	text-decoration: none;
	padding: 0px;
}

.panel-gallery-inner a:visited {
	display: normal;
	text-decoration: none;
	padding: 0px;
}

.panel-gallery-inner a:hover {
	display: normal;
	text-decoration: underline;
	padding: 0px;
}


.panel-gallery-inner-links a {
	display: normal;
	font-size: 11px;
	
	text-decoration: none;
	padding: 0px;
}

.panel-gallery-inner-links a:visited {
	display: normal;
	text-decoration: none;
	padding: 0px;
}

.panel-gallery-inner-links a:hover {
	display: normal;
	text-decoration: underline;
	background: transparent;
	padding: 0px;
}
.panel-header
{
width: 220px;
border-bottom: 1px dotted #CCC;
margin-bottom: 4px;
font-size: 11px;
font-weight: bold;
color: #555555;
}
.int-right-panel-bottom {
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 6px;
	}

.related-title {
	padding-left: 5px;
   color: #004A80;
   font-weight: bold;
	font-size: 13px;
	padding-top: 10px;
	margin: 0px;
}

h2.section-title {
	color: #790000;
	font-size: 18px;
	}
h3.detailspage {
	color: #000000;
	font-size: 16px;
	}
h4.detailspage {
	color: #790000;
	font-size: 14px;
	}
h4.detailspage a:link {
	text-decoration: none;
	color: #790000;
	}
h4.detailspage a:visited {
	text-decoration: none;
	color: #790000;
	}
#contentfooter {
	width: 760px;
	height: 22px;
	margin-top: 25px;
	background: #6F98CE url('/images/nfr_int_content_bottom.gif');
	}
/* page layout - footer */


#footer {
   background: url('/images/nfr_footer.gif');
   margin-top: 10px;
   width: 760px;
   height: 69px;
   text-align: left;
   }

#bottom
{
  background: url('/images/nrf_bottom.gif');
  width: 767px;
  height: 16px;
  margin: auto;
  padding: 0;
 }


img.footerlogo {
	margin-top: 18px;
	margin-left: 15px;
	}
#photoDisplay {
	margin: 10px;
}
.photoTitle {
	color: #2181B4;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px; /* dynamic */
	margin-bottom: 15px;
}
.photoDate {
	color: #D26700;
	font: 9px Verdana; /* dynamic */
	margin-top: 6px;
	margin-bottom: 3px;
}
.photoFile img {
	border: 1px solid #000;
}
.photoDescr {
	margin-top: 10px;
	line-height: 1.6em;
}
.photoGoBack {
	margin-top: 15px;
}
.photoGoBack a {

}
.photoGoBack a:hover {

}

.projectlisting a
{
color: #004A80;
}

.projectlisting a:visited
{
color: #666;
}

.projectlisting a:hover
{
text-decoration: none;
}

.hitCounterText
{
  font-family:Verdana;
  font-size:11px;
  color:#666;
  text-align:center;
}

.twitter div{
	width:300px;
	float: left;
	text-align:justify;

}
.twitter p {
	width:300px;
}

.twitter p img {
	float:left;
}
.ndl div {
  width:200px;
  float:right;
  margin:5px 0 0 0;

}
.ndl p {
	width:200px;
}

.ndl p img{
	float:right;
}
.btmclear{
	clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
}
.wrapper{
background-color:white;
position:relative;
}

