﻿#topLayer {
	
	align-items: center;
	-webkit-align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	height: 45px;
	background-color: white;
	padding-right: 20px;
	font-size: 18px;
	display:none;
}
#topLayer a {
	text-decoration: none;
	color: #24B3e1;
	font-weight: bold;
}
.bottomLayer {
	height: 45px;
	background-color: #EBEBDC;
}
#headerTitle {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	color: #980001;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 36px;
	padding-left: 15px;
	height: 45px;
}
#headerTitle a {
	text-decoration: none;
	color:#980001;

}
body {
	height: 100%;
	margin: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #e4e4e4;
	max-width:1100px;
	color:#1b1b1b;
}
header, nav, main, section, article, aside, footer {
	padding: 0px;
	margin: 0px;
}
#title {
	color: #26b1df;
}
#footer {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	font-size: 16px;
	background-color: #26b0df;
	min-height: 90px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #1b1b1b;
	width: 100%;
}
#footerMiddle{
	display: flex;
	display: -webkit-flex;
	align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	width:32%;

}
#mmfortin{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;	
    width:32%;
    padding-right:10px;
    font-size:14px;
}
#mmfortin img{
	height:80px;
	width:96px;
	padding-right:10px;
}


#footerStart{
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	width:32%;
}


#mainWrapper {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-height: 400px;
	background-color: white;
}
#mainBody {
    width:100%;
}
#indexParagraph{
	max-width:750px;
}
.maxWidth750{
	max-width:750px;

}

h1 {
	font-size: 2.5em;
	width: 100%;
}
h2 {
	font-size: 1.75em;
	width: 100%;
}
h3 {
	font-size: 1.17em;
	width: 100%;
}
h4 {
	font-size: 1.12em;
	width: 100%;
}
img {
	height: 100%;
	width: 100%;
}
.bold{
	font-weight:bold;
}
.largeBold{
font-size:22px;
	font-weight:bold;
	padding:5px;
}
.largeType{
	font-size:22px;
 padding:5px;

}

.xtraLargeType{
	font-size:26px;
	font-weight:bold;

 padding:5px;

}


.medType{
	font-size:18px;
 padding:5px;

}


.medBold{
font-size:18px;
	font-weight:bold;
	padding:5px;
}
.xtraPaddingBottom{
	padding-bottom:20px;
}

.xxxtraPaddingBottom{
	padding-bottom:50px;
	padding-right:30px;
	padding-left:30px;


}



.xtraPaddingTopBottom{
	padding-bottom:10px;
	padding-top:10px;
}
.xtraPadding{
	padding:10px;
}


#phoneImage{
	height: 24px;
	width: 24px;

}

/*  Slide Show   */
#slideshowWrapper {
    width:600px;
    padding-bottom:30px;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
/*  Slide Show   */
.formDiv {
    background-color: #eaeadb;
    border: medium silver solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}
#securityImage {
    height: 100px;
    width: 125px;
}
#center_container1 {
    margin-top: 5px;
    margin-bottom: 5px;
}
#locationWrapper {
	max-width: 800px;
}

#availableImage {
	max-width: 500px;
	
}



.flex-ac-jc-col {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex-ac-jc {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.flex-ac-sa {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.wrap{
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;

}

.availableImageContainer {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}


@media only screen and (max-width: 667px) {
#footer {
    -webkit-flex-direction: column;
    flex-direction: column;

}
#mmfortin {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 32%;
    font-size: 14px;
}

#footerMiddle {
    
   width: 100%; 
}



}
@media only screen and (max-width: 500px) {
.desktopOnly {
	display: none;
}
.desktopImages {
	display: none !important; 
}
#headerTitle{
font-size: 26px;	
}
#topLayer{
	display: flex;
    display: -webkit-flex;
}
}


