
/*--------------------------------------------
Fonts
---------------------------------------------*/
@font-face {
    font-family: 'Arvo-Regular';
    src: url('../fonts/Arvo-Regular.eot');
    src: url('../fonts/Arvo-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Arvo-Regular.woff') format('woff'),
         url('../fonts/Arvo-Regular.ttf') format('truetype'),
         url('../fonts/Arvo-Regular.svg#QlassikMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    
    color: #222222!important;
}
.photo_thumb{
    color:#222222;
}
.logo{
    padding-bottom: 10px!important;
}
#header{
    background: transparent;
}
#footer{
    background: url('../imgs/fbg.jpg') repeat-x;
}
#footer_content{
    height: 65px;
    color: #fff;
    background: url('../imgs/fbg.jpg') repeat-x;
}
.internal_middle_content{
    background: #eee!important;
    border-radius:5px!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    border: 1px solid #fff;
}
.internal_middle_content h1, .internal_middle_content h2, .internal_middle_content h3{
    color: #333!important;
}

ul#nav{
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 980px;
    height: 45px;
}
ul#nav li {
    float: left;
    margin-bottom: 15px;
    margin-top: 15px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    text-align: center;
}

ul#nav li.current-menu-item{
    background: none repeat scroll 0 0 #6E42B6;
    border-radius: 3px;
}
ul#nav li.current-menu-item a{
    color: #fff!important;

}
ul#nav li a {
    color: #FFFFFF !important;
    font-family: arvo !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: none;
    text-shadow: 1px 1px 5px #9F74E5;
    padding: 10px 25px;
}
ul#nav li:hover{
    background: none repeat scroll 0 0 #6E42B6;
    border-radius: 3px;
}
ul#nav li:hover a{
    color: #fff!important;
}
ul#nav li:hover ul li a{
    color: #000!important;
}
ul#nav li ul li a{
    color: #333!important;
    font-family: georgia;
    text-decoration: none;
    font-size: 14px;
    font-style: italic;
}
ul#nav li ul li:hover a{
    color: #fff!important;
}
ul#nav li ul li:hover{
    background: #6E42B6;
    border-radius:0px;
    height: auto!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    margin: 0!important;
}
ul#nav li ul li{
    background: none;
    clear: both;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    border-bottom: 1px dotted #ccc;
    height: auto;
    margin: 0!important;
    width: 150px;
    text-align: left;
}
ul#nav li ul{
    display: none;
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #999;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    list-style: none outside none;
    margin-top: 5px;
    *margin-top: 24px;
    margin-left: -15px!important;
    *margin-left: -94px!important;
    padding: 0 0 0px!important;
    position: absolute;
    z-index: 999999;
}
h1, h2, h3, h4{
    font-family: "Arvo"!important;
}
h1{
    font-size: 20px!important;
    color: #f2f2f2!important;
    font-weight: normal!important;
}
h2{
    font-size: 20px;
    margin: 0;
    padding: 0;
    color:#f2f2f2!important;
}
h3{
    font-size: 18px!important;
    margin: 0;
    padding: 0;
    color: #333333;
    font-weight: normal!important;
}
h4{
    color:#333333!important;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
hr{
    border: 1px solid #DCDCDC;
}
.testimonial{
    background: url('../imgs/testimonial_bg.jpg') no-repeat;
    width: 260px;
    height: 149px;
    margin-top: 30px;
    padding:10px;
}
.testi_date{
    color: #e78500;
    text-align: right;
}
.testi_by{
    font-weight: bold;
    text-align: right;
}
ul#footer_nav{
    list-style-type:none;
    text-align: center;
}
ul#footer_nav li{
    float: left;
    padding-left:10px;
    padding-right:10px;
}

ul#footer_nav li a{
    text-decoration: none;
    color: #666;
}


#slider {
    border-radius:0!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    background: transparent!important;
}

#menubar {
    background: url("../imgs/menu_bg.jpg") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #512B8E;
    height: 70px !important;
}
#wide_slider {
    padding-bottom: 0px!important;
    background: url('../imgs/sbg.jpg') repeat-x;
    
}
.home_news_row .news_thumb img {
    border: none!important;
}
.home_news_row .news_thumb {
    width: 126px!important;
}
.home_news_row .news_summary {
    width: 177px!important;
}

ul#footer_nav li a {
    color: #ffffff!important;
}
ul#footer_nav li a:hover {
    color: #6e42b6!important;
}
.home_news_row .news_date{
    color: #767676!important;
    font-weight: bold;
    font-size: 14px;
}
.home_news_row .news_title{
    font-size: 12px!important;
    font-weight: normal!important;
}
.home_news_row .news_date{
    font-style: italic!important;
    font-size: 13px!important;
    color:#19687c!important;
}
.img_border img{
    border: 4px solid!important;
}
ul#footer_nav li.current-menu-item a{
    color: #6e42b6!important;
    font-weight: bold;
}

.padding_left{
    padding-left: 20px;
}
.padding_news{
    padding: 15px;
}
.padding{
    padding:14px;
}
.bg {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #444444;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.bg h1{
    color: #fff!important;
}
.bg_blue{
    background: #48257f;
    color: #fff;
    border-radius:5px;
    opacity:0.8;
    width: 100%;
    filter:alpha(opacity:80);
        
    
}
.custom_text{
    padding-right: 10px;
}
.home_news_row .date_thumb {
    width: 63px !important;
    float: left;
}
.home_news_row .date_summary {
    width: 225px !important;
    float: left;
}
.simple{
    font-size: 14px!important;
    font-family: arial!important;
    font-weight: bold!important;
    color: #9566e3!important;
}

