@charset "UTF-8";
html
	{
		overflow: -moz-scrollbars-vertical; 
		overflow:scroll
	}

/* highlight color (orange) */
.chighlightcolor
{
	background-color: #001976;
}

/* footer divider bar */
.cfooterdivider
{
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
	border-width: 100%;
	padding-bottom: 6px;
}

/* small divider used below phone images */
.cdivider
{
	width:120px;
	height: 4px;
	background-color: #001976;
	margin-bottom: 8px;
}

/* small divider used below phone images */
.cheaderdivider
{
	height: 4px;
	background-color: #001976;
	margin-bottom: 8px;
}
/* BootStrap: nav bar brand (logo) */
.navbar-brand
{
	height: 82px;
}

/* BootStrap: navbar */
.navbar
{
	background: #ffffff;
	margin-bottom: 0px;
}

