/* main body element */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;			/* this allows the value of 1em to equal 10 pixels */
	color: #444444; 			/* set default text color */
	margin: 0; padding: 0;      /* remove the default browser whitespace */
	text-align: center; 	    /* this centers all content on the page (for IE) */
	background: #f4f2e5 url(images/bg.gif) top left repeat-x;
}	

/* -------------------------GLOBAL ELEMENTS --------------------------------------- */
/* -------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 0; padding: 0;   /* remove the default browser whitespace from specific elements */
}

a:link, a:visited {		/* default links */ 	
	text-decoration: none;
	color: #2088ef; 
}
a:hover {		/* default links */
	text-decoration: underline;
	color: #e48b22;
}

/* -------------------------------------------------------------------------------- */    
/* main container for the content area */
#container {
	width: 960px;  /* full 1024 width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page (non-IE)  */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}	

/* --------------------------------- HEADER ELEMENTS------------------------------- */
/* -------------------------------------------------------------------------------- */
/* header section -------------------------------- */
#header {
	height: 102px;
	width: 100%;	/* Width is defined to fill the entire section */
}
#header h1 {
	padding-left: 10px;
	padding-top: 0;
}
#header h1 span,
#header h1 a:link, 
#header h1 a:visited, 
#header h1 a:active, 
#header h1 a:hover {							
	background: transparent url(images/nsaeb_logo.jpg) left center no-repeat;		/* specify header image in a tag allows linking back to homepage*/
	display: block;
	text-indent: -99999px;	/* hides header text off-screen while allowing screen readers to still "see" it */
	overflow: hidden;
	width: 588px; height: 100px;
	float: left;	
}
#header img { border: none; }


/* --------------------------------- MAIN  ELEMENTS  ------------------------------ */
/* -------------------------------------------------------------------------------- */
#wrapper {
	margin: 0; padding:0;
}
#content {
	float: left;
	width: 740px;
	margin-top: 10px;	
}

/* ------------------------------- maincontent ---------------------------------- */
#main {
	margin-left: 190px;
	padding: 10px 20px;
	border: 1px solid #fff;
	font-size: 1.2em;
	background-color: #edebd6;
	color: #444;
}
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #e48b22;
	border-bottom: 1px solid #ccc;
}
#main h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #666666;
	padding: .5em 0;
}
#main h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
	padding: .4em 0 0 0;
}
#main p { padding: .2em 0 0 0; }

#pjteam a:link, #pjteam a:visited {
	text-decoration: underline;
}
/* ---------------------- forms and user interfaces ------------------------------ */
.frmmain {
	margin: 0; padding: 0;
}
.frmmain div {		/* padding for each section */
	clear: right;
	margin: 0; padding: 0;
	padding-top: .6em;
}	
.frmmain div label {	/* form labels */
	float: left;
	text-align: right;
	width: 25%;
	padding-top: 4px;
	padding-right: 8px;
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
}
.frmmain input.txt {		/* text boxes */
	color: #444;
	border: 1px solid #ddd;
	width: 200px;
	font: normal 1em Arial, Helvetica, sans-serif;	
}
.frmmain input.btn {		/* button style */
	color: #444;
	border: 1px outset #ddd;
	font: normal 1em Arial, Helvetica, sans-serif;	
}
.frmmain textarea.txt {
	color: #444;
	border: 1px solid #ddd;
	width: 250px;
	font: normal 1em Arial, Helvetica, sans-serif;	
}

/* ---------------------------- rightcol ----------------------------------------- */
#side2 {
	width: 190px;
	float: right;
	margin-top: 10px;
	padding: 0;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}
#side2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #666666;
	border-bottom: 1px solid #ddd;
}


/* --------------------------------- NAVIGATION------------------------------------ */
/* -------------------------------------------------------------------------------- */
/* navigation style ---------------------------------*/
#navigation {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	float: left;
	width: 160px;
}
#navigation ul, 
#side2 ul {
	list-style: none;   /* remove bullets and default indentation */
	margin: 0; padding: 0;
}
#navigation li, 
#side2 li {
	margin: 0; padding: 0;
}

/* navigation links styles */
#navigation li a:link, #navigation li a:visited,
#side2 li a:link , #side2 li a:visited {
	color: #666666;
	padding: 4px 0 4px 15px;		/* set spacing for navigation elements */
	display: block;
	border-bottom: 1px dashed #fff;
	background-image: url(images/bullet.gif );
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: .4em 0;						/* positions the background image icon */
}
#side2 li a:link , #side2 li a:visited {
	color: #2088ef;
}
* html #navigation a {    /* very important to specify width for IE6 */
	width: 160px;
}
* html #side2 a {
	width: 190px;
}	
#navigation li a:hover {
	text-decoration: none;
	color: #2088ef;
}

#side2 li a:hover {
	color: #e48b22;
	text-decoration: underline;
}

/* --------------------------------- FOOTER -------------------------------------- */
/* -------------------------------------------------------------------------------- */
#footer {        
	color: #888;	
	font-family: Arial, Helvetica, sans-serif;
	height: 5em;
/*	background-color: #70736b;*/	/* set background for footer */
	text-align: center;
	margin: 100px 0 0 0; padding: 0;
	border-top: 3px solid #fff; 
}	
#footer ul {
	list-style-type: none;
	padding: .3em;		/* spacing for the footer menu */
}
#footer ul li {
	display: inline;
}
#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	padding: .2em 1em;
	color: #2088ef;	/*	color: #e48b22;*/
	text-decoration: none; 
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer .copyright {	/* footer specific section */
	padding: 1em 0 0 1.2em;		
}
#footer .copyright a:link, #footer .copyright a:visited {
	color: #999;
	text-decoration: underline;
}
#footer .copyright a:hover {
	text-decoration: none;
}

/* --------------------------------- CLASSES -------------------------------------- */
/* -------------------------------------------------------------------------------- */	
/* --------------------------------------------------------------------- */

/* lists for the content area ------------------------------------------- */
.genlists, .links, .imglist {	          	/* main content lists get a bulleted image */
	margin: 0; padding: 0;
	list-style-type: none;
	padding-bottom: 8px;     /* ensure there is always padding at the bottom of list */
}
.genlists li {
	color: #444;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 1px 0 1px 20px;			/* positions the text of the list element */
	margin: .2em;						/* positions the background image icon */	
}
.links li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: .8em;
}
.links li a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.3em;
}
.links li.pdf {
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;			/* positions the text of the list element */
	margin: .4em .2em;						/* positions the background image icon */
}
.links li.txt {
	background-image: url(images/notepad.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;			/* positions the text of the list element */
	margin: .4em .2em;						/* positions the background image icon */
}

.imglist li {
	font: normal 0.9em Verdana, Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	width: 100%;		/* this takes up the entire width and therefore the floated objects appear below each other not side by side */
	padding: 10px 0;	
}
.imglist li .ptmn {
	font-weight: bold;
}
.imglist img {
	border: 3px solid #fff;
	width: 100px;
	margin-right: 20px;
	float: left;
}


/* meetings setup */
.meeting {
    margin: 0; padding:0
}
.meeting li {
    list-style-type: none; 
    padding: 0.25em 
}
.meeting li.date { font-size: 1.2em; font-weight: bold; }



.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;
}
.justclear {
	clear: both;
}
.featureimage {
	float: right;
	border: 2px solid #666666;
	margin-left: 10px;
	margin-bottom: 6px;
}