﻿body 
{
	background: black; /* #92754C url(/images/underlay-background.gif) repeat fixed left top; */
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
	margin-right: auto;
	margin-left: auto;
/*	margin: 0px 0px 0px 0px; */
	text-align:center;
	color: BLACK;
}

div.overall_container {
	display: table;
	width: 960px;
	background: WHITE;
	
	border: 0px; 
    margin: 0px;
    padding: 0px;
    
    vertical-align: top;
}

div.header_main {
	display: table;
	width: 950px;
	height: 120px;

	border: solid 5px white; /*  0px; */
    margin: 0px;
    padding: 0px;
   
   	background-color: GREEN; /* should NOT show - for debugging */
}

div.header_area {
	background-color: RED;
	width: 950px;
	height: 80px;

	margin-right: auto;
	margin-left: auto;

	background-image: url(/images/header-background.jpg);
	background-repeat: repeat-x; /* no-repeat; */
	background-position: left top;
}

div.transparency_area {
	display: table;
	float: left;
	height: 45px;
	width: 950px;
	filter:alpha(opacity=60);
	opacity: .6;
	-moz-opacity: .6;
	background-color: BLACK;
}
div.transparency_heading {
	display: table;
	float: left;
	height: 45px;
	width: 950px;
	position:  relative;
	top: -50px;
	left: -5px;
	color: WHITE;

	text-align: left;  /* new */
	font-size: 25px;   /* new */
	font-weight:  normal;
	padding:  15px 0px 0px 15px;
}

/* ========================= menu css ===================================== */

#menu 
{
background-color: #7CB706;
clear:both;
margin:0pt 0px;
padding:0pt;
width: 950px;
}

#navcontainer ul 
{
background-color:  Olive; /* #7CB706 url(/image/menu_background.jpg) repeat-x scroll left top; */
color:White;
float:left;
/* font-family:verdana,arial,sans-serif; */
font-size:0.9em;
font-weight:bold;
margin:0pt;
padding:0pt;
width:950px;
}

#navcontainer ul li 
{
display:inline;
}

#navcontainer ul li a 
{
background: transparent none repeat scroll 0%;
border-right:1px solid WHITE;
color: White;
float: left;
margin: 0pt;
padding: 0.9em 1.3em;
text-decoration: underline;
}

#navcontainer ul li a:hover 
{
background-color: GREEN; /* #6A9B01; */
color: WHITE;
}

.spacer 
{
clear:both;
height:0px;
}

#menu_shadow 
{
background: #FFFFFF url(/images/menu_shadow.jpg) repeat-x scroll left top;
margin: 0px 0px 0px 0px; /* 0pt 10px; */
padding:0pt;
}


/* ========================= content css ================================= */

.LIR_Heading_Text
{
	text-align: left; 
	font-size: 25px; 
	font-weight:  normal;
	border: solid 0px white;
	padding:  0px 10px 10px 10px;
	color: Black;
}

.LIR_Content_Text
{
	text-align: left; 
	font-size: 16px; 
	font-weight:  normal;
	border: solid 0px white;
	padding:  0px 25px 25px 25px;
	color: Black;
}

.LIR_SubCatList
{
    background: WHITE;
}

a.LIR_SubCatList
{
    color: Black;
    text-decoration: underline;
}

a:hover.LIR_SubCatList 
{
    color: Black;
    text-decoration: none;
}

/* ========================= footer css ================================= */

.Footer
{
	text-align: center; 
	font-size:0.8em;
	font-weight:bold;
	display:table;

	background-color: olive;
	background-color: #888888;
	color:White;
	border: solid 10px yellow;

	margin-right: auto;
	margin-left: auto;
	padding: 5px;

	width: 97%;
	border: solid 5px white;
}

.Footer a:link, a:active, a:visited
{
color: WHITE;
color: SILVER;
text-decoration: underline;
}

.Footer a:hover 
{
color: WHITE;
text-decoration: none;
}

.PoweredBy
{
	text-align: center; 
	font-size: 8pt; 
	font-weight:  normal;
	border: solid 0px white;
	padding:  0px 5px 5px 5px;
	color: gray;
}

