html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,

a{
    margin: 0;
    padding: 0;
    font-weight: normal;
    text-decoration:none;
}

a.anchor-top
{
    text-indent: -9999999px;
    color: transparent;
    display:none;
}

body{
    background: url("../images/leafs.png") top no-repeat white;
    font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*header{*/
    /*margin: 15px auto;*/
    /*width: 980px;*/
    /*min-height: 200px;*/
/*}*/

.logo{
    float: left;
    height: 74px;
    width: 413px;	
    padding-top: 25px;
}
.logo>a{

    float: left;
    height: 74px;
    width: 413px;
    display: block;
    background: url("../images/logo.png");
    text-indent: -9999999px;
    color: transparent;
}
.logo_menu{
    margin-top: 10px;
    float: right;
}
.logo_menu > li{
    list-style: none;
    float: left;
}
.logo_menu li:first-child > a{
    display: block;
    width: 177px;
    height: 57px;
    background: url("../images/ulatwienia.png");
    margin-right: 34px;
    text-indent: -9999999px;
    color: transparent;
}

.logo_menu li > a{
    display: block;
    width: 177px;
    height: 57px;
    background: url("../images/bip.png");
    text-indent: -9999999px;
    color: transparent;
}
.main_menu{
    width: 980px;
    height: 35px;
    float: left;
    clear: both;
    margin-top: 25px;
    overflow: hidden;
}
.main_menu ul >li{
    float: left;
    list-style: none;
}
.main_menu ul li:first-child > a{
    border-left-style: solid;
    border-width: 1px;
    border-color: #c6c9cb;
}
.main_menu ul li > a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E6E6E6',GradientType=0 ); /* IE6-9 */
    min-width: 100px;
    min-height: 35px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #c6c9cb;
    color: #2E2E2E;
    font-size: 15px;
    padding: 7px 22.25px 0;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}
.main_menu ul li > a:hover{
    color: #a80e13;
}
.map{
    height: 43px; 
    width: 637px;
    float: left;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #c6c9cb;
    margin-left: 6px;
}
.map >ul{
    margin-top: 5px;
}
.map ul > li{
    float: left;
    list-style: none;
}
.map ul li > a{
    margin-top: 9px;
    float: left;
    color: black;
    font-size: 13px;
    margin-left: 10px;	
}
.map ul li:first-child >a:before{
    margin-right: 9px;
    content: '';
    float: left;
    width: 17px;
    height: 15px;
    background: url("../images/home.png");
}
.map ul li:first-child >a:after{
    margin-top: 4px;
    margin-left: 9px;
    content: '';
    float: right;
    width: 9px;
    height: 10px;
    background: url("../images/blue_arrow.png");
}
.map ul li>a:after{
    margin-top: 4px;
    margin-left: 9px;
    content: '';
    float: right;
    width: 9px;
    height: 10px;
    background: url("../images/blue_arrow.png");
}
.search{
    margin-top: 7px;
    margin-bottom: 15px;
    float: right;
    width: 305px;
    height: 35px;
}
.search form > .search_input{
    width: 213px;
    height: 27px;
    border-style: solid;
    border-color: #b6b6b6;
    border-radius: 3px;
    border-width: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    color: #222;
    font-size: 14px;
}

.search form > .search_submit{
    cursor: pointer;
    width: 85px;
    height: 27px;
    border-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    color: #03779e;
    font-size: 14px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    border-style: solid;
    border-width: 1px;
    border-color: #c6c9cb;
}
.advanced_search{
    margin-top: 5px;
    color: red;
    text-decoration: underline;
    font-size: 12px;
}
.rss{
    padding-top: 6px;
    margin-left: 6px;
    clear: both;
    color: #fba951;
    font-size: 12px;
    display: block;
}
.rss:before{
    margin-right: 5px;
    display: block;
    margin-left: 6px;
    float: left;
    content: '';
    clear: both;
    width: 17px;
    height: 16px;
    color: #fba951;
    background: url("../images/rss.png");
}
#contener{
    margin:auto;
    width: 981px;
    min-height: 200px;
}
#contener > .left{
    float: left;
    width: 244px;
    min-height: 200px;
}

.left_menu ul {
    list-style:none;
    padding: 0px;
	margin: 10px 0px 0px 0px;
}

.left_menu li {
    list-style:none;
}

.left_menu ul > li {
    line-height: 21px;
    padding: 0px;
    list-style:none;
    position: relative;
	margin-bottom: 5px;
}


.left_menu ul li a {
    padding: 7px 6px 7px 11px;
    display: block;
    font-size: 13px;
	border: 1px #e6e6e6 solid;
	color: #000;

}

.left_menu ul li a.active {

}


.left_menu ul li a:hover{
    color:#67bb0c;
}
.left_menu ul li a:visited
{
    color: #a80e13;
}


.left_menu ul ul li a
{
	background: url(../images/green-right-arrow.png) no-repeat 12px 13px;
	padding-left: 25px;
}

.left_menu ul ul ul li a
{
	background: url(../images/green-right-arrow.png) no-repeat 25px 13px;
	padding-left: 40px;
}

.left_menu ul li a.has-childrens
{
	background: url(../images/green-right-arrow.png) no-repeat 223px 13px;
}


.archive{
    margin-top: 10px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 244px;
    height: 45px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    text-align: center;
    padding-top: 12px;
    color: black;
    font-size: 14px;
}
.stats{
    margin-top: 13px;
    width: 244px;
    min-height: 50px;
}
.stats > .stats_bar{
    position: relative;
    display: block;
    height: 41px;
    width: 100%;
    border-style:solid;
    border-width: 1px;
    border-color: #ebebeb;
    color: black;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 30px 0px;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}
.stats > .stats_bar:before{
    position: absolute;
    top: 14px;
    left: 10px;
    content: '';
    height: 10px;
    width: 9px;
    background: url("../images/green_arrow.png");
}
.stats > p{
    margin-top: 25px;
    line-height: 18px;
    text-align: center;
    font-size: 13px;

}
.middle{
    margin-top: 3px;
    float: left;
    width: 517px;
    min-height: 300px;
}
.middle p
{
    margin-bottom: 15px;
}

.middle > .picture_back{
    width: 455px;
    height: 294px;
    background: #f3f1f2;
    margin: auto;
    padding-top: 7px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.middle .picture_back > .picture{
    position: relative;
    width: 447px;
    height: 287px;
    background: url("../images/picture.png");
}
.picture_back .picture > .bottom_bar{
    text-align: center;
    padding-top: 10px;
    width: 100%;
    min-height: 30px;
    bottom: 0;
    position: absolute;
    background: url("../images/picture_bar.png");
}
.picture .bottom_bar>h1{
    color: white;
    font-size: 19px;
    font-weight: bold;
    line-height: 18px;
}
.middle > article{
    margin: 17px auto;
    width: 455px;
    min-height: 200px; 
}
.middle > .article_sub{
    margin:auto;
    width: 455px;
    min-height: 200px; 
}

.middle > .article_sub h1
{
	font-weight: 400 !important;
	display: block;
	width:100%;
}

.middle .article_sub>.main_header{
    padding-bottom: 10px; 
}
.middle article> .main_header{
    float: left;
    width: 455px;
    min-height: 20px;
	border-bottom: 1px #e4e4e4 solid;
    margin-bottom: 10px;
	position: relative;
}

.blue-line-left
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top:2px #7acadf solid;
	width: 10%;
}

.blue-line-right
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	border-top:2px #7acadf solid;
	width: 10%;
}


.middle article > .news{
    margin-top: 10px;
    float: left;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #e1dfe0;
}
.middle article > .news:first-of-type{
    margin-top: 0px;
}
.middle article .news > .header{
    margin-bottom: -2px;
    font-size: 17px;
}
.middle article .news > p{
    margin-top: 1px;
    font-size: 12px;
    text-align: center;
}
.more{
    padding-bottom: 5px;
    float: right;
    color: blue;
    font-size: 12px;
    font-weight: bold;
}
.category{
    font-size: 12px;
}


.middle article .main_header > h1{
    margin-top: 5px;
    color: #1a1f22;
    font-size: 18px;
    font-weight: bold;
    float: left;
}
article ul >li{
    margin-left: 20px;
}
article ul li> a{
    font-size: 14px;
    color: black;

}
article ul li> a:hover{
    text-decoration: underline;
}
.information{
    float: left;
    list-style: none;
    margin-bottom: 2px;
    font-weight: bold;
}
table{
    float: left;
    margin-top: 10px;
    width: 100%;
    height: auto;
    border-style: solid;
    text-align: center;
    margin-bottom: 10px;
}
caption{
    float: left;
    font-weight: bold;
}
.middle article .main_header > ul{
    margin-top: 7px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    display: block;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1dfe0;
    width: 142px;
    height: 20px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.middle article .main_header ul > li{
    float: left;
    list-style: none;
    margin-top: 4px;
    margin-left: 3px;
}
.middle article .main_header ul > li:last-child{
    color: #444444;
    font-size: 12px;
    float: right;
    margin-bottom: 4px;
    margin-right: 8px;
    margin-top: 2px;
}
ul.filter-categories{
    font-size: 11px !important;
    margin: 10px auto 5px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1dfe0;
    width: 100%;
    height: auto !important;
    min-height: 20px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
ul.filter-categories > li{
    color: #444444;
    float: none !important;
    display: inline-block;
    list-style: none;
    margin: 3px !important;
}
ul.filter-categories > li:last-child{
    float: none !important;
    margin: auto !important;
	margin: 3px !important;
}

ul.filter-categories > li a{
    font-size: 11px;
}

article form > input{
    margin-bottom: 15px;
    clear: both;
    width: 250px;
    height: 30px;
} 
label.error {
    margin-top: 7px;
    margin-right: 90px;
    color: red;
    font-size: 14px;
    float: right;
}
article form > textarea{
    width: 400px;
    height: 250px;
    margin-bottom: 15px;
}
article form > .send{
    cursor: pointer;
    border-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    color: #03779e;
    font-size: 14px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    border-style: solid;
    border-width: 1px;
    border-color: #c6c9cb;
}
.small:hover{
    opacity: 0.8;
}
.medium:hover{
    opacity: 0.8;
}
.big:hover{
    opacity: 0.8;
}
.small{
    cursor: pointer;
    display: block;
    width: 9px;
    height: 9px;
    font-weight: bold;
    font-size: 12px;
    color: gray;
}
.medium{
    cursor: pointer;
    display: block;
    width: 11px;
    height: 11px;
    font-weight: bold;
    font-size: 15px;
    color: gray;
    margin-top: -3px;
}
.big{
    margin-top: -6px;
    cursor: pointer;
    display: block;
    width: 12px;
    height: 13px;
    font-weight: bold;
    font-size: 18px;
    color: gray;
}
.middle article .main_header > .print{
    margin-top: 7px;
    position: relative;
    padding-left: 25px;
    padding-top: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    display: block;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1dfe0;
    width: 77px;
    height: 20px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    color: #444444;
    font-size: 12px;
    display: block;
}
.middle article>p{
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    clear: both;
    margin-bottom: 10px
}
.middle article>h1{
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.middle article > a{
    color: #00ace1;
    text-decoration: underline;
    font-weight: bold;
    line-height: 18px
}
.middle article > a:hover{
    color: #0093c0;
}
.contact{
    width: 100%;
    min-height: 200px;
    clear: both;
    background: red;
    float: left;
    margin-top: 20px;
}
.print:before{
    margin-top: 1px;
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("../images/printer.png");
    left:5px;
}
* a:visited{
    color: #c20960;
}
.right{
    margin-top: 3px;
    float: left;
    width: 220px;width: 218px;
    min-height: 200px;
}

.right_menu ul {
    list-style:none;
    padding: 0px;
	margin: 10px 0px 0px 0px;
}

.right_menu li {
    list-style:none;
}

.right_menu ul > li {
    line-height: 21px;
    padding: 0px;
    list-style:none;
    position: relative;
	margin-bottom: 5px;
}


.right_menu ul li a {
    padding: 7px 6px 7px 11px;
    display: block;
    font-size: 13px;
	border: 1px #e6e6e6 solid;
	color: #000;

}

.right_menu ul li a.active {

}


.right_menu ul li a:hover{
    color:#67bb0c;
}
.right_menu ul li a:visited
{
    color: #a80e13;
}


.right_menu ul ul li a
{
	background: url(../images/green-left-arrow.png) no-repeat 12px 13px;
	padding-left: 26px;
}

.right_menu ul ul ul li a
{
	background: url(../images/green-left-arrow.png) no-repeat 25px 13px;
	padding-left: 26px;
}

.right_menu ul li a.has-childrens
{
	background: url(../images/green-left-arrow.png) no-repeat 12px 13px;
	padding-left: 26px;
}

.right_menu ul li > .eagle{
    padding-left: 62px;
    position: relative;
}
.right_menu ul li > .eagle:before{
    left: 15px;
    bottom: 3px;
    position: absolute;
    content: '';
    height: 36px;
    width: 30px;
    background: url("../images/eagle.png");
}
.right_menu ul li > .epuap{
    padding-left: 62px;
    position: relative;
}
.right_menu ul li > .epuap:before{
    left: 15px;
    bottom: 11px;
    position: absolute;
    content: '';
    height: 21px;
    width: 29px;
    background: url("../images/epuap.png");
}
.right_menu ul li > .edap{
    padding-left: 62px;
    position: relative;
}
.right_menu ul li > .edap:before{
    left: 15px;
    bottom: 11px;
    position: absolute;
    content: '';
    height: 22px;
    width: 27px;
    background: url("../images/edap.png");
}


.contact{
    border-top-style: solid;
    border-color: #eeeeee;
    border-width: 4px; 
    width: 980px;
    min-height: 200px;
    clear: both;
    background: white;
}
.contact > .info{
    margin-top: 15px;
    float: left;
    width: 304px;
    min-height: 200px;
    margin-left: 33.5px;
}
.contact .info > .info_bar{
    padding-top: 8px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    border-style: solid;
    border-width: 1px;
    border-color: #e1dfe0;
    height: 42px;
    width: 304px;
}
.contact>.info:first-of-type{
    margin-left: 0px;
}
.contact .info .info_bar > h3{
    margin-top: 3px;
    float: left;
    font-size: 18px;
    color: #1a1f22;
}
.contact .info .info_bar > h3:before{
    margin-right: 10px;
    margin-top: 5px;
    content: '';
    float: left;
    background: url("../images/green_arrow.png");
    width: 9px;
    height: 10px;
}

.contact .info >p{
    text-align: left;
    font-size: 15px;
    width: 295px;
    margin: 16px auto;
    color: #1a1f22;
}
.clock{
    width: 69px;
    height: 69px;
    background: url("../images/clock.png");
}
footer{
    margin: auto;
    clear: both;
    width: 980px;
    min-height: 82px;
}
footer > .up{
    width: 100%;
    min-height: 41px;
    background: #323b40;
}
.footer_menu ul >li{
    margin-top: 9px;
    float: left;
    list-style: none;
    border-right-style: solid;
    border-color:white;
    border-width: 2px;
    padding-right: 25px;
    padding-left: 25px; 
}
.footer_menu ul li > a{
    color: white;
    font-size: 13px;
}
footer .down{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 20px;
    width: 100%;
    height: 41px;
    background: #1c2023;
}
footer .down>p{
    width: 100%;
    height: 41px;
    color: white;
    font-size: 12px;
}
#cookies{
    z-index: 2;
    width: 100%;
    height: 46px;
    background: #f6f6f6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    padding-top: 5px;
}
#cookies >.content{
    margin: auto;
    width: 980px;
    height: auto;
}
#cookies .content > p{
    font-size: 13px;
    text-align:center;
    width: 800px;
    float: left;
}
#cookies .content p > a{
    text-decoration: underline;
}
#cookies .content> .exit{
    width: 33px;
    height: 26px;
    background: url("../images/exit.png");
    float: right;
    display: block;
    text-indent: -9999999px;
    color: transparent;
}

#keyboard{
    z-index: 2;
    width: 100%;
    height: 60px;
    background: #006dcc;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #e5e5e5;
    padding-top: 5px;
    display: none;
    text-shadow: 1px 1px 1px #002a80;
}
#keyboard >.content{
    margin: 0 auto;
    width: 980px;
    height: auto;
}
#keyboard .content > p{
    font-size: 15px;
    text-align:center;
    width: 100%;
}

.buorg {
    position:absolute;
    width:100%;
    top:0px;
    left:0px;
    border-bottom:1px solid #A29330;
    background:#FDF2AB no-repeat 1em 3em url(http://browser-update.org/img/dialog-warning.gif);
    text-align:left;
    cursor:pointer;

    font-size: 14px;
}
.buorg div {
    padding:35px 36px 35px 40px;
}
.buorg a {
    color:#E25600;
}
#buorgclose {
    position: absolute;
    right: .5em;
    top:.2em;
    height: 20px;
    width: 12px;
    font-weight: bold;
    font-size:14px;
    padding:0;
}

#contact_form {
    display: none;
    margin-top: 20px;
}

#contact_form h3 {
    font-weight: bold;
}

#contact_form label {
    display: block;
    margin: 2px;
}

#contact_form input[type=text] {
    width: 100%;
    height: 27px;
    border-style: solid;
    border-color: #b6b6b6;
    border-radius: 3px;
    border-width: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    color: #222;
    font-size: 13px;
    margin-bottom: 5px;
}

#contact_form textarea {
    width: 100%;
    min-height: 180px;
    border-style: solid;
    border-color: #b6b6b6;
    border-radius: 3px;
    border-width: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    color: #222;
    font-size: 13px;
}

#contact_form button {
    cursor: pointer;
    width: 85px;
    height: 27px;
    border-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    color: #03779e;
    font-size: 14px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f5f5f5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f5f5f5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
    border-style: solid;
    border-width: 1px;
    border-color: #c6c9cb;
}

.alert-success
{
    background-color: #67dd9c;
    border: 0;
    color: #1a7844;
}

.alert-success hr
{
    border-top-color: #28b667;
}

.alert-success .alert-link
{
    color: #114e2c;
}

.alert-info
{
    background-color: #4ee0e4;
    border: 0;
    color: #116d6f;
}

.alert-info hr
{
    border-top-color: #1badb2;
}

.alert-info .alert-link
{
    color: #0a4143;
}

.alert-warning
{
    background-color: #ffd291;
    border: 0;
    color: #dd8200;
}

.alert-warning hr
{
    border-top-color: #ffa72a;
}

.alert-warning .alert-link
{
    color: #aa6400;
}

.alert-danger
{
    background-color: #ffa59c;
    border: 0;
    color: #e81600;
}

.alert-danger hr
{
    border-top-color: #ff4935;
}

.alert-danger .alert-link
{
    color: #b51100;
}

.alert
{
    padding: 10px 15px;
    border-radius: 2px;
    margin: 0 10px;
}

.alert-dismissable .close
{
    right: 0;
}

.top-toolbar
{
	width: 100%;
	height: 47px;
	display: block;
	background: #2c2c2c;
	position: relative;
	color:#FFF;
}
	.top-toolbar .wrapper
	{
		height:100%;
	}

.top-toolbar ul
{
	list-style: none;
	padding:0px;
	margin:0px;
	display: inline-block;
	*display: block;
	*zoom: 1;
}

.top-toolbar ul li
{
	display: inline-block;
	*display:inline;
	*zoom:1;
}

.top-toolbar ul li > a
{
	color:#FFF;
	display: block;
	padding: 14px 20px 14px 20px;
	margin: 0px 3px 0px 3px;
	font-weight: normal;
	font-size: 0.9em;
}

.top-toolbar ul li > a:hover
{
	background: #333;
	color:#0cbae6;
}

.top-toolbar form
{
	position: absolute;
	right: 0px;
	top: 6px;
}
.top-toolbar form input[type=text]
{
	border: 0px;
	border-bottom: 1px #797979 solid;
	padding: 7px 10px 7px 10px;
	width: 150px;
	font-size: 14px;
}

.top-toolbar form button
{
	border: 0px;
	padding: 7px 10px 7px 10px;
	width: 95px;
	font-size: 14px;
	background: #69be0e;
	color:#FFF;
	cursor:pointer;
}

.top-toolbar form button:hover
{
	background: #5aa20d;
}

.wrapper
{
	width:980px;
	min-height: 30px;
	margin:0 auto;
	clear: both;
	position: relative;
}

.top-header
{
	background: url(../images/header.png) no-repeat center center;
	display: block;
	clear:both;
	padding: 15px 0px 15px 0px;
	width: 980px;
	height: 80px;
}
.top-header img
{
	margin: 0px 0px 0px 28px;
}

.top-image
{
	width: 100%;
	display: block;
}
.top-image img
{
	margin: 0px 0px 0px 0px;
}

.horizontal-menu-container
{
	margin-top:-3px;
	background: #0cbae6;
	height:43px;
}

.horizontal-menu-container .icon-home
{
	float:left;
	width:30px;
	padding: 7px;
}

.horizontal-menu-container .icon-home img
{
	width: inherit;
	height: inherit;
}

.horizontal-menu
{
	float: left;
	width: 935px;
}
	.horizontal-menu ul
	{
		list-style: none;
		padding: 0px;
		margin: 0px;
		background: #FFF;
		width: 100%;
		overflow:hidden;
		border-right:1px #dfe2e4 solid;
	}

	.horizontal-menu ul li
	{
		display: inline-block;
		*display: inline;
		*zoom:1;
		border-right: 1px #dfe2e4 solid;
	}

	.horizontal-menu ul li a
	{
		display: block;
		color:#222;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 13px;
		padding: 14px 8px 10px 8px;
	}

	.horizontal-menu ul li a:hover
	{
		color:#5ca90b;
	}

	.horizontal-menu ul li a:visited
	{
		color: #a80e13;
	}

.breadcrumbs
{
	float:right;

	margin-bottom: 15px;
	width:99%;
	height:34px;
	background: #f5f5f5;
	border-left: 1px #c6c9cb solid;
	border-right: 1px #c6c9cb solid;
	border-bottom: 1px #c6c9cb solid;
	clear:both;
}

.breadcrumbs ul
{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 15px;
	float:left;
	width: 100%;
}

.breadcrumbs ul li
{
	display: inline-block;
	*display: inline;
	*zoom:1;
}

.breadcrumbs ul li:first-child
{
	background: url(../images/home-icon.png) no-repeat 1px 8px;
	padding-left: 18px;
}

.breadcrumbs ul li:last-child a
{
	background: none;
}

.breadcrumbs ul li a
{
	display: block;
	padding: 9px 15px 9px 5px;
	color: #111;
	font-size:13px;
	background: url(../images/green-right-arrow.png) no-repeat center right;
}

header.lead
{
	background: #0cbae6;
	color: #FFF;
	text-align: center;
	font-size: 21px;
	padding: 8px;
}

.metric
{
	display: block;
	width: 100%;
	min-height: 100px;
	position: relative;
	border-bottom: 4px #f1f3f4 solid;
	border-top: 4px #f1f3f4 solid;
	margin-top: 35px;
}

.metric h3
{
	position: absolute;
	top: -28px;
	left: 0px;
	font-size: 16px;

}
.metric .blue-line-left, .metric .blue-line-right
{
	border-top:4px #7acadf solid;
}

.metric .blue-line-left
{
	bottom: 1px;
}

.metric .blue-line-right
{
	top: -9px;
}

.metric ul
{
	list-style: none;
	padding: 0px;
	margin: 15px 10px 20px 15px;
}

.metric ul li
{
	display: block;
	font-size: 13px;
	margin: 0px;
	padding: 3px;
}

.metric ul li a
{
	text-decoration: underline;
	color: #0a9abe;
}

.metric ul li a:visited
{
	color: #a80e13;
}

.metric ul li a:hover
{
	text-decoration: none;
}

.article-tools
{
	display: block;
	width: 100%;
	margin: 5px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
}

.article-tools a
{
	float: right;
	color:#000 !important;
	margin: 0px 10px 0px 10px;
	font-size: 14px;
}

.article-content
{
	padding: 15px 0px 15px 0px;
}

.toolbar-menu .resizeContent {
    position: absolute;
    width: 145px;
    height: 45px;
    background: #2c2c2c;
    text-align: center;    
    z-index: 200;
    display: none;
}

.toolbar-menu .resizeContent a {
    display: inline;
    color: #fff;
    font-weight: normal;
    cursor: pointer !important;
}

.toolbar-menu .resizeContent a.small {
    font-size: 14px;
}

.toolbar-menu .resizeContent a.medium {
    font-size: 17px;
}

.toolbar-menu .resizeContent a.big {
    font-size: 20px;
}

.toolbar-menu .resizeContent a.close {
    font-size: 12px;
    margin-top: 10px;
}


.ui-menu .ui-menu-item a
{
	font-size: 12px;
}

.ui-menu a:hover, .ui-menu a:focus, .ui-menu a:active
{
	background: #69BE0E;
	color:#FFF;
	border:0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}















