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

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

h1 {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
	font-size		: 15px;
	font-weight		: bold;
	font-style		: normal;
}

h2 {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
	font-size		: 13px;
	font-weight		: bold;
	font-style		: normal;
}

h3 {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
	font-size		: 11px;
	font-weight		: bold;
	font-style		: normal;
}

h4, h5, h6 {
	font-family		: Verdana, Verdana, Geneva, sans-serif;
}

a {
	color			: #324675;
}

a:hover {
	color			: #324675;
}

/*         ______
__________/ main \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#head_wrapper,
#header {
	background-color	: #324675!important;
}

#content_wrapper,
#page_inner {
	background-color	: #ffffff;
}

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

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

#textfield h2 {
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-size			: 13px;
	font-weight			: bold;
	font-style			: normal;
	color				: #3a3c3d;
}

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

/* NAV NORMAL */
#cm_navigation ul li a {
	background-color	: #D6DAE3;
	color				: #000000;
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 11px;
	font-weight			: normal;
}

/* NAV MOUSE */
#cm_navigation ul li a:hover {
	background-color	: #EF9B24;
	color				: #ffffff;
}

/* NAV HIGH */
#cm_navigation ul li.cm_current a {
	background-color	: #EF9B24;
	color				: #ffffff;
}


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

/* SUBNAV NORMAL */
#cm_navigation ul.cm_subnavigation li a {
	background-color	: #C2C8D6;
	color				: #000000;
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 11px;
	font-weight			: normal;
}

/* SUBNAV MOUSE */
#cm_navigation ul.cm_subnavigation li a:hover {
	background-color	: #324675;
	color				: #ffffff;
}

/* SUBNAV HIGH */
#cm_navigation ul.cm_subnavigation li.cm_current a {
	background-color	: #324675;
	color				: #ffffff;
}

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

/* SUBNAV NORMAL */
#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation li a {
	background-color	: #C2C8D6;
	color				: #000000;
	font-family			: Verdana, Verdana, Geneva, sans-serif;
	font-style			: normal;
	font-size			: 11px;
	font-weight			: normal;
}

/* SUBNAV MOUSE */
#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	background-color	: #324675;
	color				: #ffffff;
}

/* SUBNAV HIGH */
#cm_navigation ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	background-color	: #324675;
	color				: #ffffff;
}

/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */

.content_main {
	color				: #324675;
	background-color	: #ffffff;
}

#content_right {
	color				: #324675;
}

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

#footer {
	background-color	: #ffffff;
	color				: #324675;
}


#footer a {
	color			: #324675;
}

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


