@charset "utf-8";
/* $Revision: 2732 $ */
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 1em 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;
}

body {
    margin              : 0 0 30px 0;
    padding             : 0;
    background-image    : url('../img/body_bg.png');
    background-repeat   : repeat-x;
    background-position : top left;
}

/*         ______________
__________/     Page     \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#page_wrapper {
    position            : relative;
    top                 : 11px;
    width               : 892px;
    min-height          : 500px;
    margin              : 0 auto;
}

/*         ______________
__________/    Header    \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#bgheader_wrapper {
    position            : absolute;
    left                : 0;
    width               : 100%;
    height              : 222px;
    margin              : 0 0 0 0;
}

#bgheader_wrapper #bgheader_top {
    height              : 10px;
}

#bgheader_wrapper #bgheader_mid {
    height              : 200px;
    border-top          : 1px solid transparent;
    border-bottom       : 1px solid transparent;
}

#bgheader_wrapper #bgheader_btm {
    height              : 10px;
}

/*         ______________
__________/   Content    \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#wrapper {
    width               : 890px;
    border-left         : 1px solid transparent;
    border-right        : 1px solid transparent;
    border-top          : 1px solid transparent;
    border-bottom       : 1px solid transparent;
}

#title_wrapper {
    position            : relative;
    height              : 70px;
    text-align          : right;
}

#title_wrapper h1 {
    margin              : 0;
    padding             : 10px 10px 0 0;
}

#title_wrapper h2{
    margin              : 0;
    padding             : 0 10px 0 0;
}

#img_wrapper {
    position            : relative;
    border-top          : 5px solid #FFFFFF;
    border-left         : 5px solid transparent;
    border-right        : 5px solid transparent;
    border-bottom       : 5px solid transparent;
    height              : 175px;
}

#logo {
    position            : absolute;
    top                 : 0;
    left                : 0;
    height              : 175px;
    width               : 265px;
}

#keyvisual {
    position            : absolute;
    top                 : 0;
    left                : 265px;
    height              : 175px;
    width               : 615px;
}

#border_top {
    height              : 18px;
}

#border_top_left {
    height              : 18px;
    background-image    : url('../img/border_top.png');
    background-repeat   : repeat-x;
    background-position : top left;
    width               : 270px;
    float               : left;
}

#border_top_right {
    height              : 18px;
    background-image    : url('../img/border_top.png');
    background-repeat   : repeat-x;
    background-position : top left;
    width               : 620px;
    float               : left;
}

#content_wrapper {
    width               : 100%;
}

#content_left_wrapper {
    width               : 270px;
}

.content_sidebar {
    padding             : 0 25px 0 25px;
}

#content_right_wrapper {
    width               : 620px;
}

.content_main {
    padding             : 0 25px 0 20px;
    width               : 575px;
}

/*         ______________
__________/   Sidebars   \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#widgetbar_page_1,
#widgetbar_page_2 {
	overflow			: hidden;
	width				: 220px;
}

#widgetbar_site_1,
#widgetbar_site_2 {
	overflow			: hidden;
	width				: 220px;
}

#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;
}

/*         _______________
__________/   Navigation  \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation {
    list-style-type     : none;
    margin              : 0;
    padding             : 0 0 15px 0;
	border-top          : 1px dotted transparent;
}

ul#cm_mainnavigation li {
    margin              : 0;
    padding             : 0;
    width               : 220px;
}

ul#cm_mainnavigation li a {
    display             : block;
    text-decoration     : none;
	min-height			: 30px;
	height				: auto !important;
	height				: 30px;
	line-height         : 30px;
	border-bottom       : 1px dotted transparent;
	padding-left        : 10px;
}

ul#cm_mainnavigation li a:hover {
}

ul#cm_mainnavigation li.cm_current a {
}
/*         _______________
__________/ SubNavigation \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation li ul.cm_subnavigation {
    list-style-type     : none;
    margin              : 0;
    padding             : 0 0 0 0;
}

ul#cm_mainnavigation li ul.cm_subnavigation li {
    margin              : 0;
    padding             : 0;
    overflow            : hidden;
    width               : 220px;
}

ul#cm_mainnavigation li ul.cm_subnavigation li a {
    display             : block;
    text-decoration     : none;
	min-height			: 30px;
	height				: auto !important;
	height				: 30px;
	line-height         : 30px;
	padding-left        : 20px;
	border-bottom       : 1px dotted transparent;
}

/*         __________________
__________/ SubSubNavigation \____________________________________________________________
--------------------------------------------------------------------------------------- */

ul#cm_mainnavigation li ul.cm_subnavigation li.cm_current ul.cm_subnavigation {
	border-top          : none;
    padding             : 0;
}

ul#cm_mainnavigation li ul.cm_subnavigation li.cm_current ul.cm_subnavigation li a {
	padding-left        : 40px;
}

/*         ______________
__________/    Footer    \_____________________________________________________________
--------------------------------------------------------------------------------------- */

#footer_wrapper {
    text-align          : center;
    border-top          : 1px solid transparent;
    border-bottom       : 10px solid transparent;
}

#footer {
    padding             : 10px;
}