@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
<!-- 

a:link {color: #663300;}
a:visited {color: #663300;}
a:active {color: #663300;}
a {text-decoration: none;}

html{height: 95%;}

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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;
	height: 100%;
}

h1 {
	color:#64705d;
	font-family:Verdana, Geneva, sans-serif;
}

.twoColFixLt #container { 
	width: 1004px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(new_images/left_bar_bg.gif);

}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 308px; /* 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 */


}
.twoColFixLt #mainContent { 
	margin: 0 0 0 0; /* 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 0 20px 308px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
height:100%;

}
	
.twoColFixLt #mainPadding { 
	margin: 0 0 0 0;
	padding: 10px 20px 0px 15px;
	height:100%}
	

} 
.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;
}

.SideBox{
border-width: 4px;
border-style: solid;
border-color: #a9ac84;	
padding:10px;
margin:10px;
background:#dcd595;
}

.SideBoxHeader{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#3f463a;
font-size:18px;
}

.class1 A:link {text-decoration: none; color: white;}
.class1 A:visited {text-decoration: none; color: white;}
.class1 A:active {text-decoration: none; color: white;}
.class1 A:hover {text-decoration: none; color: white;}

.class2 A:link {text-decoration: underline overline}
.class2 A:visited {text-decoration: underline overline}
.class2 A:active {text-decoration: underline overline}
.class2 A:hover {text-decoration: underline; color: white;}


.MenuBackground{
background:#663300;
padding:10px 0px 10px 0px;
}

.GreyLine{
	background-image:url(new_images/line_background.png);
	width:100%
}

.footer{
	background-color:#64705d;
	padding:15px;
	font-size:12px;
	color:white;
	text-align:center;
}

td.service{
	border-color: #663300;
    border-width: 1px 0 0 0;
    border-style: solid;
    margin: 0;
	padding:8px 20px 8px 8px; 
    background-color: #f0eed4;
	}
	
td.service2{
	border-color: #663300;
    border-width: 1px 0 0 0;
    border-style: solid;
    margin: 0;
	padding:8px 20px 8px 20px; 
	}
	
.borderimage{
	border:2px solid #cccc99;
}

.special_header {
	font-weight:bold;
	font-size:14px;
	}

.special_header_home {
	font-weight:bold;
	font-size:14px;
	color:#900;
	align:center;
	width:100%;
	margin:4px;
	padding:4px;
	}


.special_deal {
	font-weight:bold;
	font-size:14px;
	color:#900;
	}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

