#sitemapnav{
	margin-left:30px;
}
#sitemapnav LI UL{
	margin-left:15px;
}

#sitemapnav, #sitemapnav a{
	list-style-image:url(../_images_/bullet6.gif);
	font:bold 11px verdana;
	color: #006633;
	line-height:20px;
	text-decoration:none;
}
#sitemapnav a:hover{
	text-decoration: underline;
	line-height:20px;
}
#sitemapnav UL LI, #sitemapnav UL LI a{
	list-style-image:url(../_images_/bullet5.gif);
	font:normal 11px verdana;
	line-height:20px;
	color: #333333;	
}
#sitemapnav UL LI a:hover{
	color: #006633;
	line-height:20px;
	text-decoration:underline;
}
div.box1 {	
	margin: 30px 5px 5px 10px;
	width: 241px;
	float:left;
	height:500px;
}
.style20{
	font:16px verdana;
	font-weight: bold;
	color: #006633;
}
.style18, .style18 a{
	font:16px arial;
	text-decoration:underline;
	font-weight: bold;
	color: #006633;
}
.style18 a:hover{
	font:16px arial;
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}

html
{
	font-size: 100.01%;		/* fixes font sizing bug in some browsers */
}

body
{
	margin: 0px;
	
	font-size: 62.5%; /* sets baseline font size */
	font-family: Helvetica, Arial, sans-serif;
	
	background-image: url(../_images_/lrcc_body_background.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: rgb(255,250,240); /* tan */
}

img
{
	border: none;
}

/* ------------------------------------- header
----------------------------------------------- */

#header
{
	height: 100px;
	
	background-image: url(../_images_/lrcc_header_background.png);
	background-repeat: repeat-x;
	background-color: rgb(0,120,79); /* medium green */
}

#header_links
{
	width: 380px;
	height: 20px;
	position: relative;
	padding-left: 170px;
	padding-right: 230px;
	padding-top: 12px;	

	text-align: center;
		
	background-image: url(../_images_/lrcc_header_links_background.png);
	background-repeat: no-repeat;
}

#header_links_container
{
	width: 390px;
	margin: auto;
}

#header_links a
{
	margin-left: 6px;
	margin-right: 6px;
	
	color: rgb(255,255,255); /* white */
	font-size: 1.1em;
	text-decoration: none;
}

#header_links a:hover
{
	color: rgb(200,255,200); /* light green */
}

#header img.logo
{
	margin: 0;
	width: 390px;
/* 	height: 65px; */

	margin-left: 165px;
	z-index: 99;
}

#searcharea
{
	margin: 0;
	position: absolute;
	top: 9px;
	left: 566px;

	display: inline;
	
	z-index: 97;
}

#search
{
	width: 144px;
	height: 14px;
	margin-right: 4px;
	
/* 	z-index: 98; */
}

#search, #submit
{
	vertical-align: middle;
}

#sitecontrols
{
	margin: 0;
	padding-top: 4px;
	position: absolute;
	top: 9px;
	left: 10px;
		
}

#sitecontrols .small
{
	font-size: 0.9em;
}

#sitecontrols .large
{
	font-size: 1.3em;
}

#sitecontrols a
{
	color: rgb(255,255,255);
}



/* ------------------------ center content well
----------------------------------------------- */

#primary_content
{
	float: left;
	width: 384px;
	padding: 8px;
	
	font-size: 1.2em;
	
	background-color: rgb(255,255,255); /* white */
}

#picture_area
{
	width: 400px;
	height: 410px;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -8px;

	background-image: url(../_images_/lrcc_picture_area_background2.png);
	background-repeat: no-repeat;
/* 	background-color: rgb(0,120,79); */ /* medium green */
}

#picture_area img
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

#picture_area .caption
{
	margin: 0px;
	margin-top: 4px;
	padding-left: 20px;
	padding-right: 20px;	

	color: rgb(255,255,255); /* white */
}

.newsitem
{
	width: 350px;
	margin: auto;
	margin-top: 16px;
	display: block;

	color: rgb(100,100,100);
	
	border-style: solid;
	border-color: rgb(192,154,0);
	border-top-width: 2px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}

.newsitem h2
{
	margin: 2px;

	color: rgb(192,154,0); /* golden yellow */
	font-size: 1.6em;
}

.newsitem img
{
	float: right;
	clear: left;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 16px;
	margin-right: 8px;
}

.newsitem a
{	
	display: block;
	margin-top: 8px;	
	
	color: rgb(13,130,85); /* medium green */
	text-decoration: none;
	font-weight: bolder;
}

.content_header
{
	margin: -8px;
}


/* -------------------- nav sidebar (left side)
----------------------------------------------- */
/* see also: navigation.css */


#nav_sidebar_header
{
	width: 160px;
	height: 22px;
	padding-top: 6px;
	color: rgb(215,225,210); /* light green */
	font-size: 1.1em;
	text-align:left;
	
	background-color: rgb(0,82,49); /* dark green */
}

#nav_sidebar
{
	float: left;
	width: 160px;
	padding: 0px;
	background-image: url(../_images_/lrcc_nav_background.png);
	background-repeat: repeat-y;
	
}


/* ----------------------- sidebar (right side)
----------------------------------------------- */

#sidebar
{
	float: left;
	width: 204px;
	padding: 8px;
	
	font-size: 1.2em;	
	
	background-color: rgb(235,245,230); /* light green */
	z-index: 99;
}

#sidebar_header
{
	width: 220px;
	
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -8px;
	
/* 	padding-top: 8px; */
/* 	padding-left: 8px; */
/* 	padding-right: 8px; */
	
	background-color: rgb(0,82,49); /* dark green */
	
	z-index: 98;
}

#sidebar_photo
{
	width: 200px;
	margin: 0px;	
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -8px;
	padding-left: 10px;
	padding: 10px;	

	background-color: rgb(0,82,49); /* dark green */
}

#sidebar_photo .caption
{
	margin-left: auto;
	margin-right: auto;	
	color: rgb(255,255,255);
}

.events_module
{
	width: 200px;
	min-height: 48px;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 10px;	
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 12px;
	padding-bottom: 10px;	
/* 	margin: 0px; */

	color: rgb(192,154,0); /* golden yellow */
	font-size: 1.8em;
	
	background-color: rgb(75,88,101);	/* cool grey */
	background-image: url(../_images_/lrcc_module_header.png);
	background-repeat: no-repeat;
}

.events_module a
{
		color: rgb(192,154,0); /* golden yellow */
		text-decoration: none;
}

.events_module a:hover
{
		color: rgb(255,255,255); /* golden yellow */
		text-decoration: none;
}

.events_module1
{
	width: 200px;
	min-height: 48px;
	margin-left: -8px;
	margin-right: -8px;
	margin-bottom: 10px;	
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 12px;
	padding-bottom: 10px;	
/* 	margin: 0px; */

	color: rgb(192,154,0); /* golden yellow */
	font-size: 1.8em;
	
/*	background-color: rgb(75,88,101);	 cool grey 
    background-image: url(../_images_/lrcc_module_header.png); */
	background-repeat: no-repeat;
}

.events_module1 a
{
		color: rgb(192,154,0); /* golden yellow */
		text-decoration: none;
}

.events_module1 a:hover
{
		color: #000000; /* golden yellow */
		text-decoration: none;
}

.module_date
{
	margin: 0;
	margin-top: 8px;
	padding: 0;
	
	color: rgb(160,160,160);
	font-size: .6em;
}

.module_event
{
	margin: 0;
	margin-bottom: 1em;
	padding: 0;

	color: rgb(210,210,210);
	font-size: .6em;
}


/* --------------------------- footer and below
----------------------------------------------- */

#content_footer
{
	height: 32px;
	clear: both;
	padding-top: 40px;
	margin:0 auto;
	background-color: rgb(255,250,240);
	background-image: url(../_images_/lrcc_footer_bg.png);
	background-repeat: no-repeat;
}

#page_footer
{
	width: 760px;
	height: 80px;
	margin: auto;
	color: rgb(215,210,200); /* tan */
}

#wrapper
{
	position: relative;
	width: 780px;
	overflow: hidden; /* setting this to hidden hides the excess padding in non-IE browsers */
	margin: auto;
	background-image: url(../_images_/lrcc_nav_background.png);
	background-repeat:repeat-y;
}
/* need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */

#footer_links
{
	width: 480px;
	padding-left: 120px;
	padding-right: 180px;
	padding-top: 2px;
	
	color: rgb(0,82,49);
	font-size: 1.0em;	
	text-align: center;
}

#footer_links a
{
	color: rgb(255,255,255);
	font-size: 1.0em;
	text-decoration: none;
}

#footer_links a:hover
{
	color: rgb(200,255,200); /* light green */
}

/* ------------------------------- text styling
----------------------------------------------- */

h1
{
	color: rgb(0,82,49); /* dark green */
}

h2
{
	color: rgb(0,82,49); /* dark green */
}

h3
{
	color: rgb(0,82,49); /* dark green */
}

h4
{
	color: rgb(0,82,49); /* dark green */
}

h5
{
	color: rgb(0,82,49); /* dark green */
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* ------------------------------------ utility
----------------------------------------------- */

.clear_both
{
	clear: both;
}


/* ----------------- browser 'ahem' workarounds
----------------------------------------------- */

#wrapper
{
/*  IE 5.01 needs to be floated */
	float: left;
		/* NB. possibly only IE 5.01 needs to get this float value - 
		sometimes the comment is ignored by 5.0 -- 5.5 and above see it work properly
		probably okay to just remove it, but it remains in case the problem comes back  */
	float/**/: none;
}

/* simple clearing */

/* mac ie5 filter \*/
#primary_content, #nav_sidebar, #sidebar
{
	/*	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; */
}
/* end mac ie5 filter */

#wrapper:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]';  /* compatibility hack i cant remember how imporant it is */
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#wrapper
{
	display: inline-block;
}
/*\*/

#wrapper
{
	display: block;
}

/* end simple clearing */

#header, #content_footer
{
	width: 780px;
}
	/* safari requires this -
	side-effect is that it cause such elements to vanish in ie 5.01
	and 5.5, necessitating the child selector kludge */

* > #content_footer, * > form, * > #notes, * > .output
{
	position: relative;
	z-index: 1000;
}

* html #primary_content
{
	display: inline;
}

.member-login
{
	padding-left: 10px;
}