* { margin:0; padding:0; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	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: #000000;
}

.twoColLiqLtHdr #container { 
	width: 977px;  
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
	} 
	
.twoColLiqLtHdr #header {
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
width:977px;
height:103px;
} 
/************ IE6 Fixed ***********/
* html .twoColLiqLtHdr #header {width:979px;}
/************ IE6 Fixed ***********/

.twoColLiqLtHdr #header #colL{
float:left;
width:258px;
}

.twoColLiqLtHdr #header #colR{
float:right;
width:25px;
}

.twoColLiqLtHdr #header #colC{
	padding-top:44px;
	padding-left:258px;
	text-align: left;
}

.twoColLiqLtHdr #header #text1 {
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	padding-left:30px;
	color:#FFFFFF;
}


.twoColLiqLtHdr #header #text2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:30px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

.twoColLiqLtHdr #header #phone{
	float:right;
	width:220px;
	margin-top:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#5489a9;
	font-size:14px;
	font-weight:bold;
	text-align: right;
}

.twoColLiqLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColLiqLtHdr #content{
width:977px;
float:left;
margin:auto;
border:solid 1px #5489a9;
padding-bottom:40px;
}

.twoColLiqLtHdr #content #sidebar1 {
	float: left;
	padding: 15px 0;
	padding-left:50px;
}

.twoColLiqLtHdr #content #right {
float:right;
width:570px;
padding-right:50px;
}

.twoColLiqLtHdr #content #menu_upper {
padding-top:20px;
float:right;
}

.twoColLiqLtHdr #content #menu_bellow {
text-align:center;
float:right;
}

.twoColLiqLtHdr #content #submenu {
float:right;
width:437px;
text-align:center;
border-left:2px solid #95b9ce;
border-right:2px solid #95b9ce;
margin-right:0px;
}

.twoColLiqLtHdr #content #quick {
float:right;
width:443px;
height:110px;
}

.twoColLiqLtHdr #content #quick #quicklink {
float:right;
width:438px;
text-align:left;
border-left:2px solid #95b9ce;
border-right:2px solid #95b9ce;
}
.twoColLiqLtHdr #content #quick #quicklink #quick_sub {
width:385px;
padding-left:20px;
font-size:14px;
color:#5489a9;
}

.twoColLiqLtHdr #content #quick #quicklink #quick_sub a{
text-decoration:underline;
line-height:25px;
color:#5489a9;
}
.twoColLiqLtHdr #content #quick #quicklink #quick_sub a:hover{
text-decoration:none;
line-height:25px;
color:#5489a9;
}


.twoColLiqLtHdr #content #submenu li{
list-style:none;
font-size:15px;
background-image:url(../images/navi.gif);
background-repeat:no-repeat;
width:368px;

color:#5489a9;
display:block;
background-position:center;
margin:auto;
padding:30px 0px 0px 0px;

}

.twoColLiqLtHdr #content #submenu li:hover {
list-style:none;
font-size:15px;
background-repeat:no-repeat;
width:368px;
font-weight:bold;
color:#5489a9;
background-position:center;
margin:auto;
padding:30px 0px 0px 0px;
text-decoration:none;
background-image:url(../images/navi_hover.jpg);
display:block;
}

.twoColLiqLtHdr #content #submenu  .padding_text a{
color:#5489a9;
text-decoration:none;
width:368px;
text-align:center;
}

.twoColLiqLtHdr #content #submenu .padding_text a:hover{
color:#5489a9;
text-decoration:none;
width:368px;
font-weight:bold;
}
/*
.twoColLiqLtHdr #content #submenu #padding_text a:hover{
color:#5489a9;
text-decoration:none;
background-image:url(../images/navi_hover.jpg) top right;
background-repeat:no-repeat;
width:368px;
font-weight:bold;
}
*/
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColLiqLtHdr #footer {
	width:979px; 
	text-align:center;
	border-top:solid 4px #5489a9;

} 

.twoColLiqLtHdr #footer p {
	margin: 0; 
	padding: 3px 0;
	font-size:10px;
	color:#5489a9;
	font-weight:bold;
}

.twoColLiqLtHdr #footer a {
	text-decoration:underline;
	color:#5489a9;
	font-weight:bold;
}
.twoColLiqLtHdr #footer a:hover {
	text-decoration:none;
	color:#5489a9;
	font-weight:bold;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
