	html {
		height: 100%;
	/*overflow: hidden;*/
	}
	
	#flashcontent {
		height: 100%;
	}
	



/* GLOBAL ELEMENTS ------------------------------------------------------------------- */



body {
	margin: 0 0 0 10px; /* Gets rid of default margin on body that most browsers add. */
	padding: 0 0 0 0; /* Gets rid of default padding on body that Opera adds. */
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
}
#flashcontent p {
	font-size: 10px;
}

#holder #welcome_content {
	text-align: center;
}
#welcome_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	margin: 40px 0 20px 0;
}
#welcome_enter {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 20px 0 20px 0;
	text-align: center;
	font-size: 150%;
}

/* dropdown menu*/
#dropmenudiv{
	position:absolute;
	font:normal 12px Arial;
	line-height:30px;
	text-align: left;
	z-index:100;
	
}

/* Main div for all other content on page. A main wrapper div allows us to easily center everything in the viewport. */
#holder {
	margin: 0 0 0 0; /* The auto margin on the left and right center the holder div in standard compliant browsers. The 10px top margin adds space between the top of the holder div and the edge of the viewport. */
	width: 900px; /* Sets width of main container to fit within most maximized 800x600 windows. */
	text-align: left;
}

/* Needed to hold link to main content in compliance with Section 508, rule o. */
#skipnav {
	position: absolute; /* Sets the div to be positioned in a precise spot in relation to its nearest postioned ancestor, or barring that, the body. Also removes it from the flow, so it will not push down the header image. */
	top: 0; /* Places the div at the top of body. */
	left: 0; /* Places the div at the left side of body. */
	margin-left: -1000px; /* Moves the div off the left side of the screen, making it invisible to those using visual browsers but accessible to those using screen readers and other user agents. */
	}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/cssplay-click-click.html
Copyright (c) 2005-2011 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



/* infoClick for left flyouts nav bar
-------------------------------------------------------- */

#infoclick:active {}


#infoclick {
	padding:0px 0px;
	margin:0 0px;
	list-style:none;
	position: absolute;
	height: 100px;
	
	
}

#infoclick ul {
	padding:0px 0px;
	margin: 0;
	list-style:none;
	position:absolute;
	left:80px;
	top:0px;
	display:none;
	background:#CCCCCC;
	text-align: left;
	line-height: 24px;
}
#infoclick > li {
	position:absolute;
	margin: 0px;
	padding: 0px;
	 z-index:10;
}
#infoclick > li > a {
	display:block;
	float:left;
	text-decoration:none;
	color:#000000;
	padding: 40px 0px 0px;
	outline:0;
	/*	background:#CCCCCC no-repeat 0px 50%; */
	position: absolute;
	/*  z-index:10; */
	margin: 0;
	width: 66px;
	height: 66px;
	line-height: 24px;
}

#infoclick > li > a.drop  {
	margin: 0;
	padding: 63px 0px 0px 12px;
}

#infoclick img {display:block; position:absolute; left:0; top:0; width:66px; height:75px; display:none; cursor:pointer; z-index:100;}

#infoclick ul li a {
	display:block;
	white-space:nowrap;
	padding: 0px 30px 0px;
	text-decoration:none;
	color:#000000;
	background:#CCCCCC no-repeat right 50%;
	margin: 0;
	line-height: 24px;
}
#infoclick ul li a:hover {
	color:#000;
	background:#ffffcc;
}

#infoclick > li > a:focus {background:#333333; color:#FFF;}
#infoclick > li > a.drop:focus {line-height:22px; background: no-repeat right 17px;}
#infoclick > li > a:focus ~ ul {display:block;}
#infoclick > li > a:focus + img {display:block;}

#infoclick ul:hover {display:block;}

.dontshow {
	visibility: hidden;
}


/* Wrapper for all content between nav and footer. */
#contentwrapper {
	background: #fff; /* Adds strip showing three columns as background image to wrapper div. It is tiled downward to create the appearance of three columns. Also given a background color in case images are not available. */
}

/* Another wrapper for the content is needed because we need two background images for the content area -- the repeating column part, and the top curved part. Since each div can only have one background image, we need to use two layered divs to create the effect. */
#content {
	padding: 5px 0 0 0; /* Adds space between top of box and start of content so it doesn't cover up curved area. */
	position: relative; /* Allows the absolutely positioned #subnav div to base its position off #content. */
	color: #333333;
}
/* WinIE5 needs the following selector to display the padding in #content. This comment cannot be in the selector or it will trigger the end of the MacIE hide. */
/* hide from MacIE \*/
* html #content {
	height: 1%;
	}
/* end hide */

/* Left column for extra info, feature items, news, etc. */
#info {
/*	float: left;  Moves div to left side of #content. */
	width: 90px; /* Moves div away from edges of container and surrounding content. */
/*	display: inline;  Sets font size smaller than default. */
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
	font-size: 0.75em;
	margin: 0 0 0 0;
	left: 0px;
	top: 10px;
	position: absolute;
	color: #000000;
}

.infoNames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 10px;
}
.infoNamesClick {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 10px;
	position: absolute;
	top: 66px;
	left: 30px;
}
.infoBox {
	text-align: center;
	margin-bottom: 5px;
	text-decoration: none;
	border: 0;
	position: relative;
}
.infoBoxClick {
	text-align: center;
	margin-bottom: 5px;
	text-decoration: none;
	border: 0;
	position: relative;
	height: 90px;


}

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #000099; /* Sets color of visited, hovered, and active links within main content to dark purple. */
	text-decoration: none;
}
a:hover, a:active {
	color: #FF3333; /* Sets color of visited, hovered, and active links within main content to dark purple. */
	text-decoration: none;
}

#info a img {
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
}
.infoBox a img {
	color: #FFFFFF;
	text-decoration: none;
	border: 0;
}
#info a:link, #info a:visited {
	color: #000000;
	text-decoration: none; /* Removes default link underlines. */
	padding: 2px 4px; /* Creates space around links so that background color set in selector below does not so tightly enclose link text. */
}
#info a:hover, #info a:active, #info a:focus {
	color: #FF3300;
	text-decoration: none;
}

#infoclick a:link, #infoclick a:visited {
	color: #000000;
	text-decoration: none; /* Removes default link underlines. */
	padding: 2px 4px; /* Creates space around links so that background color set in selector below does not so tightly enclose link text. */
}
#infoclick a:hover, #infoclick a:active, #infoclick a:focus {
	color: #FF3300;
	text-decoration: none;
}


#infoNamesBio {
	color: #000000;
}



/* Center column for main text. */
#main {
	margin: 0 0 0 120px; /* Adds large space at top of div for background to display in without text overlapping. Also adds 10px space to left, right, and bottom. */
	position: relative;
}

#blurb {
	float: left;
	margin: 15px 15px 5px 0;
}
#logo {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/* Right column for sub-navigation list. */
#subnav {
	position: absolute; /* Positions div in a precise spot in relation to its nearest positioned ancestor, which is #content. */
	width: 122px; /* Sets width. */
	top: 35px; /* Moves div down 35px from the top of #content. */
	right: 33px; /* Moves div 33px over from the right of #content. */
}
#subnav ul {
	margin: 0; /* Removes default list margin added by some browsers. */
	padding: 0; /* Removes default list padding added by some browsers. */
	list-style-type: none; /* Removes default list bullets. */
}

#subnav li {
	margin-top: 8px; /* Spaces list items out from each other. */
}
#subnav ul a:link, #subnav ul a:visited {
	color: #036; /* Sets link color of unvisited and visited links to dark purple. */
	text-decoration: none; /* Removes default link underlines. */
	padding: 2px 4px; /* Creates space around links so that background color set in selector below does not so tightly enclose link text. */
}
#subnav ul a:hover, #subnav ul a:active, #subnav ul a:focus {
	color: #039; /* Sets link color to brighter blue on hover, activation, and focus. */
	background: #CCC; /* Sets background color to light gray on hover, activation, and focus. */
}

/* Footer for page. */
#footer {
	margin: 20px 0 0 0;
	padding: 0 0 0 0; /* Creates room for background image to display, so text starts below end of image. */
	color: #666666; /* Sets text color to very light gray. */
	font-size: 0.7em; /* Sets font size smaller than default and smaller than content text. */
	text-align: center;
}
#footer p {
/*	float: left;  Moves paragraph to left side of #footer. */
	margin: 0; /* Removes default margin added to paragraphs. */
}
#footer ul {
	float: right; /* Moves list to right side of #footer. */
	margin: 0 6px 20px 0; /* 6px right margin aligns edge of text with border of content div instead of the edge of its shadow. 20px bottom margin provides space between end of footer and edge of window. */
	padding: 0; /* Removes default padding added to lists by some browsers. */
}
#footer p, #footer ul {
	display: inline-block; /* Prevents MacIE from expanding the floats to 100%, which would keep them from sitting on the same line. */
}
/* The following selector overwrites the display value of the paragraph and list back to the correct value, but is hidden from MacIE so it still gets the value it needs. */
/* hide from MacIE \*/
#footer p, #footer ul {
	display: block;
}
/* end hide */
#footer li {
	display: inline; /* Makes list items display horizontally. */
	margin: 0; /* Removes default margin some browsers add to list items. */
	padding: 0; /* Removes default padding some browsers add to list items. */
}
#footer a {
	color: #666666; /* Sets color of links to slightly darker gray than surrounding text. */
	}
#footer a:hover {
	color: #FF9933; /* Sets color of links on hover to white. */
	}


/* CONTAINING FLOATS ----------------------------------------------------------------- */
/* The following selectors keep floats from overflowing out of their parent elements. This is done by generating a character within the parent but after the float, so that the parent must expand to hold the generated character, appearing to contain the floats in the process. */
.clearfix:after {
  content: "."; /* This dot is the actual content that will be appended to the end any div this class is applied to. */
  clear: both; /* Makes the generated content appear after the floats. */
  height: 0; /* Sets its height to zero so it doesn't show. */
  visibility: hidden; /* Sets its visibility to hidden so it doesn't show. */
  display: block; /* Overwrites the default inline display of the generated content. Needed because only blocks can have clear set on them. */
}
 
.clearfix {
	display: inline-block; /* Makes it work in MacIE. MacIE does not support generated content but will automatically contain a float if the container has this display property. */
	}

/* The first selector below makes it work in WinIE. WinIE does not support generated content, but will automatically contain a float if the container has a width or height assigned. "height: 1%" can be used because WinIE will not honor this height and will expand the div to whatever height necessary to show the content. */
/* The second selector below overwrites the inline-block display used to help MacIE. */
/* Hides from MacIE \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
.right {
	margin: 0 0 20px 20px;
	float: right;
	padding: 0px 0px 10px 0px;
}
.left {
	margin: 20px 20px;
	float: left;
	padding: 0px 0px 10px 0px;
}

/* HEADINGS ------------------------------------------------------------------------- */
h1 {
	font-size: 1.3em; /* Sets font size of top level headings to larger than default. */
	}

h2 {
	font-size: 1.1em; /* Sets font size of second level headings to larger than default but smaller than h1. */
	}
h3, h4, h5, h6 {
	font-size: 1em; /* Sets font size for other headings to same size as default. Headings are bold by default, so they will still be distinguishable. */
	}

#scroll3 {
}
.formatPre {
	white-space: pre;
}
.noScroll_Inside {
	margin: 0 0 40px 0;
}
.justified {
	text-align: justify;
}
.main_Inside {
	margin: 20px 30px 0px 0px;
}
.main_content_Title {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	margin: 10px 0 10px 0;
	clear: both;
}


#mainContent {
	line-height: 140%;
	font-size: 90%;
	text-align: left;
}

#missionPic {
	padding: 0px;
	margin: -20px 0 0 0;
	text-align: center;
}

#lampman {
	margin: 0px 5px 5px 20px;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	border: 2px solid #999999;
}
#lampman p {
	line-height: 110%;
	padding: 10px 10px 0 10px;
}
#rightsPic {
	position: relative;
	left: 365px;
	top: 279px;
}
#rightsTitle {
	text-align: left;
}
#welcome_enter a {
	color: #000000;
	text-decoration: none;
}

#popitmenu{
	position: absolute;
	background-color: #FFFFCC;
	border:1px solid black;
	font: normal 12px Verdana;
	line-height: 25px;
	visibility: hidden;
	z-index: 100;
}

#popitmenu a{
	text-decoration: none;
	padding-left: 6px;
	color: black;
	display: block;
	text-align: left;
	z-index: 100;
}

#popitmenu a:hover{ /*hover background color uuu*/
background-color: #FFCC66;
}

p.MsoNormal {
margin:0in;
margin-bottom:0.0001pt;
font-family:Arial, Helvetica, sans-serif;
}
div.MsoNormal {margin:0in;
	margin-bottom:0.0001pt;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;}

li.MsoNormal {margin:0in;
	margin-bottom:0.0001pt;
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;}


div.MsoNormal1 {mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Times New Roman";}
li.MsoNormal1 {mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:11.0pt;
	font-family:"Times New Roman";}
p.MsoNormal1 {mso-style-parent:"";
	margin:0in;
	margin-bottom:0.0001pt;
	mso-pagination:widow-orphan;
	font-family:"Times New Roman";}


.nothing {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.whatDiv {
	margin: 0px;
	padding: 0px;
}
.whatRight {
	margin: 40px 0 10px 5px;
	float: right;
	padding: 0px 0px 10px 0px;
}
.whatdivider {
	clear: both;
}
.canImg {
	margin: 0px 15px 30px 0px;
	padding: 0px;
}
#nav {
	height: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
.social {
	position: absolute;
	height: 40px;
	width: 100px;
	top: 0px;
	right: 10px;
}
.logodiv {
	background-image: url(../images/LRF_logo.jpg);
	height: 120px;
	width: 764px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
}
.socialbelow {
	position: absolute;
	height: 40px;
	width: 80px;
	bottom: 15px;
	right: 10px;
}
.logodivbelow {
	background-image: url(../images/LRF_logo.jpg);
	height: 150px;
	width: 764px;
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
}
