/* CSS Document */

/******  left menu right scroll  ******/
/******           lmrs           ******/
/****** for personnel bios, etc. ******/

#lmrsContainer {
	position: relative;
	top: 10px;
	width: 90%;
	color:#193e4f;
	padding: 0 0 20px 0;
	margin-top: 0;
}




#lmrsnav {
	position: relative;
	float: left;
	text-align: left;
	top: 5px;
	left: 30px;
	background-image: url(../images/graphics/fw/ltblugradientvert.png);
	background-repeat: repeat-x;
}

#lmrsnav h2 a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 75%;
	letter-spacing: 0.1em;
	color: #764f27;
	font-style: italic;
	font-weight: 100;
	left: 1em;
	padding: 0 0 0 0.3em;
	background-color: transparent;
/*	border-bottom: 1px dotted #5fba7e; */
}

#lmrsnav h3 a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #764f27;
	font-style: italic;
	font-weight:normal;
	left: 1em;
	line-height:1.75em;
	background-color: transparent;
/*	border-bottom: 1px dotted #5fba7e; */
}
	
#lmrsnav ul {
	letter-spacing: normal;
	list-style: none;
	margin-left: 1.5em;
	padding-bottom: 1em;
}

#lmrsnav li {
	font-size: 80%;
	border-bottom: 1px dotted #5fba7e;
	margin-bottom: 0.3em;
}

#lmrsnav a:link, #lmrsnav a:visited {
	text-decoration: none;
	color: #764f27;
	background-color: transparent;
}

#lmrsnav a:hover {
	color: #193e4a;
	font-weight: normal;
	letter-spacing: 0.1em;
}





#lmrstxt {
	position: relative;
	left: 35px;
	overflow:auto;	/* This causes scroll bar to appear when text overflows the container */
/*	height:550px;	/* change individual pages at id=lmrstxt */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #193e4a;
	text-align: left;
	letter-spacing: 0;
/*	margin-left: 18em;	/* change individual pages at id=lmrstxt */
	margin-right: 80px;
}

#lmrstxt .emph {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}

#lmrstxt .emph2 {
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
}

#lmrstxt .emph3 {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}

#lmrstxt p {
	font-size: 90%;
	text-align: justify;
	line-height: 1.2em;
	text-indent: 2.5em;
	padding: 0 1em 0.2em 1em;
}

#lmrstxt h4 {
	font-size:100%;
	text-align:left;
	text-indent: 0em;
	letter-spacing: 0.1em;
	padding: 0 1em 0.1em 0;
}

#lmrstxt h5 {
	font-size:100%;
	text-align:left;
	text-indent: 0em;
	letter-spacing: 0.1em;
	padding: 0 1em 0.1em 0;
}

.lmrsimg {
	position: relative;
	width: 250px;
	float: left;
	margin: 6px 20px 0px 20px;
}

.lmrsgallery {
	min-height: 290px;  /*to accomodate photo height if text is less*/
	padding-bottom: 0px;
	border-bottom: 1px solid #5fba7e;
	padding: 0 0 1em 0;
	clear:both;
}
