@media only screen and (min-width: 50em){/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 6, 2014, 3:17:02 AM
    Author     : smdoviak
*/

    
    body{
        font-size: 13px;
        line-height: 20px;
    }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 6, 2014, 3:17:23 AM
    Author     : smdoviak
*/

#mobeilMenuBtn {
    display:none;
}

.headerRow {
    width:100%;
    background-color:#FFF;
    height:70px;
    border-bottom:solid 1px #999;
    border-top:solid 1px #999;
}

.headerLogoBx{
    float:left;
    width:41%;
    height:68px;
}

.headerNavBx{
    float:left;
    width:59%;
}


/* super nave */

.suberNavBx {
    width:100%;
    height:30px;
    clear:both;
    background-image: url('../../pub/images/heaber-bg.jpg');
}

.superNavList{
    margin:0;
    padding:0;
    display:block;
    float:right;
    height:28px;
    color:#333;
}   

.superNavList li {
    display:block;
    float:left;
    margin:0;
    padding:0;
}

.superNavList li a{
    padding:4px 10px;
    margin:0;
    display:inline-block; 
    color:#DEF;
    text-align: center;
    font-size:13px;
}

.superNavList li a:hover {
    color:#FFF;
    text-decoration: underline;
}




.navList{
    display:block;
    float:right;
    margin-right: 10px;
    background-color: inherit;
    padding-top:16px;
}

.navList li{
    display:block;
    float:left;
    margin:0px 6px;
    padding:0;
}

.navList li a{
    padding:4px 6px;
    margin:2px;
    display:inline-block; 
    color:#1BA6E2;
    background-color:#fff;
    text-align: center;
    font-size:14px;

    border-radius:10px;
    border:solid 1px #FFF;
     /*border-top:solid 2px #DDD;*/
    /*border-bottom:solid 1px #999;*/
}
.navList li a:hover {
    color:#003;
    /*background-color:#E3Eb70;*/
    background-color:#FFF;
    border:solid 1px #1BA6E2;
}/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 6, 2014, 3:26:36 AM
    Author     : smdoviak
*/

.content-colLeft{
    clear:none;
    float:left;
    width:67%;
    margin:0% 5% 0% 2%;
}

.content-colRight{
    clear:none;
    float:left;
    width:25%;
}

h1 {
    font-size:22px;
}
h2 {
    font-size:19px;
}
p{
  line-height: 22px;
}


/* home */

.home_slideshowBox{
    display:block;
    width:80%;
    height:200px;
    background-color:#333;
    margin:5px auto;
    border:solid 1px #EEE;
    background-image: url("../../images/home-slide-01.png");
    background-repeat: no-repeat;
    background-position: center; 
    box-shadow: 5px 5px 7px #777;
}

.ulCol2{
    padding-top:0;
    margin-top:0;
    float:left;
    width:48%;
    margin-left:10px;
}
.ulCol2 li {
    /*padding:4px 0px;*/
}}