@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	font-size: 14px;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/logotop.jpg);
	background-repeat: no-repeat;
	height: 157px;
	background-color: #005826;
} 
.twoColFixLtHdr #headertop {
	height: 114px;
	background-color: #FFFFFF;
	width: 700px;
	margin-left: 180px;
} 
.twoColFixLtHdr #headercontact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	float: right;
	padding-top: 3px;
	background-color: #FFFF99;
	padding-bottom: 3px;
}
.twoColFixLtHdr #headercontact a {
	color: #005826;
	display: inline;
}


.twoColFixLtHdr #headertop 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: 35px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #000000;
	font-size: 36px;
	font-weight: bold;
	width: 700px;
}
#topnav ul{
	margin:0;
	padding: 10px 0 0 0;
	list-style:none;
	text-transform: uppercase;
}
#topnav li{
	border-left:none;
	width:85px;
	height: 20px;
	padding: 0 0 0 0;
	float:right;
}
#topnav a{
	display:block;
	height:20px;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	font-weight: bold;
}
#topnav a:hover{
	color:#FFCC33;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 5px 10px;
	background-image: url(images/logobottom.jpg);
	background-repeat: no-repeat;
	height: inherit;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 3px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContenttwo {
	margin: 0 0 0 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 420px;
	float: left;
}
.twoColFixLtHdr #mainContentthree {
	padding: 0 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 200px;
	float: left;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #005826;
	float: left;
	width: 870px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.twoColFixLtHdr #footercopy {
	float: right;
}
.twoColFixLtHdr #footer_left{
	width:350px;
	float:left;
	color: #FFFFFF;
	font-size: 12px;
}
.twoColFixLtHdr #footer_right{
	width:350px;
	float:right;
	text-align:right;
	color: #FFFFFF;
	font-size: 14px;
}
.sidebarmargin {
	margin-top: 300px;
	padding-bottom: 20px;
}
.sidebarpadding {
	padding-top: 300px;
}




.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;
}
legend {
	font-weight: bold;
	color: #006600;
}

#newsbox {
	width: 200px;
	text-align: center;
}
#newsbox h1 {
	background-color: #005826;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
#newsbox p {
	font-size: 10px;
	color: #005826;
	border: 1px solid #005826;
	padding-top: 8px;
	margin-top: -20px;
	padding-right: 3px;
	padding-left: 3px;
}
#customerpraise {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
	width: 500px;
}
#customerpraise h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3300;
	display: block;
}
#line {
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #005826;
}
#yescan {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #005826;
	border-bottom-color: #005826;
	border-left-color: #005826;
}
#yescan h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005826;
	text-align: center;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}
#yescan p {
	margin-top: 0px;
	padding: 5px;
	font-style: italic;
	font-weight: normal;

}
.highlightyellow {
	background-color: #FFFF00;
}


h3 {
	font-size: 12px;
	font-weight: bold;
	color: #005826;
}
label {
	font-weight: normal;
	width: 120px;
	float: left;
}
input[type="text"] {
	width: 250px;
}
.clearfloat2 {
	clear:both;
}
#thumbpics {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #005826;
}
#thumbpics img {
	margin-right: 5px;
	margin-left: 5px;
	border: 2px solid #FFFFFF;
}
.nolinkborder {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #chatbutton {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}
.pricetbl  {
	border: 1px solid #005826;
	margin-right: auto;
	margin-left: auto;
}
.pricetbl th {
	color: #FFFFFF;
	background-color: #005826;
	text-align: center;
}
.btmbrdgrn {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005826;
}
.pricetbl td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005826;
}
.line {
	border-bottom-width: medium;
	border-bottom-style: dashed;
	border-bottom-color: #005826;
}
#sidebar1  .sidebarmargin  a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nolinkborderpad {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
}
