
/*cm_sysdb_begin*/
@import url("//fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic");
/*cm_sysdb_end*/

.cm-offline-content {
    color: #242424;
    background-color: #ffffff;
}
@charset "utf-8";
/* CSS Document */
html, body {
	color:				#242424;
	background-color:	#cccccc;
}


/* font colors */
h1,h2,h3,h4,h5,h6 {
	color:			#2E2E2E;
}
#title{
    color:          #ffffff;
}
#subtitle{
	color:          #ffffff;	
}
a {
	color:			#242424;	
}

a:hover {
	color:			#242424;
}

a:visited {
	color:			#242424;	
}
#head_wrapper{
    color:          #FFFFFF;	
}
#main-wrapper{
    color:          #918373;	
}
#content_main{
	color:			#242424;
}
#sidebar_wrapper {
	color:          #242424;
}

#footer a {
	color:			#fff;
}


/* background colors */	
#head_wrapper, #title_wrapper, #title_wrapper1 {
	background-color:	#918373; 
}
#footer {
    background-color:   #918373;
}
#main-wrapper{
	background-color:	#ffffff;
}
.sidebar_wrapper{
	background-color:	#ffffff;
}
.sidebar_wrapper, .content_sidebar, #widgetbar_page_1, #widgetbar_page_2, #widgetbar_page_3{
    background-color:    #ffffff;
}
.sidebar_wrapper{	
	border-color:        #918373;
}


/* main navigation color */
#navigation_wrapper, #cm_navigation{
    background-color:    #990a10;	
}
#cm_navigation ul li a {
	color:			#283562;
}

#cm_navigation ul li a:hover {
	color:			#FFF;
}

ul#cm_mainnavigation li.cm_current a {
	color:			#FFF;	
}


/* ----- Subnavigation -----  */
#cm_navigation ul li ul li a {
	color:			#283562;
}

ul#cm_mainnavigation li ul.cm_subnavigation li a:hover {
	color:			#FFF;
}

ul#cm_mainnavigation li ul.cm_subnavigation li.cm_current a {
	color:			#FFF;
}

	

/* fonts */

html,body {
    font-family :   Roboto, sans-serif;
    font-size :     small;
    font-weight :   normal;
    font-style :    normal;
    color :         #242424;
    background-color : #cccccc;
}
h1 {
    font-family :   Roboto, sans-serif;
    font-size :     x-large;
    font-weight :   bold;
    font-style :    normal;
}
h2 {
    font-family :   Roboto, sans-serif;
    font-size :     large;
    font-weight :   bold;
    font-style :    normal;
}
h3 {
    font-family :   Roboto, sans-serif;
    font-size :     medium;
    font-weight :   bold;
    font-style :    normal;
}
h4, h5, h6 {
    font-family :   Roboto, sans-serif;
}
#title_wrapper {
    font-size :     xx-large;
    background-color : #918373;
}
#title_wrapper #title {
    font-family :   Roboto, sans-serif;
    font-weight :   normal;
    font-style :    normal;
    font-size :     28px;
    color :         #ffffff;
}
#title_wrapper #subtitle {
    font-family :   Roboto, sans-serif;
    font-weight :   normal;
    font-size :     18px;
    color :         #ffffff;
}
#navigation_wrapper {
    background-color : #990a10;
}
#cm_navigation,#cm_subnavigation {
    font-family :    Roboto, sans-serif;
    font-style :     normal;
    font-size :      small;

}
#content_main {
    font-family :   Roboto, sans-serif;
    font-size :     20px;
    font-weight :   500;
}
#content_main , #content_sidebar , #footer {
    font-family :   Roboto, sans-serif;
    font-size :     12px;
    font-weight :   500;
}
