@charset "utf-8";                /*style sheet for huntercabins Constuction Material pages - style.css*/
* {
	margin:0;
	padding:0;  /*this was added to take care of browsers setttings*/
}
body  {
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #32341A;
	color: #000000;
	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 *//*ADD to body text-align: center; for certain older browsers; but also need add text-align: left; to container, see below*/
}

.thrColLiqHdr #container { 
	width:960px;
	margin:0 auto; /*top and bottom auto=right and left*/
	background: #F0EFD3;
	padding:0;
	border: 2px solid #FF5C00;
	text-align: center; /* this overrides the text-align: center on the body element. */
} /*Not always necessary to have this container but it does make it easier to manage across different browsers. Also need if want page centered*/
.thrColLiqHdr #header { 
	font-size: 2em;                              /* this is TheHunterCabins title on page */
	color: #FF5C00;
	background: #DDDDDD url(images/camo3.jpg) repeat; 
	padding: 10px;  /* 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. */
} 
.thrColLiqHdr #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 */
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.thrColLiqHdr #sidebar1 {     /*sidebar1 is LEFT side bar navigation*/
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 200px; /* since this element is floated, a width must be given */
	border:#000 solid 3px;
	margin:0 auto;
	text-align: center;
	background: #B6C46C; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 2px; /* top and bottom padding create visual space within this div  */
	color: #D6D6D6;
}
.thrColLiqHdr #sidebar2 {      /*sidebar1 is RIGHT side bar navigation - small box* REMOVED THIS BOX FOR MATERIAL PAGES ONLY!!*/
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 250px; /* since this element is floated, a width must be given */
	background: #B1BF82; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 3px 0; /* top and bottom padding create visual space within this div */
	margin:0;
	border:#000 solid 3px;
}

.thrColLiqHdr #sidebar1 p, .thrColLiqHdr #sidebar1 h3, .thrColLiqHdr #sidebar2 p, .thrColLiqHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}							/*container col2side - column inside col2outer - outside column of page*/
							
.swg {
	font-family:Arial, Helvetica, sans-serif;      /*white text with dark background This added for Info part of Header*/
	text-align:center;
	color:#fff;
	font-weight:900;
	background-color:#330
}
.style22 {                                              /*black text for main content*/
	font-family: Arial, Verdana;
	color: #000;
	font-size:24px;
	font-weight: bold;
	text-align:center;
	}
.style23 {
	font-family: Arial, Verdana;
	color: #000;
	font-size: 20px;
	text-align:center;
}
img {
	border-right: 5px solid #000;
	border-bottom: 5px solid #000;
	padding: 2px;
	margin: 10px;
}
.flt {
	float: left;
}
.para {
	text-align:left;
	text-indent: 10px;
	text-size: mediumn;
	margin: 20px;
	font-style: normal;
	color: #000;
}
td {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	
}
#piece {font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-indent:10px;
	font-size:25px;
	margin: 20px;
	font-style: normal;
	color: #090000;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {                           /*this is the CENTER of the page*/
	margin: 0 100px 0 220px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	text-align: left;
	
}

.thrColLiqHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#F1F9D2;
	font-size:10px;
	border-top:thick solid #000;
} 
.thrColLiqHdr #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 */
	
}
#sdnav {
	font-family: Verdana, Geneva, sans-serif;
	border-right: #F63;
	font-weight: bold;
	text-align: left;
	margin: 6px;
	padding: 5px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 3em;
	margin-left: 0;
}
#sdnav li {
	padding: 1px;
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: none;
	width: 200px;
	margin-top: 2em;
	margin-right: 1px;
	margin-bottom: 3em;
	margin-left: 0;
}
#sdnav a {                  /* navigation bars */
	float: left;             
	display: block;
	margin: 1px;
	padding: 3px 1px;
	color: #E4E4D8;
	text-decoration: none;
	border: 3px solid #000;
	border-bottom: none;
	border-right: none;
	background: #32341A;
	width: 185px;              /* width of the navigation bar changes size*/
}
#sdnav a:hover {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #B6C46C;
	list-style-type: none;
	width: auto;
}
#sdnav_alpha {
	font-family: Arial;
	font-size: 18px;
	color:#C33;
	border-right: #F63;
	font-weight: bold;
	text-align: left;
	margin: 6px;
	padding: 20px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 5em;
	margin-left: 0;
}
#sdnav_alpha li {
	padding: 1px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	list-style-type: none;
	width: 200px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 2em;
	margin-left: 0;
}
#sdnav_alpha a {
	float: left;
	margin: 0;
	padding: 3px 1px;
	color: #000000;
	text-decoration: none;
	border: 3px;
	border-bottom: none;
	border-right: none;
	background: #B6C46C;
	width: auto;
}
#sdnav_alpha a:hover {
	color: #f30;
	font-weight: 900;
	padding-bottom: 5px;
	border-color: #727377;
	background: #B6C46C;
	list-style-type: none;
	width: auto;
}
#nav {
	float: right;
	width: 90%;
	margin: 0;
	padding: 5px 0 0 46px;
	list-style: none;
	background: #F0EFD3 url(images/nav_bg.gif) repeat-x bottom left;
}
#nav li {
	float: right;
	margin: 0 1px 0 0;
	padding: 0;
	font-family: "Lucida Grande", sans-serif;
	font-size: 90%;
}
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 2px solid #9b8748;
	border-bottom: none;
	background: #F9E9A9 url(images/off_bg.gif) repeat-x top left;
}
#nav a:hover {
	color: #ff5c00;
	font-weight: bolder;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(on_bg.gif) repeat-x top left:
}

/* 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 The floated element must precede the element it should be next to on the 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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#web {
	font-family: Arial, Helvetica, sans-serif;
	font-size:xx-small;
	text-align:left;
}
.smprint {
	font-size: x-small;
}
.std_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align:center;
}
draw_banner {
	font-size: medium;
}
.draw_banner {
	font-size: medium;
	color: #f60;
	font-weight: bold;
}
.lg_custom {
	color: #CCC;
	font-size:14px;
	font-weight:800;
}

/*SPECIAL NOTE:<br class="clearfloat" />  this coding made the page liquid - removed it for stationary size*}
