@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #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: left;
	color: #000000;
	background-image:url(/images/background.jpg);
	background-repeat:repeat;
	z-index:-1;
	min-width: 788px;
}
.twoColLiqLtHdr #header {
	background-color: #fdd107; 
	background-image: url(/images/topbackground.jpg);
	background-attachment:scroll;
	background-position:top left;
	background-repeat:repeat-x;
	height: 262px;
	z-index:1;
} 
.twoColLiqLtHdr #logo {
	position:absolute;
	top: 28px;
	left: 7px;
}
.twoColLiqLtHdr #name {
	z-index:3;
	position: absolute;
	left: 182px;
	top: 10px;
}
.twoColLiqLtHdr #quicklinks {
	display: none;
}
.twoColLiqLtHdr #quicklinks a {
	display: none;
}
.twoColLiqLtHdr #quicklinks ul {
	display: none;
}
.twoColLiqLtHdr #quicklinks li {
		display: none;
}
.twoColLiqLtHdr #phone {
	position: absolute;
	top: 98px;
	left: 180px;
	font: Tahoma;
	font-size:25px;
	width: 475px;
	line-height: 23px;
	font-weight:bold;
	padding: 2px;
	z-index: 4;
}
.twoColLiqLtHdr #phone a:link {
	text-decoration:none;
	color: #279d1c;
}
.twoColLiqLtHdr #phone a:visited {
	text-decoration:none;
	color: #279d1c;
}
.twoColLiqLtHdr #phone a:active {
	text-decoration:none;
	color: #279d1c;
}
.twoColLiqLtHdr #phone a:hover {
	text-decoration:none;
	color: #279d1c;
}
.twoColLiqLtHdr #phoneusa {
	float: left;
	text-align:center;
	width: 225px;
}
.twoColLiqLtHdr #phoneworldwide {
	float:right;
	text-align: center;
	width: 225px;
}
.twoColLiqLtHdr #phonesmall {
	color: #a05404;
	font-size: 18px;
}
.twoColLiqLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColLiqLtHdr #sidebar1 {
	display: none;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	display: none;
}
.sidebarmenu {
	display: none;
}
.sidebarmenu ul{
	display: none;
}
.sidebarmenu li a{
	display: none;
}
.twoColLiqLtHdr #mainContent { 
	margin: 0;
	width:100%;
} 
.page a:link{
	color:#000000;	
} 
.page a:visited{ 
	color:#000000;	
} 
.page a:hover{ 
	color: #009900;	
} 
.page a:active{ 
	color: #009900;	
} 
.page h1, h2 {
	color:#59A042;
}
.twoColLiqLtHdr #footer { 
	display: none;
} 
.twoColLiqLtHdr #footer p {
	display: none;
}
.twoColLiqLtHdr #footer a {
	display: none;
}
/* 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 */
	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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hidden {
	display:none;
}
.highlight {
	float:right;
	width:200px;
	text-align:center;
	border:outset;
	border-width:3px;
	border-color:#000000;
	background-color:#fedf0d;
	color:#000000;
	padding:3px;
	margin:3px;
}