/* base elements */
body {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	font-style		: normal;
	background-color	: #908E8E;
}

h1,h2,h3 {
	color			: #454545;
}

h1 {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 16px;
	font-weight		: bold;
	font-style		: normal;
}

h2 {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 14px;
	font-weight		: bold;
	font-style		: normal;
}

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

h4, h5, h6 {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
}

a {
	color			: #000000;
}

a:hover {
	color			: #454545;
}

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

#page_inner {
	background-color	: #EAF3FA;
	border-color		: #315D8C;
}

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

#header {
	border-color		: #315D8C;
	background-color	: #585855!important;
}

#head_wrapper {
	background-color	: #585855!important;
}

#textfield h1 {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #292929;
}

#textfield h2 {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-weight			: bold;
	font-style			: normal;
	font-size			: 14px;
	color				: #4D4D4D;
}

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

#cm_navigation ul li a {
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #F7F7F7;
	color				: #333333;
}

#cm_navigation ul li a:hover {
	background-color	: #C8DBF9;
	color				: #39598E;
}

#cm_navigation ul li.cm_current a {
	background-color	: #C8DBF9;
	color				: #39598E;
}

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

#cm_navigation ul li ul.cm_subnavigation li a {
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #F7F7F7;
	color				: #333333;
}

#cm_navigation ul li ul.cm_subnavigation li a:hover {
	background-color	: #C8DBF9;
	color				: #39598E;
}

#cm_navigation ul li ul.cm_subnavigation li.cm_current a {
	background-color	: #C8DBF9;
	color				: #39598E;
}

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

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a {
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #F7F7F7;
	color				: #333333;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	background-color	: #C8DBF9;
	color				: #39598E;
}

#cm_navigation ul li ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	background-color	: #C8DBF9;
	color				: #39598E;
}

/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */
#content_wrapper {
	border-color		: #315D8C;
	background-color	: #EAF3FA;
	color				: #000000;
}

#content_left_wrapper,
#content_left,
#content_main_wrapper,
#content_main,
#content,
#content_right_wrapper,
#content_right {
	background-color	: #EAF3FA;
	color				: #000000;
}

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

#footer {
	background-color	: #DBDBDB!important;
	color				: #000000;
	border-color		: #315D8C;
}


#footer a {
	color			: #000000;
}

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


