@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding: 0;
	color: #000;
	background-color: #000000;
	/*background-image:url(../images/wt2.png);
	background-size: cover;
	height: 823px;
	width: 1600px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;*/
 }

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2A4858;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3a6077;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #3a6077;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
    transition: .5s;
	color: #FFFFFF;
	text-decoration:none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-weight: bold;
	font-size: 20px;
}
a:visited {
	/* color: #6E6C64; */
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    /* ~~  transition: 0.75s; ~~ */
    transition: 1s;
	color: #FF0000;
	text-decoration: none;
}

/* ~~ Mail Links ~~ */
a.mail:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
a.mail:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.mail:hover, a.mail:active, a.mail:focus {
    transition: .5s;
	color: #FF0000;
	text-decoration: none;
}
a.mailcp:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height:1.5
}
a.mailcp:visited {
	color: #000000;
	text-decoration: none;
}
a.mailcp:hover, a.mailcp:active, a.mailcp:focus {
    transition: .5s;
	color: #FF0000;
	text-decoration: none;
}
.cur_nav_link {
	/* --
	content:""; */
	color: #FF0000!important;
	/*bottom:-1px;
	position:relative;
	position:relative;
	border-bottom:2px solid #00FF00;*/
	/* --
	bottom:-3px;
	bottom:-2px;
	border-bottom:2px solid #00FF00; */
}

/* ~~ Scrollbar ~~*/
.scroller {
	/* ~~ width: 300px;
	height: 100px;
	overflow-y: scroll;
	scrollbar-width: thin; ~~ */
	/*scrollbar-color: #787f83 #202c34;*/
	/*scrollbar-color: #000000 #FF0000;*/
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	/* ~~ width: 968px; ~~ */
	background: #ffffff;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ overflow: scroll; ~~*/
}
.topbar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.element { pointer-events: none; }
.element > a { text-decoration:none; color:inherit; }

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #2A4858;
}
#scroll {
	height: 397px;
	width: 285px;
	overflow: scroll;
}
/*
@media screen and (max-width: 481px){
	#logo_img_sml {
		width: 70%;
		height: 70%;
	}
}
*/
/* Portrait orientation */
@media only screen and (orientation: portrait) {
	/*#mp_bg_img_sml {
		 
		width: 70%;
		height: 70%;
	}*/
}
/* Landscape orientation */
@media only screen and (orientation: landscape) {
/*	#logo_img_sml {
		width: 100%;
		height: 100%;
	}*/
}
@media only screen and (max-width: 1280px){
	#mp_bg_img_sml {
		width: 1280px;
		height: auto;
	}
	#dts_bg_img {
		width: 1280px;
		height: auto;
	}
	#hs_bg_img {
		width: 1280px;
		height: auto;
	}
	#cp_bg_img {
		width: 1280px;
		height: auto;
	}
	/*#footer_sml {
		width: 1280px;
		height: auto;
	}
	#certbar {
		width: 1280px;
		height: auto;
	}*/
	/*#mp_title_text{
		font-size: 90%;
		top: 100px;
		left: 15px;
		height: auto;
		width: 80%;
	}*/
}
@media only screen and (max-width: 1024px){
	#mp_bg_img_sml {
		width: 1024px;
		height: auto;
	}
	#dts_bg_img {
		width: 1024px;
		height: auto;
	}
	#hs_bg_img {
		width: 1024px;
		height: auto;
	}
	#cp_bg_img {
		width: 1024px;
		height: auto;
	}
	/*#logo_img_sml {
		width: 90%;
		height: 90%;
		visibility:collapse;
	}
	#footer_sml {
		width: 1024px;
		height: auto;
	}*/
	/*#certbar {
		width: 1024px;
		height: auto;
	}*/
}
@media only screen and (max-width: 800px){
	#logo_img_sml {
		width: 90%;
		height: 90%;
	}
	#mp_bg_img_sml {
		width: 800px;
		height: auto;
	}
	#hs_bg_img {
		width: 800px;
		height: auto;
	}
	#cp_bg_img {
		width: 800px;
		height: auto;
	}
	#mp_title_text{
		/*position:absolute;
		-webkit-transition: left 0.51s ease;
		transition: left 1s ease;*/
		left: 52px;
		height: 50px;
		width: 1001px;
		top: 355px;
	}
	#mp_title_text_sml{
		/*position:absolute;
		-webkit-transition: left 0.51s ease;
		transition: left 1s ease;*/
		left: 57px;
		height: 50px;
		width: 357px;
		top: 485px;
	}
	#dts_bg_img {
		width: 800px;
		height: auto;
	}
	/*#footer_sml {
		width: 800px;
		height: auto;
	}*/
	/*#certbar {
		width: 800px;
		height: auto;
	}*/
}
@media only screen and (max-width: 768px){
	#logo_img_sml {
		width: 80%;
		height: 80%;
	}
	#mp_bg_img_sml {
		width: 768px;
		height: auto;
	}
	#dts_bg_img {
		width: 768px;
		height: auto;
	}
	#hs_bg_img {
		width: 768px;
		height: auto;
	}
	#cp_bg_img {
		width: 768px;
		height: auto;
	}
	/*#footer_sml {
		width: 768px;
		height: auto;
	}*/
	/*#certbar {
		width: 768px;
		height: auto;
	}*/
	#mp_txt-title {
		/*top:300px;
		font-size: xx-large;*/
	}
	/*#mp_title_text {
	position:absolute;
		top:200px;
		left:100px;
		font-size: xx-large;
	}*/
}
@media only screen and (max-width: 480px) {
	#logo_img_sml {
		width: 60%;
		height: 60%;
	}
	#mp_bg_img_sml {
		width: 480px;
		height: auto;
	}
	#hs_bg_img {
		width: 480px;
		height: auto;
	}
	#cp_bg_img {
		width: 480px;
		height: auto;
	}
	#mp_title_text{
		position:relative;
		/*-webkit-transition: left 0.51s ease;
		transition: left 1s ease;
		left: 52px;*/
		height: auto;
		width: 1001px;
		top: 355px;
		float:left;
	}
	#mp_title_text_sml{
		position:relative;
		/*-webkit-transition: left 0.51s ease;
		transition: left 1s ease;
		left: 57px;*/
		height: 50px;
		width: 357px;
		top: 485px;
		float:left;
	}
	#mp_txt-title {
		/*font-size: 1.2em;*/
	}
	#dts_bg_img {
		width: 480px;
		height: auto;
	}
	/*#footer_sml {
		width: 480px;
		height: auto;
	}*/
	/*#certbar {
		width: 480px;
		height: auto;
	}*/
	/*#mp_bg_img_sml {
		 
		width: 70%;
		height: 70%;
	}*/
}
@media only screen and (max-width: 420px) {
	#mp_bg_img_sml {
		width: 420px;
		height: auto;
	}
	#dts_bg_img {
		width: 420px;
		height: auto;
	}
	#hs_bg_img {
		width: 420px;
		height: auto;
	}
	#cp_bg_img {
		width: 420px;
		height: auto;
	}
	/*#footer_sml {
		width: 420px;
		height: auto;
	}*/
	/*#certbar {
		width: 420px;
		height: auto;
	}*/
}
@media only screen and (max-width: 400px) {
	/*#footer_sml {
		width: 400px;
		height: auto;
	}
	#certbar {
		width: 400px;
		height: auto;
	}*/
}
@media only screen and (max-width: 320px) {
	#logo_img_sml {
		width: 40%;
		height: 40%;
	}
	/*#footer_sml {
		width: 320px;
		height: auto;
	}*/
	/*#certbar {
		width: 320px;
		height: auto;
	}*/
	/*#mp_bg_img_sml {
		width: 400%;
		height: 100%;
	}
	#footer_sml {
		width: 400%;
	}*/
}
@media only screen and (max-width: 300px) {
	/*#footer_sml {
		width: 300px;
		height: auto;
	}
	#certbar {
		width: 300px;
		height: auto;
	}*/
}
#logo_div {
	/* ~~ z-index: 999;    top: 20px; left: 40px; width: 259px; height: 200px; ~~ */
	top: 12px;
	left: 18px;
	width: 300px;
	height: 97px;
 	background-repeat:no-repeat;
	position: fixed;
}

#footer_sml {
	/*width: auto;
	height: auto;
	perspective: 10px;*/
}

#logo_img_sml {
	/*width: auto;
	height: auto;
	perspective: 10px;*/
}
#mp_bg_img_sml {
	/* 
	width: 70%;
	height: 70%;*/
}
.mp_txt-title {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 3.9em;
	color: #FFFFFF;
}
#mp_txt-title {
	/*font-size: 1.2em;*/
}
.mp_txt-title-sml {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
}
.txt-shdw {
	text-shadow: 2px 4px 8px black;
}
.txt-shdw-red {
	text-shadow: 2px 4px 8px #ba0000;
}

#mp_title_text{
	position:absolute;
	/*-webkit-transition: left 0.51s ease;
	transition: left 1s ease;*/
	left: 312px;
	height: auto;
	width: 1001px;
	top: 355px;
}
#mp_title_text_sml{
	position:absolute;
	/*relativeansition: left 0.51s ease;
	transition: left 1s ease;*/
	left: 317px;/**/
	height: auto;
	width: 357px;
	top: 485px;
}
.mp_titletext{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
}
#mp_comp_info {
	/* */
	padding: 50px 0px 50px 0px;
}
#mp_comp_info_txt {
	/* */
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
	/*font-size: 16px;*/
}
#mp_comp_info_txt2 {
	/* */
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	line-height:1.5
	/*font-size: 16px;*/
}
#mp_comp_info_txt3 {
	/* */
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.7em;
	/*font-size: 16px;*/
}
#mp_comp_info_tbl {
	padding: 8px 0px 8px 0px;
	border: 1px 0px 1px 0px;
	border-bottom-width:thin;
	border-bottom-color:#FF0000;
	border-top-width:thin;
	border-top-color:#FF0000;
}
/* main page services container */
#mp_srvs_cont {
	/* */
	padding: 60px 0px 60px 0px;
}
/* mp dts container */
#mp_dts_cont {
	/* 
	border-width:1px;*/
	border:solid 2px #FF0000; 
	/*border-color:#FF0000*/
}
#mp_dts_title {
	/* */
	padding: 5px 0px 5px 0px;
 	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
}
#mp_dts_img {
	/* */
}
#mp_dts_txt {
	/* */
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
#mp_dts_lnk {
	/* */
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	background-color:#b1b0b0;
}
/* end mp dts container */
/* mp hs container */
#mp_hs_cont {
	/* 
	border-width:1px;*/
	border:solid 2px #FF0000; 
	/*border-color:#FF0000*/
}
#mp_hs_title {
	/* */
	padding: 5px 0px 5px 0px;
 	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
}
#mp_hs_img {
	/* */
}
#mp_hs_txt {
	/* */
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
#mp_hs_lnk {
	/* */
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	background-color:#b1b0b0;
}
/* end mp hs container */
/* mp sr container */
#mp_sr_lnk {
	/* */
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	background-color:#b1b0b0;
}
#mp_sr_txt {
	/* */
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
/* end mp sr container */
/* mp hdg container */
#mp_hdg_lnk {
	/* */
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	background-color:#b1b0b0;
}
#mp_hdg_txt {
	/* */
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
/* end mp hdg container */
/* end main page services container */

#certbar {
	border-bottom-width: 3px;
	border-bottom-style:solid;
	border-bottom-color:#FF0000
}
.certbar-shdw {
    box-shadow: 0 5px 5px 6px rgba(0, 0, 0, 0.9);
}

/* ~~ dts page ~~ */
#dts_srvs_cont {
	/* */
	padding: 60px 0px 60px 0px;
}
#dts_cont {
	/* 
	border-width:1px;*/
	padding: 0px 0px 0px 0px;
	border:solid 2px #FF0000; 
	/*border-color:#FF0000*/
}
#dts_comp_info {
	/* */
	padding: 50px 0px 50px 0px;
}
#dts_title {
	/* */
	padding: 10px 0px 10px 0px;
 	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
}
#dts_title_med {
	/* */
	padding: 5px 0px 5px 0px;
 	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
.dts_title_med {
	/* */
	padding: 5px 0px 5px 0px;
 	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
#dts_bg_img {
	/* 
	width: 70%;
	height: 70%;*/
}
#dts_img {
	/* */
}
#dts_txt {
	/* */
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 24px;
}
#dts_txt2 {
	/* */
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 19px;
}
.dts_txt-title {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 3.9em;
	color: #FFFFFF;
}
#dts_txt-title {
	/*font-size: 1.2em;*/
}
.dts_txt-title-sml {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
}
#dts_title_text{
	position:absolute;
	/*-webkit-transition: left 0.51s ease;
	transition: left 1s ease;*/
	left: 312px;
	height: auto;
	width: 1001px;
	top: 355px;
}
#dts_title_text_sml{
	position:absolute;
	/*relativeansition: left 0.51s ease;
	transition: left 1s ease;*/
	left: 317px;/**/
	height: auto;
	width: 357px;
	top: 485px;
}
.dts_titletext{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
}
/* ~~ end dts page ~~ */

/* ~~ hs page ~~ */
#hs_srvs_cont {
	/* */
	padding: 60px 0px 60px 0px;
}
#hs_cont {
	/* 
	border-width:1px;*/
	padding: 0px 0px 0px 0px;
	border:solid 2px #FF0000; 
	/*border-color:#FF0000*/
}
#hs_comp_info {
	/* */
	padding: 50px 0px 50px 0px;
}
#hs_title {
	/* */
	padding: 10px 0px 10px 0px;
 	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
}
#hs_title_med {
	/* */
	padding: 5px 0px 5px 0px;
 	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
.hs_title_med {
	/* */
	padding: 5px 0px 5px 0px;
 	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
#hs_bg_img {
	/* 
	width: 70%;
	height: 70%;*/
}
#hs_img {
	/* */
}
#hs_txt {
	/* */
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 19px;
}
.hs_txt-title {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 3.9em;
	color: #FFFFFF;
}
#hs_txt-title {
	/*font-size: 1.2em;*/
}
.hs_txt-title-sml {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
}
#hs_title_text{
	position:absolute;
	/*-webkit-transition: left 0.51s ease;
	transition: left 1s ease;*/
	left: 312px;
	height: auto;
	width: 1001px;
	top: 355px;
}
#hs_title_text_sml{
	position:absolute;
	/*relativeansition: left 0.51s ease;
	transition: left 1s ease;*/
	left: 317px;/**/
	height: auto;
	width: 357px;
	top: 485px;
}
.hs_titletext{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
}
/* ~~ end hs page ~~ */

/* ~~ cp page ~~ */
#cp_srvs_cont {
	/* */
	padding: 60px 0px 60px 0px;
}
#cp_cont {
	/* 
	border-width:1px;*/
	padding: 0px 0px 0px 0px;
	border:solid 2px #FF0000; 
	/*border-color:#FF0000*/
}
#cp_comp_info {
	/* */
	padding: 50px 0px 50px 0px;
}
#cp_title {
	/* */
	padding: 20px 0px 10px 0px;
 	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 2.2em;
}
#cp_title_med {
	/* */
	padding: 5px 0px 5px 0px;
 	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}
.cp_title_med {
	/* */
	padding: 5px 0px 5px 0px;
 	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}
#cp_bg_img {
	/* 
	width: 70%;
	height: 70%;*/
}
#cp_img {
	/* */
}
#cp_txt {
	/* */
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 24px;
}
.cp_txt-title {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 3.9em;
	color: #FFFFFF;
}
#cp_txt-title {
	/*font-size: 1.2em;*/
}
.cp_txt-title-sml {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
}
#cp_title_text{
	position:absolute;
	/*-webkit-transition: left 0.51s ease;
	transition: left 1s ease;*/
	left: 312px;
	height: auto;
	width: 1001px;
	top: 355px;
}
#cp_title_text_sml{
	position:absolute;
	/*relativeansition: left 0.51s ease;
	transition: left 1s ease;*/
	left: 317px;/**/
	height: auto;
	width: 357px;
	top: 485px;
}
.cp_titletext{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 20px;
}
/* ~~ end cp page ~~ */
#srs_txt_b {
	 
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 2.5em;
	/*font-size: 32px;*/
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.footerlink {
	color: #00FF00;
	font-weight: bold;
	font-size: 16px;
}
.cplink {
	color: #00FF00;
	font-weight: bold;
	font-size: 20px;
}
.curpagelink {
	color: #00FF00;
	font-weight: bold;
	font-size: 14px;
}
.cptdlhrd {
	color: #000000;
	font-weight: bold;
	font-size: 36px;
}
.wptdlhrd {
	color: #000000;
	font-weight: bold;
	font-size: 28px;
}
.cmshrd {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
.ttlhrd {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
.cpname {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
.contreg {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.contreg01 {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}
.msghdr {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}
.msghdr2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}
.nophdr {
	color: #FF0000;
	font-weight: bold;
	font-size: 32px;
}
.sdtourhdr {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}
.tourhdr {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;
}

.octbrhdr {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}

.img-shdw {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	width: 394px;
    /* padding: 15px 0; */
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    margin-bottom: 20px;
    overflow: auto;
}
.cont-shdw {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
}
.menu-shdw {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
}
.footer-shdw {
    box-shadow: 0 5px 5px 6px rgba(0, 0, 0, 0.9);
}

.content {
	/*padding: 10px 0;
	padding-bottom: 10px*/ 
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
/*	background-color: #12252B; */
	background-color: #05306b;
}

/* ~~ main footer ~~ */
.mainfooter {
	/* ~~ padding: 10px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; ~~ */
	font-size: 18px;
	color: #FFFFFF;
	/* ~~ background-color: #3F627E;
	text-align: center; ~~ */
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	background-color: #3F627E;
	text-align: center;
}
p {
	margin: 0px 0 0;
}
.container .footer p {
	margin: 0px 0 0;
}

.content table p {
	padding-left: 10px;
}
.content table h1 {
	padding-left: 10px;
	font-size: 12px;
}
.content table h2 {
	padding-left: 10px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.container .header table tr td .topbar a {
	color: #FFF;
}
.container .footer p a {
	color: #FF0;
	font-weight: bold;
}

/* img fade in out */
/*
@keyframes cf3FadeInOut {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#cf3 img.top:hover {
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: .9s;
  animation-direction: alternate;
}
#cf3 img {
	position: absolute;
	left: 0;
	background-image: url(images/fbl_02.png);
}
#cf3 {
  position: relative;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
*/

/*  Rollover image styles  */
/*
.figure {
	position: relative;
	width: 360px; / * can be omitted for a regular non-lazy image * /
	max-width: 100%;
}
.figure img.Sirv.image-hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	object-fit: contain;
	opacity: 0;
	transition: opacity .2s;
}
.figure:hover img.Sirv.image-hover {
	opacity: 1;
}*/
