/*=============================================================**
        Hide Elements
**=============================================================*/

#globalHeader div.hSection,
#globalNav,
#subCol,
#globalFooter,
#footerInner div.fSection ul,
#footerInner p.fImage,
.mHeadSection div p {
    display: none !important;
}

/*=============================================================**
        Width adjustment
**=============================================================*/

#wraper{
    width: 710px !important;
}

#globalHeader,
#content,
#footer,
#footerInner,
#footerInner .fSection {
    width: auto !important;
}

#mainCol {
    width: auto !important;
    float: none !important;
}

/*=============================================================**
        #header
**=============================================================*/

#header{
    border-bottom: 3px solid #02893C;
}

#globalHeader ul#breadcrumbs li {
    float: none !important;
    display: inline;
}

/*=============================================================**
        #mainCol
**=============================================================*/

#bHead {
    background-color: #EFEFEF;
    border-style: solid;
    border-width: 1px;
    border-color: #D2D2D2 #D2D2D2 #666666;
    width: auto;
    height: 57px;
/*
    display: list-item;
    list-style-image: url("/common/img/cm_bh01_bg.gif");
    list-style-position: inside;
*/
}

div#postBlock h1,
body#project div#postBlock h1,
body#event div#postBlock h1 {
    background-color: #EFEFEF;
    border-style: solid;
    border-width: 1px;
    border-color: #D2D2D2 #D2D2D2 #666666;
    width: auto;
    height: 43px;
}

.section h2,
.sectionLast h2 {
    border-top: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
    border-bottom: 1px solid #707070;
    padding: 7px 0 0px 15px;
    margin-bottom: 10px;
    height: auto !important;
}

div#postBlock h2 {
    border-top: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
    border-bottom: 1px solid #707070;
}

div#postBlock h3 {
    background-image: none !important;
    border-left: 2px solid #666 !important;
}

* {
    zoom: normal !important;
}

div#postBlock ul {
    list-style-position: outside !important;
    margin-left: 30px !important;
/*    display: list-item !important;*/
    vertical-align: top !important;
}

div#postBlock li {
    display:list-item !important;
    width: auto !important;
}

body#event dl.new {
    clear: both !important;
}

dl.new dt {
    min-height: 1px;
}

.yearList {
    min-height: 1px;
}


#postBlock div.sectionBox ul.textStyle{
    margin-left: 30px;
}

#postBlock div.sectionBox ul.textStyle li{
    list-style: disc !important;
    padding-left: 0 !important;
}

#postBlock div.sectionBox ul.textStyle ol li{
    list-style: none !important;
}

/*=============================================================**
        #footer
**=============================================================*/

#footer{
    border-top: 1px solid #000000;
    margin-top: 10px;
}



/*=============================================================**
       IE6
**=============================================================*/

* html body {
zoom: 95% !important;
}

/*
* html #wraper{
    width: 650px !important;
}
*/

* html .yearList {
height: 1px !important;
}

* html .yearList li {
white-space: nowrap !important;
}

* html dl.new dt {
height: 1px !important;
}

* html .resultList li {
width: auto !important;
float: none !important;
display: block !important;
clear: both !important;
}
