/* overrides*/
body {
	color: #000;
}
a {
	color: #006AA8;
}
a:hover {
	color: #006AA8;
}
h1, h2, h3, h4, h5, h6 {
	color: #0069AA;
}
.nav-bar {
	margin: 0;
	border: 0;
	background: none;
}
.nav-bar>li {
}
.nav-bar>li>a {
	color: #FFF;
	padding: 0 10px;
}
.nav-bar>li:hover>a {
	color: #0069AA;
}
.nav-bar>li.has-flyout>a:after {
	border-top: 4px solid #FFF;
}
.nav-bar>li:hover>a:after {
	border-top-color: #0069AA;
}
.flyout {
	background: #0069AA;
	padding: 0px;
}
.flyout a {
	color: #FFF;
}
.flyout li {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	margin: 0;
}
.flyout li:hover {
	background: #003352;
}
.flyout li:last-child {
	border-bottom: none;
}
@media only screen and (max-width: 767px) {
	.nav-bar>li.has-flyout>a:after {
		border-top: 4px solid #FFF;
	}
	.nav-bar>li:hover>a:after {
		border-top-color: #0069AA;
	}
	.left-on-phones {
		float: left;
	}
}
/* end overrides */

h1, h2, h3 {
	text-shadow: 	1px 1px rgba(0, 0, 0, 0.6);
}

h4 {margin: 10px 0 10px 0;}

h5 {
	margin-top:20px;
	color: #000;
}


.bar {
	background: #000;
}
.bar .logo {
	float: left;
	line-height: 1px;
	margin-right: 10px;
}
.bar .tagline {
	float: left;
	color: #2EB6FD;
	font-size: 18px;
	line-height: 40px;
}
.bar .phone-no {
	float: right;
	color: #FFF;
	font-size: 18px;
	line-height: 40px;
	text-align: right;
}
.header {
	background: #003D63 url(../images/header-bg.jpg) 0 0 repeat-x;
	border-bottom: solid 1px #0E6CCC;
}
#banner {
	line-height: 1px;
	text-align: center;	
}
.nav {
	background: #000;
	border-top: solid 1px #019EFF;
}
.content {
	padding: 20px;
	background: url(../images/content-bg.jpg) 0 0 repeat-x;
}
.content .circle {
	list-style: disc outside;
}
.content .coupon {
	border: dashed 3px #000;
}
.footer {
	padding: 20px;
	background: #003151 url(../images/footer-bg.jpg) 0 0 repeat-x;
	color: #FFF;
	line-height:normal;
}

.footer p {margin:0px; line-height:120%;}

.footer a {
	color: #FFF;
}
.footer .logo-box {
	display: block;
	float: right;
	padding-left: 3%;
}
.footer .logo-box.last {
	padding-left: 0;
}


.call2action {text-align:center; }
.large.button { font-size: 14px;}
.tiny {font-size:10px;}

img.frame {
	border: 5px solid #FFF;
	box-shadow: 3px 3px 4px #999;
}