@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: none 0;
}

body {
	background-color: #FFFFFF;
	text-align: center;
}


#wrapper {
	display: block;
	width: 840px;
	margin: 0 auto;
	text-align: center;
}

#content {
	display: block;
	width: 800px;
	margin: 0px 20px 0px 20px;
	text-align: left;
}

#header {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

#nav {
	width: 770px;
	display: block;
	background-color: #8B6F57;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	padding: 0px 15px 0px 15px;
}

.navItem {
	padding-top: 6px;
}

.navItem li {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-right-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	list-style-type: none;
}

.navItem li a {
	color:#FFF;
	text-decoration: none;
}

.navItem li a:hover {
	text-decoration: underline;
}

.first {
	border-left-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
}

#bannerImage {
	width: 800px;
	height: 300px;
	display: block;
	overflow: hidden;
	background-image: url(../images/cc-banner-image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom-color: #8B6F57;
	border-bottom-style: solid;
	border-bottom-width: 8px;
}

#bloghighlight {
	width: 800px;
	display: block;
	margin-top: 40px;
}

#bloghighlight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #8B6F57;
	text-align: left;
	padding-bottom: 10px;
	border-bottom-color: #8B6F57;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.blogItem {
	width: 600px;
	display: block;
	margin-left: 100px;
	margin-top: 20px;
}

.blogItem h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #000;
	padding-bottom: 20px;
}

.blogItem img {
	float: left;
	display: block;
	overflow: hidden;
	margin-right: 20px;
}

.blogItem p, .blogItem ul, .blogItem ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}

#footer {
	width: 800px;
	display: block;
	clear: both;
	background-color: #8B6F57;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}

#footer p, #footer p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #FFF;
}

#bodyLeft li h2 a {
	color: #8B6F57;
}
