body {
	background-color: #1f7be5;
	padding-top: 70px;
}

/* CENTERED COLUMNS ODD NUMBER */
.row.text-center > div {
    display: inline-block;
    float: none;
}

h4 {
	line-height: 1.25em;
	font-weight: bold;
	color: #1f7be5;
}

.btn {
	border-radius: 0;
}

.callBtn {
	display: none;
	margin: auto; 
	float: none;
}

.phono {
	display: block;
}

.borderb {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

.ha-heading {
	background: #3d4549; 
	color:#fff; 
	padding: 6px 0 4px; 
	text-align: center; 
	font-family: helvetica, arial, san-serif;
}

.ha-frame {
	width: 100%; 
	height: 350px; 
	background: transparent; 
	border: 1px solid #000;
}

@media (max-width: 768px) {
	
	.callBtn {
		display: block;
		margin-bottom: 20px;
	}
	
	.phono {
		display: none;
		margin: auto; 
		float: none;
	}

	.heading {
		color: #1f7be5;
		margin-top: 0px;
		padding-bottom: 5px;
		font-weight: bold;
		font-size: 1.6em;
	}
	
	.subhead {
		font-weight: bold;
		color: #1f7be5;
		font-size: 1.4em;
		margin-top: 5px;
	}
	
	.logotop {
		background: none;
	}

	.navtext {
		font-size: 1.2em;
	}

	.navbar-inverse .navbar-brand {
		margin-left: 15px;
	}
}

.subhead {
	font-weight: bold;
	color: #1f7be5;
	font-size: 2em;
}

.contax {
	font-size: 1.2em;
	color: #333;
}

@media (max-width: 1000px) {

	.contax {
		text-align: center;
		font-size: 1.5em;
	}
	
	.imgctr {
		margin: auto;
	}

}

@media (min-width: 768px) {
	
	.navbar-left {
		float: left !important;
	}
	
	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}
	
	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
	
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}
  
	.logotop {
		background: none;
		display: none;
	}
	
	.navtext {
		font-size: 1.35em;
	}
}

.bottom {
	margin-bottom: 20px;
}

.topmar {
	margin-top: 20px;
}

.toppad {
	padding-top: 20px;
}

.bottompad {
	padding-bottom: 20px;
}

.notop {
	margin-top: 0;
}

.subLink {
	color: #000;
}

.subLink:hover{
	text-decoration: none;
}

.lightbox {
	border: 1px solid #2a548e;
}

.footLinks {
	color: #40a5fc;
	padding: 10px;
}

.footLinks:hover {
	color: #428bca;
	padding: 10px;
}

.heroText {
	font-size: 1.2em;
}

.heading {
	font-size: 2.6em;
	color: #1f7be5;
	margin-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}

.text {
	font-size: 1.4em;
	color: #333;
}

.textsm {
	font-size: 1.2em;
	color: #333;
}

.btnText {
	font-size: 1.2em;
	color: #fff;
}

section {
	background: #fff;
	padding-bottom: 15px;
}

.bottom {
	margin-bottom: 20px;
}

.hero {
	padding-bottom: 20px;
	padding-top: 0px;
	background-color: #ebebeb;
}

footer {
	background-color: #000;
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 0;
}

.nopad {
	padding: 0;
}

.img-hover:hover {
	opacity: 0.8;
}


/* BUTTON STYLES */

.btn-primary,
.btn-success{
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-primary:active,
.btn-success:active,
.btn-primary.active,
.btn-success.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:active,
.btn.active {
	background-image: none;
}

.btn-primary {
	background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
	background-image:      -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
	background-image:         linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #2b669a;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #2d6ca2;
	background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
	background-color: #2d6ca2;
	border-color: #2b669a;
}

.btn-primary:disabled,
.btn-primary[disabled] {
	background-color: #2d6ca2;
	background-image: none;
}

.btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
	background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e;
}

.btn-success:disabled,
.btn-success[disabled] {
	background-color: #419641;
	background-image: none;
}

/* NAVBAR STYLES */

.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
	background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
}

.navbar-inverse .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
	background-image:      -o-linear-gradient(top, #222 0%, #282828 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828));
	background-image:         linear-gradient(to bottom, #222 0%, #282828 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
	border-radius: 0;
}

.thumbnail,
.img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
	background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

/* PANEL STYLES */

.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-primary > .panel-heading {
	background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image:      -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
	background-image:         linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
	background-repeat: repeat-x;
}

.panel-success > .panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
	background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
	background-repeat: repeat-x;
}


/* ALERT STYLES */

.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
	background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	background-repeat: repeat-x;
	border-color: #b2dba1;
}
.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
	background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #9acfea;
}
.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
	background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #f5e79e;
}
.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
	background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7;
}

.btn-primary {
	background-color: hsl(209, 100%, 31%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0061bc", endColorstr="#00519e");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0061bc), to(#00519e));
	background-image: -moz-linear-gradient(top, #0061bc, #00519e);
	background-image: -ms-linear-gradient(top, #0061bc, #00519e);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0061bc), color-stop(100%, #00519e));
	background-image: -webkit-linear-gradient(top, #0061bc, #00519e);
	background-image: -o-linear-gradient(top, #0061bc, #00519e);
	background-image: linear-gradient(#0061bc, #00519e);
	border: 1px solid #000;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	text-align: center;
}

.btn-primary:hover {
	background-color: hsl(209, 100%, 42%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0079ea", endColorstr="#006ed6");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#0079ea), to(#006ed6));
	background-image: -moz-linear-gradient(top, #0079ea, #006ed6);
	background-image: -ms-linear-gradient(top, #0079ea, #006ed6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0079ea), color-stop(100%, #006ed6));
	background-image: -webkit-linear-gradient(top, #0079ea, #006ed6);
	background-image: -o-linear-gradient(top, #0079ea, #006ed6);
	background-image: linear-gradient(#0079ea, #006ed6);
	border: 1px solid #666;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	text-align: center;
	text-align: center;
}

.navbar-inverse .navbar-nav > li > a {
	color: #1f7be5;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	background-color: hsl(209, 100%, 42%) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#252525", endColorstr="#1b1b1b");
	background-image: -khtml-gradient(linear, left top, left bottom, from(#252525), to(#1b1b1b));
	background-image: -moz-linear-gradient(top, #252525, #1b1b1b);
	background-image: -ms-linear-gradient(top, #252525, #1b1b1b);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #252525), color-stop(100%, #1b1b1b));
	background-image: -webkit-linear-gradient(top, #252525, #1b1b1b);
	background-image: -o-linear-gradient(top, #252525, #1b1b1b);
	background-image: linear-gradient(#252525, #1b1b1b);
	color: #fff;
}

.navbar-inverse .navbar-brand {
	padding-bottom: 0; 
	padding-top: 15px;
	color: #1f7be5;
}

.navbar-inverse .navbar-brand:hover {
	color: #fff;
}

.nopad {
	padding: 0;
}

