@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: 800px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: #FFF;
} 
.twoColLiqLtHdr #header {
	border-bottom-width: 20px;
	border-bottom-style: ridge;
	border-bottom-color: #69F;
	text-align: center;
} 

/* sidebar */
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 185px; /* top and bottom padding create visual space within this div  */
	margin: 5px 10px 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 15px 0 15px 0;
}

.twoColLiqLtHdr #nav ul {
	padding: 0; 
	margin: 0 10px 0 10px; 
}

.twoColLiqLtHdr #nav li {
	font-size: 10px;
	list-style: none;
} 

.twoColLiqLtHdr #nav a {
	display: block;
	margin-bottom: 3px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 150px; 
	border: 10px ridge #69F;
} 

.twoColLiqLtHdr #nav a:link, #nav a:visited {
	color:#000; 
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#E8E8E8;
} 
.twoColLiqLtHdr #nav a:hover, #nav a:focus, #nav a:active{
	background:#69F ; 
	color:#FFF; 
}
.twoColLiqLtHdr #sidebar2, #sidebar3 {
	float: left;
	width: 185px; 
	background-color: #E8E8E8;
	margin: 15px 0px 10px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	padding: 0 0 15px 0;
}
.twoColLiqLtHdr #sidebar2 h3, #sidebar3 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: #930;
	margin: 20px 5px 20px 5px;
}

.twoColLiqLtHdr #sidebar2 p, #sidebar3 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 5px 5px 10px 5px;
}

/* mainContent */
.twoColLiqLtHdr #mainContent {
	margin: 25px 10px 10px 210px; 
	background-color:#E8E8E8;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
} 
.twoColLiqLtHdr #mainContent2 {
	float: right;
	width: 200px; 
	background-color: #E8E8E8;
	margin: 0px 10px 10px 0px;
}

.twoColLiqLtHdr #mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 10px 0px 10px;
	border-bottom-width: 3px;
	border-bottom-style: ridge;
	border-bottom-color: #930;
}

.twoColLiqLtHdr #mainContent p {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
	
.twoColLiqLtHdr #testimonials ul {
	text-align: left;
	margin: 10px;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
}

.twoColLiqLtHdr #testimonials li {
	display: inline; 
}

.twoColLiqLtHdr #testimonials a:link, #testimonials a:visited {
	color: #930; 
	text-decoration: none;
}

.twoColLiqLtHdr #testimonials a:hover, #testimonials a:focus, #testimonials a:active {
	color: #930;
	font-weight: bold;
	text-decoration: none;
}
/* footer */
.twoColLiqLtHdr #footer {
	padding: 0px;
	background-color: #69F;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	border-top-width: 8px;
	border-top-style: ridge;
	border-top-color: #69F;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; 
	font-size: 9px;
	padding: 5px;
}

/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.phone {
	font-size: 14px;
	color: #930;
	font-weight: bold;
}

.niceic {
	color:#F00;
}
.partp {
	color:#390;
}
.links {
	color:#930;
	text-decoration: underline;
}
