ul#news {
    width:670px;
    margin:0;
    padding:0;
    list-style:none;
    font-weight:normal;
}

ul#news li {
    width:670px;
    clear:both;
    overflow:auto;
    margin:0;
    padding:0;
    border-bottom:1px solid #CCC;
    color:#369;
}

#content #intro {
    margin-bottom:23px;
}

ul#news li.header {
    /*margin-top:23px;*/
}

ul#news li.header span {
    color:#333;
    font-weight:bold;
}

ul#news li,
ul#news li a:link,
ul#news li a:visited {
    line-height:22px;
    min-height:22px;
    vertical-align:top;
    outline:none;
    cursor:pointer;
}

* html ul#news li,
* html ul#news li a:link,
* html ul#news li a:visited {
    height:22px;
}

#news .date,
#news .title,
#news .pdf {
    float:left;
}

#news .date {
    width:75px;
    color:#666;
    text-decoration:none;
}

#news .title {
    width:595px;
}

#news .hover {
    text-decoration:underline;
}

#news .pdf {
    display:none;
}

#news_article,
#news_nav {
    float:left;
}

#news_article {
    width:380px;
    clear:right;
}

#news_nav {
    width:250px;
    clear:left;
    padding:46px 0 0 0;
    margin:0 20px 0 0;
}


#news_nav ul {
    border-top:1px solid #CCC;
    list-style:none;
    margin:0;
    padding:0;
    width:250px;
}

#news_nav ul li,
#news_nav ul a:link,
#news_nav ul a:visited {
    display:block;
    width:250px;
    min-height:22px;
    line-height:22px;
    color:#333;
    font-weight:normal;
}

* html #news_nav ul li,
* html #news_nav ul a:link,
* html #news_nav ul a:visited {
    height:22px;
}

#news_nav ul li {
    border-bottom:1px solid #CCC;
}


#news_nav ul a:link,
#news_nav ul a:visited {
    background-position:left center;
    background-repeat:no-repeat;
    padding:0 0 0 20px;
    width:230px;
}

#news_nav ul li.pdf a:link,
#news_nav ul li.pdf a:visited {
    background-image:url(/images/client_casestudy.png);
}

#news_nav ul li.back a:link,
#news_nav ul li.back a:visited {
    background-image:url(/images/client_prev.png);
}

#news_article h1 {
    min-height:46px;
    border-bottom:1px solid #CCC;
    margin:0;
    padding:0;
    font-size:1.7em;
    line-height:22px;
    color:#343a70;
}

* html #news_article h1 {
    height:44px;
}

h2.title {
    font-size:1.2em;
    margin-top:10px;
}

h3.date {
    color:#333 !important;
    min-height:23px;
    border-bottom:1px solid #CCC;
    line-height:22px;
}

* html h3.date {
    height:23px;
}

#news_footer {
    margin-top:20px;
}

#news_footer h4 {
    margin-bottom:10px;
    font-weight:normal;
}

#news_footer h5 {
    color:#343a70;
}

/* override default list style */
#content ul {
    color:#333;
    font-weight:normal;
}
}


