

.utility a, #utility a:link, #utility a:visited {
  color: #f1f1f1; 
  text-decoration: none;
  padding-top: 10px;
}


@font-face {
    font-family: 'notosansbassavah-regular';
    src: url('../fonts/notosansbassavah-regular.ttf') format('truetype');
}

div {
    font-family: 'notosansbassavah-regular';
    color: rgba(79,79,79,1);
    font-size: 1.02em;
}

.headerowblue {
    background-color: #377CB8;
    color: #ffffff;
}

.header
{
    position: fixed;
    top: 0px;
    clear: both;
    z-index: 3000;
}


a
{
    text-decoration: none;
 }


.h5, h5, h4, h3, h2, h1 {
    font-weight: bold;
}

h2, h3, h4, h5 
{
    color: #492207;
}

div {
    font-family: 'notosansbassavah-regular';
    color: rgba(79,79,79,1);
    font-size: 1.02em;
}


body {
    /*background-image: url('/siteimages/bg-line-dot.jpg') !important;*/
}

.body-content
{
    margin-top: 100px;
}

.site-logo
{
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px !important;
}

.sitetitle {
    font-size: 1.5em;
    color: #c1c1c1;
    font-weight: bold;
     line-height: 45px;
    display: inline-block;
    vertical-align: top;
    
}

    .sitetitle a, .sitetitle a:link, .sitetitle a:visited {
        color: #c1c1c1;
        text-decoration: none;
    }



hr
{
    margin-top: 40px;
    margin-bottom: 20px;
}
.pagerblock {
    padding-left: 10px !important;
}

td {
    padding-left: 5px !important;
}


.homebanner {
    background-image: url('../images/bg-tile.jpg');
    /*   margin-bottom: 400px !important;
    color: #f1f1f1;*/
    vertical-align: middle;
    min-height: 500px;
    line-height: 500px !important;
    color: #B4C7E7;
    position: absolute;
    margin-bottom: 100px;
    clear: both;
    margin-left: 0px;
    left: 0;
    text-align: center;
    margin-bottom: 900px !important;
    width:100% !important;
}

.homebanner h1
{
    font-size: 60px;
    font-weight: bolder;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

    .homebanner h4, .blueheader {
        color: #B4C7E7;
    }

    .minheight150
    {
        min-height: 150px;
        
    }


.italic
{
    font-style: italic;
}

.caption
{
    text-align: center;
    font-style: italic;
    padding-bottom: 30px;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
}
.topbar {
    background-color: #385723;
 }

.aligncenter{
    text-align: center;
}

.alignright {
    text-align: right;
}

.bglinedot {
    background-image: url('../siteimages/bg-squares-left.jpg');
    background-position: left;
}



.bgwhite {
    background-color: #fff;
}


.filterheader {
    background-color: #f6f6f6;
    border-bottom: solid 1px #c0c0c0;
    min-height: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 30px;
}

.nameview {
    border: solid 1px #c0c0c0;
}


.boardcard {
    border: solid 1px #c0c0c0;
    border-radius: 3px;
    min-height: 100px;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-weight: bold;
}

.boardcardtitle {
    font-size: 1.5em;
}


.postcard {
    border: solid 1px #c0c0c0;
    border-radius: 3px;
    min-height: 100px;
    padding: 10px;
    /*   margin-bottom: 20px;*/
    margin-right: 20px;
}

.post {
    border: solid 1px #c0c0c0;
    border-radius: 3px;
    min-height: 100px;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.postauthor {
    font-style: italic;
    font-weight: normal;
    vertical-align: bottom;
    margin-top: 20px;
}

.gradientsilver {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}


.gradientwhite {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



.masonry-wrapper {
    padding: 1.5em;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.masonry {
    columns: 1;
    column-gap: 10px;
    min-height: 1200px !important;
}

.item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    min-width: 200px;
    /* clear: both;*/
    border: solid 1px red;
}


.item2 {
    /*display: inline-block;*/
    vertical-align: top;
    /*	margin-bottom: 20px;*/
    min-width: 200px;
    /* clear: both;*/
    border: solid 1px red;
}



.itemblock {
    display: inline-block;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .masonry {
        columns: 2;
    }
}

@media only screen and (min-width: 1024px) {
    .masonry {
        columns: 3;
    }
}

.item, .masonry-content {
    border-radius: 4px;
    overflow: hidden;
}

.item {
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, .3));
    transition: filter .25s ease-in-out;
}

.masonry-item:hover {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, .3));
}

.masonry-footer {
    font-size: .75em;
    opacity: .25;
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: -1.5em;
    transition: opacity 1s ease-in-out;
}

    .masonry-footer a {
        color: currentColor;
    }

    .masonry-footer:hover, .masonry-footer:active, .masonry-footer:focus {
        opacity: .75;
    }


.namehomediv {
    border: solid 10px #777;
    border-top: solid 10px #444;
    border-bottom: solid 10px #444;
    text-align: center;
    /*background-color: rgba(0,0,0,.15);*/

    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(67,141,203,1) 35%, rgba(219,231,241,1) 59%);
}



img {
    max-width: 100%; /* Ensures the image doesn't exceed its parent's width */
    height: auto; /* Maintains the image's aspect ratio */
    display: block; /* Removes extra space below the image (optional, but often good practice) */
}



.namehomepic {
    margin-left: 5px;
    font-size: 18pt;
    color: #A8A8A8;
    float: left;
    width: 320px;
    /*max-width: 560px;width: 70%;*/
    font-weight: bold;
    text-align: center;
}


.pad20 {
    padding: 20px;
    /*  padding-right: 30px;*/
}

.pad50 {
    padding-left: 40px;
    padding-right: 40px;
    /*  padding-right: 30px;*/
}

.padright {
    padding-right: 20px;
}


.padsides {
    padding-left: 20px;
    /*    padding-right: 30px;*/
}


.padall {
    padding: 10px;
    /*    padding-right: 30px;*/
}


.leftpad20 {
    padding-left: 20px;
}


.leftpad10 {
    padding-left: 10px;
}


.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.width50 {
    width: 50%;
    border: solid 1px #c0c0c0;
}

.rightpad20 {
    padding-right: 20px;
}


.rightpad10 {
    padding-right: 10px;
}


.underline {
    text-decoration: underline;
}


/************************************************************************************
PAGE TITLE
*************************************************************************************/



.page-title {
    margin: 0 0 10px;
    font: bold 190%/120% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
}


/************************************************************************************
SEARCH FORM
*************************************************************************************/

/************************************************************************************
PAGE TITLE
*************************************************************************************/
.page-title {
    margin: 0 0 10px;
    font: bold 190%/120% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
}

.homepage-title {
    margin: 0 0 50px 0;
    /*(*font: bold 300%/170% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;*/
    font: bold 320% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
    font-weight: bold;
    text-align: center;
}

/************************************************************************************
CATEGORY SECTIONS
*************************************************************************************/
#featured .widget {
    background-color: #fff;
}



/************************************************************************************
LAYOUTS
*************************************************************************************/
#featured {
    width: 978px; /*646px;  600px;*/
    float: left;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
    clear: both;
    margin-top: 10px;
}


.btnred {
    background-color: #880000 !important;
    height: 37px;
    margin-top: 10px;
    margin-right: 5px;
    border-radius: 3px;
    width: 150px;
    font-size: 12px;
    padding: 10px;
    color: #ffffff;
    font-size: 100%;
    font-family: inherit;
    clear: both;
}


.btnred2 {
    /*background-color: #880000 !important;
height:  37px;
margin-top:  10px;
border-radius:  3px;
width:  150px;
font-size:  12px;
padding: 10px;
	color: #ffffff;
	font-size: 100%;
	font-family: inherit;
clear: both;*/

    color: #ffffff !important;
    background-color: #880000;
    color: rgba(0,0,0,.8);
    border: solid 1px #c1c1c1;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    clear: both;
}

.btnsky {
    background-color: #B4C7E7;
    height: 37px;
    margin-top: 10px;
    margin-right: 5px;
    border-radius: 3px;
    width: 150px;
    font-size: 12px;
    padding: 10px;
    color: #111111 !important;
    font-size: 100%;
    font-family: inherit;
    clear: both;
}

.btnbrown {
    background-color: #492207 !important;
    height: 37px;
    margin-top: 10px;
    margin-right: 5px;
    border-radius: 3px;
    width: 150px;
    font-size: 12px;
    padding: 10px;
    color: #ffffff;
    font-size: 100%;
    font-family: inherit;
    clear: both;
}

.subscribe {
    z-index: 5000;
}

.utility {
    text-align: center;
 /*   width: 99%;*/
    height: 50px;
    line-height: 50px;
    background-color: #385723;
    font-size: .8em;
}

.panel {
    border: solid 1px #a5a099;
    padding: 10px;
    background-color: #f1f1f1;
}

.panelsilver {
    border: solid 1px #a5a099;
    padding: 10px;
    /*padding-bottom: 0px;*/
    background-color: #fafafa;
    display: inline-block;
    width: 99%;
}


.panelhead {
    border: solid 1px #a5a099;
    padding: 10px;
    /*padding-bottom: 0px;*/
    background-color: #c0c0c0;
    display: inline-block;
    width: 98%;
}


.panelgray {
    border: solid 1px #a5a099;
    padding: 10px;
    background-color: #c0c0c0;
    display: inline-block;
    width: 98%;
}

.panelcharcoal {
    background-color: #555555;
    color: #ffffff;
    padding: 30px;

}


.panelgreen {
    padding: 5px 10px 10px 10px;
    background-image: url('../images/bg-leaf3.jpg');
    background-size: cover;
    background-position: center center; /* Optional: centers the image */
    background-repeat: no-repeat;
    background-color: #385723;
}

/*iframe {
    display: block;
}
*/
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/



#content {
    /*width: 68%;*/
    width: 70%;
    float: left;
    padding: 5% 0 3%;
}






@media screen and (max-width: 980px) {
    #sidebar-2 {
        /*margin-right: 3%;
		max-width: 14%;   */
    }

    .sidebar1 #content {
        max-width: 54% !important;
    }

    .sidebar2 #content {
        /*max-width: 54% !important;*/
        max-width: 66% !important;
    }

    #featured {
        max-width: 100% !important;
    }

        #featured .col3-2 {
            width: 66%;
        }

    .body-content {
        margin-top: 150px;
    }
}

@media screen and (max-width: 720px) {
    #sidebar-2 {
        width: 100% !important;
     
    }

    .sidebar1 #content {
        max-width: 100% !important;
    }

    .sidebar2 #content {
        max-width: 100% !important;
    }

    .sidebar-none #featured {
        width: auto;
        float: none;
        padding: 5%;
    }

    .sidebar-none #homedivs {
        width: auto;
        float: none;
        padding: 5%;
    }

    .homelist ul {
        margin-left: 0px;
        width: 85%;
    }


    @media screen and (max-width: 400px) {



    }


    .utility {
        text-align: center;
        width: 99%;
        height: 50px;
        line-height: 50px;
        background-color: #385723;
        font-size: .8em;
    }
}



.articlelist li {
    list-style: none;
    border-bottom: solid 1px #ddd;
}




/******************** style added for names collection **************/

.widgetlink {
    display: block;
    border-bottom: solid 1px #c0c0c0;
}

.tribeheader {
    font-family: Adobe Garamond Pro Bold, Times New Roman;
    font-size: 13pt;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #888888;
    margin-top: 0px;
    font-weight: bold;
    padding-top: 0px;
    min-height: 50px;
    border: solid 1px red;
    clear: both;
}

.rptheader {
    font-family: Adobe Garamond Pro Bold, Times New Roman;
    font-size: 1.3em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #888888;
    margin-top: 0px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 20px;
}

.searchheader {
    font-family: Adobe Garamond Pro Bold, Times New Roman;
    font-size: 13pt;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #999;
    margin-top: 0px;
    font-weight: bold;
    padding-top: 0px;
    height: 50px;
}


.pagerdiv {
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #330000;
    /*margin-bottom: 20px; 
margin-top: 20px;
min-width: 10%;*/
}

    .pagerdiv ul {
        /*width: 99%;*/
    }

.pagerow2 {
    border: solid 1px red;
}

.pagerdiv li {
    padding: 10px;
}

.pagerdiv a {
    padding: 10px;
    display: contents;
}

#MainContent_dlist_chars2 {
    /*width: 99%;*/
}

.rptpic {
    text-align: center;
}

.catlist {
    list-style: none;
    padding-left: 0px;
    margin-left: 20px;
    margin-bottom: 2px;
    border-bottom: solid 1px #c0c0c0;
}

    .catlist li {
        margin-left: 15px;
        height: 22px;
        line-height: 22px;
    }

.tribelist {
    /*list-style: none;
 padding-left: 0px;
 margin-left: 20px;
 margin-bottom: 2px;
  border-bottom: solid 1px #c0c0c0;  */
    margin: 0;
    padding: 6px 0;
    list-style: none;
    clear: both;
    border-bottom: solid 1px #ddd;
}

    .tribelist li {
        padding-top: 10px;
        padding-bottom: 10px;
        /*height: 25px;
  line-height: 25px;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-bottom: solid 1px #ddd;*/
    }

.fvaddname {
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    /*min-width: 360px; */
    text-align: left;
    text-align: left;
}
    /*
.fvaddname table
{
  width: 99%;
  
} */

    .fvaddname td {
        padding-bottom: 10px;
    }

    .fvaddname th {
        text-align: left;
    }

.maindiv {
    min-height: 600px;
}

#txtdescription {
    width: 60%;
}


.wgaddname {
}

.fbwidget {
    height: 443px;
}

.addwidget {
    height: 332px;
}


.wgtext {
    margin-bottom: 25px;
}



.fbauthor {
    font-weight: bold;
    font-size: 12pt;
}

.fbemail {
    font-size: 9pt;
    font-style: italic;
    margin-top: 25px;
    padding-bottom: 5px;
}

.fbalt {
    background-color: #f9f9f9;
    padding: 10px;
    border: solid 1px #c0c0c0;
    margin-bottom: 30px;
}

.fb {
    padding: 10px;
    border: solid 1px #0d1424;
    margin-bottom: 30px;
}

.borderad {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.lblfeedback {
    margin-left: auto;
    margin-right: auto;
    color: #0099CC;
    width: 99%;
    text-align: center;
    margin-bottom: 20px;
}

.valmsg, .error {
    color: #B00000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.success {
    color: #0099CC;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

/*.namediv2 h3
{
  margin: 0px;
  padding: 0px;
  
}*/

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 7px;
}

input[type=radio] {
    margin-right: 5px;
}

.meaning {
    padding-bottom: 5px;
}

.btnadd {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.emptybox {
    background-color: #b4c7e7;
    color: rgba(0,0,0,.8);
    border: solid 1px #c1c1c1;
/*    border-radius: 3px;
    padding: 3px 5px 3px 5px;
    display: inline-block;*/
/*    margin-top: 10px;
    margin-right: 3px;*/
    clear: both;
    text-align: center;
}

.alphaboxlist {
    background-color: #f1f1f1;
    /*	color: rgba(0,0,0,.8);*/
    border: solid 1px #c1c1c1;
    border-radius: 3px;
    padding: 30px;
    display: inline-block;
    margin-top: 10px;
    clear: both;
    text-decoration: none;
}

.alphaboxlist2 {
    background-color: #f1f1f1;
    /*	color: rgba(0,0,0,.8);*/
    border: solid 1px #c1c1c1;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    clear: both;
}

.wordboxlist {
    background-color: #f5f6f6;
    /*	color: rgba(0,0,0,.8);*/
    border: solid 1px #f1f1f1;
    border-radius: 3px;
    padding: 30px;
    display: inline-block;
    margin-top: 15px;
    clear: both;
}

.boxlist {
    background-color: #dcb278;
    color: rgba(0,0,0,.8);
    border: solid 1px #c1c1c1;
    border-radius: 3px;
    padding: 30px;
    display: inline-block;
    margin-top: 10px;
    clear: both;
}

.descbox {
    background-color: rgb(125,126,125);
    /*	color: rgba(0,0,0,.8);*/
    border: solid 1px #c1c1c1;
    padding: 3px;
    display: inline-block;
    margin-top: 5px;
    color: #fff;
    font-size: .9em;
}



.calloutbox {
    /*background-color: #f1f1f1;*/
    /*	color: rgba(0,0,0,.8);*/
    /*border: solid 1px #c1c1c1;
    border-radius: 3px;
    padding: 30px;
    display: inline-block;
    margin-top: 10px;
    clear: both;
    text-decoration: none;*/

      background-color: #f1f1f1;
    	color: rgba(0,0,0,.8);
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    padding: 40px;
    display: inline-block;
    /* margin-top: 10px;*/
    margin-bottom: 40px;
    clear: both;
    text-decoration: none;
    height: 100%;
    text-align: center !important;
}


.btnblue h1
{
    font-size: 5em;
}

.toneboxlist {
    background-color: #f1f1f1;
    /*	color: rgba(0,0,0,.8);*/
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    padding: 40px;
    display: inline-block;
   /* margin-top: 10px;*/
    margin-bottom: 40px !important;
    clear: both;
    text-decoration: none;
    height: 100%;
    text-align: center;
}

.toneboxlist2 {
    background-color: #888;
    /*	color: rgba(0,0,0,.8);*/
    border: solid 1px #c1c1c1;
    border-radius: 5px;
    padding: 40px;
    display: inline-block;
    /* margin-top: 10px;*/
    margin-bottom: 40px;
    clear: both;
    text-decoration: none;
    height: 100%;
    text-align: center;
    color: #fff;
}

.highlight, highlightFilter {
    background: yellow;
     border: solid 1px #c1c1c1;
    border-radius: 3px;
    padding: 25px 15px 20px 15px;
    display: inline-block;
   /* margin-top: 10px;*/
    clear: both;
}

.btnlist {
    background-color: #dcb278;
    color: rgba(0,0,0,.8);
    border: solid 1px #c1c1c1;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    clear: both;
}

.btnblue {
    background-color: #b4c7e7;
    color: rgba(0,0,0,.8);
    border: solid 1px #c1c1c1;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    /*clear: both;*/
}

.btnbluesmall {
    background-color: #b4c7e7;
    color: rgba(0,0,0,.8);
    border: solid 1px #c1c1c1;
    border-radius: 3px;
    padding: 3px 5px 3px 5px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 3px;
    clear: both;
}

.btngreen {
    background-color: #385723;
    color: #ffffff;
    border: solid 1px #385723;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    /*clear: both;*/
}



.btngreensmall {
    background-color: #385723;
    color: #ffffff;
    border: solid 1px #385723;
    border-radius: 3px;
    padding: 3px 5px 3px 5px;
    display: inline-block;
    margin-top: 10px;
    clear: both;
}



.btnlightgreen {
    background-color: #A9D18E;
    color: rgba(0,0,0,.8);
    border: solid 1px #c1c1c1;
    border-radius: 3px;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    clear: both;
}



.bottomargin
{
    margin-bottom: 50px;
}


.bggold {
    background-color: #dcb278;
    color: rgba(0,0,0,.8);
    /*border: solid 1px #c1c1c1;
border-radius: 3px;*/
    padding: 10px;
    /*display: inline-block;*/
    /*margin-top: 10px;
clear: both;*/
}


.boxgold {
    background-color: #dcb278;
    color: rgba(0,0,0,.8);
    /*border: solid 1px #c1c1c1;
border-radius: 3px;*/
    padding: 30px;
    /*display: inline-block;*/
    /*margin-top: 10px;
clear: both;*/
}

.namelist {
    padding: 5px;
    text-decoration: underline;
}


table, th, td {
    border: 1px solid #c0c0c0;
    padding-left: 5px;
}

tr:nth-child(odd) {
    background-color: #f2f2f2; /* Light gray for odd rows */
}

tr:nth-child(even) {
    background-color: #ffffff; /* White for even rows */
}




/*.msgnoname
{
  color: #f80000;
  text-align: center;
  font-size: 14px;

}

.searchmsg
{
  text-align: left;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;

  font-weight: bold !important ;
  font-size: 15pt;
}*/

.resultspanel {
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
}


/* search page styles */

.schbox {
    font-weight: normal;
    font-size: 12pt;
    list-style: none;
    text-align: left;
    color: #000000;
}

.schlist {
    margin-top: 0px;
    margin-left: 0px;
    list-style: none;
    height: 25px;
    line-height: 25px;
    text-indent: 5px;
    z-index: 2000 !important;
}

/*.schlist li
{
 border-bottom: solid 1px #c0c0c0;
  border-left: solid 1px #c0c0c0;
   border-right: solid 1px #c0c0c0;
 margin: 0px;
  padding-left: 5px;
  z-index:3000 !important;
}*/

/*.navsearch .schlist li
{
 border-bottom: solid 1px #c0c0c0;
  border-left: solid 1px #c0c0c0;
   border-right: solid 1px #c0c0c0;
 margin: 0px;
  padding-left: 5px;
  z-index:3000 !important;
   position:absolute;
border: solid 1px red;
}*/

/*  sync page style */

.pubdiv {
    width: 40%;
    border: solid 1px gold;
    float: left;
}

/*.searchdiv
{
  width: 40%;
  border: solid 1px #c0c0c0;
  float: left;
}*/

.thename h5 {
    margin-top: 5px;
}

.tribeinfo {
    text-align: left;
}

    .tribeinfo h4 {
        margin-right: 10px;
        display: inline;
    }

.tribeheader2 {
    font-family: Adobe Garamond Pro Bold, Times New Roman;
    font-size: 13pt;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: -1px;
    margin-top: 0px;
    font-weight: bold;
    padding-top: 0px;
}

.scrollname {
    font-family: "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
    font-size: 13pt;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: -1px;
    margin-top: 0px;
    padding-top: 0px;
    color: #202020;
    line-height: 30px;
}

.rptheader {
    font-family: Adobe Garamond Pro Bold, Times New Roman;
    font-size: 13pt;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #880000;
    margin-top: 0px;
    font-weight: bold;
    padding-top: 0px;
}



.nameclass {
    font-weight: bold;
    font-size: 13pt;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    font-family: Lucida Grande, Arial, Lucida Sans Unicode, sans-serif;
}


.pubnames {
    color: #f1f1f1;
    background-color: #003642;
    padding: 2px;
}


.notext {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*************************** home page styles **************************/

.homeinfo {
    /*margin-left: 5px; */
    font-size: 18pt;
    color: #A8A8A8;
    float: left;
    max-width: 440px;
    font-weight: bold;
    text-align: center;
    /*margin-right: 15px;*/
}

#homebox {
    float: left;
    width: 309px;
    max-width: 100%;
    /*	margin-bottom: 10px;
height:278px;  border: solid 1px gold; 	min-height: 350px; */
    margin-right: 24px;
}

.homebox {
    float: left;
    width: 309px;
    max-width: 100%;
    /*	margin-bottom: 10px;
height:278px;  border: solid 1px gold; 	min-height: 350px; */
    margin-right: 24px;
}








#rptalpha {
    width: 100%;
}

#pager tr {
    display: inline-block;
}

.sponsorURL {
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    font-size: 11pt;
    border: solid 1px red;
    padding-left: 0px;
}

.altitem {
    background-color: #ffffea;
    border: solid 1px #eee8aa;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.rptitem {
    background-color: #fafafa;
    border: solid 1px #c0c0c0;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btnhome {
    /*background-color: #425102;  #300000; 
*/
    background-color: #880000;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-top: 30px;
    border-radius: 3px;
}

    .btnhome a, .readmore a {
        color: #f1f1f1 !important;
        width: 99%;
    }


.readmore {
    background-color: #880000;
    /*background: #BEE395;*/
    font-weight: bold;
    padding: 8px 10px 8px 10px;
    /*border: solid 1px #4F6228;*/
    line-height: 30px;
    border-radius: 2px;
    text-align: center;
}



.homelist {
    border-left: solid 1px #c0c0c0;
    padding-right: 20px;
}


.leftborder {
    border-left: solid 1px #c0c0c0;
}

.author-name {
    color: #880000;
    font-weight: bold;
    font-size: 16px;
    padding-right: 20px;
    line-height: 20px;
    margin-top: 8px;
}

.post-date {
    font-style: italic;
}

.post-nav .prev a {
    background: url(../siteimages/previous-arrow.png) no-repeat left 2px;
    padding-left: 30px;
    height: 25px;
}

.post-nav .next a {
    background: url(../siteimages/next-arrow.png) no-repeat right 2px;
    padding-right: 30px;
    height: 25px;
}

.widgetimage {
    padding: 4px;
    background: #fff;
    border: solid 1px #ccc;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    /*width: 80px;*/
    margin-bottom: 5px;
}

.widget h5 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.recentnames {
    line-height: 0.8em;
    margin: 0px 0 .4em;
    color: #333;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.pnlborder {
    border: solid 1px #ddd;
}



.pnlblue {
    background-color: #E9F2FD;
    border-bottom: solid 1px #c0c0c0;
    padding: 10px;
    text-align: left;
    margin-bottom: 20px;
    /* display: inline-block;*/
}

.pnlpink {
    background-color: #FFF4FD;
    border-bottom: solid 1px #c0c0c0;
    padding-top: 5px;
    padding-left: 5px;
    text-align: left;
    margin-bottom: 20px;
}

.pnlyellow {
    background-color: #FDFEEC;
    border-bottom: solid 1px #c0c0c0;
    padding-top: 5px;
    padding-left: 5px;
    text-align: left;
    margin-bottom: 20px;
}

.pnlgreen {
    background-color: #e9fcf3; /*#e5fce9; #e4f6ed; #e1f1e0; #e2f9e6;*/
    border-bottom: solid 1px #c0c0c0;
    padding-top: 5px;
    padding-left: 5px;
    text-align: left;
    margin-bottom: 20px;
}

.pnlorange {
    background-color: #fff0dd; /*#e1f1e0; #e2f9e6;*/
    border-bottom: solid 1px #c0c0c0;
    padding-top: 5px;
    padding-left: 5px;
    text-align: left;
    margin-bottom: 20px;
}

.pnlheader {
    line-height: 1.4em;
    /*margin: 20px 0 .4em;*/
    color: #333;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
    margin-right: 15px;
}



.pnlcream {
    background-color: #fcfaec;
    border-bottom: solid 1px #c0c0c0;
    padding: 10px;
    text-align: left;
    margin-bottom: 20px;
    min-height: 200px;
}


.skybluebox {
    border: solid 1px #5662b0;
    border-radius: 3px;
    background-color: #d6ebf9;
    display: inline-block;
    padding: 15px;
    /*	clear: both;*/
}


.skybluesearchbox {
    border: solid 1px #5662b0;
    border-radius: 3px;
    background-color: #d6ebf9;
    display: inline-block;
    padding: 40px;
}


.redbox {
    border: solid 1px #5662b0;
    border-radius: 3px;
    background-color: #880000;
    display: inline-block;
    padding: 15px;
}

.fontsilver {
    color: #f1f1f1;
}



.lstheader {
    line-height: 1.1em;
    /*margin: 20px 0 .4em;*/
    color: #333;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
}

/*.widgetwrap hr
#rptSuperCat hr
{
    margin: 0px !important ;
    padding: 0px !important ;
    border: solid 1px red;
}*/

input[type="text"], select, .fullwidth {
    width: 95%;
}

.spacer10 {
    height: 10px;
    clear: both;
}

.spacer20 {
    height: 20px;
    clear: both;
}

.spacer30 {
    height: 30px;
    clear: both;
}

.spacer40 {
    height: 30px;
    clear: both;
}

.spacer45 {
    height: 45px;
    clear: both;
}


.spacer50 {
    height: 50px;
    clear: both;
}

.spacer60 {
    height: 60px;
    clear: both;
}


.spacer70 {
    height: 70px;
    clear: both;
}


.spacer100 {
    height: 100px;
    clear: both;
}


.nopadding {
    padding: 0px !important;
}


.browselink {
    background: rgb(125,126,125); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(79,79,79,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(79,79,79,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(79,79,79,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(79,79,79,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(79,79,79,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(79,79,79,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */

    border: solid 1px #999;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    color: #fff;
    font-size: .9em;
}



.tabs li, .schtabs li {
    display: inline;
}



.active a {
    background-color: #e8e6e6;
    border: solid 3px #260845;
}


.ddlh {
    height: 25px;
}

/*#tabs {
    border: solid 1px #c0c0c0;
    margin-top: 15px;
}*/

#tabs .ui-tabs-active {
    border: solid 3px #260845;
    border-radius: 5px;
}
/* http://docs.jquery.com/UI/Tabs#theming
 */
/*.ui-tabs { position: relative;} /* padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") 
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px;     background-color: #e8e6e6;
    border: solid 3px #260845;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... 
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }*/

.ui-tabs {
    position: relative;
}
    /* padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") 
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }*/
    .ui-tabs .ui-tabs-nav li {
        list-style: none;
        white-space: nowrap;
        position: relative;
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
        background-color: #ffffff;
    }
        /*  top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; }*/
        .ui-tabs .ui-tabs-nav li a {
            float: left;
        }
        /*padding: .5em 1em; text-decoration: none; }*/
        .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
            border-radius: 5px;
            border: solid 3px #260845;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
                cursor: text;
            }

        .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
            cursor: pointer;
        }
    /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: #fff;
        border: solid 1px #c0c0c0;
        margin-top: -10px;
    }

    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }

.activetab {
    border-radius: 5px;
    border: solid 3px #260845;
}


.ddlse {
    height: 30px;
    width: 82%;
    font-size: 14pt;
}



#tabs input[type='text'] {
    width: 80%;
    padding: 0px;
    margin: 0px;
    height: 35px;
}

#tabs ul {
    /*margin-left: 22px;

background-color: #ffffff !important;
   */

    min-height: 35px;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #000000;
    z-index: 2000;
    padding-left: 10px;
    position: relative;
}


.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -0.25rem 0 1.125rem;
    padding-top: 0.25rem;
    margin-right: 0;
    margin-left: -0.75rem;
}

    .sub-nav dt {
        text-transform: uppercase;
    }

    .sub-nav dt,
    .sub-nav dd,
    .sub-nav li {
        float: left;
        display: inline;
        margin-left: 1rem;
        margin-bottom: 0.625rem;
        font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 0.875rem;
        color: #999999;
    }

        .sub-nav dt a,
        .sub-nav dd a,
        .sub-nav li a {
            text-decoration: none;
            color: #999999;
            padding: 0.1875rem 1rem;
        }

            .sub-nav dt a:hover,
            .sub-nav dd a:hover,
            .sub-nav li a:hover {
                color: #737373;
            }

        .sub-nav dt.active a,
        .sub-nav dd.active a,
        .sub-nav li.active a {
            -webkit-border-radius: 3px;
            border-radius: 3px;
            font-weight: normal;
            background: #008cba;
            padding: 0.1875rem 1rem;
            cursor: default;
            color: white;
        }

            .sub-nav dt.active a:hover,
            .sub-nav dd.active a:hover,
            .sub-nav li.active a:hover {
                background: #0078a0;
            }



.btnpager li {
    /*background-color: #198f7d; #dcb278;*/
    color: rgba(0,0,0,.8);
    border: solid 1px #c1c1c1;
    border-radius: 3px;
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
    clear: both;
    font-size: 1.2em;
}


span, .span, #lnkletter {
    text-decoration: none !important;
    display: inline-block !important;
}

.parent 
{
    display: inline-block;
}





.fullwidth {
    width: 100%;
}

.lnkfilter {
    /*border: solid 1px red !important ;
    padding: 5px 10px 5px 10px;*/

    padding: 7px !important;
    border: solid 1px #c0c0c0;
    background-color: #e2e2e2;
    border-radius: 3px;
    margin: 3px !important;
    clear: both;
    /*margin-top: 20px;*/
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    /*  clear: both;
     margin-bottom: 100px !important;
   margin-top: 40px !important;
    clear:both;
    display:inline-grid;
    padding: 10px
   display:block; 
	width:80%; 
	margin:auto;*/
}

.lnkpair {
    /*border: solid 1px red !important ;
    padding: 5px 10px 5px 10px;*/

    padding: 7px !important;
    border: solid 1px #c0c0c0;
    background-color: #c6dadc;
    border-radius: 3px;
    margin: 3px !important;
    clear: both;
    /*margin-top: 20px;*/
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    /*  clear: both;
     margin-bottom: 100px !important;
   margin-top: 40px !important;
    clear:both;
    display:inline-grid;
    padding: 10px
   display:block; 
	width:80%; 
	margin:auto;*/
}


.subheader {
    font-size: 1.4em;
}


.inlineh5 {
    font-weight: bold;
    margin-top: 20px;
    color: #333;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}


/*.pnlcontent
{
    border: solid 1px #c0c0c0;
    border-radius: 4px;
}*/


.numericpager {
    font-size: 1.5em;
    padding: 5px;
}


input[type='radio'] {
    height: 25px;
    width: 25px;
    vertical-align: middle;
}


input[type="submit"], .btnstyle, .btntst {
    padding: 10px 12px 10px 12px !important;
    border-radius: 3px;
    margin: 8px 5px 5px 0px;
    color: #f1f1f1 !important;
    background-color: #333;
}


/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
    background-color: #333;
    color: #fff;
    border-radius: 5px;
}
    /* current link :hover */
    #main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
        color: #fff;
    }


#main-nav .navcurrent a {
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    background: #474747;
    background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
    background: -moz-linear-gradient(top, #282828, #4f4f4f);
    background: linear-gradient(-90deg, #282828, #4f4f4f);
    -webkit-box-shadow: inset 0 2px 8px rgba(0,0,0,.8);
    -moz-box-shadow: inset 0 2px 8px rgba(0,0,0,.8);
    box-shadow: inset 0 2px 8px rgba(0,0,0,.8);
}


.panel {
    border: solid 1px #a5a099;
    padding: 10px;
    background-color: #f1f1f1;
}


.panelsilver {
    border: solid 1px #a5a099;
    padding: 10px;
    background-color: #fafafa;
    width: 97%;
}


.panelsilver2 { /*border:  solid 1px #a5a099;*/
    /*padding:  10px;
 background-color:  #fafafa;*/
}


.panelgray {
    border: solid 1px #a5a099;
    padding: 10px;
    background-color: #c0c0c0;
}

.panelcharcoal {
    background-color: #555555;
    color: #ffffff;
 /*   padding: 20px;*/
}



.namepic {
    /*border: solid 10px #dcb278;*/
    border: solid 10px #795523;
    border-top: solid 10px #aa7d3e;
    border-bottom: solid 10px #aa7d3e;
    /*	background-color: #c0c0c0;*/
    clear: both;
}


.pnlname {
    display: inline-block;
    clear: both;
}

.picsmall {
    border: solid 1px rgb(125,126,125); /*#795523;*/
    border-radius: 3px;
    padding: 5px;
    width: 80px;
}

.rptnamebox {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

select {
    height: 40px !important;
}

#fvAddname h5 {
    margin-top: 30px;
}


.page-content {
    /*	border: solid 2px blue;*/
    width: 100%;
    display: inline-block;
}



/*
#content{
	border: solid 3px red;
	width: 70%;content
}
*/



.namecard {
    float: none;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: solid 1px #c0c0c0;
    border-radius: 3px;
    padding: 10px;
    margin: 10px;
    min-width: 90%;
    display: inline-block;
    /*	clear: both;*/
    min-height: 200px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.tribecard {
    padding: 10px;
    font-size: 1em;
}


.featuredcard {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: solid 1px #c0c0c0;
    border-radius: 3px;
    padding: 10px;
    min-width: 150px;
}

.height200 {
    min-height: 200px;
}








/* reset mobile menu */
@media screen and (max-width: 480px) {
    /*	#menu-icon {
		display: none;
	}*/

    #menu-icon a:active {
        /*		display:block;*/
    }

    #main-nav-wrap {
        position: static;
    }

    /* main nav */
    #main-nav {
        /*		position: inherit;
		width: auto !important;
		padding: 0;
		display: block;
		background: none !important;
		border: none !important;
		box-shadow: none;
		border-radius: none;*/
    }

        #main-nav li {
            /*	clear: none !important;
			float: left !important;
			margin: 0 5px 0 0 !important;
			padding: 0 0 7px !important;
			position: relative;*/
            /*display: inline-block;*/
            zoom: 1;
            /*display: inline;*/
        }

        /* sub-levels link */
        #main-nav ul a {
            padding: 6px 0 6px 15px !important;
            margin: 0 !important;
            width: 180px !important;
        }

        /* sub-level ul */
        #main-nav ul {
            /*	width: 190px !important;
			margin: 0 !important;
			padding: 5px 0 !important;
			position: absolute;
			left: -4px;
			top: 28px;
			background: #fff;
			border: solid 1px #ddd;
			border-bottom-color: #bbb;
			z-index: 100;
			display: none;*/
        }

            #main-nav ul li {
                background: none;
                padding: 0;
                margin: 0;
                display: block;
                float: none !important;
            }

            /* sub-sub-level dropdown */
            #main-nav ul ul {
                left: 190px;
                top: -2px;
            }

    /* show dropdown ul on hover */
    /*	#main-nav li:hover > ul {
			display: block;*/
}

}
/* end reset mobile menu */







