/*--------------------------------------
    Global
---------------------------------------*/
body {
    background-color: #eee;
    /*
    background-image: url(../images/bg_body.gif);
    background-position: center top;
    */
    color: #000;
    font-size: 0.8em;
    text-align: center;
}

h1 {
}

h1 * {
    margin: 0;
    padding: 0;
}

h2 {
}

h3 {
}

h4, 
h5,
h6 {
    font-size: 1em;
    font-weight: bold;
}

table,
caption {
}

input,
textarea {
    font-size: 12px;
}

input.submit {
    border-style: none;
    vertical-align: top;
}

.hidden {
    display: none;
}

.item_sig {
    font-size: 0.8em;
}

.invalid {
    color: #ccc;
}

.note {
    color: #666;
}

.jump_to_top {
    clear: both;
    text-align: right;
}

    .jump_to_top a {
        background-color: #fff !important;
    }

.with_border {
    border: 1px solid #ddd;
    padding: 1px;
}

.image_with_border {
    border: 5px solid #f0f0f0;
}

.image_caption {
    padding: 0 0 0 10px;
    color: #bbb;
    font-size: 0.8em;
}

.center {
    text-align: center;
}

.line_height_middle {
    line-height: 160%;
}

.float_left {
    float: left;
    margin: 0 19px 20px 0;
}

.float_right {
    float: right;
    margin: 0 0 20px 19px;
}

.clear_line_height {
    line-height: 100%;
}

.clear_float {
    clear: both !important;
}

.archive-link {
    margin: 0 0 10px 0;
    font-size: 0.8em;
    text-align: right;
}

.details {
    border: 2px solid #ddd;
}

.details_label {
    width: 25%;
    background-color: #f9f9f9;
}

.details_text {
    width: 75%;
}

.banner {
    clear: both;
    margin: 0 !important;
    padding: 0 0 10px 0 !important;
    background-color: transparent !important;
    border-style: none !important;
}


/*--------------------------------------
    Wrapper
---------------------------------------*/
#wrapper {
    width: 740px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    background-image: url(../images/bg_footer.gif);
    background-repeat: no-repeat;
    background-position: 0 bottom;
    text-align: left;
}

/*--------------------------------------
    Header
---------------------------------------*/
#header {
    position: relative;
    padding: 30px 0 0 0;
    background-repeat: no-repeat;
}

    #header p {
        margin: 20px 10px;
        _margin: 50px 10px 20px 10px;
    }
    
    #signature_blog1 #header,
    #signature_blog13 #header {
        background-image: url(../images/bg_header.jpg);
    }
    
    #signature_blog2 #header,
    #signature_blog3 #header,
    #signature_blog4 #header {
        background-image: url(../images/bg_public-office.jpg);
    }
    
    #signature_blog7 #header,
    #signature_blog9 #header,
    #signature_blog10 #header,
    #signature_blog15 #header {
        background-image: url(../images/bg_corporation.jpg);
    }

    #signature_blog11 #header {
        background-image: url(../images/bg_company.jpg);
    }

    #signature_blog12 #header,
    #signature_blog14 #header {
        background-image: url(../images/bg_recruit.jpg);
    }

    #header #google-search-form {
        position: absolute;
        width: 240px;
        _width: 250px;
        height: 30px;
        top: 60px;
        right: 10px;
        margin: 0;
        padding: 5px 10px 0 0;
        background-color: transparent;
        border-style: none;
        background-image: url(../images/bg_search.gif);
        background-repeat: no-repeat;
        text-align: right;
    }
    
        #header #google-search-form input {
            border-style: none;
        }
        
        #header #google-search-form input#q {
            width: 100px;
        }

/*--------------------------------------
    Global Navigation
---------------------------------------*/
#global-nav ul{
    margin: 0;
    padding: 0;
    list-style : none;
}

    #global-nav ul li {
        float: left;
        margin: 0;
        padding: 0;
    }
    
    #global-nav li#global-nav_public-office a,
    #global-nav li#global-nav_corporation a,
    #global-nav li#global-nav_company a,
    #global-nav li#global-nav_recruit a{
        display: block;
        width: 185px;
        height: 40px;
        background-repeat: no-repeat;
        text-indent: -9999px;
        text-decoration: none;   
    }
    
    #global-nav li#global-nav_public-office a {
        background-image: url(../images/global-nav_public-office.gif);
    }
    
        #signature_blog2 #global-nav_public-office a,
        #signature_blog3 #global-nav_public-office a,
        #signature_blog4 #global-nav_public-office a {
            background-image: url(../images/global-nav_public-office_focused.gif) !important;
        }

        #global-nav li#global-nav_public-office a:hover {
            background-image: url(../images/global-nav_public-office_focused.gif);
        }
    
    #global-nav li#global-nav_corporation a {
        background-image: url(../images/global-nav_corporation.gif);
    }
    
        #signature_blog7 #global-nav_corporation a,
        #signature_blog9 #global-nav_corporation a,
        #signature_blog10 #global-nav_corporation a {
            background-image: url(../images/global-nav_corporation_focused.gif) !important;
        }
        
        #global-nav li#global-nav_corporation a:hover {
            background-image: url(../images/global-nav_corporation_focused.gif);
        }
        
    #global-nav li#global-nav_company a {
        background-image: url(../images/global-nav_company.gif);
    }
    
        #signature_blog11 #global-nav_company a {
            background-image: url(../images/global-nav_company_focused.gif) !important;
        }

        #global-nav li#global-nav_company a:hover {
            background-image: url(../images/global-nav_company_focused.gif);
        }
        
    #global-nav li#global-nav_recruit a {
        background-image: url(../images/global-nav_recruit.gif);
    }
    
        #signature_blog12 #global-nav_recruit a,
        #signature_blog14 #global-nav_recruit a {
            background-image: url(../images/global-nav_recruit_focused.gif) !important;
        }
        
        #global-nav li#global-nav_recruit a:hover {
            background-image: url(../images/global-nav_recruit_focused.gif);
        }
        
/*--------------------------------------
    Breadcrumbs
---------------------------------------*/
p#breadcrumbs {
    clear: both;
    margin: 0;
    padding: 5px 10px 5px 0;
    background-image: url(../images/bg_breadcrumbs.gif);
    background-repeat: repeat-x;
    font-size: 0.8em;
    text-align: right;
}

/*--------------------------------------
    Body
---------------------------------------*/
#body {
    margin: 0 10px;
    padding: 0;
}

    #body table {
        border-collapse: separate;
        border-style: none;
        border-top: 1px solid #ddd;
    }
    
    #body th {
        border-style: none;
        border-bottom: 2px solid #73D216;
        background-color: #efefef;
        color: #000;
    }
    
    #body tr {
        border-style: none;
    }
    
    #body td {
        border-style: none;
        border-bottom: 1px solid #ddd;
    }

    #body table.content_list {
        border-style: none;
    }
    
        #body table.content_list td {
            width: 50%;
            border-style: none;
            vertical-align : top;
        }
    
        #body table.content_list h2 {
            margin: 0;
            padding: 0 0 0 10px;
            border-left: 5px solid #73D216;
            font-size: 1.1em;
        }
    
        #body table.content_list p {
            height: 40px;
            font-size: 0.8em;
        }
        
        #body table.content_list a {
        }
        
        #body table.content_list a:hover {
        }
        
        #body table.content_list li {
        }

#signature_blog1 #body #topics {
    float: left;
    width: 277px;
}

    #signature_blog1 #body #topics h2 {
        margin: 0 0 5px 0;
        padding: 0;
        border-style: none;
        background-color: transparent;
    }

    #signature_blog1 #body #topics dl {
        margin: 0 0 10px 0;
    }
    
    #signature_blog1 #body #topics dt {
        color: #CE5C00;
        font-size: 0.8em;
    }
    
    #signature_blog1 #body #topics dd {
        margin: 0 0 5px 0;
        border-bottom: 1px solid #ddd;
        padding: 0 0 5px 0;
    }
    
/*--------------------------------------
    Extra
---------------------------------------*/
#extra {
    float: right;
    width: 443px !important;
}

/*--------------------------------------
    Content
---------------------------------------*/
#content {
    float: right;
    width: 550px;
    margin: 0;
    padding: 0;
}

    #content h2 {
        margin: 0 0 20px 0;
        padding: 5px 5px 5px 10px;
        border-left: 5px solid #73D216;
        background-color: #eee;
        /*
        background-image: url(../images/bg_h2.gif);
        background-position: left center;
        background-repeat: no-repeat;
        */
        font-size: 1em;
        font-weight: bold;
        color: #666;
    }
    
    #content h3 {
        margin: 0 0 20px 0;
        padding: 5px 5px 5px 0;
        border-bottom: 1px solid #73D216;
        font-size: 1em;
        font-weight: bold;
        color: #333;
    }
    
    #content table {
        margin: 0 0 10px 0;
    }
    
    #content .comment_content {
        margin-bottom: 10px;
        padding: 25px;
        background-color: #fafafa;
    }
    
    #content .comment_author {
        padding: 0;
        background-image:none;
        color: #444;
        font-size: 0.8em;
    }
    
    #content .comment_sig {
        margin: 0;
        padding: 0;
        font-size: 0.8em;
    }
    
    #signature_blog12 #content {
    
    }
        #signature_blog12 #content dl {
            margin: 20px 0;
        }
        
        #signature_blog12 #content dt {
            width: 11em;
            float: left;
            color: #000;
            font-weight: normal;
        }
        
        #signature_blog12 #content dd {
            margin-left: 11em;
        }
        
        #signature_blog12 #content .details_label {
            font-size: 1em;
        }
        
    #signature_blog12 #content #recruit-whats-new,
    #signature_blog12 #content #blog-whats-new {
    }
    
            #signature_blog12 #content #recruit-whats-new h2,
            #signature_blog12 #content #blog-whats-new h2 {
                margin: 0;
                padding: 0;
                border-style: none;
                background-color: transparent;
            }
            
            #signature_blog12 #content #blog-whats-new {
                margin: 20px 0 0 0;
            }
            
            #signature_blog12 #content #recruit-whats-new table,
            #signature_blog12 #content #blog-whats-new table {
                border-width: 1px;
                border-color: #ddd;
                border-style: none solid solid solid;
            }

#signature_blog1 #content {
    float: left;
    width: 277px !important;
    margin: 0 0 0 10px;
}

    #signature_blog1 #content h2 {
        margin: 0 0 5px 0;
        padding: 0;
        border-style: none;
        background-color: transparent;
    }
    
    #signature_blog1 #content table.details {
        margin: 0;
        border-style: none;
    }
    
    #signature_blog1 #content table.details td.details_label{
        background-color: transparent;
        color: #CE5C00;
        font-weight: bold;
        font-size: 0.8em;
        vertical-align: top;
    }
    

/*--------------------------------------
    Side Bar
---------------------------------------*/
#sidebar {
    float: left;
    width: 145px;
    margin: 0;
    padding: 0;
}

    #sidebar ul {
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none;
    }
    
        #sidebar ul li {
            margin: 5px 0;
            font-size: 0.8em;
        }
        
        #sidebar ul li.focused .focused_text {
            display: block;
            _height: 1px;
            padding: 0 0 0 8px;
            background-color: #F57900;
            border-left: 5px solid #CE5C00;
            color: #fff;
        }
        
        #sidebar ul li a {
            display: block;
            _height: 1px;
            padding: 0 0 0 8px;
            border-left: 5px solid #73D216;
        }
        
        #sidebar ul li a {
            color: #000;
            text-decoration: none;
        }
        
        #sidebar ul li a:hover {
            border-left: 5px solid #F57900;
        }
    
    #signature_blog3 #sidebar #category,
    #signature_blog4 #sidebar #category,
    #signature_blog9 #sidebar #category,
    #signature_blog10 #sidebar #category,
    #signature_blog11 #sidebar #category,
    #signature_blog12 #sidebar #category,
    #signature_blog14 #sidebar #category,
    #signature_blog15 #sidebar #category,
    #sidebar #blog {
        margin: 0;
        height: 40px;
        background-repeat: no-repeat;
        text-indent: -9999px;
    }
    
    #signature_blog3 #sidebar #category {
        background-image: url(../images/heading_public.gif);
    }
    
    #signature_blog4 #sidebar #category {
        background-image: url(../images/heading_gis.gif);
    }
    
    #signature_blog9 #sidebar #category {
        background-image: url(../images/heading_consultant.gif);
    }

    #signature_blog10 #sidebar #category {
        background-image: url(../images/heading_nhm.gif);
    }
    
    #signature_blog11 #sidebar #category {
        background-image: url(../images/heading_company.gif);
    }
    
    #signature_blog12 #sidebar #category {
        background-image: url(../images/heading_recruit.gif);
    }
        
    #signature_blog15 #sidebar #category {
        background-image: url(../images/heading_crecer.gif);
    }
        
    #signature_blog14 #sidebar #category,
    #sidebar #blog {
        background-image: url(../images/heading_blog.gif);
    }

#signature_blog1 #sidebar {
    float: right;
}
    #signature_blog1 #sidebar h2 {
        margin: 0 0 10px 0;
    }

/*--------------------------------------
    Footer
---------------------------------------*/
#footer {
    clear: both;
    margin: 0;
    padding: 0;
    border-top: 3px solid #73D216;
}

    #footer p {
        margin: 0 10px 0 10px;
        padding: 20px 0 10px 0;
        font-size: 0.8em;
    }
    
    #footer ul {
        margin: 0 10px;
        padding: 0;
        list-style: none;
    }
    
    #footer ul li {
        float: left;
        margin: 0 10px 0 0;
        padding: 10px 0 0 10px;
        border-left: 1px solid #73D216;
    }
    
/*--------------------------------------
    Hacks
---------------------------------------*/
#header:after,
#body:after {
    content     : "";
    display     : block;
    clear       : both;
    heigh       t: 1px;
    overflow    : hidden;
}

/*\*/
* html #header,
* html #body {
    height      : 1em;
    overflow    : visible;
}
/**/
