@import url('https://fonts.googleapis.com/css?family=Raleway');

* {
	font-family: 'Raleway',sans-serif;
}

textarea {
	resize: vertical;
	min-height: 35px;
}

img {
	max-width: 100%;
}

td {
	vertical-align: top;
}

.max-center {
	max-width: 990px;
	margin: auto;
}

.logo {
	margin-top: 10px;
}

.footer a.fa{
	color:white;
	margin-left:10px;
	text-decoration:none;
}
.footer a.fa:hover{
	color:yellow;
}

@media(max-width:915px) {
	.logo {
		margin-top: 15px;
	}
}

@media(max-width:757px) {
	.logo {
		margin-top: 10px;
	}
}

.bluenavbar {
	/*background-image: linear-gradient(#2985dc, #014282);*/
	background-color: #008798; /*2985dc*/
	border-width: 0;
	border-radius: 0px;
	margin: 0px;
	min-height: 40px !important;
	color: white;
	/*text-shadow: 0px 0px 2px #000000;*/
}

.greennavbar {
	/*background-image: linear-gradient(#28aaa0, #1d877d);*/
	background-color: #28aaa0;
	border-width: 0;
	border-radius: 0px;
	margin: 0px;
	min-height: 40px !important;
	color: white;
	/*text-shadow: 0px 0px 2px #000000;*/
}

a.bluenavbar:hover {
	text-shadow: 0px 0px 2px #000000;
	/*background-image: linear-gradient(to right, transparent 0%, #00668d 10%, #00668d 90%, transparent 100%);*/
	background-color: #00668d;
}

a.greennavbar:hover {
	text-shadow: 0px 0px 2px #000000;
}

.utilnav {
	/*background-image: linear-gradient(#ededed, #cccccc);*/
	background-color: #ededed;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 15px 15px 15px 15px;
}

	.utilnav a {
		color: #333333;
		text-decoration: none;
	}

		.utilnav a:hover {
			color: #034083;
		}

.loginbtn {
	/*background-image: linear-gradient(#c5e4de, #eaf4f3);*/
	background-color: #ededed;
	/*border:1px solid #dedede;*/
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px;
	margin-top: 10px;
}

	.loginbtn a {
		text-decoration: none;
	}

		.loginbtn a:hover {
			color: black;
		}

@media(max-width:767px) {
	.loginbtn {
		margin-top: 41px;
	}
}

.mapbtn {
	background-color: #337ab7;
	border: 1px solid #2e6da4;
	border-radius:4px;
	color:#ffffff;
	display:inline-block;
	padding:2px 3px;
	font-size:10px;
	font-weight:400;
	text-align:center;
	white-space:normal;
	vertical-align:middle;
	touch-action:manipulation;
	cursor:pointer;
	user-select:none;
}
.mapLink {
	color:#337ab7;
	text-decoration:none;
	display:block;
	margin-bottom:3px;
	white-space:nowrap;
}
.mapLink:hover{
	text-decoration:none;
}

.mapLocToggle {
	position: absolute;
	display:inline-block;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 40px;
	z-index: 11;
	background-color: #008798;
	font-family: FontAwesome;
	color:white;
	text-decoration:none;
	font-size:18px;
	text-align:center;
	padding-top:12px;
	cursor:pointer;
}
.mapLocToggle:hover{color:yellow;text-decoration:none;}
.mapLocs {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 250px;
	padding-top:50px;
	padding-left:10px;
	z-index: 10;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid silver;
	overflow:hidden;
	overflow-y:scroll !important;
}
.mapLocs.collapsed{width:0px;padding-left:0px;border-width:0px;}
	.mapLocs a {
		display: block;
		margin-bottom: 8px;
		color: #00668d;
		text-decoration:none;
		font-weight:bold;
	}

.navbar .nav-link {
	display: inline-block;
	height: 40px;
	padding: 6px 10px 6px 10px;
	font-size: 18px;
	font-family: 'Raleway',sans-serif;
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#navbarMainMenu a {
	display: inline-block;
}


#navbarMainMenu {
	text-align: center;
}

	#navbarMainMenu .sep, .utilnav .sep {
		display: inline-block;
		margin-left: 8px;
		margin-right: 8px;
		color: black;
		text-shadow: none;
	}

		#navbarMainMenu .sep:after, .utilnav .sep:after {
			content: "|";
		}

.bluenavbar .sep {
	margin-left: 5px;
	margin-right: 5px;
	color: white;
	text-shadow: none;
}

/*#navbarMainMenu:not([aria-expanded]) .sep:nth-of-type(9):after, #navbarMainMenu[aria-expanded=false] .sep:nth-of-type(9):after {
	content: "" !important;
}*/

.submenu {
	display: none;
	position: absolute;
	min-width: 300px;
	max-width: 940px;
	width: calc(100% - 55px);
	min-height: 150px;
	background-color: #dddddd;
	border: 1px solid #b0b0b0;
	border-top: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: rgba(0,0,0,0.4) 0px 1px 2px;
	opacity: 0.97;
	text-align: left;
	text-shadow: none;
	color: black;
	padding: 10px 20px;
	z-index: 1000;
	font-size: 10pt;
}

	.submenu a {
		color: #0d569b;
		text-decoration: none;
	}

	.submenu ul {
		marin: 0px;
		padding: 5px;
	}

		.submenu ul li {
			list-style: none;
			background-image: url(../images/nav_bullet.png);
			background-position-y: 5px;
			background-repeat: no-repeat;
			padding-left: 12px;
			margin: 0px;
		}

.submenu-mobile {
	height: auto;
	display: none;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.2);
	box-shadow: rgba(0,0,0,0.4) 1px 1px 4px inset;
	padding-top: 10px;
}

	.submenu-mobile a {
		text-shadow: none;
		color: white;
		text-decoration: none;
	}

		.submenu-mobile a:hover {
			background: none !important;
			color: yellow;
			text-decoration: none;
		}

	.submenu-mobile ul li {
		padding-bottom: 5px;
	}

.subexpand-wrapper {
	display: inline-block;
	pointer-events: none;
	float: right;
	height: 30px;
	width: 30px;
	overflow: hidden;
	margin: 5px 15px 0px 0px;
	padding: 0px;
}

.subexpand {
	display: block;
	height: 30px;
	width: 30px;
	pointer-events: auto;
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 5px;
}

	.subexpand:before {
		content: "\f107";
		text-align: center;
	}

	.subexpand.expanded:before {
		content: "\f106";
	}

.subbutton {
	background-color: #0c457c;
	color: white !important;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
}

	.subbutton div.fakerow {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.subbutton div.subbutton-text {
		align-self: center;
		width: 175px;
	}

	.subbutton:hover {
		background-color: #25619f;
		color: white;
		text-decoration: none;
	}

.footer {
	background: url(../images/footer3.png) center center repeat-y;
	margin-top: 20px;
}

	.footer .footer-1 {
		/*background: url(../images/footer1.png) center center no-repeat;*/
		background-color: #00668d;
		height: 18px;
	}

	.footer .footer-2 {
		/*background: url(../images/footer2.png) center center repeat-y;*/
		background-color: #f6f6f8;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 5px;
	}

		.footer .footer-2 div.row div.col-md-3 {
			padding-left: 10px;
			padding-right: 10px;
		}

	.footer .footer-3 {
		/*background: url(../images/footer3.png) center center no-repeat;*/
		background-color: #00668d;
		height: 15px;
	}

	.footer .footer-4 {
		background: url(../images/footer4.png) center center repeat;
		padding: 12px;
	}

	.footer .footer-5 {
		background: url(../images/footer5.png) center center repeat;
		font-size: 12px;
		color: white;
		padding-top: 3px;
		padding-bottom: 5px;
	}

		.footer .footer-5 a {
			color: white;
			text-decoration: none;
			margin-right: 5px;
			display: inline-block;
		}

		.footer .footer-5 .sep {
			display: inline-block;
			margin: 0px;
			color: #EFEFEF;
		}

			.footer .footer-5 .sep:after {
				content: "|";
				margin-right: 5px;
			}

	.footer .text {
		font-size: 12px;
		color: #8ac1d9;
	}

.footerPromo{

}
.footerPromo h1, .footerPromo h2, .footerPromo h3, .footerPromo h4, .footerPromo h5{
	width:154px;
	margin:0px;
	padding: 0px 0 12px;
	font-weight:normal;
	font-size:17px;
	color:white;
	text-align:left;
}
.footerPromo a{
	color:yellow;
}

.section .row table {
	width: 100%;
}

	.section .row table tr:nth-child(even) {
		background-color: #ededed;
	}

	.section .row table tr:nth-child(odd) {
		background-color: white;
	}

	.section .row table tr td {
		padding: 3px;
	}

	.section .row table td hr {
		margin-top: 8px;
		margin-bottom: 8px;
	}

#news_scroller{
	max-height: 48px !important;
	overflow: hidden;
}

.bx-wrapper-ads {
	margin-left: auto;
	margin-right: auto;
}

.bx-wrapper-news .bx-viewport{
	height: auto !important;
	max-height:48px;
}
.bx-wrapper .bx-controls-direction a {
	top: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
	height: 24px;
	width: 24px;
	background: none;
	font-family: FontAwesome;
	font-size: 24px;
	color: gray;
	text-indent: 0px !important;
}

.bx-prev {
	left: 0px !important;
	text-align: left;
}

.bx-next {
	right: 0px !important;
	text-align: right;
}

.bx-pager {
	bottom: -25px !important;
	padding-top: 10px !important;
}

	.bx-pager a {
		width: 8px !important;
		height: 8px !important;
		border-radius: 4px !important;
		margin: 0px 3px !important;
	}

#slider_spotlight a {
	text-decoration: none;
}

	#slider_spotlight a:hover {
		color: #033d81;
	}

/* #region Hero Slider*/
#heroSlider {
	height: 450px;
	overflow: hidden;
}

	#heroSlider div {
		height: 480px;
		background-position: right top;
		background-size: cover;
		background-repeat: no-repeat;
	}

		#heroSlider div.item {
			position: relative;
		}

			#heroSlider div.item:before {
				content: '';
				position: absolute;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 9;
				background-image: linear-gradient(to bottom, transparent 0%,transparent 25%,black 100%);
				opacity: 0.8;
			}

@media(min-width:1400px) {
	#heroSlider div.item-Center {
		background-position: right center;
	}

	#heroSlider div.item-Bottom {
		background-position: right bottom;
	}
}

#heroSlider div.heroTextContainer {
	position: relative;
	display: inline-block;
	height: auto;
	/*background-color:rgba(0,0,0,0.5);*/
	border-radius: 10px;
	margin-top: 300px;
	margin-left: 25px;
	padding: 15px;
	z-index: 10;
	width:65%;
}

#heroSlider div strong {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	display: block;
	text-shadow: 0px 0px 2px #333333;
}

#heroSlider div span {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	text-shadow: 0px 0px 2px #333333;
}

#heroSliderThumbs {
	width: 300px;
	height: 45px;
	margin-bottom: 10px;
}

	#heroSliderThumbs .slick-list {
		padding: 0px !important;
	}

	#heroSliderThumbs .slick-track {
		height: 45px;
	}

div.subHeroTextContainer {
	display: inline-block;
	margin-top: 25px;
	margin-left: 25px;
	position: absolute;
	z-index: 500;
}

.subHeroTextContainer strong {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	display: block;
	text-shadow: 0px 0px 2px #333333;
}

.subHeroTextContainer span {
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	text-shadow: 0px 0px 2px #333333;
}

.dotsContainer {
	float: right;
	position: relative;
	top: -10px;
}

.slick-dots {
	display: inline;
}

	.slick-dots li {
		display: inline;
	}

		.slick-dots li button {
			font-family: FontAwesome;
			font-size: 0;
			border: none;
			color: #ffffff;
			background-color: transparent !important;
		}
		/*.slick-dots li.slick-active button{color:#00668d;}*/
		.slick-dots li button {
			content: ""
		}

			.slick-dots li button:before {
				font-size: 12pt;
				content: "\f1db";
			}

		.slick-dots li.slick-active button:before {
			font-size: 12pt;
			content: "\f111";
			/*text-shadow: 0px 0px 10px #FFFFFF;*/
		}

#heroSliderThumbs div.item {
	width: 90px !important;
	height: 45px;
	margin: 3px 5px;
	/*background-image: radial-gradient(circle, white 0%, transparent 80%);*/
	box-shadow: 0px 0px 3px #000000;
}

	#heroSliderThumbs div.item img {
		max-width: 90px;
		max-height: 45px;
		min-height: 100%;
	}
/*#endregion*/

/*#region Footer Button*/
.footer-button {
	position: relative;
	display: inline-block;
	width: 228px;
	height: 93px;
	border: 3px solid white;
	background-image: linear-gradient(to top, #d3edec 0%,#f1f7f7 100%);
	z-index: 1000;
}

	.footer-button:before {
		content: " ";
		position: absolute;
		z-index: 999;
		width: 230px;
		height: 95px;
		top: -4px;
		left: -4px;
		border: 1px solid silver;
		box-shadow: rgba(0,0,0,0.2) 0px 2px 2px;
	}

	.footer-button:after {
		float: right;
		display: inline-block;
		padding: 1px 3px 0px 5px;
		font-family: FontAwesome;
		font-size: 7pt;
		color: white;
		content: "\f04b";
		background-color: #007bb4;
		border-top-left-radius: 5px;
		margin-top: -12px;
	}

	.footer-button img {
		float: left;
		width: 70px;
		height: 82px;
		border: 1px solid silver;
		box-shadow: rgba(0,0,0,0.1) 1px 1px 2px;
		margin: 2px 12px 2px 2px;
		clear: both;
	}

	.footer-button strong {
		display: table-cell;
		height: 85px;
		vertical-align: middle;
		color: #007bb4;
		font-size: 14pt;
		text-align: left;
		line-height: 16pt;
	}

	.footer-button:hover {
		text-decoration: none;
	}

		.footer-button:hover:before {
			box-shadow: rgba(0,0,0,0.4) 0px 2px 2px;
		}

/*#endregion*/

/*#region Footer Button (V2)*/
.footer-button-v2 {
	position: relative;
	display: inline-block;
	width: 228px;
	height: 218px;
	/*border: 3px solid white;
	background-image: linear-gradient(to top, #d3edec 0%,#f1f7f7 100%);*/
	background-color: #ffffff;
	z-index: 1000;
}

	.footer-button-v2:before {
		content: " ";
		position: absolute;
		z-index: 999;
		width: 230px;
		height: 220px;
		top: -2px;
		left: -2px;
		box-shadow: rgba(0,0,0,0.2) 0px 0px 2px;
	}

	/*.footer-button-v2:after {
		float: right;
		display: inline-block;
		padding: 1px 3px 0px 5px;
		font-family: FontAwesome;
		font-size: 7pt;
		color: white;
		content: "\f04b";
		background-color: #007bb4;
		border-top-left-radius: 5px;
		margin-top: -12px;
	}*/

	.footer-button-v2 img {
		display: block;
		max-width: 208px;
		max-height: 146px;
		margin: 10px 10px 0px 10px;
	}

	.footer-button-v2 strong {
		display: table-cell;
		width: 228px;
		height: 62px;
		vertical-align: middle;
		color: #007bb4;
		font-size: 16pt;
		text-align: center;
		line-height: 18pt;
	}

	.footer-button-v2:hover {
		text-decoration: none;
	}

		.footer-button-v2:hover:before {
			box-shadow: rgba(0,0,0,0.4) 0px 2px 2px;
		}

/*#endregion*/

/*#region Sidebar Button*/
.sidebar_right {
	float: right;
	margin: 0;
	padding: 5px 0 0 5px;
	width: 239px;
	background: url(../images/sidebar_right_bg.png) left top repeat-x;
	margin-top: -12px;
}

.sidebar-button {
	position: relative;
	display: inline-block;
	width: 228px;
	height: 76px;
	border: 3px solid white;
	background-image: linear-gradient(to top, #e0dfdf 0%,#efeded 100%);
	z-index: 100;
	margin-bottom: 5px;
}

	.sidebar-button:before {
		content: " ";
		position: absolute;
		z-index: 99;
		width: 230px;
		height: 78px;
		top: -4px;
		left: -4px;
		border: 1px solid silver;
		box-shadow: rgba(0,0,0,0.2) 0px 2px 2px;
	}

	.sidebar-button img {
		float: left;
		width: 97px;
		height: 69px;
		margin: 1px 7px 1px 1px;
	}

	.sidebar-button strong {
		/*display: table-cell;*/
		height: 69px;
		width: 117px;
		overflow: hidden;
		vertical-align: middle;
		color: #033d81;
		font-size: 10pt;
		text-align: left;
		line-height: 16pt;
		display:inline-block;
		padding:12px 0;
	}

		.sidebar-button strong:first-line {
			font-weight: bold;
			font-size: 13.5pt;
		}

	.sidebar-button:hover {
		text-decoration: none;
		background-image: linear-gradient(to top, #e0dfdf 0%,#f6f5f5 100%);
	}

		.sidebar-button:hover:before {
			box-shadow: rgba(0,0,0,0.3) 0px 2px 2px;
		}

/*#endregion*/

.newstab {
	display: inline-block;
	width: 178px;
	height: 49px;
	line-height: 49px;
	color: white;
	text-align: center;
	font-size: 12pt;
	text-transform: uppercase;
	letter-spacing: 0.5pt;
	/*background-image:url(../images/news-tab-bg-solid.png);*/
	background-color: #00668d;
	border-radius: 5px;
	background-repeat: no-repeat;
	margin-top: -1px;
}

	.newstab:hover {
		text-decoration: none;
		color: white;
		font-weight: bold;
	}

.utilsearch {
	display: inline-block;
}

	.utilsearch input {
		display: inline-block;
		max-width: 150px;
		margin-left: 10px;
	}

	.utilsearch button {
		display: inline;
		background-color: transparent;
		border: none;
		/*margin-left: -30px;*/
		position:relative;
		z-index:1;
		left:-32px;
		margin-right:-25px;
	}

@media (max-width:990px) {
	#heroSlider {
		height: 370px;
	}

		#heroSlider div {
			height: 400px;
		}

			#heroSlider div.heroTextContainer {
				margin-top: 215px;
				width:75%;
			}
}

@media(max-width:915px) {
	.utilsearch {
		display: block;
	}

		.utilsearch input {
			max-width: 200px;
		}

	.utilnav {
		padding-bottom: 5px;
	}
}

@media (max-width:767px) {
	#heroSlider {
		height: 320px;
	}

		#heroSlider div {
			height: 350px;
		}

			#heroSlider div.heroTextContainer {
				margin-top: 180px;
				width: auto;
			}
}

@media (max-width:570px) {
	#heroSlider {
		height: 220px;
	}

		#heroSlider div {
			height: 250px;
		}

			#heroSlider div.heroTextContainer {
				margin-top: 100px;
				width:auto;
			}

			#heroSlider div strong {
				font-size: 24px;
			}

			#heroSlider div span {
				font-size: 12px;
			}
}

.stylish-input-group .input-group-addon {
	background: white !important;
}

.stylish-input-group .form-control {
	border-right: 0;
	box-shadow: 0 0 0;
	border-color: #ccc;
}

.stylish-input-group button {
	border: 0;
	background: transparent;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 17px;
	height: 0;
	overflow: hidden;
}

	.video-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.form-sublabel {
	display: inline-block;
	font-size: 11px;
	font-style: italic;
}

.form-control{
	position:relative;
	z-index:1
}

div.form-sublabel {
	position: relative;
	display: block;
	border-radius: 0px 0px 4px 4px;
	border: 1px solid silver;
	background-color: #eee;
	padding: 5px 5px 2px 5px;
	top: -4px;
	z-index: 0;
}

.tof-form .row {
	margin-bottom: 5px;
}

input.tof-radio {
	border: none;
	height: 16px;
	width: 16px;
	color: #555;
	background-color: #fff;
	display: inline-block;
}

.tof-form-error {
	display: block;
	font-size: 10px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	border-radius: 4px 4px 0px 0px;
	padding: 5px;
	margin: 1px 0px 0px 0px;
	padding-bottom: 7px;
	margin-bottom: -5px;
}

input.tof-form-error, select.tof-form-error, textarea.tof-form-error {
	border-color: #ebccd1;
	background-color: white;
	margin-bottom: 0px;
	border-radius: 4px;
	font-size: 14px;
}

#gender-error.tof-form-error, #pStatus-error.tof-form-error {
	margin-bottom: 0px;
	border-radius: 4px;
	padding: 5px;
}

.news-date {
	font-size: 10px;
	font-style: italic;
	color: gray;
}

@media (max-width:990px) {
	.navbar .nav-link {
		font-size: 14px;
		padding: 9px;
	}
}

@media (max-width: 767px) {
	#navbarMainMenu .sep {
		display: block;
		border-top: 1px solid #02879a;
		margin-top: 5px;
		margin-bottom: 5px;
	}

		#navbarMainMenu .sep:after {
			content: "";
		}

	#navbarMainMenu {
		text-align: left;
		padding-bottom: 10px;
	}

	.navbar .nav-link {
		background-image: none;
	}

	#navbarMainMenu[aria-expanded=true] a {
		display: block;
	}

		#navbarMainMenu[aria-expanded=true] a:hover {
			background-image: linear-gradient(#28aaa0, #1d877d);
		}
}

/* */
#SubHero {
	margin-top: -23px;
}

#SlideZone {
	/*background: url(../images/slide-bg.jpg) center bottom repeat-x;*/
	background-color: #008798;
	padding-bottom: 0px;
}

	#SlideZone #NewsFlash {
		margin-top: 18px;
	}

.news-item {
	font-size: 12px;
	color: #ffffff;
	margin: 5px;
	margin-top: 10px;
	float:left;
}
	/*#0e4c2f*/
	.news-item a {
		color: #ffffff;
		text-decoration: none;
	}
/*#0e4c2f*/


.legacy-footer {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: url(../images/footer_bg.jpg) center top no-repeat;
	height: 434px;
}

.inner_footer {
	background: url(../images/inner_footer.png) center top no-repeat;
	height: 303px;
}

.footer_bg {
	margin: auto;
	padding: 0px;
	width: 996px;
}

.footer_img_box {
	float: left;
	padding: 0px;
	margin: 20px 0 0;
	width: 996px;
}

	.footer_img_box ul, .footer_img_box li, .footer_img_box a {
		list-style: none;
		text-decoration: none;
	}

	.footer_img_box ul {
		float: left;
		padding: 0px;
		margin: 0px;
		max-width: 996px;
	}

		.footer_img_box ul li {
			float: left;
			padding: 0px;
			margin: 0px;
			width: 236px;
			height: 103px;
		}

		.footer_img_box ul li {
			float: left;
			padding: 0px;
			margin: 0px 6px 0 7px;
			width: 236px;
			height: 103px;
		}

			.footer_img_box ul li a {
				float: left;
				padding: 0px;
				margin: 0px;
				width: 236px;
				height: 103px;
			}

			.footer_img_box ul li.img01 a:link, .footer_img_box ul li.img01 a:visited {
				float: left;
				background: url(../images/img01.jpg) left top no-repeat;
			}

			.footer_img_box ul li.img01 a:hover {
				float: left;
				background: url(../images/img01-hover.jpg) left top no-repeat;
			}

			.footer_img_box ul li.img02 a:link, .footer_img_box ul li.img02 a:visited {
				float: left;
				background: url(../images/img02.jpg) left top no-repeat;
			}

			.footer_img_box ul li.img02 a:hover {
				float: left;
				background: url(../images/img02-hover.jpg) left top no-repeat;
			}

			.footer_img_box ul li.img03 a:link, .footer_img_box ul li.img03 a:visited {
				float: left;
				background: url(../images/img03.jpg) left top no-repeat;
			}

			.footer_img_box ul li.img03 a:hover {
				float: left;
				background: url(../images/img03-hover.jpg) left top no-repeat;
			}

			.footer_img_box ul li.img04 a:link, .footer_img_box ul li.img04 a:visited {
				float: left;
				background: url(../images/img04.jpg) left top no-repeat;
			}

			.footer_img_box ul li.img04 a:hover {
				float: left;
				background: url(../images/img04-hover.jpg) left top no-repeat;
			}


.footer_wrapper {
	margin: 0;
	padding: 33px 0 0;
	width: 996px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #8ac1d9;
	line-height: 18px;
	text-align: left;
	float: left;
}

.footer_left {
	width: 720px;
	float: left;
}

.footer_left_box {
	width: 195px;
	margin: 0px 45px 0 0;
	padding: 0px;
}

ul.flist, ul.flist1 {
	width: 200px;
	margin: 0px;
	padding: 0px;
	display: block;
}

	ul.flist li {
		clear: both;
		margin: 0px;
		padding: 8px 0 8px 0px;
		border-bottom: 1px solid #1487b9;
		display: inline-block;
		list-style: none;
		width: 180px;
		font: normal 12px Arial, Helvetica, sans-serif;
		color: #8ac1d9;
	}

		ul.flist li a {
			font: normal 12px Arial, Helvetica, sans-serif;
			color: #8ac1d9;
		}

			ul.flist li a:hover {
				color: #fff;
				opacity: .7;
				filter: alpha(opacity=70);
			}

	ul.flist1 li {
		clear: both;
		margin: 0px;
		padding: 8px 0 9px 60px;
		display: inline-block;
		list-style: none;
		width: 154px;
	}

.footer_left_bolder_text {
	width: 154px;
	margin: 0px;
	padding: 0px 0 12px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	text-transform: capitalize;
}

.footer_left_bolder_text1 {
	width: 154px;
	margin: 0px;
	padding: 0px 0 14px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: left;
	text-transform: capitalize;
}

.footer_right {
	width: 270px;
	float: right;
	margin: 29px 0 0 0
}

ul.social_site {
	width: 261px;
	margin: 0px;
	padding: 0px;
	height: 103px;
	display: block;
}

	ul.social_site li {
		margin: 0px;
		float: left;
		padding: 14px 12px 0;
		display: inline-block;
		list-style: none;
	}

.footer_right_bolder_text {
	width: 261px;
	margin: 0px;
	padding: 0px 0 09px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: capitalize;
	border-bottom: 1px solid #8AC1D9;
}

.footer_right_search_box {
	width: 261px;
	margin: 13px 0 0;
	padding: 0px 0 00px;
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.footer_right_search_box_left {
	width: 203px;
	margin: 0px;
	padding: 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	height: 30px;
	background: url(../images/footer_search_box_bg.jpg) left top no-repeat;
}

.search_box_field {
	width: 195px;
	padding: 6px 0 0 5px;
	color: #ffffff;
	background: none;
	border: none;
	margin: 1px;
}

.footer_right_search_box_right {
	width: 57px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	background: url(../images/go.jpg) left top no-repeat;
}

.footer_small_text {
	width: 100%;
	margin: 35px auto 0;
	padding: 0px;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #8c8c8c;
	float: right;
	text-align: center;
}

.footer_left_box span, .footer_right span {
	float: left;
	padding: 3px 0;
	margin: 10px 0 0 0;
	border-top: solid 1px #1487b9;
	border-bottom: solid 1px #1487b9;
}

.footer_link {
	float: left;
	padding: 0px;
	margin: 40px 8px 0;
	width: 980px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.footer_menu {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 500px;
}

	.footer_menu a:link, .footer_menu a:visited {
		padding: 0px;
		margin: 0px;
		font: normal 12px Arial, Helvetica, sans-serif;
		color: #CCCCCC;
	}

	.footer_menu a:hover {
		padding: 0px;
		margin: 0px;
		font: normal 12px Arial, Helvetica, sans-serif;
		color: #CCCCCC;
		text-decoration: underline;
	}

.footer_right_txt a:hover {
	padding: 0px;
	margin: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: underline;
}

.footer_right_txt a:link, .footer_menu a:visited {
	padding: 0px;
	margin: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.footer_right_txt {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 400px;
	text-align: right;
}




.contact {
	color: #cecaca;
	float: left;
	height: 131px;
	margin: 0;
	padding: 20px 15px 0 17px;
	width: 201px;
	background: url(../images/contact_bg.png) left top no-repeat;
}

	.contact span {
		color: #fff;
	}

	.contact a:link, .contact a:visited {
		color: #fff;
	}

	.contact a:hover {
		text-decoration: underline;
		color: #fff;
	}

	.contact h2 {
		padding: 0 0 7px 0;
		margin: 0px 0 0 0;
		width: 100%;
		font: normal 26px Arial, Helvetica, sans-serif;
		color: #fff;
	}

.what_is_ophthalmology, .services_specialties, .how_to_contact_us, .our_experts {
	margin: 0px;
	padding: 0px;
	width: 234px;
	height: 81px;
	float: left;
}

	.what_is_ophthalmology a {
		margin: 0px;
		padding: 0px;
		width: 234px;
		height: 81px;
		float: left;
		text-decoration: none;
		background: url(../images/what_is_ophthalmology.png) left top no-repeat;
	}

		.what_is_ophthalmology a:hover {
			margin: 0px;
			padding: 0px;
			width: 234px;
			height: 81px;
			float: left;
			text-decoration: none;
			background: url(../images/what_is_ophthalmology.png) left -81px no-repeat;
		}

	.services_specialties a {
		margin: 0px;
		padding: 0px;
		width: 234px;
		height: 81px;
		float: left;
		text-decoration: none;
		background: url(../images/services_specialties.png) left top no-repeat;
	}

		.services_specialties a:hover {
			margin: 0px;
			padding: 0px;
			width: 234px;
			height: 81px;
			float: left;
			text-decoration: none;
			background: url(../images/services_specialties.png) left -81px no-repeat;
		}

	.our_experts a {
		margin: 0px;
		padding: 0px;
		width: 234px;
		height: 81px;
		float: left;
		text-decoration: none;
		background: url(../images/our_experts.png) left top no-repeat;
	}

		.our_experts a:hover {
			margin: 0px;
			padding: 0px;
			width: 234px;
			height: 81px;
			float: left;
			text-decoration: none;
			background: url(../images/our_experts.png) left -81px no-repeat;
		}

	.how_to_contact_us a {
		margin: 0px;
		padding: 0px;
		width: 234px;
		height: 81px;
		float: left;
		text-decoration: none;
		background: url(../images/how_to_contact_us.png) left top no-repeat;
	}

		.how_to_contact_us a:hover {
			margin: 0px;
			padding: 0px;
			width: 234px;
			height: 81px;
			float: left;
			text-decoration: none;
			background: url(../images/how_to_contact_us.png) left -81px no-repeat;
		}

a.nav-link{display:inline-block;}
a.nav-link div {
	display:none;
}
a.nav-link:hover div {
	display:block;
	position: absolute;
	border: 1px solid gray;
	border-radius: 5px;
	width: 100px;
	z-index: 100;
	background-color: #f8f8f8;
	text-align: left;
	margin-left: -10px;
}
a.nav-link div span{
	padding:5px;
	display: block;
	cursor:pointer;
}
	a.nav-link div span:hover {
		background-color: #008798;
		color: white;
	}