
root { 
    display: block;
}
    
#newsSlipper
{
    background: url("../images/buttons/slipper.png") repeat scroll left top transparent;
    cursor: pointer;
    height: 43px;
    left: 0;
    position: absolute;
    top: 0;
    width: 48px;
}
#newsSlipper.closed {
    background-position: left bottom;
}
section#news_detail {
        height: 100%;
        left: 0;
        margin: 0 auto;
        position: absolute;
        top: 0;
        width: 100%;
}
section#news_detail #opacity_box { opacity:1; }
aside#asidebox ul#news_select_ul{
	word-wrap: no-wrap;
	display:block;
}
aside#asidebox #scrollpane_text  ul#news_select_ul li{
	float:left;
	margin-right:3px;
	margin-bottom:12px;
	cursor:pointer;
	line-height:0px;
	font-size:5px;
	width:99%; height:64px;
	position:relative; top:0px; left:0px;	
}
aside#asidebox #scrollpane_text  ul#news_select_ul li a{
	margin:0px; padding:0px; line-height:0px;
	font-size:5px; float: left;
}
aside#asidebox ul#news_select_ul li img {
	width:auto; height:64px; float: left;
}
.news_list_desc { 
        float:left;
        height:64px;
        width: 280px;
        margin: 0 0 0 10px;        
}  
.news_list_desc span.news_list_heading {
        font-size: 12px;
        line-height: 18px;
        float: left;
        font-family: arial;
        height: 36px;
        overflow: hidden;
}
.news_list_desc span.news_list_date {
        font-size: 12px;
        line-height: 18px;
        height: 18px;
        overflow: hidden;
        float: left;
        font-family: arial;
        color:#666666;
}

#news_content {
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: 1;
    
}
#news_wrapper {
    width:788px;
    
    margin: 33px 5px 33px 33px;
    height:568px;
    overflow: hidden;
    float:left;
}
#newsPane {
    width: 720px;
    float:left;
}

.ie7 .jspPane {
    position: relative !important;
}

#news_wrapper h1 {
    font-size: 33px;
    font-family: 'Garamond';
    text-align: left;
    font-weight: bold;
    font-style: italic;
    line-height: 34px;
    text-transform: uppercase;
}
#news_wrapper .news_date {
    float: left;
    font-family: arial;
    color:#666666;
    font-size: 14px;
    margin: 10px 0 0 0;
    text-align: left;
}
#news_wrapper .social_box {
    float: left;
    margin: 10px 0;
    width: 100%;
    height: 24px;
    
}
#news_wrapper .news_content_wrapper
{
    float: left;
    margin: 0;
    border-top: 10px solid #000000;
    padding: 10px 0 0 0;
    width: 100%;
}
#news_wrapper .news_content_wrapper img
{
    float: left;
    width: 208px;
    height: 287px;
}
#news_wrapper .news_content_wrapper .news_top
{
    color:#333333;
    font-family: 'Garamond';
    font-size: 20px;
    font-style: italic;
    width: 510px;
    float: left;
    text-align: left;
    
    left: 266px;
    height: 267px;
}
#news_wrapper .news_content_wrapper .news_top .news_teaser
{
    text-align: left;
    float: left;
    margin: 0 18px;
    line-height: 30px;

}
.initial_word {
    
    
}
#news_wrapper .news_content_wrapper .news_top .news_teaser:first-letter , .initial_word {
    font-size: 45px;
}

#news_wrapper .news_content_wrapper .news_content
{
    color:#666666;
    font-family: arial;
    font-style: normal;
    font-size: 14px;
    float: left;
    margin: 10px 0 0 0;
    text-align: left;
    line-height: 20px;
}
.ie7 #news_wrapper .news_content_wrapper .news_content {
    float: left;
    margin: 10px 0 0 0;
    width:100%;
    
}
#news_wrapper .news_content_wrapper  .news_content  .news_subtitle
{
    margin: -28px 0 0 228px;
    float: left;
    font-size: 18px;
    color: #000000;
 }
 .ie7 #news_wrapper .news_content_wrapper  .news_content  .news_content_inner {
     float:left;
     width:100%;   
 }
 #content_cover {
     float: left;
     width: 0;
     height: 0;
 } 
 
 @media only screen and (max-width: 1024px) {
     #news_wrapper {
        
         width:988px;
    }
     
 }

@media only screen and (max-width: 768px) {
    #news_wrapper {
        margin:33px auto;
         width:735px;
    }   
}