/* CSS For DotNetNuke Skin by bestdnnskins.com / Copyright 2013 By BESTDNNSKINS.COM */
/*-------- for all containers --------*/
.c_icon, .c_title, .c_menu {
	float:left;
	padding-right: 10px;
}
.c_title { max-width:95%; }
.c_menu { padding-top:8px; }
.c_help {
	float:right;
	padding-top:10px;
}
.c_content_style {
	display:inline-block;
	width:100%;
}
.c_footer { padding:0px 2px; }
.c_footer_l { float:left; }
.c_footer_r { float:right; }
.c_footer_space {
	height:13px;
	line-height:13px;
	overflow:hidden;
}
.clear_float { clear:both; }
h2.c_titles {
	margin:0;
	padding:0;
	line-height:1em;
}

/*-------- containers title --------*/
.c_title_footer {
	font-weight:normal;
	font-size:22px;
	color:#ccc;
	font-family:Arial, Arial, Calibri, 'Trebuchet MS', Verdana, Arial, sans-serif;
}
.c_title_black {
	font-weight:normal;
	font-size:19px;
	color:#444;
	font-family:Arial, Calibri, 'Trebuchet MS', Verdana, Arial, sans-serif;
	text-shadow: 1px 1px 2px rgba(9, 151, 68, 0.2);
}
.c_title_white {
	font-weight:normal;
	font-size:19px;
	color:#fff;
	font-family:Arial, Calibri, 'Trebuchet MS', Verdana, Arial, sans-serif;
	text-shadow: 1px 1px 2px rgba(9, 151, 68, 0.4);
}
.c_title_Turquoise {
	font-weight:normal;
	font-size:19px;
	color:#004695;
	font-family:Arial, Calibri, 'Trebuchet MS', Verdana, Arial, sans-serif;
	text-shadow: 1px 1px 2px rgba(9, 151, 68, 0.2);
}

