@media only screen and (max-width: 768px) and (min-width: 481px) {
/*larger phones, other tablets*/

html {
    font-size: 85%
}
#inner-wrap {
	width: 100%;
}
#content-wrap {
	width: 100%;
	border: none;
	margin: 0em;
}
#headouter {
	width: 100%;
}
#top {
	display:block;
	width: 100%;
	text-align:center;
}
#top #logoouter {
	display: block;
	width: 100%;
}

#top #contactinfo {
	display:none;
}

#top #logo {
	display:inline;
	float: none;
	width: 80%;
}
#slidebanner {
	display:none;
	width: 100%;
	float:none;
}
#slidebanner div {
	padding: 1.5em;
}

#slidebanner div p {
	/*display:none;*/
}
#slidebanner h2 {
	font-size: 1.45em;
}

#imgslider {
	width: 100%;
	float:none;
}
#slide-wrap {
	width: 100%;
}
#nav {
	border-bottom: none;
	width: 100%;
}
#nav ul {
	width: 100%;
}
#nav ul li {
	float: left;
	text-align:center;
	width:33.33%;
	padding:1px;
}

#nav ul li:nth-child(5) a {
	border-left:none;
}
/*
#nav ul li:first-child a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#nav ul li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;

}
*/
#leftbox {
	display:none;
}

#main {
	width:100%;
	float:none;
	padding-right: 1em;
	padding-left: 1em;
}

#footer {
	width: 100%;
	margin-bottom: 0em;
	font-size: 0.9em;
}

#footer #credits {
	float:none;
	text-align:center;
	display:block;
	width:auto;
	margin-left:2em;
	margin-right:2em;
}

#footer #socmed {
	float:none;
	text-align:center;
	display:block;
	width:auto;
	margin-left:2em;
	margin-right:2em;
	margin-bottom:1em;
}

#footer #socmed a {
	margin-left:1em;
	margin-right:1em;
}

.stndform input:not([type="submit"]), .stndform textarea, .stndform select {
	width: 65%;
	padding: 0.35em;
}
.stndform input[type=submit] {
	padding-top:0.5em;
	padding-bottom:0.5em;
}

#socialbar p {
	width: 33%;
}

#socialbar ul {
	width:67%;
}