body{
    padding-top: 0;
    font-size: 12px;
}
a {
  transition: color 0.8s ease;
}
p{
    margin: 0 0 15px;
}
a:hover {
    color: black;
}
.h1, h1{
    font-size: 22px;
}
.h2, h2{
    font-size: 18px;
}
.h3, h3{
    font-size: 16px;
}
blockquote{
    font-size:12px;
    font-style: italic;
}
img[align="left"],
img[style*="float: left"],
img[style*="float:left"]{
    margin: 5px 10px 0 0;
}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"]{
    margin: 5px 0 0 10px;
}
.sidebar_block ol,ul{
    padding-left: 20px;
}
#headerlogo{
    margin-left:20px;
}
#banner-outside {
	height:200px;
	background: url('../images/green.gif') repeat-x 0 0;
}
#banner-inner {
    margin-left:auto;
    margin-right:auto;
    width:1024px;
    height:200px;
    z-index:0;
    background: url('../images/visual.jpg') top left no-repeat}
#appshield {
    width:400px;
    height:90px;
    top:100px;
    position:relative;
    background: transparent url('../images/info_brown.png') bottom left no-repeat; z-index:1;}
#apptext{
	padding: 5px 40px;
}
#appshield h1 a{
	font-size:18px;
	color: white;
	font-weight:normal;
}
#apptext h2 {
	font-size:14px;
	color:white;
	font-weight:normal;
}

#refershield {
    width:230px;
    height:90px;
    top:100px;
    position:relative;
    background: transparent url('../images/refer_bg_white.png') bottom left no-repeat;
    z-index:1;}
#refertext{
    color: darkgrey;
	padding: 5px 5px 0 40px;
}
#refertext h1 a{
	font-size:16px;
	font-weight:normal;
}
#refertext h2 {
	font-size:12px;
	font-weight:normal;
}

.refer_button{
    margin-top:10px;
}
.main-menu{
    width:85%;
}
.nav li {
    font-size:12px;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    border: 1px solid transparent;
    border-right-color: darkslategray;
    padding: 0 10px;
    background-color: #ffffff;
    text-transform: uppercase;
}
.navbar{
        min-height: 40px;
}
.navbar-right li{
    border:none;
}
.navbar-nav>li>a{
    padding:0;
}
.navbar-uvt {
    padding:10px 10px 0 10px;
    border: 1px solid transparent;
    border-top-color: darkgrey;
    background-color:#ffff;
    color:darkgrey;
    border-radius:0;
    margin:0;
}
.navbar-toggle .icon-bar{
    color: darkslategray;
    background-color: #000}

.navbar-uvt .navbar-nav > li > a {
    color:darkslategray;
}
.navbar-uvt .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: royalblue;
    background-color:dimgrey;
}
.navbar-uvt .navbar-brand {
    color:#eeeeee;
}

.sidebar_block {
	border:1px solid #C3BCB2;
	margin-bottom: 10px;
}
.sidebar_block_inside{
	padding:5px;
}
.sidebar_block h5 {
	color: white;
	background: #C3BCB2 url(../images/sidebar_header_backgrounds.jpg);
	border-bottom: 1px solid #C3BCB2;
	font-size:13px;
	height: 25px;
	line-height: 23px;
	padding-left:5px;
	margin:0;
	font-weight: normal;
}
#content_right a.btn,
#content_center a.btn {
    margin-bottom: 10px;
    width: 230px;
}

#content_right .panel-heading{
    padding: 2px 10px;
}
#content_right .panel{
    margin-bottom: 5px;
}
#content_right .panel a{
    display:block;
}
.block_overlay {
	padding-left: 8px;
	height:50px;
	width: 198px;
	bottom:0;
	color:white !important;
	font-weight: normal;
    font-size: 16px;
	position: absolute;
	opacity: 0.8;
    background-color: #CC9933;
	cursor: pointer;
	transition: 0.5s ease-in-out;
}
.block_overlay:hover{
  color: darkgrey !important;
  height: 118px;
}
.block_overlay a{
	color:white !important;
	font-weight: normal;
    font-size: 16px;
	cursor: pointer;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.dossier_random {
	padding:5px 0;
	border-bottom:2px solid #c3bcb2
}

.newstext img{
    width: 350px;
    vertical-align: top;
}
.newsdate{
    font-style: italic;
    display:block;
}
.refer_button {
    margin-top: 10px;
}
#footer{
    margin-top: 5px;
    border: 0 solid darkslategray;
    border-top-width: 1pt;
}
#footer_content {
	width: 1024px;
	margin: auto;
	padding-top: 15px;
	height: 40px;
}

/*
iframe{
    z-index:10
}
*/

#col-left,
.markItUp{
    z-index: 10;
}
#col-center,
#col-right{
    z-index: 9;
}
#col-right {
    margin-top: 10px;
}