

h2.cc-title, h4.cc-title {
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-weight:normal;
	margin: 5px 0 2px 0
	
}
 h4.cc-title a {

	font-weight:normal!important;
	
}

/* CONTENT
--------------------------------------------- */
#cc-wrap {
	padding: 0;
	border-bottom: 5px solid #ABABAB;
}

#cc {
	padding: 0;
	border-bottom: 3px solid #FFFFFF;
}

.cc-left {
	float: left;
	background: url(vline.gif) repeat-y right;
}

.cc-center {
	float: left;
	background: url(vline.gif) repeat-y right;
}

.cc-right {
	float: right;
}

.cc-box {
	
	margin: 10px;

}

.cc-left .cc-box {
	margin-left: 0;
}

.cc-right .cc-box {
	margin-right: 0;
}

div.cc-section {
	border-bottom: 1px solid #888;
    display: block;
    margin-bottom: 5px;
}

div.cc-section a {
	display: block;
	float: left;
	padding: 0;
	
}

div.cc-section a span {
	color: #555555;
    display: block;
    font-size: 140%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

div.cc-section a:hover,
div.cc-section a:active,
div.cc-section a:focus {
	text-decoration: none;
}

.cc-box:hover div.cc-section a span,
.hover div.cc-section a span {
	
}

.cc-meta {
	font-size: 92%;
	color: #999999;
	display: block;
	clear: both;
}

.cc-more {
	color: #999999;
	text-transform: uppercase;
	display: block;
	clear: both;
	margin: 10px 0 2px;
	font-size: 92%;
	letter-spacing: 1px;
}

ul.cc-links {
	padding: 0;
	margin: 0;
	margin:3px 0;
}
ul.cc-links li {
	line-height:1.6em;
	list-style:none
}

ul.cc-links li a {
	font-weight: normal;
	font-size:12px;
	line-height:1em;
}
ul.cc-links li span {
	 color: #777777;
    font-size: 11px;
    font-weight: normal;
    margin-right: 9px;

}
.cc-content img {
	margin: 5px 5px 5px 0;
	
}

.cc-pagedesc {
	display: block;
	padding: 10px;
	margin: 10px 0;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 125%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #F7F7F7;
	font-style: italic;
}

.cc-pagedesc p {
	padding: 0;
	margin: 0;
}

/*SUB PAGE HEADLINE*/
#cc-hlwrap-sub {
	clear: both;
	margin-bottom: 3px;
}

#cc-hlwrap-sub .cc-box,
#cc-hlwrap-sub .cc-content {
	padding: 0;
	margin: 0;
	background: none;
}

#cc-hlwrap-sub h4.cc-title {
	font-size: 200%;
	font-weight: normal;
}

#cc-hlwrap-sub .article_separator {
	height: 15px;
	background: none;
	border-bottom: 5px solid #ABABAB;
	font-size: 1px;
}

/*mis
-------------------------------------------------*/
#cc-fp .article_separator {
	clear: both;
	display: block;
	height: 3px;
	background: none;
	font-size: 1px;
}

.cc-pagenav, .cc-pagenav-counter {
	text-align: center;
}

/*THEMES
------------------------------------------------*/
.cc-boxwrap:hover.cc-theme-red div.cc-section a span,
.cc-boxwrap.cc-theme-red .hover div.cc-section a span {
	background: #CC0000; /*red*/
}

.cc-boxwrap:hover.cc-theme-orange div.cc-section a span,
.cc-boxwrap.cc-theme-orange .hover div.cc-section a span {
	background: #E77B13; /*orange*/
}

.cc-boxwrap:hover.cc-theme-pink div.cc-section a span,
.cc-boxwrap.cc-theme-pink .hover div.cc-section a span {
	background: #CA0789; /*pink*/
}

.cc-boxwrap:hover.cc-theme-green div.cc-section a span,
.cc-boxwrap.cc-theme-green .hover div.cc-section a span {
	background: #1A661A; /*green*/
}

.cc-boxwrap:hover.cc-theme-lime div.cc-section a span,
.cc-boxwrap.cc-theme-lime .hover div.cc-section a span {
	background: #678000; /*lime*/
}

.cc-boxwrap:hover.cc-theme-cyan div.cc-section a span,
.cc-boxwrap.cc-theme-cyan .hover div.cc-section a span {
	background: #0E9C9A; /*cyan*/
}

.cc-boxwrap:hover.cc-theme-deepblue div.cc-section a span,
.cc-boxwrap.cc-theme-deepblue .hover div.cc-section a span {
	background: #004B80; /*deepblue*/
}