html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
body {
    line-height: 1; 
    font-family: 'Open Sans', sans-serif; 
    background-image: url(images/mainbg_1.jpg); 
    font-size: 14px;
    background-size: 100%;
    background-repeat:no-repeat;
    background-attachment:fixed;
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ''; content: none;
}
table {
    border-collapse: collapse; border-spacing: 0;
}

/*STICKY FOOTER*/

html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
       padding-bottom: 120px;}  /* must be same height as the footer */

#footer {position: relative;
         margin-top: -120px; /* negative value of footer height */
         height: 120px;
         background-image: url(images/footer_bg.png);
         clear:both;} 

/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;
}

/*CSS RESET*/

a{
    color:#000;
    text-decoration: none; 
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}

a:hover{
    color:#5b683b;
}

.header_style a{
    color:#fff;
}

/*GLOBALS*/

#main_container{
    width: 960px;
    margin: 0px auto 30px;
}

#page_cont{
    background: #fff;
    padding: 5px;
    line-height: 18px;
    margin-top: 20px;
    -moz-box-shadow: 0 0 7px 0px #c0c0c0;
    -webkit-box-shadow: 0 0 7px 0px #c0c0c0;
    box-shadow: 0 0 7px 0px #c0c0c0;
}

#top_bar{
    width: 100%;
    text-align: right;
    font-size: 12px;
    padding-top: 10px;
    height: 30px;       
}

#banner_container{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

#expert{
    position: absolute;
    right: 0px;
    bottom: 10px;
    width: 190px;
    height: 62px;
}

#user_menu{
    width: 100%;
    border-bottom: 1px solid #ccc;
}

hr{
    height: 1px;
    border: none;
    background-color: #ccc;
    color: #ccc;
}

#nav{
    list-style:none;
    /* Clear floats */
    float:left;
    width:100%;
}
#nav li{
    float:left;
    margin-right:20px;
    position:relative;
}
#nav > li > span{
    font-size: 20px;
}
#nav a{
    display:block;
    color:#5b683b;
    padding: 5px;
}
#nav a:hover{
    background:#708a45;
}

.form_tbl_gen .red{
    font-size: 12px;
}

/*--- DROPDOWN ---*/
#nav ul{
    background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
    background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
    list-style:none;
    position:absolute;
    left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
    float:none;
}
#nav ul a{
    white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
    z-index:9999;
    left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background:#708a45;
    color: #fff;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background:#59663b;
}


/*ID*/

/*!!!NIVO SLIDER!!!*/
.nivoSlider {
    position:relative;
    width:100%;
    overflow: hidden;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important; 
    width: 100% !important;
}

/* If an image is wrapped in a link */

.slider-wrapper{
    width: 800px;
    margin: 20px auto; 
}

#slider{
    width: 100%;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 0 12px #c0c0c0;
    -webkit-box-shadow: 0 0 12px #c0c0c0;
    box-shadow: 0 0 12px #c0c0c0;
}

.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
    background:white; 
    filter:alpha(opacity=0); 
    opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:5;
    height:100%;
    top:0;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
    overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    width:100%;
    z-index:8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter:alpha(opacity=8);
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
    text-align:center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}

/*THEME*/

.theme-light .nivoSlider {
    position:relative;
    background:#fff url(images/nivo/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-light .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-light .nivoSlider a {
    border:0;
    display:block;
}

.theme-light .nivo-controlNav {
    text-align: left;
    padding: 0;
    position: relative;
    z-index: 10;
}
.theme-light .nivo-controlNav a {
    display:inline-block;
    width:10px;
    height:10px;
    background:url(images/nivo/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}
.theme-light .nivo-controlNav a.active {
    background-position:0 100%;
}

.theme-light .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background: url(images/nivo/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    top: auto;
    bottom: -30px;
    z-index: 11;
}
.theme-light .nivo-directionNav a:hover {
    background-color: #afbd8c;
}
.theme-light a.nivo-nextNav {
    background-position:160% 50%;
    right:0px;
}
.theme-light a.nivo-prevNav {
    background-position:-60% 50%;
    left: auto;
    right: 35px;
}

.theme-light .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-light .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-light .nivo-caption a:hover {
    color:#fff;
}

.theme-light .nivo-controlNav.nivo-thumbs-enabled {
    width: 80%;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.theme-light .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

/*!!!NIVO SLIDER!!!*/

.small-text{font-size: 12px;}

.red{color:#ff0000;}


.form_tbl_gen p{
    margin-bottom: 5px;   
}

.form_tbl_gen td{
    padding: 5px 60px 5px 0px;
}

input[type=text],input[type=password], textarea, select{
    width: 300px;
    padding: 5px;
    border:1px solid #ccc;
    -moz-box-shadow: 0 0 7px 0px #a5b687;
    -webkit-box-shadow: 0 0 7px 0px #a5b687;
    box-shadow: 0 0 7px 0px #a5b687;
}

textarea{
    width: 400px;
    height: 100px;
    font-family: 'Open Sans', sans-serif; 
}

.form_error{
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #ff0000;
    padding: 5px;
    background: #ffaaaa;
    color: #ff0000;
}

.form_message{
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #00ff00;
    padding: 5px;
    background: #c6ffaa;
    color: #00b900;
}

h1{
    font-family: 'Titillium Web', sans-serif;
    -webkit-text-stroke: 0.5px;
    font-size: 38px;
    color:#5b683b;
    margin-top: 5px;
    margin-bottom: 20px;
}

h2{
    font-family: 'Titillium Web', sans-serif;
    -webkit-text-stroke: 0.5px;
    font-size: 26px;
    color:#5b683b;
}

#page_cont p{
    margin-bottom: 10px;
}

.cont_table{
    overflow: hidden;
    width: 100%;
}

.cont_col{
    float:left;
    width: 50%;
}

#map_canvas{
    width:100%; 
    height:330px;
    border:1px solid #ccc;
}

#contact_table td:not(:last-of-type){
    border-right: 1px solid #ccc;
}

#contact_table{
    width: 100%;
    table-layout: fixed;
}

#hb_info{
    margin: 0px auto;
    padding-top: 30px;
    font-size: 12px;
    color: #fff;
    width: 214px;
    text-align: center;
}

#hb_info img{
    margin-top: 5px;
}

.green_title{
    color: #525b38;
}

.ui-menu { width: 150px; 
           z-index: 9000;}

#menu a{
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
}

.header_style{
    border: 1px solid #235c00;
    background: #6f8946 url(dventura-theme-jqui/images/ui-bg_highlight-soft_30_6f8946_1x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 5px;
}

#admin_left_panel{
    float: left;
}

#admin_right_panel{
    margin-left: 165px;
    border: 1px solid #ccc;
    padding: 5px;
}

.ajax_load{
    background-image: url(images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    display: none;
}

.submenu{
    min-width: 170px;
}

#loading_bar{
    width: 100%;
    background: #fff;
    position: fixed;
    top:0px;
    z-index: 9999;
    -moz-box-shadow: 0 0 26px 0px #a5b687;
    -webkit-box-shadow: 0 0 26px 0px #a5b687;
    box-shadow: 0 0 26px 0px #a5b687;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: none;
}

.subsection_delete{
    vertical-align: middle; 
    cursor: pointer;
}

.full_tbl{
    width: 100%;
}

.full_tbl tr:first-of-type{
    border-bottom: 2px solid #ccc;
}

.full_tbl tr:not(:first-of-type){
    border-bottom: 1px solid #eee;
}

.full_tbl td:not(:last-of-type){
    border-right: 1px solid #eee;
}

.full_tbl .dl{
    text-align: center; 
    vertical-align: middle;
}

.full_tbl td{
    padding: 10px;
}

.bold_it{
    font-weight: bold;
}

.pagination{
    padding: 20px 0px 0px 0px;
}

.link_pag{
    padding: 5px;
    margin: 2px;
    border: 1px solid #CCC;
}

#download_cont{
    margin: 30px auto;
    width: 445px;
}

.download_section_btn{
    background:url(images/buttonbg.png);
    text-align: center;
    height: 128px;
    width: 445px;
    display: table-cell;
    vertical-align: middle;
    webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#FFF;
    font-size: 30px;
    text-shadow: 2px 2px #555;
}

.del_news{
    cursor: pointer;
}

.sub_item{
    border: 1px dotted #ccc;
    padding: 5px;
    margin: 5px 0px 5px 0px;
    position: relative;
}

.sub_item .controls{
    position: absolute;
    right: 5px;
    top:5px;
}

.gen_info{
    border:1px solid #ccc;
    padding: 15px;
    margin: 40px 10px 10px 10px;
    position: relative;
}

.gen_placement{
    background: #fff;
    position: absolute;
    font-family: 'Titillium Web', sans-serif;
    -webkit-text-stroke: 0.5px;
    font-size: 30px;
    color:#5b683b;
    top:-15px;
    left: 20px;
    padding: 0px 10px 0px 10px;
}

.date_style{
    padding: 2px;
    background: #c9eab0;
    color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.pstyle1:not(:last-of-type){
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
}

#main_imgs{
    padding: 10px;
    overflow: hidden;
    text-align: center;
}

#main_imgs .img_add{
    padding: 0px;
    float: left;
    border: 1px solid #ccc;
    width: 281px;
    height: 99px;
    margin-right: 40px;
}

#main_imgs .img_add:last-of-type{
    margin-right: 0px;
}

#logo_holder{
    margin: 10px 10px 20px 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

#logo_holder img{
    margin: 25px 40px 0px 40px;
}

#files_holder{
    background: #eee;
    padding: 5px;
    border: 1px dotted #ddd;
    overflow: auto;
}

#add_file_btn{
    float:right;
}

.del_file, .del_file_db{
    margin-right: 5px;
    cursor: pointer;
}