.top-container {
	width:auto;
	height:100px;
	margin:auto;
}

/* blue arrow on homepage */
.blue-right-arrow { 
	font-size:18px; 
}

/** breadcrumb **/

.breadcrumb {
	font-size:10px;
	padding-top:15px;
	padding-left:0;
	margin-bottom:20px;
	list-style:none;
	background-color:#fff;
	letter-spacing: 3px;
}

.breadcrumb>li { display:inline-block; }

.breadcrumb>li+li:before {
	padding:0 5px;
	color:#5e5e5e;
	font-size:14px;
	content:"»";
	 /* content:"/\00a0"; */
}
	
.breadcrumb>.active { font-size:10px; color:#5e5e5e; }
.breadcrumb a:link { font-size:10px; color:#19b2dc; text-decoration: none; }
.breadcrumb a:visited { font-size:10px; color:#19b2dc; text-decoration: none; }
.breadcrumb a:hover { font-size:10px; color:#5e5e5e; text-decoration: none; } 

/* top navigation bar 16 feb 17 */
.nav-backround {
	 background-color:#0098da;
	 border-color:#0098da;
	 border-radius:0px;
	 width:auto;
}

.navbar {
	margin-bottom:0px;
	border-radius:0px;
	background-color:#0098da;
	border-color:#0098da;
	width:auto;
}

.navbar-inverse {
	margin-bottom:0px;
	border-radius:0px;
	background-color:#0098da;
	border-color:#0098da;
	width:auto;
}

.clear {
	height: 0;
	clear: both;
	font-size: 0;
}