/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 14px;
    line-height: 1.4;
    background:white;
        font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

/*nav_Main
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles c3d831
   ========================================================================== */




.wrapper {
    width: 960px;
    margin:0 auto;
    position: relative;
}



#header_Top {
    height:33px;
    width:100%;

        background: #3180c3;
        background: -moz-linear-gradient(top,  #3180c3 1%, #1f6bac 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3180c3), color-stop(100%,#1f6bac));
        background: -webkit-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);
        background: -o-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);
        background: -ms-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);
        background: linear-gradient(to bottom,  #3180c3 1%,#1f6bac 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3180c3', endColorstr='#1f6bac',GradientType=0 );
}

footer {
         background: #3180c3;
        background: -moz-linear-gradient(top,  #3180c3 1%, #1f6bac 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3180c3), color-stop(100%,#1f6bac));
        background: -webkit-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);
        background: -o-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);
        background: -ms-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);
        background: linear-gradient(to bottom,  #3180c3 1%,#1f6bac 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3180c3', endColorstr='#1f6bac',GradientType=0 );

        margin-top: 21px;
}



.colorBg{

        background: #3180c3;
        background: -moz-linear-gradient(top,  #3180c3 1%, #1f6bac 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3180c3), color-stop(100%,#1f6bac));
        background: -webkit-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);
        background: -o-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);
        background: -ms-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);
        background: linear-gradient(to bottom,  #3180c3 1%,#1f6bac 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3180c3', endColorstr='#1f6bac',GradientType=0 );
}


.sfnewsletterForm  {
        background: #c3d831;
        background: -moz-linear-gradient(top,  #c3d831 0%, #adc024 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3d831), color-stop(100%,#adc024));
        background: -webkit-linear-gradient(top,  #c3d831 0%,#adc024 100%);
        background: -o-linear-gradient(top,  #c3d831 0%,#adc024 100%);
        background: -ms-linear-gradient(top,  #c3d831 0%,#adc024 100%);
        background: linear-gradient(to bottom,  #c3d831 0%,#adc024 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d831', endColorstr='#adc024',GradientType=0 );

        margin: 10px 0;
        padding: 0px 10px;
        position:relative;
        height: 140px;
}

    .sfnewsletterForm .sfTxtLbl {
        display:none
    }

    .sfnewsletterForm .sfErrorWrp {
           position:absolute;
           bottom: 6px;
    
           left: -6px;
}

    .sfnewsletterForm .sfErrorWrp .sfError{
    font-size: 12px;
    line-height: 21px;
    background: none !important;
}


    .sfnewsDetails .sfnewsContent p, .sfnewsListTitleDateContent .sfnewsContent p {
color: #222;
}

    .sfContentBlock h1, .sfnewsDetails h1 {
color: #3180c3 !important;
margin-bottom:10px !important;
}

.sfnewsDetails h6 {
color: #8e9f1c !important;
margin-bottom: 0px !important;
border-top: 8px solid #8e9f1c !important;
}

#nav_Main {
    position:relative;
}

.sfnewsletterForm .sfTxt {
    float:left;
    margin: 0px;
    padding: 8px 1px;
}

.sfnewsDetails .sfnewsTitle {

padding: 15px 0 0;
}

.sfnewsletterSubmitBtn {
    float:left;
    width: 70px !important;
    padding: 6px 0px 9px !important;
    margin: 0px;
    position: relative;
    left: -2px;
    top: 1px;
    background: #3180c3;          background: -moz-linear-gradient(top,  #3180c3 1%, #1f6bac 100%);          background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3180c3), color-stop(100%,#1f6bac));          background: -webkit-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);          background: -o-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);          background: -ms-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);          background: linear-gradient(to bottom,  #3180c3 1%,#1f6bac 100%);          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3180c3', endColorstr='#1f6bac',GradientType=0 );
    border: none;
    color: white;
}

.sfnewsDetails .sfnewsContent {
padding: 10px 0;
}


.sfnewsletterFieldsList {
    margin:0px;
    padding:0px !important
}

.sfnewsletterForm .sfnewsletterTitle {
    margin: 0;
    
    padding: 0;
    color: white;
    font-style: italic;
    font-size: 32px;
    text-align: center;
    padding-top: 5px;
    line-height: 40px;
}


.sfsearchBox {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999999;
}


.col2SumComDat .sfnewsListItem {
    float:left;
    width: 300px;
    margin: 0 20px 0 0;
    height: 170px;

}

.col2SumComDat.sfnewsList , .col4SumComDat.sfnewsList{
    padding:0px;
    padding: 0px 0 20px 0;
    border-bottom: 3px solid #3180c3;
}

.col2SumComDat h3  {
    margin: 0px;
}

.NewsLink a {
    height:auto !important;
    min-height: 34px;
}


.SectionNews .NewsLink a:hover{
color:yellow !important
}
.sfnewsAuthorAndDate {
    margin: 0;
padding: 30px 0 0;
color: #666;
font-size: 15px;
font-style: italic;
margin-top: 8px !important;
}

.col2SumComDat h3 a {
    color: #8e9f1c;
    font-size: 18px;
}

.sfnewsDetails .sfnewsSummary {
margin: 0;
padding: 10px 0 0;
}

.col2SumComDat .sfnewsImg {
    float:left;
    width: 67px;
            background:white;
    min-height: 49px;

}

.col4SumComDat .sfnewsImg {
    width: 130px;
    height:111px;
    overflow:hidden
}

.col4SumComDat {
    padding:0px;
}

.col4SumComDat .sfnewsImg img {
width: 125px;
min-height:108px
}

    .col2SumComDat .sfnewsImg img {
min-height: 53px;
max-height: 66px;
min-width: 53px;
max-width: 68px;
    }

.sfNewsRight {
    float: left;
    width: 222px;
    margin-left: 10px;
}


.col2SumComDat .sfnewsMetaInfo {
    color:#3180c3;
    font-size: 13px;
}


.col2SumComDat .sfnewsMetaInfo {
    margin: 8px 0;
}


footer p {
    width:80%;
    margin:0 auto;
    font-size:12px;
    color:white
;
    margin-top: 31px;
}

.col2SumComDat .sfnewsCommentsCount {
padding-left: 27px;
background: transparent url(/SiteImages/sprite_Main.png) no-repeat 0px 0;
margin-left: 17px;
}

.col4SumComDat {
    padding:0px;
}

.col4SumComDat  .sfnewsMetaInfo {
width:100px;
line-height: 23px;
}


.col4SumComDat .sfnewsCommentsCount {
background: transparent url(/SiteImages/sprite_Main.png) no-repeat 0px 0;
}

.col4SumComDat .sfnewsListItem {
width: 150px;
float:left;
margin-right:10px;height: 366px;
}

.col4SumComDat .sfnewsTitle {
    margin-bottom:5px;
}


.header_Sections {
    border-top:2px solid #c3d831;
    border-left: 10px solid #c3d831;
    padding-left: 12px;
    margin: 12px 0;
    background: #c3d831;
}

.header_Sections h3 {
    margin: 5px 0px;
        border-bottom:none !important;
        color:#3180c3;
    line-height: 15px;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 6px;
}

.edition_section_1 img {
    border: 1px solid #c3d831;
    
	padding: 10px;
	position: relative;
	z-index: auto;
	background: #c3d831;
	
}

.article_active {
    border:1px solid #c3d831;
    margin: -1px 0 10px;
    
}

.edition_section_2 {
        border:1px solid #c3d831;
    margin: -1px 0 10px;
 background: #c3d831;
}

.edition_sectionTargets {
    margin-top:20px;
}

.edition_section_2 
{
    display:none;
    
}

.article_sectionTargets a {
    float:left;
    padding: 8px;
}

.edition_sectionTargets a {
    float:left;
    padding: 8px;
    position: relative;
top: 1px;
z-index: 999;
}

.readmore {
	padding-top: 0px !important;
margin-top: -11px !important;
padding-left: 44px;
border-top-color: white;
padding-bottom: 9PX;

}

.article_activeLink {
        border:1px solid #c3d831;
        border-bottom:1px solid white;
}

.edition_activeLink {
        border:1px solid #c3d831;
        border-bottom:1px solid #c3d831;
        background:#c3d831
}
.imeditions {
	color: #3180c3 !important ;
	font-size: 15px;
	padding-left: 28px;
	
}

.nav_Social {
    
}

.nav_Social ul {
    
}

.nav_Social ul li {
    float: left;
width: 32px;
height: 32px;
background-image: url(/SiteImages/sprite_Social.jpg);
background-repeat:no-repeat;
font-size:0px;
line-height:0px;
text-indent:-99999px;
margin-right: 10px;
cursor:pointer
}

.faceBook { background-position: 0px 0px;}
.twitter { background-position: -36px 0px;}
.linkedIn { background-position: -70px 0px;}
.googlePlus { background-position: -104px 0px;}
.rss { background-position: -138px 0px;}

.imgRight {
    float:right;
    margin-top:20px;
}

.sfnewsletterForm li
 {
    display:none
}

.add_Top {
    float:right
;
    margin-top: 18px;
}

.header_Top div {
    color:white
}

.Date, .HebrewDate {
    float:left;
        color:white;
    margin-top:6px;
}


.TopNav {
    position:relative;
    z-index:9999;
    margin: 0;
    padding: 0;

}

.TopNav li, .SectionNews{
padding:0px !important ;
}

.SectionNews {
    border-top: 1px solid #d0e639;

    margin-top: 0px;
    padding-top: 13px !important;
}

.level1 {
    float:left;
    padding: 0px !important;
    height: 36px;
    line-height: 24px;
    margin: 0 0px;
    padding: inherit;
}

.level1:hover {
    color: #222 !important;
        background: #c3d831;
        background: -moz-linear-gradient(top,  #c3d831 0%, #adc024 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3d831), color-stop(100%,#adc024));
        background: -webkit-linear-gradient(top,  #c3d831 0%,#adc024 100%);
        background: -o-linear-gradient(top,  #c3d831 0%,#adc024 100%);
        background: -ms-linear-gradient(top,  #c3d831 0%,#adc024 100%);
        background: linear-gradient(to bottom,  #c3d831 0%,#adc024 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d831', endColorstr='#adc024',GradientType=0 );
}

.level1:hover a{
    color: #42480a!important;
}



.Level2Group {
    position:absolute;
    left: 0px;
    padding: 0px;
    background: #c4d730;
    display:none;
    margin: 0;
}


.sfnewsContent ul {

}


.article_active .sfnewsListItem {
    background: url('/SiteImages/icon_newsWidget.jpg') no-repeat 0px 3px;
    padding-left: 21px;
}

.sfnewsList.sfnewsListTitlesOnly {
    padding-left:10px; 
}

.level1 a {
    color:white;
    font-size: 14px;
    display: block;
    line-height: 22px;
    height: 35px;
}

.footer_Left {
    float: left;

    width: 617px;
    height: 100px;
    background: url('/SiteImages/logo_footer.png') no-repeat 0 35px;
}

.footer_Right{
        float: right;
    height: 100px;
        width: 224px;
}

.slider_ImgOverflow {
    width: 300px;
    height:300px;
    overflow:hidden
;
    float: left;
}


.footer_Right span{
    display:block;
        
    background: url('/SiteImages/icon_FWI.png') no-repeat 0 12px;
    width: 181px;
    margin-top: 33px;
    padding-left: 30px;
    color: white;
}

.footer_Right span a{
    color: white;
}


.footer_Left ul{
    float: right;
    margin-top: 44px;
}

.footer_Left ul li{
    float: left;
    margin: 0 16px;
    list-style-type:none;
    font-size:14px !important
}

.footer_Left ul li a{
    color: white;

}

.sfsearchBox .sfsearchTxt {
    background:transparent;
    border:none;
    position: relative;  top: 3px;
    width: 100px;
    color: white;
}

textarea:focus, input:focus{
    outline: 0;
}

.sfnewsSummary {
    line-height: 18px;
    font-size: 14px;
}

.sfnewsMetaInfo  {
        font-size: 14px;
}

.sfnewsFullStory {
    display:block;
    margin-top: 3px;
    font-size: 14px;
}

::-webkit-input-placeholder {
   color: white;
}

:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

:-ms-input-placeholder {  
   color: white;  
}


.sfTxt::-webkit-input-placeholder {
   color: #3180c3;
}

.sfTxt::-moz-input-placeholder {
   color: #3180c3;
}

.sfTxt:-moz-input-placeholder {
   color: #3180c3;
}

.sfTxt:-ms-input-placeholder{
   color: #3180c3;
}


.sfsearchBox .sfsearchSubmit {
        background: #8e9f1c url('/SiteImages/icon_Search.png') no-repeat center;
        border:none;
        padding: 11px 0;
        text-indent:-99999px;
        line-height:0px;
        font-size:0px;
        height: 36px;
        width: 43px;
}


.edition_section_1 img {
    border:1px solid #c3d831;
	padding: 6px !important;
}

.FeaturedItem img {
    float: none !important;

    width: 100% !important;
    height: auto !important;
}

.NewsLink.first {
    border-top: 1px solid #d0e639;
    margin-top:0px;
    padding-top: 10px !important;
}



.FeaturedItem .NewsTitle a {
    font-size: 17px;
}

.FeaturedItem .NewsTitle  {
    margin-bottom: 10px;
  
}

.col2SumComDat .sfnewsSummary {
    background-color: white;
    /*width: 209px;*/
    /*height: 50px;*/
    height:3.9em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap; */
    position:relative;

}


/*.col2SumComDat .sfnewsSummary:after {
    content:'...';
    background:inherit;
    position:absolute;
    bottom:0;
    right:0px;
    box-shadow:0 0 5px white
}*/

 /*.NewsSummary:after {
    content:'...';
    background:inherit;
    position:absolute;
    bottom:0;
    right:0px;
}*/

.FullStory {
    margin-top:1px;
}

.level2 {
float:left;
padding: 0px;
width: 208px;
    
margin: 13px 16px 0;
background: #c4d730;
}

    .level2 > a {
    color:white;
    font-size: 18px;
    padding-bottom: 8px;
    display: block;
    border-bottom: 1px solid #a9ba1c;
}

.DetailedNews img {
    float:left;
    width: 61px;
    margin: 0 10px 10px 0;
    height: 60px;
         background: #3180c3;
        background: -moz-linear-gradient(top,  #3180c3 1%, #1f6bac 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#3180c3), color-stop(100%,#1f6bac));
        background: -webkit-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);
        background: -o-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);
        background: -ms-linear-gradient(top,  #3180c3 1%,#1f6bac 100%);
        background: linear-gradient(to bottom,  #3180c3 1%,#1f6bac 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3180c3', endColorstr='#1f6bac',GradientType=0 );
}


.sfnewsDetails img {
    float: left;
padding: 0 20px 0 0;

}

.titleimg {
width: 195px }

.NewsTitle a {
    font-size: 14px;

    color: white;
    line-height: 18px;
    display: block;
}

.NewsDate {
    color: #1f6bac;

    font-size: 12px;
}

.nav_TopHeader ul li:nth-child(1) {
border-left: none
}

.NewsSummary {
    font-size: 13px;
    color: #42480a;
    border-bottom: 1px solid #a9ba1c;
    padding-bottom: 17px;
    height: 52px;
overflow: hidden;
position:relative;

    line-height: 17px;
}



.level1 > a {
    text-align:center
}

.NewsLink {
    margin: 17px 0;
}

.NewsLink a {
    color: #42480a;

    display: block;
    padding-left: 6px;
    border-left: 10px solid #42480a;
    font-size: 13px;
    line-height: 18px;
}

.NewsLink a:hover {
color: yellow;
border-left: 10px solid yellow;
}

#nav_Main .level1 {
    padding: 0 19px !important;   
}

#nav_Main .level1 > a {
    line-height: 35px;

}



.nav_TopHeader {
    float: right;

}

.nav_TopHeader ul {
    margin: 0px;

}

.nav_TopHeader ul li {
    border-right: none;
background-color: transparent;
float:left;
    list-style-type: none;
    margin: 0;
    text-align: center;
    border-left: 1px solid white;
    margin-top: 9px;
}

.nav_TopHeader ul li a {
height: 9px;
line-height: 5px;
color: #fff;

display: block;
text-align: center;
margin-top: 4px;
padding: 0px 8px;
font-size: 14px;
}

.sfNavHorizontal a:hover {
        background: #c3d831;
        background: -moz-linear-gradient(top,  #c3d831 0%, #adc024 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3d831), color-stop(100%,#adc024));
        background: -webkit-linear-gradient(top,  #c3d831 0%,#adc024 100%);
        background: -o-linear-gradient(top,  #c3d831 0%,#adc024 100%);
        background: -ms-linear-gradient(top,  #c3d831 0%,#adc024 100%);
        background: linear-gradient(to bottom,  #c3d831 0%,#adc024 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d831', endColorstr='#adc024',GradientType=0 );
color: #333;
}

footer .sfNavHorizontal li {
border-right: none;
background-color: transparent;
}

footer .sfNavHorizontal a.sfSel,footer .sfNavHorizontal a.sfSel:hover {
background-color: transparent;
}

footer .sfNavHorizontal a {
color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



.sfNavHorizontalDropDown {
background-color: transparent;
}

.navMain {
    width: 670px;
    float:left;
}

.article_section2 ,
.article_section3
{
    display:none
}


.slides li h2 {
margin: 0px;
color: #3180c3;
}



/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { display: block; float: left; width: 300px;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; padding: 0px;}
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {display:none; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; background: red;}
.flex-direction-nav .flex-prev { left: -50px; }
    .flex-direction-nav .flex-next {
        right: -50px;
    }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;padding: 0px;}
.flex-control-thumbs li {width: 14%; float: left; margin: 0 10px 0 0; width:90px; height: 90px; overflow:hidden}
.flex-control-thumbs img {display: block;
opacity: .7;
cursor: pointer;
max-height: 90px;
min-height: 90px;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
.logo img {
    height: 96px;
    margin: 16px 0;
}

.slider_Right {
float: left;
width: 314px;
margin-left: 13px;
}

.slides li img {
    float:left;
    width: 100px;
}

.slides li h2 {
    margin: 0px;

}

.slides li ul.slider_Meta {
    padding: 0px;

    margin-bottom: 10px;
}

.slides li ul.slider_Meta li {
    float: left;

    margin: 0 12px 0 0;
}

.opinions {
    background: url('/SiteImages/opinions_box.jpg') no-repeat center;
color: White;
font-size: larger;
text-shadow: 1px 1px 8px #610000;
 margin-top: 5px !important;
 text-decoration: none;
 height:130px;
	position:relative
}
.opinions h2 {
	font-size: 50px !important;
	float:left;
	padding-left: 7px;
	color: #FFF !important;
text-decoration: none !important;
	margin-top: 6px;
padding-left: 12px;
letter-spacing: 10px;
}
.opinionsp {
	list-style-image: none  !important;	 
	list-style-type: none !important;
	color: #FFF !important;
text-decoration: none !important;
position:absolute;
right:0px;
bottom:-7px;
width:151px;
}

    .opinionsp li {
        float:left;
        width:75px;
padding-bottom: 1px;
    }


.opinion ul {
	list-style-image: none  !important;
 list-style-type: none  !important;
 line-height: ;
 color: #FFF !important;
text-decoration: none !important;
 
}


.opinionsBox {
    	border: 1px solid  #d01c04;
position: relative;
top: -2px;
}

.opinionborder {
	background-color: #d01c04;
	text-decoration: none !important;
	
}

.opinions a {
	color:White;
}

.opinions a:hover {
	color:#c2c2c2;
}

.opinionsBox .sfpostListItem {
   height:auto !important;
}

.opinionsBox h2 a{
    color: #3180c3 !important;
    background: url('/SiteImages/icon_newsWidget.jpg') no-repeat 0px 5px;
padding-left: 21px;
width: 260px;
float: right;
font-size: 16px;
font-weight: bold;
}

.opinionsBox .sfpostCommentsCount {
    float:right;
    font-size: 11px;
color: #666;
margin-top: 4px;
margin-right: 114px;
}

.opinionsBox .sfpostDate {
float: left;
margin-left: 37px;
margin-top: 5px;
}

.RadSocialShare {
    margin-top:10px;
}

.RadSocialShare_Default {
border: none;
}



.sfpostListItem {
float: left;
width: 296px;
margin: 0 20px 0 0;
height: 191px;
}

.sfpostListItem img{
width: 76px
}



.sfpostSummary {
    background-color: white;
width: 209px;
height: 3.9em;
display: block;
overflow: hidden;
position: relative;
line-height: 18px !important;
font-size: 14px !important;
}

.sfpostListTitleDateSummary .sfpostListItem {
padding-bottom: 15px ;
}

.sfpostsList {
    margin:0px !important;
    padding:0px !important
}

.sfpostTitle a {
color: #8e9f1c !important;
font-size: 18px;
font-weight:normal
}

.sfpostAuthorAndDate {
color: #3180c3;
font-size: 13px !important;
margin-bottom: 5px !important
}

.sfpostFullStory{
    color: #3180c3 !important;
    line-height: 26px;
}

.postLeft {
float:left;
    width: 209px;
}


.sfEventImg {
    float:right;
    padding: 0 0 10px 10px;
}


.sfpostContent h1, .sfpostTitle {
        color: #3180c3 !important;
}

.sfContentBlock .sfpostAuthorAndDate {
color: #666;
}

.header_opinions {
 color: Red !important;
text-align: right !important;
}



    .formfield{
        padding:5px 10px;
        margin:0px 0px 10px 0px;
        width:200px;
    }
    .btn-submit{
        background:linear-gradient(to bottom, #3180c3 1%,#1f6bac 100%);
        padding:5px 10px;
        color:white;
        font-weight:bold;
        border:none;
    }

.boderbottom {
	border: 2px solid #3180c3 !important;
}

.level2 > a:hover, .NewsTitle a:hover{
    color:yellow !important
}



.sfpostsList.sfpostListTitleDateSummary.clearfix {
border-top: solid 8px #2c7bbd;
padding-top: 10px !important;
}

.bloggerred {
	color: Red !important;
	border-bottom: 8px solid #8e9f1c !important;
	
}

.bloggerred h1 {
	color: Red !important;
	font-weight: bolder;
	
		
}

.dashboard {
	position: absolute !important;
padding-left: 340px !important;
}

.dashboard a:link {
	color: White !important;

	text-decoration: underline !important;
	
		
}

.dashboard a:hover {
	color: Blue !important;
	text-decoration: underline !important;
	
		
}

.dashboard a:visited {
	color: White !important;

	text-decoration: underline !important;
	
		
}

.dashboard h1 {
	color: White !important;
	
}

.imeditionstable,
.imeditionstable td
{
    border:none !important;
}



.loginWelcome {
margin: 0px 0px 0px 0px;
display: block;
position: absolute;
right: 250px;
top: -5px;
}

.Advert img {
max-width: initial !important;
}

.blogpostpad {
padding-bottom: 0px !important;

}

.sfnewsContent table {
    width: auto !important;
}