.thrColLiqHdr #header {
border-left:0;
border-right:0;
width:850px;
height:248px;
background-color:#FF0000;
background:url(img/header2.gif) top left;
}

#container2 {
/*border-top:1px solid #fff;*/
border-left:2px solid #d91819;
border-right:2px solid #d91819;
border-bottom:2px solid #d91819;
padding-bottom:5px;
}
.thrColLiqHdr #mainContent {
border-top:1px solid #fff; /* prevents collapsing margins problem (extra space between divs) */
}
#topnav {
position:relative;
top:135px;
}

/* top nav menu */
ul#nav1 {
display: inline;
list-style:none;
}
#nav1 li {
float:left;
}
#nav1 a {
padding-left:10px;
color:#0000CC;
text-decoration:none;
font-weight:bold;
}
#nav1 a:hover {
color:#FF0000;
text-decoration:underline;
}
/* bottom nav menu */
.thrColLiqHdr #footer {
background-color:#FFFFFF;
text-align:center;
}
ul#nav2 {
display: inline;
list-style:none;
}
#nav2 li {
float:left;
border-left:1px solid #0000CC;
}
#nav2 a {
padding-left:10px;
padding-right:10px;
color:#0000CC;
text-decoration:none;
font-weight:bold;
}
#nav2 a:hover {
color:#FF0000;
text-decoration:underline;
}
/* end nav menus */


.thrColLiqHdr #sidebar1 h3 {
color:#FF0000;
font-size:1em;
}

#featurebox {
width:90%;
margin-left:auto;
margin-right:auto;
text-align:center;
font-size:.85em;
background-color:#FFFFFF;
border:1px solid #666666;
}

.thrColLiqHdr #sidebar1 {
}
#sidebar2 p.contact  {
margin-top:0;
text-align:center;
}
.thrColLiqHdr #sidebar2 {
padding:0;
text-align:center;
}
#sidebar2 h3 {
padding:0; 
font-size:1em;
}

.tiny {
font-size:.7em;
}
blockquote {
  display: block;
padding: 0 60px;
width: 400px;

}
blockquote p {
	font: normal .95em georgia, times, serif;
	font-style: italic;
	line-height: 1.5;
	}

blockquote:before, blockquote:after {
color: #69c;
display: block;
font-size: 500%;
font-family:"Times New Roman", Times, serif;
width: 50px;
}
blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}
blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;
margin-left: 360px;
}