﻿.footer {    
    text-align:center;
    padding:0 0 30px 0;
    font-size:11px;
    font-weight:bold;
    margin-top:50px;
    background-color:#f5f5f5;
    text-shadow:0 1px 1px #666;
    background-image:url("images/header_bg2.png");
    background-repeat:repeat-x repeat-y;
    color:#fff;  
    height:90px;
}
.footer.shadow {
    height: 20px;
    margin: 0 0 10px 0;
    z-index: 999;
    background: transparent url('images/bg_ip2.png') repeat-x top;
}

.footerLogo {
    width: 300px;
    float: left;
    padding-left:50px;
}

.header {    
    display:block;
    margin:auto;
    width:960px;
}

.header:after {
    content:"";
    display:table;
    clear:both;
}

.navbarDiv {
    width:75%;
    float:left;
    padding-top:40px;
}

.headerLogo {  
    width:200px;
    float:left;
}

.copyright {
    width:100%;
    float:right;
    padding-right:5px;
}

.clear {
    clear: both;
}

.one_third {
    width: 30%;
    float: left;
    min-height: 50px;
    margin-right: 3%;
}

.one_third_right {
    width: 30%;
    float: right;
    min-height: 50px;
    margin-right: 3%;
}

.one_third .gallery_image {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.gallery_desc {
    width: 90%;
    margin: auto;
}

.one_half {
    float: left;
    width: 45%;
    padding: 10px;
}

.home_thumb {
    width: 50px;
    margin: 0 20px 0 0;
    float: left;
}

.home_box {
    width: 180px;
    float: left;
}

.frame {
    padding: 5px;
    background: #fff;
    border: 1px solid #ebebeb;
    -moz-box-shadow: 0 1px 5px #ccc;
    -webkit-box-shadow: 0 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.inner_wrapper {
    width: 940px;
    margin: auto;
    padding: 20px 0 0 0;
    background: transparent;
}



body {
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;
    background-color: #f5f5f5;
    background-position: center -400px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, label {
    color: #738ca0;
}

h1 {
    font-size: 36px;
    font-weight: normal;
}

h2 {
    color: #5A6F80;
    font-size: 30px;
    font-weight: normal;
}

h3 {
    color: #5A6F80;
    font-size: 28px;
    font-weight: normal;
}

h4 {
    color: #5A6F80;
    font-size: 24px;
    font-weight: normal;
}

h5 {
    color: #5A6F80;
    font-size: 22px;
    font-weight: normal;
}

ul.nav {
    list-style-type:none;
    margin:0 0 2px 0;
    padding:0;
    overflow:hidden;
    background-color:#333;
    width:850px;
    position:relative;
    top: 1px;
    left: 2px;
}

li.nav {
    float:left;
}

li.nav a {
    display:block;
    color:white;
    text-align:center;
    padding:12px 18px;
    text-decoration:none;
    font-size:16px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a:hover:not(:active) {
    background-color:#111;
}

.active {
    background-color:#808080;
}

.cufon.space {
    margin-bottom: 15px;
}

.inner {
    width: 100%;
    background: transparent url('images/bg_ip.png') repeat-x top;
}

.page_caption {
    background: #fff;
    margin-top: 6px;
    font-size: 16px;
    width:100%;
}

.menu_wrapper {    
    float: right;
    background: transparent url('images/nav_bg.png') repeat-x top;
    position: relative;
    right: 10px;
    margin-top: 40px;
}