@charset "utf-8";
/* CSS Document */

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #15233a;
	color: #fff;
}
.nav > li > a {
	background: #cecece;
	padding: 8px 16px;
	margin-left: 2px;
	border-radius: 9px 9px 0px 0px;
}
.nav > li > a:hover {
	background: #cecece !important
}
.intro {
	background: #e3e3e3 url(../images/introbg.png) no-repeat -67px top;
	padding: 30px;
}
.intro .ibg {
	padding-left: 0px !important
}
.intro p {
	padding: 6px 20px 6px 320px;
	font-size: 16px;
}
.inside {
	background: #e3e3e3 url(../images/insidebg.jpg) no-repeat left top;
	padding: 30px 30px 30px 420px;
	min-height: 560px;
	position: relative;
}
.inside p {
	padding: 0 10px;
}
h4 {
	color: #0353a5;
	padding: 0 10px;
}
.inside ul li {
	padding: 6px;
}
.jumbotron {
	padding: 0px !important;
	margin: 0px !important;
}
.jumbotron img {
	width: 100%
}
.header {
	height: 100px;
	margin-top: 10px;
	vertical-align: middle !important;
}
.header .call {
	font-size: 24px;
	color: #666;
	letter-spacing: 4px;
	padding: 30px 0;
	text-align: right
}
.header .logo {
	padding-left: 0px !important;
	position: relative;
	top: 12px;
}
.footer {
	background: #d2d2d2;
	font-size: 12px;
	padding: 8px 0px;
}
.footer ul li {
	float: left;
	list-style: none;
	display: inline
}
.footer ul {
	float: right
}
.footer ul li a {
	padding: 4px 10px;
	border-right: 1px solid #333;
	color: #15233a;
}
.footer ul li a:hover {
	color: #334f7e;
}
.inside h1 {
	font-size: 32px;
	color: #d80505
}
.inside .address li {
	list-style: none;
	padding: 1px 0px;
	font-size: 16px;
	font-weight:bold;
}
.navbar {
	border: 0px solid transparent;
	margin-bottom: 0px !important;
	min-height: 20px !important;
	background: #fff !important
}



/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}

.padding {
	padding-left: 10px;
	padding-right: 10px;
}