@charset "UTF-8";
body  {
	font: 13px Arial, Helvetica, Verdana, sans-serif;
	background: #6a88a3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.twoColFixLtHdr #container { 
    background-color: #FFFFFF;
	background-image: url(images/nei_bkg_2010.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 901px;
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdrHome #container { 
    background-color: #FFFFFF;
	background-image: url(images/nei_bkg_no_logo_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 901px;
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header { 
	margin: 0px 0px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	clear: both;
	height: 165px;
	padding: 0;
}

#sidebar1 p {
	margin: 0 10px 10px 0;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 125px 10px 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 200px;
	font-size: 0.9em;
	margin: 135px 10px 10px;
	padding: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 500px;

} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #ccc;
	font-size: 0.8em;
	text-align: center;
	border-top: 25px solid #025599;
	line-height: 0.8em;
	margin: 0;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navcontainer1 {
	margin: 0;
	padding: 110px 0 0;
}
ul#navlist {
	color: White;
	height: 25px;
	margin: 5px 0 0;
	float: right;
	clear: right;
	text-align: right;
	padding: 0;
	vertical-align: middle;
}

#navcontainer ul li {
	display: inline;
	font-size: 1.1em;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0;
	padding: 0;
}

#navcontainer ul li a
{
color: White;
text-decoration: none;
	padding: 5px;
	margin: 10px;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}
h1#pagetitle
{
	text-align: right;
	font-weight: bold;
	font-size: 2.1em;
	line-height: 2.1px;
	color: #025599;
}

#header a img {
	display: inline;
	float: left;
}
#mainContent img {
	border-style: none;
	border-width: 0;
	margin: 10px;
	float: left;
}

td img {
	margin: 0;
	padding: 0;
}

#project_grid tbody tr td p img {
	
	
}

td {
	margin: 0;
	padding: 0;
}

#mainContent h2 {
	color: #025599;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	padding: 10px 0 0;
	display: block;
	border-style: none;
	margin: 0;
	text-decoration: none;
}

h2 a {
	color: #025599;
	text-decoration: none;
}
h2 img {
	display: inline;
}
a {
		color: #025599;
}
a.nav_select {
	font-weight: bold;
	background-color: #aaccb5;
}

#project_featured {
	width: 100%;
	border: 1px solid #0055a0;
	margin: 5px 10px 5px 0;
	padding: 5px 0 5px 10px;
}

table#project_grid {
	margin-left: 10px;
}

#project_featured img {
		margin: 0 10px 10px 0;
	padding: 0;
}

#project_featured h2 {
		margin: 0 0 5px;
	padding: 0;
}

#project_grid td h2 {
	clear: left;
	text-align: center;
	margin: 0;
	padding: 0 0 10px;
}
#project_grid td h3 {
	clear: left;
	text-align: center;
	margin: 0;
	padding: 0 0 10px;
}
#project_grid img {
	clear: left;
	display: block;
	margin: 10px 5px 2px;
}

#featured h3 a {
	color: #025599;
	text-decoration: none;
}
.content_item {
	height: 150px;
}

.content_item img {
	border-style: none;
	border-width: 0;
	margin: 10px;
	float: left;
}
#projectnav {
	font-size: 1.4em;
	text-align: right;
	font-weight: bold;
	color: #7bc242;
}
#projectnav a {
	text-decoration: none;
	color: #7bc242;
	padding: 0px;
	margin: 0;
}

#projectnav a.projsel {
	text-decoration: none;
	color: #025599;
	}
	
.project_item table {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.hilite_box {
	width: 180px;
	float: right;
	background-color: #c7e2ad;
	padding: 5px;
	margin: 0;
	font-size: .8em;
}
.project_item {
	background-color: #c7e2ad;
	opacity: 1;
	padding-bottom: 10px;
	min-height: 350px;
}
.project_item p {
	margin-left: 10px;
}
p, ul{
	margin: 0 0 10px;
}

#mainContent li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0;
	margin: 0 0 0 20px;
}

h3 {
		margin: 0 0 5px;
}

div#hilite_ty {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-align: center;
	border: 1px solid #ff1c00;
	display: none;
}

.intro {
	font-weight: bold;
	text-align: center;
}
.print_only {
display: none;
visibility: hidden;
}
.print_logo {
display: none;
visibility: hidden;
}
#license {
	float: right;
	width: 250px;
	margin: 0 0 0 10px;
	border: 1px solid #0055a0;
	padding: 0 10px 10px;
}
#signup_box {
	float: right;
	width: 355px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #0055a0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.home_photos {
	float:  right;
	width:  200px;
}
div.nopics {
	padding-right: 10px;
	padding-left: 10px;
}

.qual {
	padding: 0;
	margin: 0;
}
.photocaption {
	float: right;
	text-align: center;
	font-weight: bold;
	padding-top: 35px;
	width: 270px;
	padding-right: 0;
	margin-right: 0;
}

body#project_gallery {
	background-color: #fff;
	text-align: left;
}

.correct {
	display: none;
	visibility: hidden;
	font-weight: bold;
	color: #025599;
}
