/* CSS Document */
body {
	background:rgba(40,40,40,1.00);
}
.SiteTitle{
	position:absolute;
	top:0px;
	width:99%;
	height:auto;
}
.SiteContent{
	position:absolute;
	top:45px;
	width:99%;
	height:auto;
}
.Clearing {
	clear: both;
	display: block;
}
.img_left {
	max-width:300px;
	border: 2px solid #000;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	margin-right: 10px;
}
.img_right {
	max-width:300px;
	border: 2px solid #000;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
}
.img_right_NoBorder {
	max-width:300px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
	margin-right: 0px;
}
.img_left_NoBorder {
	max-width:300px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
	margin-right: 0px;
}
.img_Base {
	max-width:300px;
	border: 2px solid #000;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.img_Base_No_width {
	border: 2px solid #000;
	margin: 10px;
}
.img_PicControl {
	max-width:95%;
	height:auto;
	border: 2px solid #000;
	margin: 3%;

}
.img_PicControl_Left {
	max-width:95%;
	height:auto;
	border: 2px solid #000;
	margin: 3%;
	float: left;
}
.img_PicControl_Right {
	max-width:95%;
	height:auto;
	border: 2px solid #000;
	margin: 3%;
	float: right;
}
.Branding{
	height:auto;
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10%;
	background-image: url(../_images/Layout/Title_Area.png);
	background-size:100%,100%;
	background-repeat:no-repeat;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.SiteTitle_text{
	font-family:Times New Roman;
}
.Footer{
	position:relative;
	width: 100%;
	max-width:1600px;
	height:auto;
	background-color:rgba(40,40,40,1.00);
	margin-left:auto;
	margin-right:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
.Footer_Section2{
	width:100%;
}
.Icon{
	margin:-15px;
}
.phonebuttons{
	display: none;
}
.navi{
	background:rgba(0,0,0,0.70);
	width:100%;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
	height:45px;
	display:flex;
	flex-wrap:wrap;
	overflow:hidden;
}
.navi_title{
	font-family:Times New Roman;
	font-weight:bold;
	font-size:24px;
	color:white;
	padding:10px;
}
.navi_item{
	color: white;
	padding-bottom: 25px;
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 25px;
}
.navi_social{
	width: 40px;
	height: 45px;
}
@media screen and (min-width:300px){
	.phonebuttons{
	display:block;
}
.navi:hover{
	background:rgba(0,0,0,0.70);
	top:0px;
	height:500px;
	display:flex;
	z-index:1;
}
.navi_item{
	width:100%;
	font-family:Times New Roman;
	font-weight:bold;
	font-size:24px;
}
}
@media screen and (min-width:250px){
.Logo{
	width:48%;
	max-width:450px;
	padding-left:2%;
	height:auto;
	max-height:100%;
}
.SiteTitle_text{
	width:48%;
	color: yellow;
	font-size:16px;
	font-weight:bold;
	padding-top:1%;
	padding-right:2%;
	text-align:right;
}
.Icon{
	width:50px;
	height:50px;
}
.Footer_Section{
	width:100%;
	text-align:center;
	padding-bottom:50px;
}
}
@media screen and (min-width:450px){
.SiteTitle_text{
	font-size:20px;
}
.Icon{
	width:75px;
	height:75px;
}
.Footer_Section{
	width:33%;
}
}
@media screen and (min-width:600px){
.SiteTitle_text{
	color:yellow;
	font-size:24px;
}
.navi{
	display:flex;
	flex-wrap:wrap;
}
.navi:hover{
		height:45px;
}
.navi_item{
	color: white;
	width:auto;
	font-size:14px;
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 2px;
	padding-right: 10px;
}
.navi_title{
	width:1px;
	overflow:hidden;
	visibility:hidden;
}
}
@media screen and (min-width:800px){
.SiteTitle_text{
	color:yellow;
	font-size:26px;
}
.navi_item{
	font-size:18px;
	padding-bottom: 15px;
	padding-top: 11px;
	padding-right: 20px;
}
}
@media screen and (min-width:1000px){
.SiteTitle_text{
	color:yellow;
	font-size:30px;
}
.navi_item{
	font-size:22px;
	padding-bottom: 15px;
	padding-top: 8px;
	padding-right: 30px;
}
}
@media screen and (min-width:1600px){
.navi{
	width:1600px;
	margin-left:auto;
	margin-right:auto;
}
.navi_item{
	font-size:26px;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-right: 60px;
}
}
