/*home page styles*/




body
{
	background-color: #404040;	/*#808080*/ 				/*#000080*/
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left:16px;
	margin-right:16px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: .8em;
	/*margin-left: 100px;*/						/*margin-left: 10px;*/
	/*margin-right: 100px;*/					/*margin-right: 10px;*/
}



	/*everything on the page inside page wrap*/

#page_wrap
{
	background-color: #f0f0f0;				/*background-color: #f0f0f0;*/
	/*background-image: url(images/f0f0f0.jpg);*/
	border: solid #800000 2px;				/*#000060 #000080*/
}


	/*holds the Lumen page header - may not need this if the images occupy the entire block*/

#header
{
	/*color: #008000; margin: 0; padding: 0;*/
	border: solid #404040;
	border-width: 2px 0;
}


	/*this image fills the entire heading background, 1 image that is repeated from the center of the block*/

#hdr_fill_img
{
	/*background-image: url(images/hdr_fill_home_4.jpg);*/
	background-image: url(images/hdr_fill_home_5.jpg);
	background-position: center center;
	background-repeat: repeat-x;
}


	/*the Lumen logo set on top of 3 repeats of the same background image as the filler, 1 total image*/

#hdr_logo_img
{
	height: 100px;
	/*background-image: url(images/hdr_logo_home_4.jpg);*/
	background-image: url(images/hdr_logo_home_6.png);
	background-repeat: no-repeat;
	background-position: center;
}


	/*horizontal list menu image background, may use vertical left panel menu list instead*/

#hovermenu ul
{
	background-image: url(images/nav_site_fill_1.jpg);	/*gray image gradiant colors 192-128*/
	text-align: center;
	font-size: .8em; font-weight: bold;
	margin: 0;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	height: 16px;
} 

	/*horizontal menu list items with no bullets and in line*/	

#hovermenu ul li
{
	list-style: none;
	display: inline;
}


	/*the actual style for the text hyperlink blocks in the menu*/

#hovermenu ul li a
{
	padding: 2px 2em;
	text-decoration: none;
	color: #ffffff;
	/*border: 1px solid #c0c0c0;*/
}


	/*the text blocks and text changes to this when hovered*/

#hovermenu ul li a:hover
{
	background-color: #f0f0f0;
	color: #800000;
	border: 1px solid #d8d8d8;
}


	/*a description that is not displayed until list item is hovered*/

#hovermenu ul li a span
{
	display: none;
}


	/*specifies where the text will display and how it looks when hovered*/
	/*adjust left position when adjusting left body margin*/

#hovermenu ul li a:hover span
{
	display: block;
	position: absolute; top: 140px; left: 18px; width: 188px;
	padding-top: 5px; padding-left: 5px; padding-right: 5px; padding-bottom: 15px;
	color: #808080; background-color: #f0f0f0;
	text-align: center;
}


	/*vertical menu block positioned relative in side the left panel*/
	/*possible layer ordering of block items - font: 16px Verdana, sans-serif; z-index: 100;*/

#pagemenu
{
	left: 0; width: 200px;
	/*position: relative; top: 15px; left: 0; width: 150px; height: 200px;*/
	font-size: .8em; font-weight: bold;
}


	/*display of menu item blocks - margins left, right, bottom (thin line effect)*/
	/*padding top/bottom, left/right - font controlled by parent*/

#pagemenu a
{
	display: block; text-align: left;
	padding: 2px 10px; margin: 0 1px 1px 1px; border-width: 0; 
	text-decoration: none;
	color: #404040; background: #d8d8d8;
}


	/*these 2 img specifies no size or borders for the map page menu popup images*/
	/*then positions and pops the images when hovered*/

#pagemenu a img
{
	height: 0; width: 0; border-width: 0;
}

#pagemenu a:hover img
{
	position: absolute; top: 186px; left: 249px; width: 720px; height: 672px;
	/*position: relative; width: 640px; height: 422px;*/
}


	/*text and background changes, aligns reight with a red border when hovered*/

#pagemenu a:hover
{
	color: #404040; background: #c0c0c0;
	border-right: 7px solid #800000;
	text-align: right;
	cursor: pointer;
}


	/*non-display of menu item descriptions*/

#pagemenu a span
{
	display: none;
}


	/*specifies where text will display and how it looks when hovered*/
#pagemenu a:hover span
{
	display: block;
	position: absolute; top: 240px; left: 900px; width: 138px;
	padding: 5px;
	font-size: 1em;
	color: #808080;
	text-align: right;
}



	/*if we decide to blow off the pure CSS panel thing and use tables*/

#table_left {background-color: #f0f0f0; width: 200px; padding: 0px;}
#table_center {background-color: #ffffff; border-left: 1px solid #000080; border-right: 1px solid #000080; padding: 0px;}
#table_center_right {background-color: #ffffff; border-left: 1px solid #000080; padding: 0px;}
#table_right {background-color: #f0f0f0; width: 200px; padding: 0px;}


	/*left menu panel - adjust top 154 ???*/
	/*other posible stuff - position: absolute; left: 12px; padding: 10px; background-color: #f0f0f0;*/


#lumen
{
	font-weight: bold; font face="Century Gothic";
	color: #800000;
}	


	/*safety page*/
#safety
{
	width: 50%;
	position: relative; left: -174px;
	margin: 0;
/*	padding-left: 30px;*/				/*this doesn't seem to work here*/
	border-left: 157px solid #404040;
	border-bottom: 1px solid #404040;
}


	/*contacts page*/

#contact
{
	font-weight: bold;
	color: #808080;
	border-bottom: 1px solid #808080;
	border-left: 7px solid #808080;
	padding-left: 2px;
	width: 80%;
	margin: 0 0 0 15px;
}


#left
{
	float: left;
	width: 200px;
	top: 154px;
}


	/*middle text panel with left/right border - adjust left/right margins if left/right panel widths change*/
	/* possible IE5 stuff - voice-family: "\"}\""; voice-family: inherit; margin-left: 222px; margin-right: 222px;*/
	/*                      html>body #center {margin-left: 222px; margin-right: 222px;}*/

#center
{
	margin-left: 200px;
	margin-right: 200px;
	padding: 30px;
	border-left: 1px solid #000060;
	border-right: 1px solid #000060;
	background-color: #ffffff;
	/*background-image: url(images/bkgrnd.jpg);*/
}

#center_right
{
	margin-left: 200px;
/*	margin-right: 150px;			*/
	padding: 30px;
	border-left: 1px solid #800000;
/*	border-right: 1px solid #000060;	*/
	background-color: #ffffff;
	/*background-image: url(images/bkgrnd.jpg);*/
}



	/*right panel, may eliminate and just have left and big middle - adjust top 154 ???*/
	/*other posible stuff - position: absolute; right: 12px; padding: 10px; background-color: #f0f0f0;*/
	
#right
{
	float: right;	/*position: absolute;*/
	width: 200px;
	top: 154px;
}


	/*left panel heading, page identifier text*/

#table_center h1, #table_center_right h1, #center h1, #center_right h1
{
	font-size: 1.5em; font-weight: bold;
	padding-left: 10px;
	color: #404040;
}


	/*center panel heading, page identifier text*/

#table_left h1, #left h1
{
	font-size: 1em; font-weight: bold; font-style: italic;
	padding-left: 10px;
	color: #008000;
}


	/*custom list bullit*/

#table_center ul li, #table_center_right ul li, #center ul li, #center_right ul li
{
	margin: .5em;
	list-style-image: url(images/orgchk.gif);
	background-repeat: no-repeat;
}


	/*panel paragraph - may eliminate and put in panel (parent)*/

#table_left p, #table_right p, #left p, #right p
{
	margin: 0;
	padding: 10px;
}


	/*footer block with top border - clear both to spread across left/center/right blocks above*/

#footer
{
	clear: both;
	margin: 0;
	padding: 2px 0 2px 0;
	background-color: #f0f0f0;
	border-top: 1px solid #800000;
}


	/*footer text*/

#footer p
{
	margin: 0;
	font-size: .8em;
	color: #404040;
	text-align: center;
}



