.news{
    position: relative;
    padding: 10px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    background: url("../images/background/scroll-bg.jpg") repeat-x scroll left top #FFFFFF;
}

.news h3{ 
    background:none; 
    border:none;
    margin:0; 
    padding:6px 0 17px 8px; 
    font:normal 22px/24px Arial, Helvetica, sans-serif;
    color:#95a451; text-transform:capitalize;
}  

.news .boxIndent { 
    padding: 10px;
}
 
.news h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #95A451;
    font: bold 16px/21px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.news p {
    color: #434C59;
    font: 13px/18px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0px 0 0;
}

.news .news_items{
    position: relative;
    float: left;
    width: 97%;
    margin: 0 10px 20px 10px ;
    padding-bottom: 20px;
    border-bottom: 1px dotted #828282;
}

.news .news_items .news_title{
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    text-align: center;
}

.news .news_items .news_title a{
    font-size: 16px;
    color: green;
    text-decoration: none;
}

.news .news_items .news_image{
    position: relative;
    margin-top: 20px;
    float: left;
    width: 100%;    
}

.news .news_items .news_text{ 
    position: relative;
    float: left;
    width: 520px;
    margin-left: 20px;
    text-align: justify
}


.jcarousel-skin-tango .jcarousel-item-horizontal{
    position: relative;
    float: left;
    height: 55px;
    width: 60px;
    padding-top: 5px;
    margin-right: 5px;
    border: 1px solid #CECECE;
}

.jcarousel-skin-tango .jcarousel-item-horizontal img{
    max-height: 50px;
    cursor: pointer
}

.jcarousel-skin-tango .jcarousel-container-horizontal{
    width: 207px !important;
    padding: 20px 35px !important;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal{
    width: 210px !important;
}

.partner_image{
    position: relative;
    float: left;
    width: 230px
}

.partner_contacts{
    position: relative;
    float: left;
    min-width: 300px;
    padding: 10px;
    border: 1px dotted #828282;    
}

.partner_contacts_2{
    position: relative;
    float: left;
    min-width: 300px;    
}

.contact_row{
	position: relative;
	margin: 0 10px;
	height: 22px;
}

.contact_row .contact_title{
	position: relative;
	float: left;
	height: 20px;
	width: 100px;
}

.contact_row .contact_value{
	position: relative;
	float: left;
	height: 20px;
}


.contact_row .contact_value a {
    color: #95A451;
    font-weight: normal;
    margin-left: 3px;
    text-decoration: underline;
}