@charset "UTF-8";

/* CSS Document */

html {
	height:101%;
	font-size:100%;
}

body {
	font: 100% Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1em;
	background: #58585a;
	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: #ffffff;
}

.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 100% of the browser width */
	font-size:.85em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 960px;
	position:relative;
	top:-2px;
}

.oneColLiqCtrHdr #container p {
text-align:left;
line-height:1.1em;
position:relative;
left: 10px;
}

.oneColLiqCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	max-width:100%;
	max-height:91px;
	position:relative;
	top:-1px;
}

.oneColLiqCtrHdr #header img {
	max-width:100%;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColLiqCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:relative;
}

.oneColLiqCtrHdr #Rnav {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:23%;
	z-index:100;
	float: right;
	height:426px;
	position:relative;
	font-size:.900em;
	line-height:1.15em;
}

.oneColLiqCtrHdr #Rnav p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #Rnava {
	color:#CCCCCC;

}

.oneColLiqCtrHdr #Rnava p {
	color:#CCCCCC;
	width: inherit;
	margin:7px 0 4px 10px;
}

.oneColLiqCtrHdr #Lnav {
	background-color:rgba(0, 0, 0, 0.6);
	width:20.9%;
	z-index:100;
	position:absolute;
	float: left;
	padding:  10px 0px 15px 0px;
	; /* top and bottom padding create visual space within this div  */
	left: 0;
	text-align:right;
	height: auto;
	top: 311px;
	vertical-align:middle;
	font-size:.900em;
	line-height: 18px;
	color:#d4d5d5;
	font-weight: normal;
}

.oneColLiqCtrHdr #Lnava {
	margin:  10px 0 15px 0; /* top, right, bottom, left padding create visual space within this div  */
	height: auto;
	position:relative;
	top: 15px;
	line-height: 18px;
	color:#d4d5d5;
}

/*img {max-width:100%}*/
ul {
	text-align:left;
	position:relative;
	top:-7px;
	width:51%;
	left:20%;
}

li {
	text-align:left;
	margin: 0 0 .600em 0;
	list-style-image: url("images/bul.gif");
	padding: 0;
}

h3 {
	font-size:1.1em;
	font-weight: normal;
	line-height: 10px;
	color: #ebe4ba;
}

.imgwide {
	width: 77%;
	max-width:740px;
}

.imgvert {
	width: 77%;
	max-width:539px;
}

tr.border_bottom td {
	border-bottom:1pt solid black;
}

.tdback {
	background:#a2a3ac;
}

table {
	width:100%;
}

tr {
	background:#a2a3a6;
	vertical-align:bottom;
	text-decoration:none;
	vertical-align:bottom;
	text-align:left;
}

tr:hover {
	background-color:#c6c7ca;
	font-weight:bold;
}

td {
	width:50%;
}

td img {
	display: block;
	height:47px;
	max-width:111px;
	width:100%;
}
.oneColLiqCtrHdr li a:link {color:#FFFFFF;  font-weight:normal;}
.oneColLiqCtrHdr li a:visited {color:#FFFFFF;  font-weight:normal;}
.oneColLiqCtrHdr li a:hover {color: #FFFFFF; font-weight:bold;}
.oneColLiqCtrHdr li a:active {color:#FFFFFF;  font-weight:normal;}

a.h3link:link {font-size:1.0em; font-weight: normal; line-height: 10px; color: #ebe4ba; text-decoration:underline;}
a.h3link:visited {font-size:1.0em; font-weight: normal; line-height: 10px; color: #ebe4ba; text-decoration:underline;}
a.h3link:hover {font-size:1.0em; font-weight: bold; line-height: 10px; color: #ebe4ba; text-decoration:underline;}
a.h3link:active {font-size:1.0em; font-weight: normal; line-height: 10px; color: #ebe4ba; text-decoration:underline;}

.oneColLiqCtrHdr #Rnav a:link {
	text-decoration:none;
	color:#2c2c2d;
	text-decoration:none;
}

.oneColLiqCtrHdr #Rnav a:visited {
	text-decoration:none;
	color:#2c2c2d;
	text-decoration:none;
}

.oneColLiqCtrHdr #Rnav a:hover {
	text-decoration:none;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.oneColLiqCtrHdr #Rnav a:active {
	text-decoration:none;
	color:#000000;
	text-decoration:none;
}

.oneColLiqCtrHdr #Rnava a:link {
	color:#CCCCCC;
	text-decoration:none;
}

.oneColLiqCtrHdr #Rnava a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

.oneColLiqCtrHdr #Rnava a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.oneColLiqCtrHdr #Rnava a:active {
	color:#CCCCCC;
	text-decoration:none;
}

.oneColLiqCtrHdr #Lnav a:link {
	color: #d4d5d5;
	font-weight:normal;
	text-decoration:none;
}

.oneColLiqCtrHdr #Lnav a:visited {
	color: #d4d5d5;
	font-weight:normal;
	text-decoration:none;
}

.oneColLiqCtrHdr #Lnav a:hover {
	color: #ffffff;
	font-weight:bold;
}

.oneColLiqCtrHdr #Lnav a:active {
	color: #d4d5d5;
	font-weight:normal;
	text-decoration:none;
}

.oneColLiqCtrHdr #Lnava a:link {
	color: #d4d5d5;
	font-weight:normal;
	text-decoration:none;
}

.oneColLiqCtrHdr #Lnava a:visited {
	color: #d4d5d5;
	font-weight:normal;
	text-decoration:none;
}

.oneColLiqCtrHdr #Lnava a:hover {
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}

.oneColLiqCtrHdr #Lnava a:active {
	color: #d4d5d5;
	font-weight:normal;
	text-decoration:none;
}

.indent {
	padding: 0px 0px 5px 7px;
}

.on {
	background-color:#c6c7ca;
	font-weight:bold;
}

.line-separator {
	width:100%;
	height:1px;
    border-bottom:1px solid #a2a3a4;
	z-index:200;
	top:91px;
	position:relative;
}

.line-separator2 {
	width:100%;
	height:1px;
    border-bottom:1px solid #a2a3a4;
	z-index:0;
	top:516px;
	position:relative;
}
