@charset "utf-8";
/* $Revision: 4575 $ */
textarea, tt {
	font-family			: "Courier New", Courier, monospace;
}

pre, code {
	font-family			: monospace;
	font-size			: 1.1em;
}

h1,h2,h3,h4,h5,h6 {
	margin				: 0 0 15px 0;
}


h2 { font-size		: 1.2em; }
h3 { font-size		: 1.0em; }
h4 { font-size		: 1.0em; }
h1, .cm-h1 { font-size		: 1.4em;}

p {
	margin				: 0 0 1em 0;
}

ul, ol, dl {
	margin				: 0 0 1em 1em
}

li {
    margin-left			: 0.8em;
    line-height			: 1.5em;
}

dt {
	font-weight			: bold;
}

dd {
	margin				: 0 0 1em 2em;
}

cite, blockquote {
	font-style			: italic;
	margin				: 0 0 1em 1.5em;
}

.clearer {
	clear				: both;
}

/* the clearfix : ------------------ */
.clearfix {
	display			: inline-block;
}
.clearfix[class] {
	display			: block;
	overflow		: hidden;
}

/*         ______________
__________/     Page     \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#page_wrapper {
    position            : relative;
    width               : 900px;
    border              : 5px solid #e6e6e6;
    background-color    : #FFFFFF;
    margin              : 15px auto 0px auto;
}

#breadcrumb {
    height              : 30px;
    background-image    : url('../img/breadcrumb_bg.png');
    background-position : top left;
    background-repeat   : repeat-x;
    background-color    : #FFFFFF;
}

/*         ______________
__________/    Header    \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#head_wrapper {
    position            : relative;
    width               : 900px;
    height              : 102px;
    background-color    : #c4010f;
}

#head_wrapper #logo {
    position            : absolute;
    top                 : 19px;
    left                : 20px;
    width               : 380px;
    height              : 65px;
}

#header_grad {
    position            : absolute;
    top                 : 0;
    left                : 0;
    width               : 900px;
    height              : 102px;
    background-image    : url('../img/header_bg.png');
    background-position : bottom left;
    background-repeat   : repeat-x;
    background-color    : transparent;
}

#head_wrapper #keyvisual {
    position            : absolute;
    top                 : 0;
    left                : 0;
    width               : 900px;
    height              : 102px;
}
.cm-slides-controls {
	display:	none;
}

#title_wrapper {
    position            : absolute;
    top                 : 25px;
    right               : 20px;
    text-align          : right;
}

#title_wrapper h1 {
    margin              : 0 0 5px 0;
}

#title_wrapper h2 {
    margin              : 0;
}

/*         ______________
__________/   Sidebars   \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#widgetbar_page_1,
#widgetbar_page_2 {
	overflow			: hidden;
	width				: 180px;
}

#widgetbar_site_1,
#widgetbar_site_2 {
	overflow			: hidden;
	width				: 180px;
}

#widgetbar_page_1 div.cm_widget,
#widgetbar_page_2 div.cm_widget,
#widgetbar_site_1 div.cm_widget,
#widgetbar_site_2 div.cm_widget {
	margin: 5px 0;
}

.center {
	margin				: 0 auto;
}

/*         ____________
__________/   Content  \_______________________________________________________________
--------------------------------------------------------------------------------------- */

#content_wrapper {
    margin-left         : 14px;
    margin-right        : 14px;
    margin-bottom       : 15px;
}

#content {
    width               : 872px;
}

#content_right_wrapper {
    width               : 200px;
    border              : 5px solid #e6e6e6;
}

.content_sidebar {
    padding             : 10px;
}

#content_left_wrapper {
    width               : 662px;
}

.content_main {
    border-top          : 5px solid #e6e6e6;
    margin-right        : 20px;
    padding-top         : 10px;
    width               : 642px;
    overflow            : hidden;
}


/*         _______________
__________/   Navigation  \____________________________________________________________
--------------------------------------------------------------------------------------- */

#navigation_wrapper {
    position            : relative;
    width               : 900px;
}

#cm_navigation {
    height              : 25px;
    background-image    : url('../img/nav_bg.png');
    background-position : bottom left;
    background-repeat   : repeat-x;
    background-color    : #FFFFFF;
}


ul#cm_mainnavigation {
    list-style-type     : none;
    margin              : 0;
    padding             : 0;
    width               : 900px;
    height              : 25px;
    overflow            : hidden;
}

ul#cm_mainnavigation li {
    float               : left;
    margin              : 0 0 0 10px;
}

ul#cm_mainnavigation li a {
    float               : left;
    display             : block;
    line-height         : 25px;
    padding             : 0 8px 0 8px;
    text-decoration     : none;
    border-left         : 1px solid transparent;
    border-right        : 1px solid transparent;
}

ul#cm_mainnavigation li a:hover {
    background-color    : #FFFFFF;
    border-left         : 1px solid #ededed;
    border-right        : 1px solid #ededed;
}

ul#cm_mainnavigation li.cm_current {
}

ul#cm_mainnavigation li.cm_current a {
    background-color    : #FFFFFF;
    border-left         : 1px solid #ededed;
    border-right        : 1px solid #ededed;
}

/*         _______________
__________/ SubNavigation \____________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_subnavigation {
  /*  height              : 25px; */
    background-color    : #FFFFFF;
}

ul.cm_subnavigation {
    list-style-type     : none;
    margin              : 0 0 0 10px;
    padding             : 0;
}

ul.cm_subnavigation li {
    display             : inline-block;
    margin              : 0;
}

ul.cm_subnavigation li a {
  /*  float               : left; */
    display             : block;
    line-height         : 25px;
    padding             : 0 10px 0 10px;
    text-decoration     : underline;
}

ul.cm_subnavigation li a:hover {

}

ul.cm_subnavigation li.cm_current a {
    text-decoration     : none;
}



ul.cm_subnavigation li ul {
	display:	none;
}

/*         ______________
__________/    Footer    \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#footer_wrapper {
    position            : relative;
    width               : 910px;
    background-color    : #ededed;
    margin              : 0 auto 15px auto;
    text-align          : center;
}

#footer {
    padding             : 8px;
}