@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito'), url('http://themes.googleusercontent.com/font?kit=kpI87QY2ce-mk2ZnKb-r0g') format('truetype');
}

* {
    padding:0;
    margin:0;
}
@media print{
    .morbidleft, .morbiduser1user1, .morbidright, .morbidtop, .morbiduser3, .noprint {display:none;}
    .print {width:100%;}
    body, .morbidmain{background:none;}
}

html{
    overflow-x:hidden;
    background-image:url(../images/backgroundgradient.jpg);
    background-repeat:repeat-x;
    background-color:#f3784c;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:black;
}
body{

}
html, body{
    height:100%;     /* fix height to 100% for IE */
    max-height:100%; /* fix height for other browsers */
    padding:0;       /*remove padding */
    margin:0;        /* remove margins */
    border:0;        /* remove borders */
}


/* ============================================================== */
/* Main div layout                                                */
/* ============================================================== */
div#container{
    position:relative;      /* needed for footer positioning*/
    width:885px;            /* main width on the layout */

    margin-left: auto;
    margin-right: auto;

    height:auto !important; /* real browsers */
    height:100%;            /* IE6: treaded as min-height*/

    min-height:100%;        /* real browsers */
    background-color: #EEE;
    background-image:url(../images/main_bg.png);
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.9);
    overflow:auto;
}
div#watermark{
    background:url(../images/court.png) no-repeat;
    background-position:180px 150px;
}
div#header{}
div#header_margin{background:url(../images/top.png) no-repeat;height:8px;}
div#header_logo{background:url(../images/top_m.jpg) no-repeat;height:88px;}
div#header_menu{background:url(../images/top_mid.jpg) no-repeat;height:33px;}

div#header_breadcrumb{
    padding-left:10px;
    background:url(../images/top_bottom.jpg) no-repeat;
    height:20px;
    text-align:left;
    color:#AAA;
}

div#body{
    /*background-image:url(../images/main_bg.png);*/
    padding:0px 6px 0px 4px;
    /*background-color: #EEE;*/
}

div#left_menu{    
    float:left;
    width:170px;
}
div#content,div#content-wide{
    width:695px;
    float:left; 
    margin-left: 5px;
    /*margin-right: 8px;*/
    padding-right:5px
    padding-left:5px;
    padding-top:5px;
    padding-bottom:30px;
    /* border-left: 4px solid  #000; */
}
div#content-wide{ 
    width:865px;
    margin-left:10p;x
    margin-right:10px;
 }
div#footer{
    width:100%;
    height:20px;
    vertical-align: middle;
    position: absolute;
    bottom: 0; /* stick to bottom */

    background-image:url(../images/footer_main.jpg);
    background-repeat:no-repeat;
    background-color:black;

    color:white;
    font-size:10px;
}
.clear {clear: both;}

/* ============================================================== */
/* Content components                                             */
/* ============================================================== */
h1,h2,h3,h4,h5,h6{
    font-family:Nunito,Verdana, Arial, Helvetica, sans-serif;
    color:#821616;
    padding-top: 5px;
    padding-bottom: 5px;
}
p{
    text-align:justify;
    padding-bottom:10px;
}
a{
    text-decoration:none;
    font-weight:bold;
}
a:link,a:visited,
.contentheading,.componentheading,
.contentpane,.contentpaneopen,
.introtext,.fulltext,
.blog_more,.blog_more a,.blog_more div strong{color:black; }

.contentheading,.blog_more div strong,ul li a{font-weight:bold;}
img {border:none;}

/* ============================================================== */
/* Header menu                                                       */
/* ============================================================== */
#topmenu ul {
    font-family: Nunito,Verdana, Arial, Helvetica, sans-serif;
    text-shadow:0px 0px 5px #CB9D9D;
    margin:0;
    padding: 3px 0 0 5px;
    list-style:none;
}

#topmenu li {
    float: left;
    background:  #d8613f;
    background: -moz-linear-gradient(top, #d8613f, #861a1a);
    background: -o-linear-gradient(top, #d8613f,  #861a1a);
    background: -webkit-gradient(linear, left top, left bottom, from(#d8613f), to(#861a1a));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8613f', endColorstr='#861a1a');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8613f, endColorstr=#861a1a)";
   
    text-shadow:0px 0px 5px #000;
              /*
    background: -moz-linear-gradient(top, #821616, #4E0D0D);
    background: -o-linear-gradient(top, #821616, #4E0D0D);
    background: -webkit-gradient(linear, left top, left bottom, from(#821616), to(#4E0D0D));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#821616', endColorstr='#4E0D0D');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#821616, endColorstr=#4E0D0D)";
	*/
    margin: 0 5px 0 0;
    padding: 0;
    border: 2px solid #000;
    -moz-border-radius: 6px;
    -webkit-border-radius:6px;
    border-radius: 6px 6px;
}
#topmenu li:hover {
    border-color: #666;
    box-shadow: 0 0 10px 0px #888;
}
#topmenu a {
    float:left;
    display:block;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    min-width: 90px;
    padding: 0 20px;
    color:#FFF;
    text-decoration: none;
text-align: center;
}
#topmenu a:hover{
    text-shadow:0px 0px 2 0px #FFF;
}
#topmenu a#active_menu-nav {
    margin-top:2px;
    height: 21px;
    line-height: 21px;
    background-position: 0 0;
}

/* ============================================================== */
/* Left menu                                                      */
/* ============================================================== */
#left_menu {
    margin-left:0px;
    padding-left: 0px;

    padding-right: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;

    padding-top: 2px;
}
#left_menu h3{
    font-family: Nunito,Verdana, Arial, Helvetica, sans-serif;
    color:white;

    font-size:16px;
    font-weight:bold;

    letter-spacing: 1px;
    padding:0;
    margin:0;
    margin-top:5px;
     background:  #d8613f;
    background: -moz-linear-gradient(top, #d8613f, #861a1a);
    background: -o-linear-gradient(top, #d8613f,  #861a1a);
    background: -webkit-gradient(linear, left top, left bottom, from(#d8613f), to(#861a1a));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8613f', endColorstr='#861a1a');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8613f, endColorstr=#861a1a)";
   
    text-shadow:0px 0px 5px #000;
    /*  
    background: #821616;
    background: -moz-linear-gradient(top, #821616, #4E0D0D);
    background: -o-linear-gradient(top, #821616, #4E0D0D);
    background: -webkit-gradient(linear, left top, left bottom, from(#821616), to(#4E0D0D));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#821616', endColorstr='#4E0D0D');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#821616, endColorstr=#4E0D0D)";
*/	
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
	
    border-right: 16px solid #000;
    border-left: 0px solid #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 80%;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
/* First level menu */
#left_menu ul {margin:0px;padding:0};
#left_menu ul li {list-style: none;display:inline;}
#left_menu ul li a, 
#left_menu ul li a:hover{
	display:block;
	padding-left:13px;
	padding-top:2px;
	height:21px;width: 150px;font-weight:normal;}
#left_menu ul li a{
	color:#000;
	background:url(../images/m_list_2.gif) no-repeat;
}
#left_menu ul li a:hover{
	color:#555;
	background:url(../images/m_list_over_2.gif) no-repeat;
}
#left_menu ul li.active a{color:#AAA;}

/* Second level menu */
#left_menu ul li ul {margin:0px;padding:0;}
#left_menu ul li ul li a:link,
#left_menu ul li ul li a:visited,
#left_menu ul li ul li a:hover{
	display:block;
	padding-left:10px;
	padding-top:2px;
	margin-left:10px;
	height:21px;
	width: 140px;
	font-weight:normal;
} 
#left_menu ul li ul li a:link,
#left_menu ul li ul li a:visited{
	color:#000;
	background:url(../images/m_list_2.gif) no-repeat;
}
#left_menu ul li ul li a:hover{
	color:#555;
	background:url(../images/m_list_over_2.gif) no-repeat;
}
#left_menu ul li ul li.active a{color:#AAA;}

/* Third level menu */
#left_menu ul li ul li ul {margin:0px;padding:0;}
#left_menu ul li ul li ul li a:link,
#left_menu ul li ul li ul li a:visited,
#left_menu ul li ul li ul li a:hover{
	display:block;
	padding-left:10px;
	padding-top:2px;
	margin-left:20px;
	height:21px;
	width: 130px;
	font-weight:normal;
} 
#left_menu ul li ul li ul li a:link,
#left_menu ul li ul li ul li a:visited{
	color:#000;
	background:url(../images/m_list_2.gif) no-repeat;
}
#left_menu ul li ul li ul li a:hover{
	color:#555;
	background:url(../images/m_list_over_2.gif) no-repeat;
}

/* Fourth level menu */
#left_menu ul li ul li ul li ul {margin:0px;padding:0;}
#left_menu ul li ul li ul li ul li a:link,
#left_menu ul li ul li ul li ul li a:visited,
#left_menu ul li ul li ul li ul li a:hover{
	display:block;
	padding-left:10px;
	padding-top:2px;
	margin-left:30px;
	height:21px;
	width: 120px;
	font-weight:normal;
} 
#left_menu ul li ul li ul li ul li a:link,
#left_menu ul li ul li ul li ul li a:visited{
	color:#000;
	background:url(../images/m_list_2.gif) no-repeat;
}
#left_menu ul li ul li ul li ul li a:hover{
	color:#555;
	background:url(../images/m_list_over_2.gif) no-repeat;
}

/* Fifth level menu */
#left_menu ul li ul li ul li ul li ul{margin:0px;padding:0;}
#left_menu ul li ul li ul li ul li ul li a:link,
#left_menu ul li ul li ul li ul li ul li a:visited,
#left_menu ul li ul li ul li ul li ul li a:hover{
	display:block;
	padding-left:10px;
	padding-top:2px;
	margin-left:40px;
	height:21px;
	width: 110px;
	font-weight:normal;
} 
#left_menu ul li ul li ul li ul li ul li a:link,
#left_menu ul li ul li ul li ul li ul li a:visited{
	color:#000;
	background:url(../images/m_list_2.gif) no-repeat;
}
#left_menu ul li ul li ul li ul li ul li a:hover{
	color:#555;
	background:url(../images/m_list_over_2.gif) no-repeat;
}


/* ============================================================== */
/* Joomla                                                         */
/* ============================================================== */
div.moduletable{ 
  margin-bottom:10px;
}
#content .item-page h2,
#content .items-leading h2,
#content .items-row h2,
#content .items-more h2{ 
   margin:0;
   margin-bottom:4px;
   padding:0;
   border-bottom:3px dotted #821616;
}

#content .item-page h3,
#content .items-leading h3,
#content .items-row h3,
#content .items-more h3{ 
   margin:0;
   margin-top:10px; 
   margin-bottom:5px; 

   padding:0;
   padding-left:3px;
   
   color: #000;

   border-bottom:1px solid #821616;
   border-left:8px solid #821616;
   /* width:90%; */
   
   line-height:15px;
}


.item-page{ 
   background:#FFF;
   padding-right:10px;
   padding-left:5px;
   padding-bottom: 20px;

   -moz-border-radius: 4px;
   -webkit-border-radius:4px;
   border-radius: 4px 4px;
   border:1px solid #E1E1E1;

   /* min-height:400px; */
}
.items-leading, 
.items-row,
.items-more{ 

   border:1px solid #E1E1E1; 
   -moz-border-radius: 4px;
   -webkit-border-radius:4px;
   border-radius: 4px 4px;
 
   background:#FFF;

   margin-bottom:10px;
   padding-right:5px;
   padding-left:5px;
}
.item-separator{ 
   height:0px;

 }


.item-page img{ 
   margin:8px;
}

.item-page table{ 

    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px 4px;
   
  border-collapse: collapse;
  /*border: 1px solid #ccc;*/
  border-bottom:2px solid #000;
  padding: 5px;
  margin: 5px;
  
}
.item-page table td{ 
  padding: 4px;
 }
 
.item-page tr.highlight{
   font-weight:bold;
   background:#EEE;
 }
.item-page table tr{ 
   border-bottom:1px solid #ccc;
 }
/*
.item-page table tr:hover{ 
  background: #E5CECE;                      
 }
*/
.item-page thead{ 
 background: #821616;
    background: -moz-linear-gradient(top, #d8613f, #861a1a);
    background: -o-linear-gradient(top, #821616, #861a1a);
    background: -webkit-gradient(linear, left top, left bottom, from(#821616), to(#861a1a));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#821616', endColorstr='#861a1a');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#821616, endColorstr=#861a1a)";
   
   text-shadow:0px 0px 5px #000;
   color:#FFF;

/*
   background:#EEE;
*/
/*   border:2px solid #000;*/
   border-top:2px solid #000;
   border-bottom:2px solid #000;
   height:30px;
   font-weight:bold;

 }
.item-page table.imageTable{
  border-collapse: collapse;
  border: none; /*2px solid #ccc;*/
  padding: 0px;
  margin: 0px;
  background: #E1E1E1; 
  -moz-border-radius: 0px;
  -webkit-border-radius:0px;
   border-radius: 0px 0px;
  width:100%;
  border-top: 5px solid #000;
  /*border-bottom: 5px solid #000;*/

}
.item-page table.imageTable tr{ 
  border: none; /*2px solid #ccc;*/
}
.item-page table.imageTable td{ 
  width: 90px;
  padding-right: 4px;
  padding-top:10px;
  padding-bottom:10px;
  margin: 0;
}
.item-page table.imageTable img{ 
  padding: 0px;
  margin: 0;
  border: 2px solid #FFF;
/*  border-top: 5px solid #000;*/
/*  border-bottom: 5px solid #000;*/
   -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px 4px;
 
}
/* Content / icons */
ul.actions{
        list-style-type:none;
        text-align:right;
        float:right;
        padding:0;
        margin:0;
        margin-top:-25px;
}

ul.actions li{
        display:inline
}

ul.actions a{
        text-decoration:none
}
ul.actions img{ margin:0;
                padding:0;}

/* ============================================================== */
/* article-info                                                   */
/* ============================================================== */
.article-info{
	font-size:80%;
    text-align:right;
	color:#999;
}

.article-info dd span{
	color:#999;
	border-right:solid 0px;
	/*background:#eee*/
}

/* ============================================================== */
/* pagination                                                     */
/* ============================================================== */

#content .pagination{
        margin:10px 0 ;
        padding:10px 0 10px 0px;

}

#content .pagination ul{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:left;
}

#content .pagination li{
        display:inline;
        padding:2px 5px;
        text-align:left;
        border:solid 0px #eee;
        margin:0 2px
}

.pagenav{padding:2px}

#content .pagination li.pagination-start,
#content .pagination li.pagination-next,
#content .pagination li.pagination-end,
#content .pagination li.pagination-prev{border:0}

#content .pagination li.pagination-start ,
 .pagination li.pagination-start  span{
padding:0

}
p.counter
{
        font-weight:bold;
}



.readon{}
.latestnews{width:auto;text-align:left;}
.latestnews a{font-weight:normal;  }
.blog_more a{font-weight:normal;}
.blog_more{
            line-height:140%;
                        border-left: 1px solid #CCC;
            border-bottom: 3px dotted #D9D9D9;
            background-color:#fafafa;
            width:99%;
            padding-left:3px;
            padding-right:3px;
            }
.blog_more ul{margin:0px;padding:0px;margin-left:15px;}
.blog {width: 100%;}
.category-desc img{
	float:right;
	margin-left:5px;
}
.small {font-size: 10px;color:#CCC;margin: 0 0 0 0;}
.small a { color:#CCC; }
.small a:hover { color:black; }

.createdate, .modifydate {
                           margin:0px;
                           font-size:9px;
                           color:#AAA;
                           }

.readon{padding-left:5px;}
.contenttoc{margin:10px;border:1px solid #CCC;}
.contenttoc td {text-align:left;padding-left:5px;padding-right:5px;}
.contenttoc th {text-align:left;background-color:#DEDEDE;padding-left:5px;padding-right:5px;}
.label {text-align:left;}
.mosimage {border:1px solid #CCCCCC;margin:5px;}
.mosimage_caption {background-color:#DEDEDE;}
.sectiontableheader {
                      font-weight:bold;
                      margin-top:5px;
                      text-align:left;
    
    background: #821616;
    background: -moz-linear-gradient(top, #d8613f, #861a1a);
    background: -o-linear-gradient(top, #821616, #861a1a);
    background: -webkit-gradient(linear, left top, left bottom, from(#821616), to(#861a1a));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#821616', endColorstr='#861a1a');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#821616, endColorstr=#861a1a)";
   
    text-shadow:0px 0px 5px #000;
    color:#FFF;

/*
   background:#EEE;
*/
/*   border:2px solid #000;*/
   border-top:2px solid #000;
   border-bottom:2px solid #000;
   height:30px;
   font-weight:bold;


                      }
.sectiontableentry1 {background-color:#FFF;}
.sectiontableentry2 {background-color:#F1F1F1;}
.sectiontableentry1 label,.sectiontableentry2 label{text-align:left;}
.sectiontableentry1 td div a,.sectiontableentry2 td div a{font-weight:bold;border:none;}
.sectiontableentryHighlight {background-color:#888; color: white;}

/* ============================================================== */
/* Article                                                        */
/* ============================================================== */
.contentheading,.componentheading {
    font-size:20px;
    font-family: Nunito,Verdana, Arial, Helvetica, sans-serif;
    padding-top:5px;
    padding-bottom:5px;
    /*font-family:"Trebuchet MS",Geneva,sans-serif;*/
}
.contentheading img{}

.contentpane {
               line-height:130%;
               background-color:#fafafa;
}
.contentpane hr{
                 background-color:#D9D9D9;
                 border:none;
                 height:1px;
                 }
.contentpaneopen {
    width:100%;
    padding-left:4px;
    padding-right:4px;
    padding-bottom:5px;
    line-height:130%;
    border-bottom:1px solid #D9D9D9;
    /*background-color:#fafafa;*/
    background-color: rgba(0,0,0,0.02);

}

ul{
   list-style-type: disc;
   list-style-position: outside;
   list-style-image:url(../images/bullet.gif);
   margin-left:20px;
   padding-left:0px;
   text-align:left;
   margin-bottom:10px;
}
ul li{padding-left:0em;text-indent:0em;}
ul li ul{margin-bottom:10px;}

ol{
   list-style-position: outside;
   margin-left:20px;
   padding-left:0px;
   text-align:left;
   margin-bottom:10px;
}
ol li{padding-left:0em;text-indent:0em;}
ol li ul{margin-bottom:10px;}

.mosimage{border: 1px solid #DDD;margin:5px;}
.mosimage_caption{margin-top:2px;background:#efefef;padding:1px 2px;color:#666;font-size:10px;border-top:1px solid #E9E9E9;}
.article_seperator{}
.syndicate{margin:0px;}
.copyright{font-family: Nunito,Verdana, Arial, Helvetica, sans-serif; text-align: center; color:white;font-size:12px;}

/* ============================================================== */
/* Tooltips                                                       */
/* ============================================================== */
.tip {
    float: left;
    background: #FFF;
    border: 1px solid #D4D5AA;
    padding: 5px;
    width: 300px;
    max-width: 300px;

    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px 4px;
}
.tip hr{
    background-color:#D9D9D9;
    border:none;
    height:1px;
}
.tip-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;

   padding-top: 0px;
   padding-bottom: 2px;
   margin-bottom:  4px;

   border-bottom: 1px solid #D9D9D9;
   /* background: url(../images/selector-arrow.png) no-repeat;*/
}
.tip-text {font-size: 100%;margin: 0;}

/* ============================================================== */
/* Forms                                                          */
/* ============================================================== */
form fieldset{
    -moz-border-radius: 6px;
    -webkit-border-radius:6px;
    border-radius: 6px 6px;
    border: 1px solid #E2E2E2;
    padding:5px;
    background-color: #F9F9F9;
}
fieldset legend{
	font-size:12px;
	font-weight: bold;
	margin-left:5px;
	margin-right:5px;
}
.button{padding:5px;}

/* ============================================================== */
/* Login                                                          */
/* ============================================================== */
#login-form{
   color: #666;
   padding:5px;
}
#login-form input{ width:150px; }
#login-form input.button{ 
   color: #666;
}
#login-form input.button:hover{ 
   color:#000;
}
#login-form:hover{
    color:#000;
}
#login-form fieldset{
    width:150px;
}
#login-form fieldset:hover{
    background-color: #EEE;
}
#login-form ul{
    font-size: 9px;
    text-align: left;
    list-style: none;
    list-style-position:inside;
}
#login-form ul li a{
    color:#666;
	background:none;
}
#login-form ul li a:hover{
	color:#000;
	background:none;
}
form[id*="mod_login_logoutform"] input[type=submit] {
	display: none;
}
/* ============================================================== */
/* Pathway                                                        */
/* ============================================================== */
#PathWay{display:block;}
.pathway{color:#DDD;}
.pathway img{margin:0px;}
a.pathway:link,a.pathway:visited,a.pathway:hover{color:#DDD;}
a.pathway:hover{color:#EEE;}

/* ============================================================== */
/* CB                                                             */
/* ============================================================== */
.cbSnglCtrlLbl{ 
   display:block;
   clear:both;
 }
.cb_comp_outer{

}
/* ============================================================== */
/* Banners                                                        */
/* ============================================================== */

div.bannergroup{ 
   padding-left:10px;
   margin-top:5px;
   margin-bottom:5px;
}
div.banneritem{ 
   margin-top:5px;
}
div#header_logo div.moduletable{ 
 margin:0;
padding:0;
}
div#header_logo div.bannergroup{   

  margin:0;
  padding:0;   

  position:absolute;
  left:495px;
  top:20px;
}
div#header_logo div.banneritem{
margin:0;
padding:0;
                                }

/* ============================================================== */
/*                                                                */
/* ============================================================== */
table.organizationTable {
	border:0px solid #000;
	padding:0px;
	margin:0;
	margin-top:0px;
}

table.organizationTable tr:hover{ 
background: #FFF;                     
 }
table.organizationTable tbody tr{
        border-top:0px solid #000;
}
table.organizationTable tbody td{
	margin:0;
	padding:0;
	padding-top:0px;
	padding-bottom:5px;
	border-top:2px solid #666;
}

table.organizationTable img{margin:0;padding:0;}
table.organizationTable p{ padding:0;padding-left:10px;}
table.organizationTable h5{ 
                            font-size:16px;
                            padding-left:10px;
                            border:0px solid #000;
                            }


/* contact  slider */
.panel{
	border:solid 0px #ddd;
	margin-top:-1px;
}
.panel h3{ margin:0;padding:0;padding-bottom:10px;}
.panel h3 a{
	display:block;
	padding:3px;
	text-decoration:none;
	color:#444;
 
   text-shadow:0px 0px 5px #000;
   color:#FFF;

}


.panel h3.pane-toggler a{
	background:#f5f5f5 url(../images/slider_plus.png) right  top no-repeat;

        background: #821616;
        background: -moz-linear-gradient(top, #d8613f, #861a1a);
        background: -o-linear-gradient(top, #821616, #861a1a);
        background: -webkit-gradient(linear, left top, left bottom, from(#821616), to(#861a1a));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#821616', endColorstr='#861a1a');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#821616, endColorstr=#861a1a)";  

  	border-top:solid 2px #000;
	border-bottom:solid 2px #000;
}
.panel h3.pane-toggler-down a{
	background:#f5f5f5  url(../images/slider_minus.png) right  top no-repeat;

        background: #821616;
        background: -moz-linear-gradient(top, #d8613f, #861a1a);
        background: -o-linear-gradient(top, #821616, #861a1a);
        background: -webkit-gradient(linear, left top, left bottom, from(#821616), to(#861a1a));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#821616', endColorstr='#861a1a');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#821616, endColorstr=#861a1a)";

  	border-top:solid 2px #000;
	border-bottom:solid 2px #000;
}

.pane-slider{
	border:solid 0px #000;
	padding:0px 0px !important;
	margin:0;
	background: url(../images/nav_level_1.gif) repeat-x ;
}

.panel .contact-form,
.panel .contact-miscinfo{
        padding:10px
}

/* ++++++++++++++  tabs/ slide  ++++++++++++++ */

ul.tabs
{
  border:solid 1px #ddd;
  border-bottom:0;
  /*background:#f5f5f5 url(../images/nature/box.png) repeat-x;*/
}

ul.tabs li
{
  /*background:#f5f5f5 url(../images/nature/box.png) repeat-x;*/
  border-right:solid 1px #ddd
}

ul.tabs li a:link,
ul.tabs li a:visited
{
	color:#333;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus
{
	color:#000
}

.tabcontent
{
	border:solid 1px #ddd;
	background:#fff;
	color:#000;
}

.tabcontent .linkclosed
{
	color:#000;
	border-bottom:solid 1px #e5e5e5;
}

ul.tabs li a.linkopen
{
	background:#fff;
	color:#333;
	border:0
}

ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus
{
	background:#555;
	color:#fff
}



dl.tabs { 
          float: left;
          margin: 10px 0 0px 0;          
          z-index: 50;
          } 
dl.tabs dt { 
             float: left;
             padding: 2px 5px;
             border-left:  2px solid #AAA;
             border-right: 2px solid #AAA;
             border-top:   2px solid #AAA;
             margin-left: 0px;
             margin-right: 3px;
             background: #CCC;
             color: #999;
             -moz-border-radius-topleft:5px;
             -moz-border-radius-topright:5px;
             border-top-left-radius: 4px;
             border-top-right-radius: 4px;
             -webkit-border-radius-topleft: 4px;	
             -webkit-border-radius-topright: 4px;	
             color:#FFF;
   font-family:Nunito,Verdana, Arial, Helvetica, sans-serif;
   font-size:16px;
             } 
dl.tabs dt.open { 
    background: #F9F9F9;
    border-left:  2px solid #000;
    border-right: 2px solid #000;
    border-top:   2px solid #000;

    border-bottom: 0px solid #000;
    z-index: 100;
    color: #000;
	background: #821616;
    background: -moz-linear-gradient(top, #d8613f, #861a1a);
    background: -o-linear-gradient(top, #821616, #861a1a);
    background: -webkit-gradient(linear, left top, left bottom, from(#821616), to(#861a1a));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#821616', endColorstr='#861a1a');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#821616, endColorstr=#861a1a)";
   
   text-shadow:0px 0px 5px #000;
   color:#FFF;
   font-family:Nunito,Verdana, Arial, Helvetica, sans-serif;
   font-size:16px;
                  } 
div.current { 
    clear: both;
    border: 2px solid #000;
    padding: 0px 0px;
              min-height:300px;
              } 
div.current dd { 
    padding: 0;
    margin: 0;
                 } 




/* ============================================================== */
/* Tabber                                                         */
/* ============================================================== */
div.tabber_container{

}
/* ============================================================== */
/* Gallery                                                        */
/* ============================================================== */
div.joomimg89_main{ 
                    margin-left:10px;
                    padding:2px;
                  
}

div.joomimg89_img{ 
 } 
div.joomimg89_img img{ 
                       margin:auto;
}



div.gallery{ 
   background:#FFF;
   padding-right:10px;
   padding-left:5px;
   padding-bottom: 20px;

   -moz-border-radius: 4px;
   -webkit-border-radius:4px;
   border-radius: 4px 4px;
   border:1px solid #E1E1E1;
             }

div.gallery h2{ 
     margin:0;
   margin-bottom:4px;
   padding:0;
   border-bottom:3px dotted #821616;
}

div.jg_subcat{ 
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
 }

div.jg_poweredbydiv{ 
                     display:none;
 }
div.jg_gallerystats{ 
                     display:none;
 }
div.jg_toplist{ 
     display:none;
                }
div.jg_my_favourites{ 
     display:none;
 }

div.jg_catorderlist{ 
clear:both; 
border-bottom: 2px solid #000;
margin-top:5px;
margin-bottom:5px;
 }