@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #572700;
	background-image: url(../images/background_texture_darker.png);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat;
	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;
}
a { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	color: #b5a16a; 
	border: none; 
}
a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	color: #b5a16a; 
	border: none; 
}
a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	color: #b5a16a; 
	border: none; 
}
a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	color: #fbe9d2; 
	border: none; 
}
a:active { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	color: #fbe9d2; 
	border: none; 
}
a:focus { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	color: #b5a16a; 
	border: none; 
}
.twoColFixLtHdr #container { 
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header_container { 
	background: none;
	width: 964px;
	height: 212px;
	margin: 20px 0 0 0;
	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. */
}
.twoColFixLtHdr #header { 
	background: none;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 964px;
	height: 178px;
	padding: 0;
} 
.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 */
	text-indent: -9999px;
}
.twoColFixLtHdr #header_interior { 
	background: none;
	background-image: url(../images/header_interior.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 964px;
	height: 178px;
	padding: 0;
} 
.twoColFixLtHdr #header_interior 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 */
	text-indent: -9999px;
}
.twoColFixLtHdr #header_interior img {
	margin: 0;
	padding: 55px 0 0 348px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header_interior a {
	border: none;
}
.twoColFixLtHdr #nav_main { 
	background: none;
	background-image: url(../images/nav_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 964px;
	height: 34px;
	margin: 0;
	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. */
} 
.twoColFixLtHdr #nav_main ul.nav { 
	margin: 0;
	padding: 12px 0 0;
	font-size: 10px;
	list-style-type: none;
	width: 964px;
	height: 34px;
	text-align: center;
}
.twoColFixLtHdr #nav_main ul.nav li {
	display: inline;
	padding: 0 17px;
	margin: 0;
}
.twoColFixLtHdr #nav_main ul.nav li.first {
	padding-left: 30px;
}
.twoColFixLtHdr #nav_main table.nav { 
	font-size: 10px;
	border: none;
	width: 970px;
	padding: 0;
	margin: 0;
	height: 35px;
}
.twoColFixLtHdr #sidebar_container {
	float: left; /* since this element is floated, a width must be given */
	width: 366px; /* 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: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 366px; /* 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 */
	height: 294px;
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../images/sidebar_top_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0;
}
.twoColFixLtHdr #sidebar1 h3 {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
.twoColFixLtHdr #sidebar1 p {
	margin: 65px 25px 0 68px; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 11px;
	line-height: 16px;
	color: #411000;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 366px; /* 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 */
	height: 245px;
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../images/sidebar_bottom_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0;
	margin: 0;
}
.twoColFixLtHdr #sidebar2 h3 {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
}
.twoColFixLtHdr #sidebar2 p {
	margin: 68px 135px 0 68px;
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
	line-height: 16px;
	color: #ead48e;
}
.twoColFixLtHdr #sidebar2 p.last {
	margin: 7px 140px 0 68px;
}
.twoColFixLtHdr #sidebar2 p.last a { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	color: #ead48e; 
	border: none; 
}
.twoColFixLtHdr #sidebar2 p.last a:link { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	color: #ead48e; 
	border: none;  
}
.twoColFixLtHdr #sidebar2 p.last a:visited { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	color: #ead48e; 
	border: none;  
}
.twoColFixLtHdr #sidebar2 p.last a:hover { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	color: #480c00; 
	border: none; 
}
.twoColFixLtHdr #sidebar2 p.last a:active { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	color: #480c00; 
	border: none; 
}
.twoColFixLtHdr #sidebar2 p.last a:focus { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold; 
	text-decoration: none; 
	color: #480c00; 
	border: none; 
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 366px; /* 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 */
	font-size: 11px;
	background-image: url(../images/content_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 539px;
} 
.twoColFixLtHdr #mainContent_about { 
	margin: 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	background-image: url(../images/about_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 692px;
	width: 964px;
}
.twoColFixLtHdr #mainContent_about h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
} 
.twoColFixLtHdr #mainContent_about p {
	margin: 0;
	padding: 20px 450px 0 68px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
} 
.twoColFixLtHdr #mainContent_about p.intro {
	margin: 0;
	padding: 120px 450px 0 68px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #411000;
	font-size: 11px;
	line-height: 16px;
}
.twoColFixLtHdr #mainContent_about img {
	margin: 0;
	padding: 20px 0 0 62px;
} 
.twoColFixLtHdr #mainContent_about p.wrap {
	margin: 0;
	padding: 20px 480px 0 190px;
}
.twoColFixLtHdr #mainContent_botetourt { 
	margin: 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	background-image: url(../images/botetourt_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 916px;
	width: 964px;
}
.twoColFixLtHdr #mainContent_botetourt #movie {
	position: relative;
	top: 1px;
	left: 44px;
	width: 889px;
	height: 916px;
	border: none;
}
.twoColFixLtHdr #mainContent_cityofrke { 
	margin: 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	background-image: url(../images/cityofrke_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 1052px;
	width: 964px;
}
.twoColFixLtHdr #mainContent_cityofrke #movie {
	position: relative;
	top: 0;
	left: 45px;
	width: 889px;
	height: 1052px;
}

.twoColFixLtHdr #mainContent_franklinco { 
	margin: 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	background-image: url(../images/franklinco_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 925px;
	width: 964px;
}
.twoColFixLtHdr #mainContent_franklinco #movie {
	position: relative;
	top: 0;
	left: 45px;
	width: 889px;
	height: 925px;
}
.twoColFixLtHdr #mainContent_rkeco { 
	margin: 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	background-image: url(../images/rkeco_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 762px;
	width: 964px;
}
.twoColFixLtHdr #mainContent_rkeco #movie {
	position: relative;
	top: 0;
	left: 45px;
	width: 889;
	height: 762;
}
.twoColFixLtHdr #mainContent_salem { 
	margin: 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	background-image: url(../images/salem_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 702px;
	width: 964px;
}
.twoColFixLtHdr #mainContent_salem #movie {
	position: relative;
	top: 0;
	left: 45px;
	width: 889px;
	height: 702px;
}

.twoColFixLtHdr #mainContent_resources { 
	margin: 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 11px;
	background-image: url(../images/resources_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 636px;
	width: 964px;
}
.twoColFixLtHdr #mainContent_resources h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
} 
.twoColFixLtHdr #mainContent_resources p {
	margin: 0;
	padding: 130px 0 0 68px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 15.5px;
}
.twoColFixLtHdr #mainContent_resources #newsfeed {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15.5px;
	position: relative;
	left: 650px;
	top: -250px;
	border: none;
	width: 245px;
	height: 500px;
}
.twoColFixLtHdr #mainContent_resources #newsfeed h2 {
	margin: 0;
	padding: 0;
	color: #411000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 15.5px;
}
.twoColFixLtHdr #mainContent_resources #newsfeed p {
	margin: 0;
	padding: 0 0 15px 0;
	color: #411000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 15.5px;
}
.twoColFixLtHdr #mainContent_resources ul {
	color: #411000;
	margin: 0;
	padding: 20px 0 0 68px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15.5px;
}
.twoColFixLtHdr #mainContent_resources ul.links {
	color: #411000;
	margin: 0;
	padding: 130px 0 0 68px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15.5px;
}
.twoColFixLtHdr #mainContent_resources ul li.first {
	color: #411000;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 15.5px;
} 
.twoColFixLtHdr #mainContent_resources ul li {
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	line-height: 17px;
}
.twoColFixLtHdr #mainContent_resources ul li a {
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	color: #411000;
	border: none;
	font-size: 11px;
	line-height: 17px;
}
.twoColFixLtHdr #mainContent_resources ul li a:link {
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	color: #411000;
	border: none;
	font-size: 11px;
	line-height: 17px;
}
.twoColFixLtHdr #mainContent_resources ul li a:visited {
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	color: #411000;
	border: none;
	font-size: 11px;
	line-height: 17px;
}
.twoColFixLtHdr #mainContent_resources ul li a:hover {
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	color: #db9232;
	border: none;
	font-size: 11px;
	line-height: 17px;
}
.twoColFixLtHdr #mainContent_resources ul li a:active {
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	color: #db9232;
	border: none;
	font-size: 11px;
	line-height: 17px;
}
.twoColFixLtHdr #mainContent_resources ul li a:focus {
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	color: #db9232;
	border: none;
	font-size: 11px;
	line-height: 17px;
}
.twoColFixLtHdr #mainContent p {
	margin: 0;
	padding: 29px 325px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	line-height: 15.5px;
} 
.twoColFixLtHdr #mainContent p.last {
	padding-top: 8px;
	margin: 0;
}
.twoColFixLtHdr #footer {
	margin: 0; 
	padding: 0 0 35px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: none;
	background-image: url(../images/footer_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 964px;
	height: 110px; 
} 
.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: 40px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 9px;
	color: #cd8b5a;
}
.twoColFixLtHdr #footer img.footer_left {
	margin: 0 0 0 48px;
}
.twoColFixLtHdr #footer img.footer_middle {
	margin: 5px 0 0 434px;
	border: none;
}
.twoColFixLtHdr #footer img.footer_right {
	margin: 0 0 0 -10px;
}

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