    /**
        @name:          sqeenCMS
        @version:       2.x
        @package:       template
        @subpackage:    sqc_core
        @access:        frontend
        @author:        sqeen
        @copyright:     sqeen
        @since:         2010
        @todo:          cascading style sheet for all browsers
    */


    /* Characterset */
        @charset "UTF-8";

    /* Main styles */
        html, body {
            /*width:              100%;
            min-height:         100%;
            height:             100%;*/
            text-align:         center;
        }

        * html body {
            behavior:           url(admin/css/csshover3.htc);
        }

        html, body, div, span, object,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, acronym, address, big, cite, code,
        del, dfn, em, img, ins, kbd, q, s, samp,
        small, strike, strong, sub, sup, tt, var,
        dl, dt, dd, ol, ul, li, input, textarea,
        fieldset, form, label, legend, caption, table {
            font-family:        Arial, Helvetica, Lucida, sans-serif;
            font-size:          12px;
            margin:             0;
            padding:            0;
            border:             0;
            outline:            0;
        }

        #divCenter {
            margin:             0 auto;
            width:              780px;
            text-align:         left;
        }

        #divBg {
            width:              780px;
            float:              left;
            background:         url(../images/shadow_main.png) repeat-y;
        }

        #divContainer {
            width:              756px;
            margin-left:        12px;
        }

        #divHead {
            position:           relative;
            width:              756px;
            height:             104px;
            background:         url(../images/logo.jpg) no-repeat;
        }

        #divHeadPath {
            position:           absolute;
            top:                90px;
            left:               20px;
            font-size:          11px;
            color:              #7F7F7F;
        }

        #divHeadPath .aBreadcrumbs {
            font-size:          11px;
            color:              #37689D;
            text-decoration:    none;
        }

        #divHeadPath .aBreadcrumbs:hover {
            color:              #3673CE;
            text-decoration:    underline;
        }

        #divHeadPath .aBreadcrumbs.active {
            font-weight:        bold;
            text-decoration:    none;
        }

        #divHeadPath img {
            width:              9px;
            height:             7px;
        }


        /**---CONTAINER LEFT------------------------------------**/

        #divContainerLeft {
            float:              left;
            width:              158px;
            padding:            0px 5px 0px 5px;
            margin:             10px 15px 10px 20px;
            border:             1px solid #DFDFDF;
        }

        .divCLHead {
            width:              142px;
            padding:            3px 8px;
            margin:             5px 0px 2px 0px;
            background:         #999;
            color:              #fff;
        }

        #divCLMenu {
            margin-bottom:      10px;
            background:         #efefef;
        }

        #divCLMenu .aMenu1 {
            display:            block;
            width:              147px;
            padding:            2px 3px 2px 8px;
            font-size:          12px;
            color:              #315978;
            background:         #efefef;
            border-top:         1px solid #FAFAFA;
            border-bottom:      1px solid #DADADA;
            text-decoration:    none;
        }

        #divCLMenu .aMenu1:hover {
            font-size:          12px;
            color:              #fff;
            background:         #5eacdc;
            border-top:         1px solid #539AC4;
            border-bottom:      1px solid #68C0F5;
        }

        #divCLMenu .aMenu2 {
            display:            block;
            width:              130px;
            padding:            2px 3px 2px 25px;
            font-size:          12px;
            color:              #315978;
            background:         #F7F7F7;
            border-top:         1px solid #FCFCFC;
            border-bottom:      1px solid #E5E5E5;
            text-decoration:    none;
        }

        #divCLMenu .aMenu2:hover {
            color:              #fff;
            background:         #98D1FC;
            border-top:         1px solid #92C9F3;
            border-bottom:      1px solid #BCE0FF;
        }

        #divCLMenu .aMenu3 {
            display:            block;
            width:              120px;
            padding:            2px 3px 2px 35px;
            font-size:          12px;
            color:              #315978;
            background:         #FBFBFB;
            border-top:         1px solid #FCFCFC;
            border-bottom:      1px solid #E5E5E5;
            text-decoration:    none;
        }

        #divCLMenu .aMenu3:hover {
            color:              #fff;
            background:         #C0DCFF;
            border-top:         1px solid #B0DAFF;
            border-bottom:      1px solid #BCE0FF;
        }

        #divCLMenu .aMenu1.active, #divCLMenu .aMenu2.active, #divCLMenu .aMenu3.active {
            font-weight:        bold;
        }

        #divCLContent {
            margin-bottom:      10px;
            padding:            5px 8px;
            font-size:          12px;
            color:              #3C3C3C;
            background:         #efefef;
        }

        div#divCLContent a {
            color:              #37689D;
        }

        div#divCLContent a:hover {
            color:              #3673CE;
            text-decoration:    underline;
        }

        #divCLSearch {
            margin:             0px 0px 8px 0px;
            width:              130px;
            height:             20px;
        }

        div#divCLSearch form {
            position:           relative;
        }

        div#divCLSearch input {
            position:           absolute;
            height:             14px;
            width:              126px;
            padding:            4px 25px 3px 5px;
            color:              #3C3C3C;
            border:             1px solid #BBBBBB;
            background:         url(../images/search.png) no-repeat right #fff;
        }


        /**---CONTAINER RIGHT------------------------------------**/

        #divContainerRight {
            float:              left;
            width:              503px;
            padding:            5px;
            margin:             10px 20px 10px 15px;
            border:             1px solid #DFDFDF;
        }

        #divCRHead {
            width:              487px;
            padding:            3px 8px;
            background:         #999;
            color:              #fff;
        }

        #divContent h1 {
            margin:             20px 8px 0px 8px;
            font-size:          16px;
            color:              #1F3B59;
        }

        #divContent {
            width:              493px;
        }

        .divElement {
            color:              #3B3B3B;
            line-height:        140%;
            width:              487px;
            padding:            15px 8px 20px 8px;
            margin-bottom:      5px;
            border-bottom:      1px solid #DFDFDF;
        }

        div.divElement a {
            color:              #37689D;
        }

        div.divElement a:hover {
            color:              #3673CE;
            text-decoration:    underline;
        }

        div.divElement h1 {
            font-size:          18px;
        }

        div.divElement h2 {
            font-size:          14px;
        }

        .divElement ul, .divElement ol {
            margin:             5px 0 5px 15px;
        }

        .divElement li {
            margin:             3px 0 3px 0;
        }

        div.embed {

        }

        .description {

        }

        /**---BOTTOM------------------------------------**/

        #divBottom {
            float:              left;
            width:              780px;
            height:             20px;
            background:         url(../images/bottom.png) no-repeat;
        }

        #divFoother {
            float:              left;
            width:              740px;
            color:              #acacac;
            font-size:          11px;
            padding:            0px 20px;
            margin:             -3px 0px 20px 0px;
        }

        div#divFoother span.right {
            float:              right;
        }

        div#divFoother a{
            font-size:          11px;
            color:              #6b97ae;
        }

        div#divFoother a:hover {
            text-decoration:    underline;
            color:              #208ed1;
        }
