body{margin:0; font-family: arial; background: #f1f1f1}
        
        a{text-decoration: none;}
        #main
        {
            width:1000px;
            margin:auto;
      border:1px solid #ccc;
      padding:10px;
      padding-top:0;
      background: white;
      overflow: auto;
        }
        
        #header
        {
            
        }
        
        #header .ad
        {
            float:right;
        }
        
        #menu
        {
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #eadac7 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eadac7)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%,#eadac7 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%,#eadac7 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%,#eadac7 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ffffff 0%,#eadac7 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eadac7',GradientType=0 ); /* IE6-9 */
            border:1px solid #bbb;
            margin-top:2px;
            
        }
        
        #menu ul
        {
            list-style-type: none;
            padding:0;
            margin:0;
      display: inline-block;
        }
        
        #menu ul li
        {
            display: inline-block;
            font-size:12px;
            font-weight:bold;
          text-transform: uppercase;
padding:7px 0;
            
        }
        
        #menu ul.menu li a
        {
            color:#777;
      padding:2px 4px;
            border-right:1px solid #aaa;
        }
  
  #menu ul.menu li.current a
        {
            color:#000
        }
  
          
        #menu ul li a:hover
        {
            color:#000
        }
  
  #menu li ul
  {
    position: absolute;
    margin-top:7px;
                margin-left:-1px;
    padding: 0;
    display:none;
    width:150px;
    background:#444;
    border:1px solid #ccc;
    border-radius:1px;
    background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 0%, #eadac7 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eadac7)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ffffff 0%,#eadac7 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ffffff 0%,#eadac7 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ffffff 0%,#eadac7 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ffffff 0%,#eadac7 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eadac7',GradientType=0 ); /* IE6-9 */
  }
  
  #menu li ul li
  {
    padding:5px 0px;
    display: block;
    border-bottom: 1px solid #aaa
    
  }
  
  #menu ul li ul a
  {
    
    color:#555;
    font-size:12px;
    line-height:15px;
    border: 0 !important;
  }
  
  #menu ul li:hover ul ul,#menu li:hover ul ul ul,#menu li.sfhover ul ul,#menu li.sfhover ul ul ul
  {
    left:-9999px;
  }
 
  #menu li:hover ul
  {
    display:block;
    z-index:6000;
  }
  
  #menu li ul li:hover ul{left:70px; margin-top:-20px; z-index: 7000}
  #menu li ul li ul a{color:#555 !important; padding:0 !important}
  #menu li ul li ul li{padding:5px 5px;}
  #menu li ul li ul a:hover{color:#000 !important}
 
  
  
  #menu ul li ul li:hover a
  {
    color:#000;
  }
  
  #menu ul li ul li.current a
  {
    color:#000;
  }
  
  
        
        #menu form
        {
            display: inline;
      float:right;
      position: relative;
      top:-30px;
      right:2px;
        }
        
        #menu form .search .inputbox
        {
            border-radius:5px;
            border:1px solid grey;
            padding:5px 2px;
            color:#555;
            font-weight: bold;
      width:160px;
            
        }
        
        #message
        {
            font-size:13px;
            text-align: center;
            font-weight:bold;
            color:#F32C3A;
            
        }
  
  #mainbody
  {
    width:1000px;
    height:auto;

  }
        
        #mainbody #content
        {
           
            float:left;
            margin-right:10px;
      
     min-width:880px;
     font-size:13px;
     
            
        }
  
  #mainbody #content #left
  {
    
    display:inline-table;
    margin-right:8px;
  }
  
  #mainbody #right
  {
    float:right;
  }
  
  .border
  {
    border:1px solid #ccc;
  }
        
       
  #story
        {
            margin-bottom:20px;
            width:430px;
        }
        
     #story .title
        {
            text-align: center;
            background:#f32c3a;
            padding:5px 0;
            font-weight: bold;
            color:#fff;
      margin-bottom:5px;
      
        }
        
        .heading
        {
            font-weight:bold;
            font-size:14px;
            color:darkred;
            padding:7px 0;
        }
        
        .magazine
        {
            float:left;
            padding-right:5px;
        }
        
        .description
        {
          font-size:11px;
          line-height:16px;
          text-align: left;
        }
        
        .desc
        {
            padding-right:5px;
            padding-bottom:8px;
        }
        
        .dtitle 
        {
            font-weight:bold;
            color:darkblue;
        }
    
    .dtitle2 a
        {
            font-weight:bold;
            color:red;
        }
    
        
        .ddesc p
        {
            padding:0;
      margin:0;
      display: inline;
        }
        
        .ddesc .readmore
        {
            font-weight:normal;
                      
        }
        
        .desc .readmore a
        {
            
        }
    
    .ddesc .readmore1
        {
            font-weight:normal;
                      
        }
        
        .desc .readmore1 a
        {
            color:red;
        }
    
    a.readmore1
    {
        color:red;
    }
    
    .evdownload{font-size: 12px; padding:5px 0;}
    .evdownload a{color:red; font-weight: bold}
    .evdownload a:hover{color:blue; text-decoration: underline}
  
        
  /* header quote*/
  
  #cel_18
  {
    color: #F32C3A;
    font-size: 16px;
    font-style: normal !important;
    font-weight: bold;
    margin-bottom: 15px;
    padding-right:10px;
    
  }
  
  #cel_18 span
  {
    color: #F32C3A;
    font-size: 16px;
    font-style: normal !important;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0;
  }
  
  #cel_24
  {
    color: #F32C3A;
    font-size: 16px;
    font-style: normal !important;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0;
  }
  
  
  #cel_24 span
  {
    color: #F32C3A;
    font-size: 16px;
    font-style: normal !important;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 0;
  }
  
  /* main image */
  
  .field_19
  {
    float:left;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  
  .field_25
  {
    float:right;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  
  
  
  /* bullet text and image*/
  #cel_20
  {
  float: right;
  width: 250px;
  color: #000;
    font-weight: bold;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size:15px;
    
  }
  
  #cel_20 ul
  {
    color:#000;
    padding-left: 5px;
  }
  
  #cel_20 ul li
  {
    margin-bottom: 10px;
  }
  
  #cel_20 ul li span
  {
    color:black !important;
  }
  
  
  
  #cel_20 img
  {
    padding-left:40px;
  }
  
  /*body quote*/
  #cel_22
  {
    bottom: 30px;
    clear: right;
    float: right;
    left: 20px;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    width: 250px;
  color:#F32C3A;
  font-weight:bold;
  }
  
  #cel_22 h2
  {
    color:blue;
  }
  
    
  #cel_27
  {
    bottom: 30px;
    clear: right;
    float: right;
    left: 20px;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    width: 250px;
  color:#F32C3A;
  font-weight:bold;
  }
  
  #cel_27 h2
  {
    color:blue;
  }
  
    
  /*main content*/
  /*1*/
  #cel_21 h4
  {
    padding-bottom:0;
    margin-bottom:0;
    color:#F32C3A
  }
  
  #cel_21 p
  {
    padding-top:5px;
    margin-top:0;
  }
  /*2*/
  #cel_23 h4
  {
    padding-bottom:0;
    margin-bottom:0;
    color:#F32C3A
  }
  
  #cel_23 p
  {
    padding-top:5px;
    margin-top:0;
  }
  
  
  /*1*/
  #cel_26 h4
  {
    padding-bottom:0;
    margin-bottom:0;
    color:#F32C3A
  }
  
  #cel_26 p
  {
    padding-top:5px;
    margin-top:0;
    text-align: justify;
  }
  /*2*/
  #cel_28 h4
  {
    padding-bottom:0;
    margin-bottom:0;
    color:#F32C3A
  }
  
  #cel_28 p
  {
    padding-top:5px;
    margin-top:0;
  }
  
  .item-page > p
  {
    display: none;
  }
  
  
  
  
  #pagination
  {
    clear: both;
    text-align: center;
    border:1px solid #ccc;
    margin: auto;
    padding:3px;
    background: #f5f5f5;
    font-weight: bold;
    color:#333;
    vertical-align: middle;
    
  }
  
  #pagination #pages .p
  {
    padding:0px 5px;
    margin:0 3px;
    border:1px solid grey;
    border-radius:20px;
    background: #aaa;
    color:#fff;
    
  }
  
  #pagination a
  {
    background: white !important;
    color:black !important;
    
  }
  
  
  
/*Blog layout*/

/* ++++++++++++++  icons  ++++++++++++++ */

#main ul.actions
{
        text-align:right;
        padding:0 ;
        width:100%;
        margin:0
}

#main ul.actions li
{
        display:inline-block
}

#main ul.actions a
{
        text-decoration:none
}

/* ++++++++++++++  items more  ++++++++++++++ */

.blog .items-more
{
        padding-top:10px;
}

.blog .items-more h3
{
        font-weight:normal;
        margin:0;
        font-size:18px;
}

.blog .items-more ol
{
        list-style-type:none;
        margin:0;
        padding:5px 0 5px 0px;
    font-size:13px;
}

.blog .items-more ol li
{
        padding:2px;
}

.blog .items-more ol li a
{
     padding:5px 5px 5px 20px;
   color:darkblue;
}

.blog .items-more ol li a:hover,
.blog .items-more ol li a:active,
.blog .items-more ol li a:focus
{
    color:red;
}


/* ++++++++++++++  pagination  ++++++++++++++ */

.blog .pagination
{
        margin:0px 0 ;
    padding:5px;
        clear:both;
    font-size:14px;
    border:1px solid #ccc;
    background: #fafafa;
    width:500px;
    margin: auto;
    border-radius:0px;

}

.blog .pagination > p.counter
{
  margin-top:0;
  text-align: center;
  color:#333;
  font-weight: bold;
  
}

.blog .pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:center;
    font-size:12px;
}

.blog .pagination li
{
        display:inline;
        padding:2px 4px;
        text-align:left;
        border:solid 1px #888;
    border-radius:20px;
    margin:0 2px;
    background: #ddd;
    color:black;
    font-weight: bold;
    
}

.blog .pagination li a
{
  color:blue;
}

.pagenav
{
  padding:2px; clear:both;
  
  
}

.blog .pagination li.pagination-start,
.blog .pagination li.pagination-next,
.blog .pagination li.pagination-end,
.blog .pagination li.pagination-prev
{
  border:0;
  background: none;
  color:blue;
  font-weight: normal;
}

.blog .pagination li.pagination-start ,
.blog .pagination li.pagination-start  span
 {
padding:0

}

.blog
{
  width:980px;
  padding:5px 10px;
  
}

.blog > h2
{
  margin-top:0;
  padding-top:2px;
  border-bottom:1px solid #666;
  color:#333
  
}

.blog div.items-leading
{
  border:0px solid #ccc;
  padding:0 15px;
}

.blog div.items-leading >div
{
  border-bottom:0px solid #666;
}

.blog div.items-leading >div h2
{
  font-size:20px;
  font-weight:normal;
  margin-bottom:0;
  padding-bottom:0;
}

.blog div.items-leading >div h2 a
{
color:#F32C3A
}

.blog div.items-leading >div .article-info
{
  font-size:12px;
  color:#555
}

.blog div.items-leading >div .article-info .article-info-term
{
  font-size:14px;
  padding:0px 2px;
  width:280px;
  color:#333;
  border-bottom:1px solid #666;
  font-weight: bold;
    
}

.blog div.items-leading >div > p
{
  font-size:14px;
  
}

.blog div.items-leading >div .item-separator
{
  border-bottom: 1px solid #aaa;
}

/* Tooltips */
.tip-wrap{
    z-index: 10000;
}
.tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}
 
.tip-title {
   padding: 0;
   margin: 0;
   font-size: 12px;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../images/selector-arrow.png) no-repeat;
}
 
.tip-text {
   font-size: 11px;
   margin: 0;
}

/*legend form*/
legend
{
  font-size:20px;
  color:darkred;
  
  
}

/*Home page style*/
#contentleft{
  width:45%;
  float:left

}

#contentmid{
  width:28%;
  float:left
}

#contentright{
  width:25%;
  float:left
}

.readmore{color: #f58220}
.clear{clear:both}
#contentleft .nspArt h4.nspHeader,#contentright .nspArt h4.nspHeader{margin-top:0; margin-bottom: 2px;}
#contentleft .nspArt h4.nspHeader a,#contentright .nspArt h4.nspHeader a{color: black}
#contentleft .nspArt p.nspText,#contentright .nspArt p.nspText{margin-bottom: 0; margin-top: 2px; text-align: justify}
#contentleft a.readon,#contentright a.readon{color: #f58220}

#contentmid{margin-right:5px;}
#contentmid .grey-box{background: #feecd6; padding:10px;margin:5px}
#contentmid .grey-box p{margin:5px 0;}
#contentmid .grey-box a{}

#contentmid .moduletable{margin-bottom: 20px;}
#contentmid .moduletable h3{margin-bottom: 2px;}
#contentmid .moduletable p{margin: 2px 0;}

#contentmid .worldnews{background: #a6dff9; padding:1px 20px;margin:5px;list-style-type:none}
#contentmid .worldnews h3{text-align: center; text-transform: uppercase; text-decoration: underline; font-weight: bold; margin-bottom: 15px;}
#contentmid .worldnews  h4.nspHeader{margin-top:0; margin-bottom: 2px;}
#contentmid .worldnews  h4.nspHeader a{color: black}
#contentmid .worldnews  p.nspText{margin-bottom: 0; margin-top: 2px; text-align: justify}
#contentmid .worldnews a.readon{color: #f58220}
#contentmid .worldnews  h4{margin-top:10px; margin-bottom:0px;}
#contentmid .worldnews  h4 a{color: black}
#contentmid .worldnews ul li{list-style-type:none}

#contentmid .worldnews-internal{background: #a6dff9; padding:1px 8px;margin:5px;list-style-type:none}
#contentmid .worldnews-internal h3{text-align: center; text-transform: uppercase; text-decoration: underline; font-weight: bold; margin-bottom: 15px;}
#contentmid .worldnews-internal  h4.nspHeader{margin-top:0; margin-bottom: 2px;}
#contentmid .worldnews-internal  h4.nspHeader a{color: black}
#contentmid .worldnews-internal  p.nspText{margin-bottom: 0; margin-top: 2px; text-align: justify}
#contentmid .worldnews-internal a.readon{color: #f58220}
#contentmid .worldnews-internal  h4{margin-top:10px; margin-bottom:0px;}
#contentmid .worldnews-internal  h4 a{color: black}
#contentmid .worldnews-internal ul li{list-style-type:none}
#contentmid .worldnews-internal img{margin-right:3px;}

#mainbody .item-page p{display: inherit}

/*Sobipro event module*/
.sevents{background: #feecd6; padding:10px;margin:5px}
.sevents h3{text-align: center; font-size: 16px; text-decoration: underline; text-transform: uppercase; margin-top:0}
.sevents img{margin-right: 5px; float: left; }
.sevents img.pimg{float:none; display:block; padding:5px 0}
.sevents p{padding-bottom: 20px;}

/* footer links*/
.footerlink{font-size: 13px;}
.footerlink .col{display: inline-block; vertical-align: top; padding:20px 20px 0 0; color: #555}
.footerlink .fhead{font-weight: bold;}
.footerlink ul{list-style: none; margin-top:5px; padding-left: 0}
.footerlink li a{color:#222}
.footerlink li a:hover{text-decoration: underline}

/* home page message */
.homemsg{background: url(../../../images/callout.png) no-repeat; height:218px; width:350px; margin-left:-50px;}
.homemsg .msgimg img{height:92px; float: left; margin-left:4px;  margin-top:-6px;}
.homemsg .msgcontent{font-size:12px; width:240px; text-align: center; margin-left:70px; padding-top:50px;}
.homemsg .msgperson{font-weight: bold; text-align: center; width:250px; font-size: 12px; margin-top:5px;}
.shareit{
position:fixed;
top:40%;
left:5%;  
}