@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #5d8079;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
.cfc #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 150px;
	height: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.cfc #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* 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. */
}
.cfc #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 */
	font-family: Georgia, serif;
	font-size: 14px;
}
.cfc #mainContent {
	height: 450px;
	width: 650px;
	font-family: Geneva, sans-serif;
	font-size: 14px;
	float: right;
	color: #FFFFFF;
	font-weight: lighter;
}
.cfc #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.cfc #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 */
}
.cfc #logo {
	position: relative;
	z-index: 1;
	top: -30px;
	left: 24px;
	width: 300px;
	height: auto;
}
.cfc #image {
	height: 400px;
	width: 600px;
}
.showcaseimage {
	height: 410px;
	width: 560px;
	border: 20px solid #FFFFFF;
}
.footer {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}
.text {
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-right: 20px;
	padding-left: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}
.subhead {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FF9900;
}
.cfc #mainSidebar {
	width: 245px;
	font-family: Geneva, sans-serif;
	font-size: 12px;
	float: right;
	background-color: #000000;
	color: #FFFFFF;
	height: 440px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.cfc #sidebar {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 50px;
}
.cfc #sidebarNav {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 50px;
	height: 160px;
}
.cfc #sidebarcfc {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 450px;
	width: 350px;
	float: right;
	background-image: url(../images/cfc-sidebar-bkg.png);
	background-repeat: no-repeat;
}
.cfc #contact {
	height: 20px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: Georgia;
	font-size: 9px;
	color: #FFFFFF;
	text-align: left;
}
.cfc #sidebarc2 {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 450px;
	width: 350px;
	float: right;
	background-image: url(../images/cfc-sidebar-bkg.png);
	background-repeat: no-repeat;
}
.textc2 {
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 18px;
}
.bodyc2 {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	color: #4E3116;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5D8079;
}
a:hover {
	text-decoration: underline;
	color: #796341;
}
a:active {
	text-decoration: none;
}
.cfc #featuredContent {
	background-image: url(../images/cfc-featured-bkg.png);
	background-repeat: no-repeat;
	height: 410px;
	width: 560px;
	border: 20px solid #FFFFFF;
	background-position: center center;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	background-color: #FFFFFF;
	font-weight: normal;
	float: left;
}
.cfc #featuredleft {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	float: left;
	height: 260px;
	width: 220px;
	padding-top: 110px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 40px;
	text-align: center;
}
.cfc #featuredright {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	float: left;
	height: 260px;
	width: 220px;
	padding-top: 110px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	text-align: left;
}
.cfc #featuredlist {
	height: 87px;
	width: 220px;
	margin-bottom: 6px;
}
