/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-bordered th,.table-bordered td {
    border: 1px solid #ddd;
    padding: 2px 5px;
}

html, body {
  height: 100%;
}

body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;

}

b, strong{
    font-weight: bold;
}
.container{
    margin: 0 auto;
    width: 990px;
}

.nav, .more-info{
    background: white;
    font-size: 12px;
}

.gap-above {
    margin-top: 20px;
}

.more-info {
    padding: 10px 15px;
}

.nav-pills{
    color: #fff;
    background: rgba(0,0,0,0.4);
}

.nav-pills>li>a {
    color: #fff;
}

.nav-pills>li>a:hover {
    background: #fff;
    color: #000;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover {
    color: black;
    font-weight: bold;
    background: white;
}

.nav-pills > li > ul > li > a {
    padding-left: 40px;
}

.nav-pills > li > ul > li {
    list-style: none;
}

.nav-pills > li > ul > li > a {
    /*color: black;*/
}

#navigation{
    padding: 0;
    clear:both;
    width: 170px;
    float: left;
}

p{
    margin: 0 0 10px;
}

#navigation > .nav-pills > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

#navigation > .nav-pills > li:last-child {
border-bottom: none;
}

#content {
    float: left;
    width: 550px;
    padding: 0 15px 30px;
    min-height: 900px;
}

#content ul{
    list-style: inherit;
    margin: 0 0 10px;
    padding-left: 40px;
    font-size: inherit;
}

#content em{
    font-style: italic;
}

#right-block {
    float: left;
    width: 240px;
}

.content-block {
    background: white;
    margin-bottom: 15px;
}

#site_banner {
    box-sizing: border-box;
    background-color: white;
    height: 105px;
    width: 170px;
    float:left;
}

#site_banner img{
    float: left;
    padding: 10px 0 10px 10px;
}

#site_banner span {
    float: left;
    font-size: 15px;
    color: #6C6C6C;
    width: 103px;
    margin-left: 10px;
    margin-top: 15px;
	line-height: 18px;
    font-weight: bold;
}
#site_header{
    float: left;
    width: 820px;
}

#site_header .current_site {
    box-sizing: border-box;
    padding: 20px;
    height: 105px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}

#content-header {
    background: #FFF;
    color: #565660;
    padding: 0 10px;
    line-height: 1.8;
}

#content-header > h3 {
    color: inherit;
    padding-bottom: 0;
    font-size: 15px;
}

#content-header.with-gap > h3 {
    margin-bottom: 15px;
}

.entity .name {
    padding-bottom: 5px;
}

.entity .image img{
    height: 96px;
    width: 96px;
}

.entity .image {
    float:left;
    height: 96px;
    width: 96px;
    margin-top: 5px;
    display: inline-block;
}

.entity .desc {
    float: left;
    display: inline-block;
    padding-left: 5px;
    width: 100px;
}

.entity .link{
    clear: both;
    text-align: right;
}

#title-description{
    font-size: 12px;
    padding: 10px 5px;
}

#title-description a{
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.column{
    float: left;
    margin-right: 15px;
    min-width: 210px;
}

.continent{
    display: inline-block;
    background: white;
    padding: 10px 15px;
    margin: 10px;
    vertical-align: top;
    width: 230px;
}

.entities_header {
    font-weight: bold;
    font-size: 24px;
}

.list_of_entities {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 50px;
}

.list_of_entities a{
    color: black;
    padding: 0 5px 0 20px;
	line-height: 1.5;
}

.list_of_entities a:hover{
    background: #eee;
}

.list_of_entities .state{
    color: #888;
}

.more-info a {
    color: black;
    text-decoration: none;
    float: none;
}

.more-info a:hover {
    text-decoration: underline;
}


#welcome_image{
    margin-bottom: 0px;
}

ul{
    font-size: 12px;
}

#navigation > ul > li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    display: block;
}

li > a:hover{
    background-color: rgba(255, 255, 255, 0.8);
}

ul a {
    text-decoration: none;
    display: block;
    padding: 10px 15px;
}

.left-column{
    float:left;
}

.right-column{
    float:left;
}

.news{
    height: 115px;
}

.news .event-date {
    position: absolute;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.4);
    width: 180px;
    height: 30px;
    padding: 5px;
    font-size: 95%;
}

.news .heading{
    font-weight: bold;
    padding-top: 5px;
}

.news .heading a {
    color: black;
    text-decoration: none;
}

.news .details{
    font-size: 12px;
    color: #aaa;
}

.news .image > img{
    width: 180px;
    height: 115px;
    float: left;
    padding-right: 10px;
}

.news .body {
    height: 70px;
    overflow: hidden;
}

.read-more-position {
    padding-right: 10px;
}

.read-more {
    color: black;
    float: right;
    font-size: 12px;
    text-decoration: none;
}

.news .body a:hover {
    text-decoration: underline;
}

#welcome_image img{
    width: 550px;
    height: 350px;
}


.content-block .body ul{
    display: block;
    padding: 0 15px;
    font-size: 14px;
    list-style-type: disc;
}

.content-block p{
    padding: 3px 0;
    margin: 0;
}
ul.events {
    list-style-type: circle;
    margin-left: 15px;
}

ul.events a {
    text-decoration: none;
    display: inline-block;
    padding: 0;
}

ul.events li > a:hover{
    background-color: white;
}

#footer {
    position:fixed;
    left: 0;
    bottom:0;
    min-height:30px;
    width:100%;
    background:#666;
    font-size: 10px;
}

#footer .links{
    max-width: 990px;
    margin: 8px auto 0;
}

#footer .links .link{
    text-align: right;
}

#footer a, #footer span{
    color: #bbb;
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

#country-home header{
    background: rgba(0,0,0,0.4);
    color: #fff;
    margin-bottom: 20px;
    min-width: 990px;
}

#country_name h1 {
    font-size: 72px;
    text-align: center;
}

#country_list {
    margin: 0 auto;
    padding: 0 10px;
}

.with-picture a{
    text-align: center;
}

.with-picture a:hover{
    background-color: transparent;
}

.with-picture img.custom-link-img{
    width: 100%;
}

.custom-link{
    padding:0;
}

.custom-link .custom-link-text{
    padding: 10px 15px;
}

.gallery-style{
    height: 75px;
}

.gallery-style a{
    height: 80px;
}

.gallery-style a:hover{
    background-color: transparent;
}

.gallery-style > li a{
    padding: 0;
}

.gallery-style img{
    width: 125px;
    height: 75px;
    float: left;
}

.gallery-style a div{
    padding: 3px;
    width: 80px;
    font-size: 18px;
    color: gray;
    float: left;
}

.full-page {
    height: auto;
    padding: 10px;
}

.full-page .body {
    height: auto;
}

.news .body a{
    text-decoration: none;
    color: #555;
}

.news .body a:hover{
    text-decoration: none;
    color: #555;
}

.black_link {
    color: black;
    text-decoration: none;
}

.black_link:hover {
    text-decoration: underline;
}

.success{
    color: forestgreen;
}

.no-success{
    color: red;
}

.highlight_image {
    float: left;
    width: 80px;
}


.highlight_title {
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;

}

.highlight_box {
    float: left;
    padding: 8px;
}

.highlight_content {
    padding: 0 8px;
    width: 95%;
    color: rgba(255, 255, 255, 0.65);
}

.highlight_content a {
    color: #fff;
    float: right;
    text-decoration: none;
    padding-bottom: 10px;
    font-weight: bold;
}

.highlight_content p {
    margin: 0;
    padding-top: 8px;
}

.highlight_content a:hover {
    text-decoration: underline;
}

.clearfix {
    clear: both;
}

.more-news {
    background: #fff;
    padding: 5px;
    text-align: center;
    color: #666;
}
.more-news a {
    text-decoration: None;
    color: inherit;
    font-weight: bold;
    padding: 0 5px;
}

.more-news a:hover {
    text-decoration: underline;
}

#legend {
    margin-top: 5px;
}

.label {
    display: inline;
	background-color: #bbb;
    padding: 1px 3px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25em;
}
