@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #025801;
	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;
}
.thrColFix #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #025801;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(/images/temp/hp_bg1.jpg);
	background-repeat:repeat-y;
	background-position:230px top;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 213px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-size:86%;
}
.thrColFix #sidebar2 p {
	text-align:center;
	color:#FFF;
}
.thrColFix #sidebar2 a {
	display:block;
	padding:0.5em 0.75em;
	color:#FF0;
	background-color:#390;
	text-transform:uppercase;
	border-bottom:1px solid #000;
	font-weight:600;
	text-decoration:none;
}
.thrColFix #sidebar2 a:hover {
	background-color:#3F0;
	color:#000;
}
.thrColFix #main-Content { 
	width:359px;
	margin: 0 140px 0 230px;
	padding-bottom:10px;
	background-image: url(/images/temp/hp_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 30px;
}
.thrColFix #main-Content h1 {
	color:#025702;
	font-size:160%;
	font-weight:bold;
	text-align:center;
	margin-top:8px;
}
.thrColFix #main-Content p {
	padding:10px 30px;
}
.thrColFix #menu {
	float:left;
	width:320px;
	margin-left:30px;
	min-height:320px;
}
.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;
}
.phone {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:160%;
	color:#033;
	font-weight:bold;
}
.phone_w {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
#footer {
	clear:both;
	width:780px;
	margin:0 auto;
	font-size:82%;
	text-align:right;
	background-color:#025801;
	color:#CCC;
}
#footer a {
	text-decoration:none;
	color:#CCC;
}