@charset "UTF-8";
body  {
	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: #1B2B29;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-color: #997858;
	background-image: url(../images/bg_pan_fire.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 130%;
	background-attachment: fixed;
}
.maroonText {
	color: #90392E;
}
.twoColFixLtHdr #container {
	width: 841px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg-container-shadow.png);
	background-repeat: repeat;
	padding: 0 10px 0 9px;
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	height: 145px;
	background-color: #E23C1F;
	background-image: url(../images/bg_header_internal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

.twoColFixLtHdr #headerHome {
	padding: 50px 0 0 0;  /* 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. */
	height: 302px;
	background-color: #E23C1F;
	background-image: url(../images/bg-home-header.png);
	background-repeat: no-repeat;
	background-position: left top;
} 


.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 10px 15px 35px;
}
.twoColFixLtHdr #mainContent {
	margin: 50px 0 0 250px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 10px 9px;
	margin: 0 auto 20px auto;
	width: 841px;
	background-color: transparent;
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.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 25px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
}
.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;
}
h1 {
	font-size: 26px;
	color: #89100A;
}
h2 {
	font-size: 19px;
	text-transform: uppercase;
	color: #E03C20;
}
.twoColFixLtHdr #container #sidebar1 a:link, .twoColFixLtHdr #container #sidebar1 a:visited {
	color: #1B2B29;
	text-decoration: none;
}

.twoColFixLtHdr #container #sidebar1 a:hover, .twoColFixLtHdr #container #sidebar1 a:active {
	color: #E03C20;
	text-decoration: underline;
}
.twoColFixLtHdr #container #header h1, .twoColFixLtHdr #container #headerHome h1 {
	position: absolute;
	top: -500px;
}
.twoColFixLtHdr #container #header #navInternal {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	padding: 6px 8px 6px 12px;
	background-image: url(../images/bg_internal_nav.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.twoColFixLtHdr #container #header #navInternal p {
	margin: 0px;
	padding: 0px;
	color: #CD4534;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}


.twoColFixLtHdr #container #header #navInternal a:link, .twoColFixLtHdr #container #header #navInternal a:visited {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

.twoColFixLtHdr #container #header #navInternal a:hover, .twoColFixLtHdr #container #header #navInternal a:active {
	color: #FFF;
	text-decoration: underline;
}


.twoColFixLtHdr #container #header .logo {
	padding-top: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr #container #contentWrapper {
	background-image: url(../images/paper.jpg);
	background-repeat: repeat;
}

#kill2 {
	margin: 0px;
	font-size: 1px;
	color: #FFFFFF;
}
.twoColFixLtHdr #footer a:link,.twoColFixLtHdr #footer a:visited {
	color: #1B2B29;
}

.twoColFixLtHdr #footer a:hover,.twoColFixLtHdr #footer a:active {
	color: #4F5E5C;
}
.twoColFixLtHdr #container #contentWrapper #homeContent {
	padding: 0 40px;
}
.twoColFixLtHdr #container #contentWrapper #homeContent #homeFeatured a:link, .twoColFixLtHdr #container #contentWrapper #homeContent #homeFeatured a:visited  {
	color: #8F392E;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}

.twoColFixLtHdr #container #contentWrapper #homeContent #homeFeatured a:hover, .twoColFixLtHdr #container #contentWrapper #homeContent #homeFeatured a:active  {
	color: #BC6A64;
	text-decoration: underline;

}
.twoColFixLtHdr #container #contentWrapper #homeContent #homeFeatured table {
	padding: 10px 0;
}
.twoColFixLtHdr #container #contentWrapper #homeContent .homeWelcome {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 175%;
	font-size: 110%;
}
.twoColFixLtHdr #container #contentWrapper #headerHome #navHome #navItems {
	float: right;
	padding: 30px 0 0 0;
}
.twoColFixLtHdr #container #contentWrapper #headerHome #navHome .logo {
	float: left;
}
.twoColFixLtHdr #container #contentWrapper #headerHome #navHome {
	background-image: url(../images/bg-header-home-color.png);
	background-repeat: repeat;
	padding: 0 15px;
}
.twoColFixLtHdr #container #contentWrapper #headerHome #navHome #navItems p {
	color: #892A1A;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.twoColFixLtHdr #container #contentWrapper #headerHome #navHome #navItems a:link, .twoColFixLtHdr #container #contentWrapper #headerHome #navHome #navItems a:visited {
	color: #FFF;
	text-decoration: none;
}

.twoColFixLtHdr #container #contentWrapper #headerHome #navHome #navItems a:hover, .twoColFixLtHdr #container #contentWrapper #headerHome #navHome #navItems a:active {
	color: #FFF;
	text-decoration: underline;
}
