@charset "utf-8";

/* CSS Document */

.brandPh {
	display: none;
	text-align: center;
}

.PhoneiP {
	display:none;
}

#slidingDiv {
	display:none;
  }

.subNav {
	display:none;
}




@media only screen and (max-width: 736px) {

body {
	background-image: none;
	background-color: #ececec;
}


#hideDesktop {
	display:none;
}

#container {
    width: 100%;
    margin: 0px auto;
}
header#mainHeader #midBanners {
	display:none;

}

header#mainHeader .brand {
	display:none;
}

.brandPh {
	width: 100%;
	max-width: 524px;
	min-height: 60px;
	text-align: center;
	display: block;
	margin-top: 2%;
}

.PhoneiP {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 0%;
}

section#mainContent {
	width:100%;
	margin-right: auto;
    margin-left: auto;
}

section#mainContent .textContent {
	width: 90%;
	clear: both;
	line-height: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-image: none;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}

section#mainContent .textContent .midArea {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}



section#mainContent .textContent2 {
    width: 100%;
    clear: both;
    line-height: 25px;
    margin-left: 10px;
    padding-top: 40px;
    padding-bottom: 10px;
}

section#mainContent .textContent2 .content2left {
	float: left;
	width: 45%;
	padding: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 50px;
    clear: right;
}



section#mainContent .textContent2 .sepmid {
	display:none;
}

section#mainContent .textContent2 .belowtxt {
	width: 85%;
	margin-top: 0%;
	display: block;
}


footer#mainFooter .footer {
    width: 95%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40px;
}

footer#mainFooter .footerContact {
    color: #DDD6D2;
    font-family: Calibri,Arial,Verdana;
    font-size: 12px;
    line-height: 20px;
    width: 95%;
    margin-top: 10px;
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: center;
    margin-right: auto;
}


.subNav {
	height: auto;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 64px;
	margin-top: 5%;
}


#slidingDiv {
	height: 0px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	overflow-x: hidden;
	overflow-y: hidden;
	display: block;
	padding-top: 0px;
	background-color: #fff;
}

#iPhoneMenu a {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	color: #333333;
	background-color: #abbbcf;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #879ab2;
	text-align: center;
	font-family: Calibri;
	font-size: 15px;
	font-weight: bold;
}
#iPhoneMenu a:Hover {
	text-decoration: none;
}

.footerContact {
	display:none;
	
}

}

@media only screen and (min-width: 1024px) {




}




@media only screen and (min-width: 768px) {
.hide_desktop {
	display: none;
}
.hide_tablet {
	display: none;
}
}
