td.a {vertical-align: middle; margin: 0px auto;}
a:link {color: black;}
a:visited {color: black;}
a:hover {color: red; text-decoration: none;}
a.f {text-decoration: none;}

table.mainTable.outerMain{
	width: 840px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

tr.logoRow{
	height: 100px;
}

tr.footer{
	height: 50px;
}

tr.footer td.footer{
	background-color: #0e3f0b;
}

tr.footer *{
	color: white;
}

.hide, .nd{
	display: none !important;
}

.logoTH{
	cursor: pointer;
}

body, html{
	height: 100%;
	width: 100%;
}

html{
	display: table;
}

body{
	display: table-cell;
}

.contactTable{
	margin-top: 1em;
}

.contactTable td{
	width: 200px;
}

/* Menu Area */
.menuItem {cursor: pointer;}

.menuItem{
	height: auto !important;
	width: 100% !important;
	padding-left: 9.5px;
	padding-right: 9.5px;
	padding-top: 9.5px !important;
	padding-bottom: 9.5px !important;
	background: green;
	text-decoration: underline;
	color: white;
	cursor: pointer;
	box-sizing: border-box;
}
	
.menuItem:hover{
	background: #3c7838;
}
	
.menuItem{
	font-size: 24px !important;
}
	
div.menu{
	position: absolute;
	top: 64px;
	left: 0px;
	z-index: 3;
	width: 100%;
	display: none;
}
	
.menuWrapper.hovered div.menu{
	display: block;
}
	
.menuWrapper:before{
	content: "☰ Menu";
	padding-left: 8px;
	z-index: 6;
	position: relative;
	display: block;
	height: 64px;
	line-height: 64px;
	color: white;
	font-size: 24px;
}
	
.menuWrapper{
	background-color: #0e3f0b;
	cursor: pointer;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none;      /* IE 10 and 11 */
	user-select: none;          /* Standard syntax */
	position: relative;
	width: 100%;
	z-index: 2;
	top: 0px;
	height: 64px;
}
	
.menuItemActive{
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
/* End Menu Area */

td.somePaddingPls{
	padding-left: 1em;
	padding-right: 1em;
}

.additionalInfoArea p{
	padding-left: .5em;
	padding-right: .5em;
}

/* Mobile Overrides Area */
@media only screen and (max-width: 999px){
	body{
		margin: 0px;
		padding: 0px;
	}
	
	.logoTH img{
		max-width: 100% !important;
	}
	
	td.sideMenu, td.sideMenu *, th.sideburn{
		display: none !important;
	}
	
	td{
		padding: 0px !important;
		overflow-wrap: break-word !important;
	}
	
	.rightSideTitle, .bonjourTitle, .pascaleTitle{
		font-size: 30px !important;
	}
	
	.small, .small *{
		font-size: 16px !important;
	}
	
	
	.hideMobile{
		display: none !important;
	}
	
	.showMobile{
		display: block;
	}
	
	
	.mainTable{
		width: 100% !important;
		min-width: auto !important;
	}
	
	.menuItem{
		height: auto !important;
		width: 100% !important;
		padding-left: 9.5px;
		padding-right: 9.5px;
		padding-top: 9.5px !important;
		padding-bottom: 9.5px !important;
		background: green;
		text-decoration: underline;
		color: white;
		cursor: pointer;
	}
	
	.menuItem:hover{
		background: #3c7838;
	}
	
	.menuItem{
        font-size: 24px !important;
    }
	
	div.menu{
		position: absolute;
		top: 64px;
		left: 0px;
		z-index: 3;
		width: 100%;
		display: none;
	}
	
	.menuWrapper.hovered div.menu{
		display: block;
	}
	
	.menuWrapper:before{
		content: "☰ Menu";
		padding-left: 8px;
		z-index: 6;
		position: relative;
		display: block;
		height: 64px;
		line-height: 64px;
		color: white;
		font-size: 24px;
	}
	
	.menuWrapper{
		background-color: #0e3f0b;
		cursor: pointer;
		-webkit-user-select: none; /* Safari */
		-ms-user-select: none;      /* IE 10 and 11 */
		user-select: none;          /* Standard syntax */
		position: relative;
		width: 100%;
		z-index: 2;
		top: 0px;
		height: 64px;
	}
	
	.menuItemActive{
		color: white;
		text-decoration: none;
		font-weight: normal;
		font-style: italic;
	}
}
