body {
	padding-top:0;
	overflow-y:scroll;
	font-family: 'Roboto', sans-serif !important;
}

.topContainer {
	width:100%;
	height:30px;
	background-color:#192b41;
	line-height:30px;
}

.top {
	width:1230px;
	margin-left:auto;
	margin-right:auto;
}

.top .phone {
    display: inline;
    float: right;
    line-height: 30px;
    font-size: 14px;
    color: #FFFFFF;
	font-family:Roboto, sans-serif;
}

.navContainer {
	width:100%;
	height:86px;
	background-color:#f1f1f1;
}

.nav {
	width:1230px;
	margin-left:auto;
	margin-right:auto;
	display:block !important;
}

#rightarea {
	padding-top:5px;
}

#logoarea {
	width:292px;
	display:inline-block;
	float:left;
	padding-top:5px;
}

#rightarea {
	display:inline-block;
	float:right;
	padding-top:17px;
}

.lo_photo {
	display:inline;
	float:left;
	width:272px;
	margin-right:24px;
}

.lo_info {
	color:#96989b;
	font-family: 'Roboto', sans-serif !important;
	font-weight:normal;
	padding-left:14px;
}

.lo_info p {
	font-size:18px;
}

.lo_info h1 {
	margin-top:0;
	margin-bottom:50px;
}

.branch-info {
	color:#393333;
	padding-top:25px;
}

form input {
	width:100%;
	font-size:18px;
}

form textara {
	width:100%;
	height:55px;
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: #f1f1f1;
    color: #58585b;
	height:86px;
    font-size: 12px;
    border: none;
    cursor: pointer;
	border-left:1px solid #192b41; 
	padding:0px 20px;
	margin:0px !important;
	display:inline-block;
	float:left;
	font-family:"Open Sans", sans-serif;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	margin-right:-4px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
	top:86px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	background:rgba(25,43,65,.9);
	color:#FFF;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #e3e6e5;
}