@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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(../images/bg_fade.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #F2F2F2;
}
.fc_chamber #container {
	width: 936px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	top: 10px;
} 
.sitemap {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sitemap li ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a:link  {
	color: #0071BC;
	text-decoration: none;
}
a:visited {
	color: #0071BC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 , h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #951D20;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#fayette_bg {
	background-image: url(../images/fayette_county_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding: 0px;
	margin: 0px;
}
#top_nav {
	color: #808080;
	letter-spacing: 0.06em;
	text-align: right;
	width: 926px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 0px;
	height: 20px;
	overflow: hidden;
	font-size: 0.9em;
}
#top_nav a , #top_nav a:visited{
	color: #B2B2B2;
	text-decoration: none;
}
#top_nav a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#top_nav a.home_icon {
	padding-left: 20px;
	background-image: url(../images/home_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#top_nav a.home_icon:hover {
	background-position: 0px -35px;
}
.fc_chamber #header {
	width: 920px;
	display: block;
	border-top-width: 8px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C6C1BA;
	border-right-color: #C6C1BA;
	border-left-color: #C6C1BA;
	background-image: url(../images/nrg_bridge.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 133px;
}
#sidebar_text  {
	padding: 15px;
}
#header .join {
	position: relative;
	bottom: 50px;
	left: 745px;
	display: block;
	background-color: #FFD8A3;
	width: 136px;
	height: 10px;
	border: 1px solid #BC7653;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/join_btn_bg.png);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 0.9em;
}
#header .join:hover {
	text-decoration: none;
	background-position: -160px;
}
#column_container {
	width: 646px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.fc_chamber #left_sec_nav {
	width: 140px;
	padding-left: 10px;
	padding-top: 20px;
	float: left;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
} 
.quick_links  {
	display: block;
	height: 22px;
}
.fc_chamber #main_content_col1 {
	width: 226px;
	float: left;
	display: inline;
	position: relative;
	padding-right: 7px;
	padding-left: 15px;
	padding-top: 10px;
	margin: 0px;
}
.fc_chamber #main_content_col2 {
	width: 226px;
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding-right: 15px;
	padding-left: 7px;
	padding-top: 10px;
}
.fc_chamber #main_content_subpages {
	width: 466px;
	float: left;
	display: inline;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	margin: 0px;
}
#image_link_container {
	width: 496px;
	float: left;
	padding-left: 150px;
}
#image_link_container img {
	padding-left: 4px;
}
#image_link_container p {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 488px;
	display: block;
	height: 12px;
	overflow: hidden;
	color: #999;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	font-size: 0.8em;
	background-image: url(../images/dash_border.png);
	background-repeat: repeat-x;
	letter-spacing: .2em;
	background-position: 0px 0px;
}
.dash_border_top {
	display: block;
	width: 100%;
	padding-top: 10px;
	background-image: url(../images/dash_border.png);
	background-repeat: repeat-x;
}
.fc_chamber #main_sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 262px;
	padding: 0px;
	margin: 0px;
}
#contact_info {
	color: #4B4578;
	font-size: 1.4em;
	text-align: left;
	background-image: url(../images/phone_icon.png);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 50px;
	background-position: 0px center;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-right: 0px;
	font-family: "Times New Roman", Times, serif;
}
#contact_info span {
	font-size: 1.4em;
}
.rc_button {
	color: #4B4576;
	text-decoration: none;
	background-color: #D0CCC7;
	display: block;
	padding: 7px;
	width: 216px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
	border: 1px solid #999;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.rc_button:hover {
	text-decoration: none;
	background-color: #DED8D7;
}
.rc_button span {
	color: #921C1F;
	font-size: .9em;
}
.fc_chamber #border_box {
	width: 920px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C6C1BA;
	border-bottom-color: #C6C1BA;
	border-left-color: #C6C1BA;
	margin: 0px;
	padding: 0px;
}
.fc_chamber #inside_border {
	width: 912px;
	margin: 0px;
	padding: 0px;
	border: 4px solid #FFF;
	background-image: url(../images/faux_columns.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #FFF;
} 
.fc_chamber #footer {
	color: #a0978c;
	width: 912px;
	text-align: right;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 45px;
	padding-left: 0px;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
#footer a , #footer a:visited{
	color: #a0978c;
	text-decoration: none;
}
#footer a:hover {
	color: #a0978c;
	text-decoration: underline;
}
#footer .bottom_piped {
	float: left;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D0CCC7;
	padding-right: 20px;
	width: 140px;
	padding-left: 20px;
	line-height: 1.4em;
}
#footer .bottom_nonpiped  {
	float: left;
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding-right: 20px;
	width: 140px;
	padding-left: 20px;
	line-height: 1.4em;
}
.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: 30px;
}
.col_width {
	width: 200px;
	display: block;
	float: left;
	margin-right: 30px;
}
.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;
}
.hiddenPic {display:none;}
#main_content_subpages form label span {
	float: left;
	width: 120px;
}
.pull_quote {
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #999;
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	padding-top: 26px;
}
.padded_link {
	padding: 1px;
}
#directory_box {
	display: block;
	width: 436px;
	padding: 15px;
	background-color: #DDD;
	margin-bottom: 20px;
}

