.cm-offline-content {
    color: #495139;
    background-color: #F6FFE0;
}
@charset "utf-8";
/* CSS Document */
html, body {
	color:				#495139;
	background-color:	#f0f0f0;
}


/* font colors */
h1,h2,h3,h4,h5,h6 {
	color:			#10222B;
}
#title{
    color:          #f6ffe0;
}
#subtitle{
	color:          #F6FFE0;	
}
a {
	color:			#495139;	
}

a:hover {
	color:			#495139;
}

a:visited {
	color:			#495139;	
}
#head_wrapper{
    color:          #F6FFE0;	
}
#main-wrapper{
    color:          #95AB63;	
}
#content_main{
	color:			#495139;
}
#sidebar_wrapper {
	color:          #495139;
}

#footer a {
	color:			#fff;
}


/* background colors */	
#head_wrapper, #title_wrapper, #title_wrapper1 {
	background-color:	#95AB63; 
}
#footer {
    background-color:   #95AB63;
}
#main-wrapper{
	background-color:	#F6FFE0;
}
.sidebar_wrapper{
	background-color:	#F6FFE0;
}
.sidebar_wrapper, .content_sidebar, #widgetbar_page_1, #widgetbar_page_2, #widgetbar_page_3{
    background-color:    #F6FFE0;
}
.sidebar_wrapper{	
	border-color:        #95AB63;
}


/* main navigation color */
#navigation_wrapper, #cm_navigation{
    background-color:    #B1938B;	
}
#cm_navigation ul li a {
	color:			#fff;
}

#cm_navigation ul li a:hover {
	color:			#ccc;
}

ul#cm_mainnavigation li.cm_current a {
	color:			#ccc;	
}


/* ----- Subnavigation -----  */
#cm_navigation ul li ul li a {
	color:			#fff;
}

ul#cm_mainnavigation li ul.cm_subnavigation li a:hover {
	color:			#ccc;
}

ul#cm_mainnavigation li ul.cm_subnavigation li.cm_current a {
	color:			#ccc;
}

	

/* fonts */

html,body {
    font-family :   Arial, Helvetica, sans-serif;
    font-size :     small;
    font-weight :   normal;
    font-style :    normal;
    color :         #495139;
    background-color : #f0f0f0;
}
h1 {
    font-family :   Arial, Helvetica, sans-serif;
    font-size :     large;
    font-weight :   bold;
    font-style :    normal;
}
h2 {
    font-family :   Arial, Helvetica, sans-serif;
    font-size :     medium;
    font-weight :   bold;
    font-style :    normal;
}
h3 {
    font-family :   Arial, Helvetica, sans-serif;
    font-size :     medium;
    font-weight :   bold;
    font-style :    normal;
}
h4, h5, h6 {
    font-family :   Arial, Helvetica, sans-serif;
}
#title_wrapper {
    font-size :     x-large;
    background-color : #95AB63;
}
#title_wrapper #title {
    font-family :   Arial, Helvetica, sans-serif;
    font-weight :   normal;
    font-style :    normal;
    font-size :     28px;
    color :         #f6ffe0;
}
#title_wrapper #subtitle {
    font-family :   Arial, Helvetica, sans-serif;
    font-weight :   normal;
    font-size :     18px;
    color :         #F6FFE0;
}
#navigation_wrapper {
    background-color : #B1938B;
}
#cm_navigation,#cm_subnavigation {
    font-family :    Arial, Helvetica, sans-serif;
    font-style :     normal;
    font-size :      small;

}
#content_main {
    font-family :   Arial, Helvetica, sans-serif;
    font-size :     20px;
    font-weight :   500;
}
#content_main , #content_sidebar , #footer {
    font-family :   Arial, Helvetica, sans-serif;
    font-size :     12px;
    font-weight :   500;
}
