@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.thrColLiqHdr #container { 
	width: 924px; 
	background: #EBEBEB;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; 
} 
.thrColLiqHdr #header { 
	background: #cccccc; 
	padding: 15px 10px 0px 10px;  
	border-bottom:solid 2px #000000;
	margin-bottom:0px;
	height:98px;
} 

.thrColLiqHdr #header #highlight{
	float:right;
	margin-right:45px;
	margin-top:-5px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;

}

.thrColLiqHdr #nav {
	width:100%;
	margin:1px 0px 0px 0px;
	background-color:#666666;
	color:#000000;
	border-top:solid 2px #000000;
	border-bottom:solid 2px #000000; 
	height:22px;
}
.thrColLiqHdr #nav ul{
	display:block;
	text-align:center;
	padding-left:5px;
	margin-left:80px;
	margin-top:0px;

}
.thrColLiqHdr #nav li { 
	float:left;
	font-size:x-small;
	list-style:none;
	padding:5px;
	text-align:center;
	width:140px;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	margin-top:0px;
	} 

.thrColLiqHdr #nav li a{
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
}
.thrColLiqHdr #nav li a:hover{
	color:#990000;
	background-color:#CCCCCC;


}

.thrColLiqHdr #nav li ul{
	position:absolute;
	left:-999em;
	top:145px;
	margin:-7px 0px 0px -5px;
	padding:5px 0px 0px 0px;
	background-color:#666666;
	width:150px;
	height:90px;
}

.thrColLiqHdr #nav li li{
	float:left;
	height:20px;
	margin:0px;
	padding:5px 0px 5px 0px;
	width:150px;
	font-size:x-small;
	border-bottom:solid 1px #cccccc;
}

.thrColLiqHdr #nav li li span{
	display:block;
	margin:0px;
	padding:2px 4px 3px 7px;
	position:relative;
}
.thrColLiqHdr #nav li:hover ul, #nav li.sfhover ul  {

	left: auto;
}
 a{
	text-decoration:none;
	font-weight:bolder;
}
a:link, a:visited, a:active  {color:#000066;}
a:hover{
	color:#949CCE;
	} 
	
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 45%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */

}

.thrColLiqHdr #sidebar2 #limg{
	text-align:center;
	font-weight:bold;
	padding:0px;
	color:#000000;
	border:ridge 1px #CCCCCC;
	margin:-5px 20px 0px -25px;
	background-color:#beb2d3;

}

.thrColLiqHdr #sidebar2 #border{
	border:solid 1px #999999;
	padding:5px;
	font-size:small;
	width:370px;
	text-align:center;
}

.thrColLiqHdr #sidebar2 .caption{
	font-size:x-small;
	padding:0px;
	text-align:center;
	margin-top:0px;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font-size:small;
}
.thrColLiqHdr #sidebar2 .small{
	font-size:small;
}

.thrColLiqHdr #sidebar2 .newcolor{
	color:#990000;
	font-style:italic;
	font-weight:bold;
}
.thrColLiqHdr #mainContent { 
	margin: 0 50% 0 18px; 
	background-color:#efefef;
	padding:8px;
	border-right:solid 1px #CCCCCC;

}

.thrColLiqHdr #mainContent .caption{
	text-align:center;
	font-size:x-small;
	margin-top:5px;
	margin-bottom:0px;
	}
	
.thrColLiqHdr #sidebar2 .slogan{
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-size:large;

	color:#000066;
}
.thrColLiqHdr #footer { 
	font-size:small;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align:center;
	border-top:solid 3px #000000;
} 
.thrColLiqHdr #footer 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
