@charset "utf-8";
/* CSS Document */

#BackgroundImage {
	height: 80%;
	width: auto;
	left: 0;
	top: 10%;
	position: fixed;
	z-index: -1;
}

.container {
	width: 100%;
}

h1 {
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
}

h3 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
}

h4 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
}

h5 {}

h6 {}

p {
	font-family:Arial, Helvetica, sans-serif;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #000;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

strong {
	font-weight: bold;
}

#header {
	position:fixed;
	width:100%;
	top:0;
	background-color: #FFF;
	min-height: 86px; /*100px;*/
	border-top: #006 4px solid;
	/*border-bottom: #F90 8px solid;*/
	border-bottom: #006 6px solid;
	z-index: 10000;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#BizIcon {
	position: relative;
	/*float: left;
	width:300px;
	padding:11px 10px 0 10px;*/
}

#HeaderRightSide {
	padding-right: 20px;
}

#header_image {
	width: 100%;
	height: auto;
}

/*.header_image img {
	width: 100%;
	height: auto;
}*/

#DropdownMenu {
	width:100%;
	min-height: 40px;
	/*position: relative;*/
	background-color: #006;
	padding:24px 0 0 0;
}

#DropdownMenu ul {
	list-style: none;
	position: relative;
}

/*#VisibleMenu {
	display: flex;
}*/

.MainMenuOptions {
	/*flex: 1;*/
}

#DropdownMenu ul a {
	display: block;
	color: #CCC;
	text-decoration: none;
	/*line-height: 26px;*/
	padding: 0 20px;
}

#DropdownMenu ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#DropdownMenu ul li:hover {
	background: #006;
}

#DropdownMenu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #006;
	padding: 0;
}

#DropdownMenu ul ul li {
	float: none;
	width: 220px;
}

#DropdownMenu ul ul li:last-child,
ul ul li:last-child a {
    border-radius: 0 0 10px 10px;
}

#DropdownMenu ul ul a {
	line-height: 120%;
	padding: 10px 15px;	
}

#DropdownMenu ul li:hover ul {
	display: block;
}

.DropMenuItems {
	border-radius: 0px 0px 10px 10px;
}

#Spacer {
	display:block;
	height: 96px;
}

#SplashImage {
	display:block;
	width:100%;
}

#SplashImage img {
	width:100%;
	height:auto;
}

#GenInfo {
	display:block;
	background-color:#CCC;
	width:100%;
	height:auto;
}

#GenInfo H3 {
	text-align:center;
	padding:40px 10%;
}

#MainContent {
	padding: 30px 80px;
	background-color: #FFF;
}

#MainContent {
	text-align: center;
}

#StaticImageWindow {
	display: block;
	height: 400px;
}


#BigMenu {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:40px 0px;
	background-color: #FFF;
}

.MenuPic {
	display:inline-block;
	width:25%;
	text-align:center;
	vertical-align:top;
}

.MenuPic img {
	width:90%;
	max-width:200px;
	height:auto;
}

.MenuPic p {
	padding-top: 20px;
}

#SplitContent {
	background-color: #FFF;
/*	margin-left: 20px;  */
}

#LeftContent {
	display: inline-block;
	vertical-align: top;
	width: 66%;
/*	margin-left: 20px;*/
}

#LeftContent div {
	padding: 20px 20px 20px 20px;
}

#LeftContent p {
	/*padding: 20px 10px 10px 30px;
	text-align: left;*/
	margin-top: 1em;
	margin-bottom: 1em;
}

#LeftContent a {
	text-decoration: underline;
}

#RightContent {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	background-color: #BBCDFF;
}

#RightContent p {
	/*padding: 20px 10px 10px 30px;*/
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

#RightContent a {
	text-decoration: underline;
}

#BottomMenu {
	display:block;
	background-color:#CCC;
	width:100%;
}

.btmMenuBox {
	display:inline-block;
	width:20%;
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align:top;
}

.btmMenuBox ul {
	margin-left:30px;
	font-size:12px;
	line-height:1.5;
}

Footer {
	background-color: #FFF;
	width: 100%;
}