@charset "utf-8";
body {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	font-style		: normal;
	background-color	: #d1d5d5;
}

h1,h2,h3 {
	color			: #272e2e;
}

h1 {
	font-family		: Georgia, Georgia, serif;
	font-size		: 16px;
	font-weight		: bold;
	font-style		: normal;
}

h2 {
	font-family		: Georgia, Georgia, serif;
	font-size		: 14px;
	font-weight		: bold;
	font-style		: normal;
}

h3 {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	font-style		: normal;
}

h4, h5, h6 {
	font-family		: Georgia, Georgia, serif;
}

a {
	color			: #636868;
}

a:hover {
	color			: #272e2e;
}

/*         ______
__________/ Page \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#page_inner {
	border-color		: #ebeeee;
}

/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#header {
	border-color		: #ebeeee;
	background-color	: #ffffff;
}

#head_wrapper {
	background-color	: #ffffff;
}

#textfield h1 {
	font-family			: Georgia, Georgia, serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #727679;
}

#textfield h2 {
	font-family			: Georgia, Georgia, serif;
	font-weight			: bold;
	font-style			: normal;
	font-size			: 14px;
	color				: #3a3c3d;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #959792;
	color				: #000000;
}

#cm_navigation ul li a:hover {
	background-color	: #dce0e0;
	color				: #666666;
}

#cm_navigation ul li.cm_current a {
	background-color	: #dce0e0;
	color				: #666666;
}

/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul li ul.cm_subnavigation li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #959792;
	color				: #000000;
}

#cm_navigation ul li ul.cm_subnavigation li a:hover {
	background-color	: #dce0e0;
	color				: #666666;
}

#cm_navigation ul li ul.cm_subnavigation li.cm_current a {
	background-color	: #dce0e0;
	color				: #666666;
}

/*         ___________________
__________/ SUB Subnavigation \_________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #959792;
	color				: #000000;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	background-color	: #dce0e0;
	color				: #666666;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	background-color	: #dce0e0;
	color				: #666666;
}

/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#content_wrapper {
	border-color		: #ebeeee;
}

#content_left_wrapper,
#content_left,
#content_main_wrapper,
#content {
	background-color	: #eff2f2;
	color				: #636868;
}

#content_right_wrapper,
.content_sidebar {
	background-color	: #2f3232;
	color				: #A1A1A1;
}

.content_sidebar h1,
.content_sidebar h2,
.content_sidebar h3 {
	color				: #B3B3B3;
}

.content_sidebar a {
	color				: #A1A1A1;
}

.content_sidebar a:hover {
	color				: #B3B3B3;
}

.content_main {
	background-color	: #eff2f2;
	color				: #636868;
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : normal;
	font-style		    : normal;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #272e2e;
}

.content_main h1 {
	font-family		    : Georgia, Georgia, serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Georgia, Georgia, serif;
	font-size		    : 14px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #636868;
}
.content_main a:hover {
	color				: #272e2e;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#footer {
	background-color	: #ebeeee!important;
	color				: #474747;
	border-color		: #ebeeee;
}


#footer a {
	color			: #474747;
}

#footer a:hover {
	color			: #000000;
}

