@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin: 0;
	padding: 0;
}
.thrColLiqHdr #container {
	width: 983px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
} 
.thrColLiqHdr #header {
	background: #DDDDDD;  /* 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. */
	background-color: #000066;
	color: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 4px;
	line-height: 1.5;
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 150%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom-color: #76A0C8;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	font-style: italic;
}


.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	background-color: #F1F1F1;
	height: 320px;
	font-size: 12px;
	text-decoration: none;
	border-right-color: #999999;
	border-right-style: outset;
	border-right-width: 1px;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin-top: 0px;
	margin-right: 0px;
	font-size: 70%;
	text-align: left;
	border-left-color: #CCCCCC;
	border-left-style: inset;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	height: 809px;
}
.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .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;
}


.thrColLiqHdr #mainContent {
	margin: 0 170px 0 170px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.thrColLiqHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#76A0C8;
	text-align: center;
	font-size: 60%;
	text-decoration: none;
	padding-top: 10px;
	width: 965px;
} 
.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 */
}

/* 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;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
.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 #description {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	border-bottom-color: #000066;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}


.thrColLiqHdr #resources {
	font-size: 12px;
	text-decoration: none;
}
.thrColLiqHdr  #footer  a:link {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#76A0C8;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #003399;
}
.thrColLiqHdr #footer a:active {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#76A0C8;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #003399;
}
.thrColLiqHdr #footer a:visited {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#76A0C8;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	border-top-color: #000099;
}
.thrColLiqHdr #footer a:hover {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#76A0C8;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
}


.thrColLiqHdr #links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.thrColLiqHdr #links a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.thrColLiqHdr #links a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.thrColLiqHdr #links a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.thrColLiqHdr #links a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FF0000;
}
.thrColLiqHdr #resources a:link {
	font-size: 12px;
	text-decoration: none;
	color: #000066;
}
.thrColLiqHdr #resources a:active {
	font-size: 12px;
	text-decoration: none;
	color: #000066;
}
.thrColLiqHdr #resources a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #000099;
}
.thrColLiqHdr #resources a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #FF0000;
}
.thrColLiqHdr #sidebar2 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-left: 10px;
}
.thrColLiqHdr #sidebar2 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-left: 10px;
	color: #000099;
}
.thrColLiqHdr #sidebar2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FF0000;
	margin-left: 10px;
}
.thrColLiqHdr #sidebar2 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-left: 10px;
}
.thrColLiqHdr #quoteform {
	margin: 0;
	padding-left: 10px;
	text-align: center;
	margin-left: 75px;
}
.thrColLiqHdr #providers {
	text-align: center;
}
.thrColLiqHdr  #resultsScript {
}
.thrColLiqHdr #eHealthLogo {
	background-color: #FFFFFF;
}

.thrColLiqHdr #container #mainContentHome #contentTitle {
	background-color: #323385;
	color: #FFFFFF;
	border-bottom-color: #76A0C8;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	text-decoration: none;
	font-weight: bold;

}
.thrColLiqHdr #container #mainContent #contentTitle {
	background-color: #323385;
	color: #FFFFFF;
	border-bottom-color: #76A0C8;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	text-decoration: none;
	font-weight: bold;
}
.thrColLiqHdr #container #mainContent #contentText a:link {
	color: #003366;
}
.thrColLiqHdr #container #mainContent #contentText a:active {
	color: #003366;
}
.thrColLiqHdr #container #mainContent #contentText a:visited {
	color: #000066;
}
.thrColLiqHdr #container #mainContent #contentText a:hover {
	color: #FF0000;
}
.thrColLiqHdr #container #mainContent #contentTextRed {
	margin-right: 10px;
	padding-left: 10px;
	color: #FF0000;
}
.thrColLiqHdr #container #mainContent #contentText {
	margin-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.thrColLiqHdr #container #mainContent #contentTextLower {
	margin-right: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.thrColLiqHdr #container #mainContent #contentImage #contentImage {

}
.thrColLiqHdr #contentTitle a:link {
	background-color: #003366;
	color: #FFFFFF;
	border-bottom-color: #76A0C8;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-decoration: none;
	font-weight: bold;
}
.thrColLiqHdr  #contentTitle a:active {
	background-color: #003366;
	color: #FFFFFF;
	border-bottom-color: #76A0C8;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-decoration: none;
	font-weight: bold;
}
.thrColLiqHdr #contentTitle a:visited {
	background-color: #003366;
	color: #FFFFFF;
	border-bottom-color: #76A0C8;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-decoration: none;
	font-weight: bold;
}
.thrColLiqHdr #contentTitle a:hover {
	background-color: #003366;
	color: #FF0000;
	border-bottom-color: #76A0C8;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-decoration: none;
	font-weight: bold;
}
.thrColLiqHdr #mainContentHome {
	margin: 0px 0px 0px 160px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 820px;
}
.thrColLiqHdr #container #mainContent #contentTextHome {
	margin-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 400px;
}
.thrColLiqHdr #containerHome {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.thrColLiqHdr #sidebar2Home {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 160px; /* top and bottom padding create visual space within this div  */
	background-color: #F1F1F1;
	font-size: 12px;
	text-decoration: none;
	border-right-style: outset;
	border-right-width: 1px;
}
