

html,body {
   /*  height:100%; */
}

body {
	padding-top: 0px;
	padding-bottom: 20px;
	color: #333;
	background-color: #E0E0DA;
}

.container {
   /*  height:100%; */
}

/* HEADER - NAVBAR */

.navbar {
  margin-bottom: 20px;
}

.navbar-default {
    background-color: #4CB7EF;
    border-color: #4CB7EF;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
    border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.navbar-brand{
	padding-top:0px;
	padding-bottom:0px;
}

.navbar-brand span{
	display:inline-block;
}

.navbar-nav > li > ul > li {
	border-top: 1px solid #70C5F2;
	border-bottom: 1px solid #3AA2E3;
}

.navbar .divider-vertical-blue {
    border-left: 1px solid #3aa2e3;
    border-right: 1px solid #70c5f2;
    height: 50px;
    margin: 0 0 0 20px;
}

.box-shadow-trans {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35), 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
}

.logo_holder {
	height:45px;
	padding-left:10px;
	padding-top:10px;
}

.headerlogo {
	background: url('../img/LMI_logo_93x33.png') no-repeat scroll left top transparent;
	width: 99px;
	height: 42px;
}


.navbar-default .navbar-nav > li > a {
    color: #464646;
    font-size: 14px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
    letter-spacing: 0.1em;
    display: block;
    font-weight: normal !important;
    text-align: center;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#fff;
	background:transparent;

}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background:transparent;
}

.dropdown-menu{
	background-color:#4CB7EF;
	padding: 0px;
}

.dropdown-menu > li > a{
	background-color:#4CB7EF;
	font-size:12px;
	color:#333;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
	padding:8px 20px;
}

.dropdown-menu > li > a:hover{
	background-color:#4CB7EF;
	color:#fff;
}

.navbar-right > li > a {
	padding:11px;
}

.navbar-default  .navbar-right > li > a {
	background: url('../img/globe_white.png') no-repeat scroll center center transparent;
	width:40px;
	height:50px;
	margin:auto;
}
 
.navbar-default  .navbar-right > li > a:hover {
	opacity:0.8;
}

.navbar-default .navbar-right> .open > a, .navbar-default .navbar-right> .open > a:hover, .navbar-default .navbar-right> .open > a:focus {
    background: url('../img/globe.png') no-repeat scroll center center #fff;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35), 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
}

/*  Language MENU */

.choosetext {
    color: #000;
    font: bold 9pt/27px Arial;
    padding: 2px 15px;
}

.lang_box {
    background-color: #FFF;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	padding:10px !important;
	position: absolute;
	right: 14px;
	top: -1px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35), 0px 0px 0px rgba(0, 0, 0, 0.1) inset;
}

.horizontal-line {
    border-top: 1px solid #EEE;
    width: 97%;
    margin: 0px auto;
}

table.selectmap {
    border-collapse: collapse;
    list-style-type: none;
    line-height: 25px;
    font-size: 11px;
	font: 12px/20px Arial,tahoma,sans-serif;
}

table.selectmap a {
    display: block;
    margin: -2px 0px 3px 10px;
    padding: 0px;
    white-space: nowrap;
    font: bold 11px Arial;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0088CE;
}



/* CONTENT BODY */

.contentbodyDiv { /* takes its height from .container */
 	/* min-height:100%; */
	/* height:100%; */
	/* overflow:hidden; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:1px;
	border:1px solid #ccc;
	background-color:#f5f5f5;
	margin-bottom:5px;

}


.left-sidebarDiv {
	padding-top:15px;
	padding-bottom:15px;
/*  	min-height:100%; */
	/* background-color:#f5f5f5; */
}

.main-contentDiv { /* wrapper for .searchBoxDiv .articleDiv .right-sidebarDiv */
	padding-top:15px;
	padding-bottom:15px;
/* 	min-height:100%;
	height:100%; */
	border-left:1px solid #ccc;
	background-color:#fff;
}

.searchBoxDiv {
	padding-top:15px;
	padding-bottom:15px;
}

.articleDiv{
	padding-top:15px;
	padding-bottom:15px;
}

.right-sidebarDiv {
	padding-top:15px;
	padding-bottom:15px;
}

.featuredArticles, .newArticles {
padding:5px;
margin-bottom:15px;
}

.featuredArticles, .newArticles {
font-size:12px;
border-left:1px solid #4CB7EF;
}

.relatedArticles {
padding:5px;
font-size:12px;
}

.articleDiv > h4, .right-sidebarDiv > h4, .tabDiv  > h4 {
color:#999;
}

.left-sidebarDiv > h4 {
color:#4CB7EF;
font-size:12px;
font-weight:bold
}

.left-sidebarDiv span {
color:#666;
font-size:12px;
}

.contactTxt {
font-size:12px;
margin-bottom:10px;
}

.tabDiv {
margin-top:30px;
margin-right: 0px;
margin-left: 0px;
background-color: #FFF;
border-color: #DDD;
border-width: 1px;
border-radius: 4px 4px 0px 0px;
box-shadow: none;
}


.nav > li > a {
    padding: 5px 8px;
	font-size:11px;
}

.tab-pane > p  {
	font-size:11px;
	margin:10px;
}

.panelHeadTxt {
    padding: 5px 7px;
	font-size:12px;
}

.panelHeadTxt > h3 {
color:#4CB7EF;
font-size:12px;
font-weight:bold
}

.well-info {
font-size:12px;
background-color:#BCE8F1;
}

/* FORM */


/* Placeholder */

::-webkit-input-placeholder {
font-size:11px;
text-align: center;
}
:-moz-placeholder { /* older Firefox*/
font-size:11px;
text-align: center;
}
::-moz-placeholder { /* Firefox 19+ */
font-size:11px;
text-align: center;
}
:-ms-input-placeholder {
font-size:11px;
text-align: center;
}

/* TYPO */

H1, H2, H3, H4 {
	color:#666;
}

hr {
margin-top:0px;
margin-bottom:5px;
}

th{
color:#999;
}

th, td{
font-size:11px;
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom:0px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 18px;
}
.blog-post-meta {
  color: #999;
}



/* xxxxxxxxxxxxxxxxxx (max-width: 767px) xxxxxxxxxxxxxxxxxxxxxxxxxx */

@media (max-width: 767px) {

.main-contentDiv { /* wrapper for .searchBoxDiv .articleDiv .right-sidebarDiv */
	border-left:0px;
	}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
	}	
	
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
    color: #fff;
	}
	
}
	
	
	
	
	
	
	
	
	
	