html, body{
    height:100%;
    color: #000;s
}
body{
    background: url("../images/cloud.jpg") repeat-x;
    background-attachment: fixed;
}
a {
    color: #5D2006;
    text-decoration: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    text-decoration: none;
    color: #ffffff;
    background-color: #129ECF;
    background-image: -moz-linear-gradient(top, #129ECF, #129ECF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#129ECF), to(#129ECF));
    background-image: -webkit-linear-gradient(top, #129ECF, #129ECF);
    background-image: -o-linear-gradient(top, #129ECF, #129ECF);
    background-image: linear-gradient(to bottom, #129ECF, #129ECF);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#129ECF', endColorstr='#129ECF', GradientType=0);
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #129ECF;
    background-image: -moz-linear-gradient(top, #129ECF, #129ECF);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#129ECF), to(#129ECF));
    background-image: -webkit-linear-gradient(top, #129ECF, #129ECF);
    background-image: -o-linear-gradient(top, #129ECF, #129ECF);
    background-image: linear-gradient(to bottom, #129ECF, #129ECF);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#129ECF', endColorstr='#129ECF', GradientType=0);
}
a:hover, a:focus {
    color: #129ECF;
    text-decoration: underline;
}
/**************************HEADER STYLES**********************/
.logo{
    padding-top: 5px;
}
.middle{
    padding-top: 20px;
}
.organizations{
    padding-top: 5px;
}
/**************************MENU STYLES**********************/
.nav-pills > .active > a:hover, .nav-pills > .active > a:focus{
color: #fff;
background-color: #024480; /*  COLOR Menu Selected - important */
}
.nav-pills.nav-stacked li a {
margin-bottom: 3px;
}
.nav-pills li a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
/*  COLOR Menu UnSelected */
    color: #129ecf; /* #129ecf Menu text color without selected  */
}
.nav-pills li ul{
/*
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
#5D2006 #129ECF  */
    border-top: 1px solid #5D2006;
    border-bottom: 1px solid #5D2006;
    background: #FAF9FC; /* Background submenu FAF9FC */
}
.nav-pills .caret{
    margin: 5px;
}
.nav li  a {
    display: block;
}
.nav-tabs li a, .nav-pills li a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}
.nav li a:hover, .nav li a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav-pills a{
    font-weight: bold;
}
.nav .dropdown-toggle .caret {
    border-top-color: #129ECF;
    border-bottom-color: #129ECF;
    margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret{
    border-top-color: #129ECF;
    border-bottom-color: #129ECF;
    margin-top: 6px;
}

/*  COLOR Menu Selected */

.nav-pills .active > a {
color: #fff;
background-color: #024480;
}

.nav-pills > .active > a:focus{
color: #fff;
background-color: #024480;
}

.nav li .active a:hover, .nav li .active a:focus {
    color: #fff;
    background-color: #024480;
}

/**************************SLIDER STYLES***********************/
.slider{
    margin-top: 5px;
    margin-bottom: 5px;
}
.slider .item img, .slider .item {
    width: 940px;
    height: 300px;
}
.carousel-inner{
    border-top: 3px solid #129ecf;
}
.carousel-control {
    top: 50%;
}
/**************************LANGUAGE BAR STYLES***********************/
.lang{
    height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
/*  COLOR Language bar */
    /* background: #e9e9e9; */
}
.langs{
    position: relative;
    z-index: 10;
    margin-bottom: 0px;
}
.langs li{
    list-style: none;
    float: left;
    margin-left: 5px;
}
.langs li a{
    color: #000;
}
.container{
    position: relative;
}
/**************************CAPTION STYLES***********************/
.caption{
    position: absolute;
    height: 30px;
    padding: 10px 30px 0 100px;
    left: 0;
    right: 0;
    top: 330px;
/*  COLOR Caption bar */
    background: #003979;
    color: #fff;
    border-top: 2px solid #129ecf;
    font-size: 16px;
    z-index: 9999;
}
.caption img{
    position: absolute;
    right: 80px;
    top: -20px;
}
.thumbnail{
    padding: 10px;
    position: relative;
}
.thumbnail .delete{
    position: absolute;
    left: 50%;
    margin-left: -33px;
    top: 11px;
}
.thumbnail h3{
    font-size: 16px;
    line-height: 20px;
}
.thumbnail h3 a{
    color: #003979;
}
.statuses tr td:first-child{
    padding-right: 10px;
}
.img-polaroid{
    margin: 0 10px 10px 0 !important;
}
.excerpt{
    height: 160px;
    overflow: hidden;
}
.error{
    color: #b94a48;
}
/**************************MAIN STYLES***********************/
.container{
    min-height: 100%;
    margin: 0 auto -50px;
}
div#spacing {
    height: 50px;
}
.menu{
    padding: 10px 0;
}
.center{
    text-align: center;
    padding-top: 20px;
}
#myform{
    padding-top: 20px;
}
.projects hr{
    margin: 5px 0;
}
.menu table td{
    padding-left: 30px;
}
.menu table td:first-child{
    padding-left: 0px;
}
/*********************FOOTER STYLES*****************************/
div#footer {
    height: 80px;
    position: relative;
    width: 100%;
/*  COLOR Footer bar */
    background: #0051a0;
}
div#footerWrapper {
    height: 50px;
    margin: 0 auto;
    width: 940px;
    font-size: 11px;
    color: #fff;
}
#footerWrapper .copy{
    float: left;
    padding-top: 15px;
}
#footerWrapper .copy_center{
    width: 500px;
    text-align: center;
    /* float: left; */
    padding-top: 15px;
    margin: 0px 200px;
}
#footerWrapper .right{
    width: 150px;
    text-align: center;
    float: right;
    padding-top: 15px;
}
#footerWrapper .right a{
    color: #129ecf;
}