/* base elements */
body {
	font-family		: Trebuchet MS, Helvetica, sans-serif;
	font-size		: 13px;
	font-weight		: normal;
	font-style		: normal;
	background-color: #DBDBDB;
}

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

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

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

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

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

a {
	color			: #666666;
}

a:hover {
	color			: #666666;
}

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

#content_border_top {
	background-color	: #FFFFFF;
}

#content_border_top #content_border_top_sidebar {
	background-color	: #FFFFFF;
}

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

#header {
	background-color	: #FFFFFF;
}

#title_wrapper h1 {
	font-family			: Tahoma, Geneva, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #FFFFFF;
}

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

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

#cm_navigation {
	border-top-color	: #FFFFFF;
	background-color	: #FFFFFF;
}

#cm_navigation ul li a {
	color				: #666666;
	border-bottom-color	: #FFFFFF;
	background-color	: #FFFFFF;
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 13px;
	font-weight			: normal;
}

#cm_navigation ul li a:hover {
	color				: #666666;
	border-bottom-color	: #6185A5;
}

#cm_navigation ul li.cm_current a {
	color				: #666666;
	border-bottom-color	: #6185A5;
}


/*         _______________
__________/ 2nd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul.cm_subnavigation {
	border-top-color	: #FFFFFF;
}

ul.cm_subnavigation li {
	border-color		: #FFFFFF;
	background-color	: #EDEDED;
}

ul.cm_subnavigation li a {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 13px;
	font-weight			: normal;
	color				: #666666;
}

ul.cm_subnavigation li a:hover {
	color				: #6185A5;
}

ul.cm_subnavigation li.cm_current a {
	color				: #6185A5;
}

/*         _______________
__________/ 3rd level nav \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul.cm_subnavigation li ul.cm_subnavigation {
	border-top-color	: #FFFFFF;
}

ul.cm_subnavigation li ul.cm_subnavigation li {
	border-color		: #FFFFFF;
	background-color	: #EDEDED;
}

ul.cm_subnavigation li ul.cm_subnavigation li a {
	font-family			: Trebuchet MS, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 13px;
	font-weight			: normal;
	color				: #666666;
}

ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	color				: #6185A5;
}

ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	color				: #6185A5;
}

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

#content_main_wrapper {
	background-color	: #FFFFFF;
}

.content_main {
	background-color	: #FFFFFF;
	color				: #666666;
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 13px;
	font-weight		    : normal;
	font-style		    : normal;
}

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

.content_main h1 {
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 16px;
	font-weight		    : normal;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 14px;
	font-weight		    : normal;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Trebuchet MS, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : normal;
	font-style		    : normal;
}
.content_main a {
	color				: #666666;
}
.content_main a:hover {
	color				: #666666;
}

/*         _________
__________/ sidebar \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_left_wrapper,
.content_sidebar {
	background-color	: #FFFFFF;
	color				: #666666;
}

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

.content_sidebar a {
	color				: #666666;
}

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

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

#footer {
	color				: #8c8c8c;
	background-color	: #FFFFFF;
}

#footer a {
	color			: #8c8c8c;
}

#footer a:hover {
	color			: #8c8c8c;
}

