html, body, form { height: 100%; }

body {
	/*background-color: #043cad*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
}

h1 {
	font-size: 2.5em;
	color: #043cad;
	font-family: times, georgia, serif;
}

h2 {
	font-size: 1.4em;
	color: #043cad;
}

h3 {
	font-size: 1.25em;
	color: #b88e0c;
	line-height: 1.4em;
}

.container {
    max-width: 960px;
    /*background-color: #fff;*/
}

.logo {
    height: 144px;
    float: none;
    padding: 5px 0px 0px 0px;
}

#content { 
    width: 100% !important;
    padding: 0;
}

#topnav { margin-bottom: 10px; margin-top: 10px }
#topnav a, .dropdown-menu a, .active a, .dropdown-menu { color: #b88e0c; font-size: 17px; background-color: white !important; }
#topnav a:hover, #topnav a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { background-color: #ffffff !important;  color: #043cad; }

#bannerhome {
    background: url('https://rebelreach.blob.core.windows.net/3884/banner-home.jpg') scroll 0% 0% transparent;
    background-repeat: repeat-y;
    background-position: center top;
    background-color: #005195;
    border: 3px solid #D3D3D3;
    border-right-width: 0px;
    border-left-width: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#bannerhomebody {
    margin: 0 auto;
    max-width: 960px;
    padding: 7px;
}

#bottomhome {
    margin: 0 auto;
    max-width: 960px;
}

.container #content-header, #bottomhome #content-header {
    margin: 5px 0 10px 0;
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 1px;
    background: -webkit-linear-gradient(white, #DDD); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, #DDD); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, #DDD); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, #DDD); /* Standard syntax (must be last) */
    border-radius: 7px;
}

.container #content-header h2, #bottomhome #content-header h2 {
	color: #0082b3;
}

.navbar.navbar-static-top >.container {
    max-width: 960px;}

#topnav .navbar-toggle {
	border-color: #000;
}

#topnav .navbar-toggle .icon-bar {
	background-color: #000;
}

#box-fix {
	overflow: auto;
	padding-bottom: 105px;
	background-color: #fff;
        min-height: 100%;
}

#box-fix.container {
	background-color: #fff;
        min-height: 100%;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

#footer {
	overflow:auto;
	position: relative;
	margin-top: -105px;
	height: 105px;
/*    color: #FFF;*/
	clear: both;
/*	padding-top: 20px;*/
}

#footer .container .fa {
	font-size: 1.25em;
}

#footer > .container {
	background-color: #fff;
    padding-top: 20px;
    height: 100%;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
}

[id$='hlTopPhone'] { display: none; }

.gmap > iframe {
	width: 100%;
}
.navbar-brand { height: inherit !important; }