html {
	height: 100%; margin-bottom: 1px; /* fixes safari scrollbar problem */
	background: #2b352c
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	background: #000 url(../images/ffp-bg.png) center repeat-y;
}
	
div#wrapper {
	width: 800px ;
	text-align:left;
	margin: 0 auto;
	background-color:#FFFFFF
}

div#print-logo {display: none;}


/*typography*/


a {
	text-decoration: none;
	font-weight: bold;
	color:#006666;

}

a:link {
}

a:visited {
	color: #006666;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #339999;
}
	
h1 {
	font-size: 2.1em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 1em 0;
	color: #004444;

}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1em 0;

}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 3em 0 1em;
	border-top: 1px solid gray;
}

h5 {
	font-size: 0.9em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
}

p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
	
img {
	border: 0
}



/*     branding     */


div#branding h1 {
	width: 800px;
	height: 144px;
	text-indent: -9999px;
	background: url(../images/ffp-banner.jpg)
}

div#branding h2 {
	margin: 0;
	padding: 0;
	height: 0;
	text-indent: -9999px;
}


/*     main nav     */


ul#nav {
	width: 800px;
	height: 27px;
	position: relative;
	background: url(../images/ffp-nav.jpg);
	background-position: 0 -27px;
}

ul#nav li { 
	display: inline;
	list-style-type:none;
}

ul#nav li a {
	height:27px; 
	display:block;
	position:absolute; 
	text-indent:-9999px; 
	outline:none;
}

li#navHome a, li#navAbout a, li#navProjects a, li#navSoftware a, li#navPublications a, li#navPresentations a, li#navFAQ a { 
	background: url(../images/ffp-nav.jpg);
	background-position: 0 -27px;
}

li#navHome a 									{ background-position:0 27px; width: 67px; left: 0}
li#navHome a:hover								{ background-position:0 0 }
body#pageHome li#navHome a 						{ background-position:0 0 }

li#navAbout a 									{ background-position:-67px 27px; width: 82px; left: 67px;}
li#navAbout a:hover								{ background-position:-67px 0 }
body#pageAbout li#navAbout a 					{ background-position:-67px 0 }

li#navProjects a 								{ background-position:-149px 27px; width: 117px; left: 149px;}
li#navProjects a:hover							{ background-position:-149px 0 }
body#pageProjects li#navProjects a 				{ background-position:-149px 0 }

li#navSoftware a 								{ background-position:-266px 27px; width: 146px; left: 266px;}
li#navSoftware a:hover							{ background-position:-266px 0 }
body#pageSoftware li#navSoftware a 				{ background-position:-266px 0 }

li#navPublications a 							{ background-position:-412px 27px; width: 98px; left: 412px;}
li#navPublications a:hover						{ background-position:-412px 0 }
body#pagePublications li#navPublications a 		{ background-position:-412px 0 }

li#navPresentations a 							{ background-position:-510px 27px; width: 105px; left: 510px;}
li#navPresentations a:hover						{ background-position:-510px 0 }
body#pagePresentations li#navPresentations a 	{ background-position:-510px 0 }

li#navFAQ a 									{ background-position:-615px 27px; width: 53px; left: 615px;}
li#navFAQ a:hover								{ background-position:-615px 0 }
body#pageFAQ li#navFAQ a 						{ background-position:-615px 0 }


/*     main content     */


div#main_content {
	border-bottom: 1px solid gray;
	position: relative;
	background: url(../images/ffp-bg-home.png) repeat-y;
	overflow: hidden;			/*     fixes IE7 scrollbar problem     */
}

div#main_content_interior {
	border-bottom: 1px solid gray;
	position: relative;
	background: url(../images/ffp-bg-interior.png) repeat-y;
	overflow: hidden;			/*     fixes IE7 scrollbar problem     */
}

/*     left sidebar     */


div#left_sidebar {
	float: left;
	width: 170px;
	margin: 0;
	padding: 20px 15px;
}

.pinchot {
	text-indent: -9999px;
	background: url(../images/ffp-pullquote-pinchot.png) no-repeat;
	height: 400px;
}

.cousteau {
	text-indent: -9999px;
	background: url(../images/ffp-pullquote-cousteau.png) no-repeat;
	height: 150px;
	margin-top: 160em;
}

div#left_sidebar p {
	font-size: 0.8em;
	font-weight: bold;
	}


/*     left nav     */


ul#left_nav {
	padding: 0 1em;
}

ul#left_nav li { 
	list-style-type:none;
	padding: .4em 0;
	border-top: 1px solid #bbb;

}

ul#left_nav li a {
	font-size: .9em;
	outline:none;
}

ul#left_nav ul	{
	text-indent: 1em;
}

ul#left_nav ul li{
	color: #006666;
	border: none;
	list-style: square inside;
	font-size: .9em;}

/*     right sidebar     */


div#right_sidebar {
	float: right;
	width: 170px;
	margin: 0;
	padding: 20px 15px;
}

div#right_sidebar p {
	font-size: 0.9em;
	font-style:italic;
	line-height: 1.8em;
	
}


/*    center content     */


div#content {
	float: left;
	width: 360px;
	padding: 20px;
}

div#content li {
	display: block;
	list-style-type: square;
	padding: .2em;
}


/*     interior content     */


div#content_interior {
	float:	left;
	width: 560px;
	padding: 20px;
}

div#content_interior li {
	display: block;
	padding: .2em;
}

div#content_interior a {
}

div#content_interior a:visited {
}

div#content_interior a:hover {
	text-decoration: underline;
}

div#content_interior ul#list {
	margin: 2em;
}

ul#list li {
	list-style-type: square;
}
	



/*     footer     */


div#footer {
	clear: both;
	background: url(../images/ffp-footer-bg.jpg) repeat-x;
	height: 70px;
}	

div#footer img {
	float: left;
	padding: 0 0 0 180px;
}

div#footer a {
}

div#footer p {
	padding: 1em 0 0 0;
}





	
.floatright	{
	float: right;
	margin: 0 10px;
}

div#img_left {
	position: absolute;
	width: 170px;
	left: 15px;
}

div#img_right {
	position: absolute;
	width: 170px;
	left: 615px;
}
	
div#table1 {
	position: absolute;
	width: 670px;
	top: 1100px;
	left:65px;
	visibility: hidden;
}
