@charset "utf-8";
body  {
	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;
	background-image: url(../images/backwafflefade.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	background-position: center;
}
a {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #660000;
}
.thrColLiqHdr #container {
	width: 945px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #D1A89A;
	color: #333333;
	font-weight: normal;
} 
.thrColLiqHdr #header {
	background-color: #D1A89A;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColLiqHdr #header h1 {
	font-size: 1.2em;
	font-weight: bolder;
	color: #FFFFFF;
	top: 0px;
	letter-spacing: 0.05em;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 5px;
	margin-top: 0px;
	margin-left: 10px;
}
.thrColLiqHdr #navigate {
	background-color: #D1A89A;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	margin: 0px;
	background-position: center;
	font-size: small;
	text-align: center;
	font-weight: bolder;
} 
.thrColLiqHdr #navigate a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColLiqHdr #navigate a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColLiqHdr #navigate a:hover {
	color: #333333;
	text-decoration: none;
}
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 24%; /* since this element is floated, a width must be given */
	background: #E9D5CD; /* top and bottom padding create visual space within this div  */
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.thrColLiqHdr #sidebar1 h3 {
	color: #333333;
	font-size: 1.05em;
	font-weight: bold;
}
.thrColLiqHdr li {
	margin-left: -14px;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* top and bottom padding create visual space within this div */
	background-color: #E9D5CD;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.thrColLiqHdr #sidebar2 h3 {
	color: #333333;
	font-size: 1.05em;
	font-weight: bold;
}
.thrColLiqHdr #container #mainContent h3
{
	font-size: 1.25em;
	line-height: 1em;
	color: #666666;
	margin-bottom: 5px;
}
.fineprint
{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 0.8em;
	color: #333333;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	margin-top: 0px;
	margin-right: 25%;
	margin-bottom: 0px;
	margin-left: 26%;
	background-color: #F3E9E4;
		font-family: "Trebuchet MS", Arial, sans-serif;
	background-position: center;
	padding: 5px;
	
}
.thrColLiqHdr #mainContent p
{
	color: #333333;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	text-align: left;
	padding: 6px;
}
.thrColLiqHdr #mainContent h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #333333;
	letter-spacing: 0.03em;
}
.thrColLiqHdr #mainContent h4 {
	font-size: 1.1em;
	color: #333333;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 1px;
	margin-top: 3px;
}

.scroll {
	width: 430px;
	height: 560px;
	padding: 5px;
	overflow: auto;
	border: 1px solid #F3E9E4;
	scrollbar-base-color: #D1A89A;
	scrollbar-arrow-color: #FFFFFF;
}
.thrColLiqHdr #flashcontent {
}
.thrColLiqHdr #footer {
	background-color: #D1A89A;
	color: #FFFFFF;
	margin-top: 2px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColLiqHdr #footer p {
	font-size: 95%;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.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;
}
.thrColLiqHdr #sidebar1 h4 {
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
}

.thrColLiqHdr #sidebar2 h4
{
	font-size: small;
}
.thrColLiqHdr  #sidebar1 .clientlink
{
	text-decoration: none;
	font-size: 90%;
}
.thrColLiqHdr #container #mainContent .clientlink
{
	font-size: 90%;
	text-decoration: none;
}
.thrColLiqHdr #sidebar2 .clientlink
{
	text-decoration: none;
	font-size: 90%;
}
