@charset "utf-8";
html {
	min-height: 100%;
	height: auto;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	background-image: url(../images/background.jpg);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtrHdr #container {
	position: relative;
	width: 95%;  /* this will create a container 80% of the browser width */
	background-color: #D1DDEB;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	position:relative;
	height:173px;
	background-image:url(../images/background-header.gif);
	background-position: 50% 0%;
	padding: 0px;
	margin: 0px;
	border-bottom:2px solid white;
}
.oneColLiqCtrHdr #mainContent {
	padding:10px 10px;
	margin:0;
}
.oneColLiqCtrHdr #footer { 
	position:relative;
	width: 800px;  /* this will create a container 80% of the browser width */
	height:10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 10px;
	font-size:10px;
	color:#333333;
} 

#LoginDiv {
	position:absolute;
	right:0px;
	bottom:24px;
	height:130px;
	width:165px;
	border-left:1px dotted black;
	padding:25px 0px 0px 5px;
	font-size:10px;
}
#NavDiv {
	position:absolute;
	z-index:500;
	right:0px;
	top:147px;
	margin-left:50px;
	height:26px;
	z-index:1;
	background-color:#CD6C00;
	background-image:url(../images/left-end.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#HeaderBars {
	border:1px solid black; 
	background-color:#FFFFFF; 
	padding:5px; 
	font-size:1.25em; 
	color:black;
}



/* Begin CSS Drop Down Menu */
#menu{
	font-size: 14px;
	font-weight:bold;
	font-family: arial, helvetica, sans-serif;
	width:850px;
	/*float:left;*/
	margin:0px 0px 0px 25px;
	height: 26px;
	}
		
#menu a{
	text-align: center;
	display:block;
	border-right: 1px solid black;
	white-space:nowrap;
	margin:0;
	padding:5px 15px;
	}
	
#menu a:link, #menu a:visited, #menu a:active	/* menu at rest */
	{
	color: white;
	background-color:#CD6C00;
	text-decoration:none;
	}
	
#menu a:hover	/* menu at mouse-over  */
	{
	color: black;
	background-color:#ffffff;
	text-decoration:none;
	}	
	
#menu ul
	{
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:auto;	 width of all menu boxes */
	}

#menu li
	{
	position:relative;
    min-height: 1px;
    vertical-align: bottom;
}

#menu ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menu ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

