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

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

div#leaf1 {
	position: absolute;
	top: 80px;
	right: -70px;
	z-index: 3;
	
}	

div#leaf2 {
	position: absolute;
	bottom: -10px;
	left: -75px;
	z-index: 1;
	
}	

div#leaf3 {
	position: absolute;
	top: -10px;
	right: -60px;
	z-index: 5;
	
}	

div#leaf4 {
	position: absolute;
	top: 60px;
	left: -80px;
	z-index: 7;
	
}	
	
div#print-logo {display: none;}


/*typography*/


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

}

a:link {
}

a:visited {
	color: #484434;
}

a:hover {
	text-decoration: underline;
}

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

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

}

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 {
	margin: 0 0 .5em 0;
	font-size: 0.8em;
	line-height: 1.4em;
}

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

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}



/*     branding     */


div#branding {
	position: relative;
}


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

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



#fs_link {
	display: block;
	position: absolute;
	top: 175px ;
	right: 105px;
	width: 90px;
	height: 90px;
	text-indent: -9999px;
	outline: none;
}

#umass_link {
	display: block;
	position: absolute;
	top: 175px;
	right: 5px;
	width: 90px;
	height: 90px;
	text-indent: -9999px;
	outline: none;
}



/*     main nav     */


ul#nav {
	width: 800px;
	height: 23px;
	position: relative;
	background: url(../images/frc-navigation.jpg);
}

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

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

li#navHome a, li#navAbout a, li#navProjects a, li#navPublications a, li#navPresentations a, li#navLinks a, li#navFAQ a, li#navResources a 
	{background: url(../images/frc-navigation.jpg);}

li#navHome a 									{ background-position:0 0; width: 57px; left: 0}
li#navHome a:hover								{ background-position:0 23px }
div#pageHome li#navHome a 						{ background-position:0 23px }

li#navAbout a 									{ background-position:-57px 0; width: 81px; left: 57px;}
li#navAbout a:hover								{ background-position:-57px 23px }
div#pageAbout li#navAbout a 					{ background-position:-57px 23px }

li#navProjects a 								{ background-position:-138px 0; width: 120px; left: 138px;}
li#navProjects a:hover							{ background-position:-138px 23px }
div#pageProjects li#navProjects a 				{ background-position:-138px 23px }

li#navPublications a 							{ background-position:-258px 0; width: 99px; left: 258px;}
li#navPublications a:hover						{ background-position:-258px 23px }
div#pagePublications li#navPublications a 		{ background-position:-258px 23px}
	
li#navPresentations a 							{ background-position:-357px 0; width: 106px; left: 357px;}
li#navPresentations a:hover						{ background-position:-357px 23px }
div#pagePresentations li#navPresentations a 	{ background-position:-357px 23px }

li#navLinks a 									{ background-position:-463px 0; width: 56px; left: 463px;}
li#navLinks a:hover								{ background-position:-463px 23px }
div#pageLinks li#navLinks a 					{ background-position:-463px 23px }

li#navFAQ a 									{ background-position:-519px 0; width: 49px; left: 519px;}
li#navFAQ a:hover								{ background-position:-519px 23px }
div#pageFAQ li#navFAQ a 						{ background-position:-519px 23px}

li#navResources a 								{ background-position:-568px 0; width: 85px; left: 568px;}
li#navResources a:hover							{ background-position:-568px 23px }
div#pageResources li#navResources a 			{ background-position:-568px 23px}


/*     main content     */


div#main_content {
	border-bottom: 1px solid #555;
	border-top: 1px solid #aaa;
	position: relative;
	background: url(../images/frc-bg-interior.png);
	overflow: hidden;			/*     fixes IE7 scrollbar problem     */
}


/*     main content-left    */


div#main_content-left {
	border-bottom: 1px solid #555;
	border-top: 1px solid #aaa;
	position: relative;
	background: url(../images/frc-bg-interior-left.png);
	overflow: hidden;			/*     fixes IE7 scrollbar problem     */
}


/*     sidebar     */


div#sidebar {
	float: right;
	width: 150px;
	margin: 0;
	padding: 1em 25px;
}

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

div#sidebar img {
	border: solid 1px #888;
}

	
	
/*     sidebar-left     */


div#sidebar-left {
	float: left;
	width: 150px;
	margin: 0;
	padding: 1em 25px;
}

div#sidebar-left img {
	border: solid 1px #888;
}


/*     left nav     */


ul#left_nav {
	padding: 0;
}

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

}

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;}


/*     content     */


div#content {
	float: left;
	width: 500px;
	padding: 1em 40px;
	background: url(../images/leavesb.png) no-repeat bottom left;
}

div#content li {
	list-style-type: disc;
	margin-left: 1em;
	padding: .5em 0;
}


/*     content-left     */


div#content-left {
	float: right;
	width: 500px;
	padding: 1em 40px;
	background: url(../images/leaves.png) no-repeat top right;
}

div#content-left li {
	list-style-type: disc;
	margin-left: 1em;
	padding: .5em 0;
}


/*     footer     */


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

div#footer img {
	float: right;
	padding: 0 2em 0 0;
}

div#footer a {
	font-weight: normal;
}

div#footer p {
	font-size: .9em;
	padding: 1em 0 0 0;
	text-align: right;
}


/*     classes     */

	
.floatright	{
	float: left;
	border: solid 1px #aaa;
	margin: 5px 20px 20px 0;
	padding: 5px;
}
