h1 {
	font-size: 1.5em;
}
p {
	margin: 0;
	padding: 0;
}
div.ui-page ui-body-c ui-page-header-fixed ui-page-active {

}
div#footer.ui-footer {
	text-align: center;
}

div#sm-wrapper {
	width: 142px;
	height: 40px;
	margin: 0 auto 0 auto;
	padding: 0;
}
a#mobile-facebook {
	display: block;
	width: 32px;
	height: 32px;
	background: url('../img/facebook.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	float: left;
}
a#mobile-facebook:hover {
	background-position: -32px 0px;
}
a#mobile-twitter {
	display: block;
	width: 32px;
	height: 32px;
	background: url('../img/twitter.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	float: right;
}
a#mobile-twitter:hover {
	background-position: -32px 0px;
}
a#aaha{
	display:block;
	width:42px;
	height:36px;
	background: url('../img/aaha_small.png') 0 0 no-repeat;
	border:none;
	border-radius: 0;
	box-shadow: none;
	float:left;
	margin-top:3px;
}
a#petportal{
	display:block;
	background: url('../img/pharmacy.gif') 0 0 no-repeat;
	width:100px;
	height:28px;
	float:left;
	margin-left:10px;
	margin-top:1px;
}

form#form_contact input#last_name,form#form_contact input#phone_work {display: none;}
form#form_contact input {
	width: 80%;
	margin: 0 auto;
}
div#wrapper {
}
div#content-wrapper {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
div#inner-wrapper {
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
div.ui-header h1.ui-title {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
div#header_location {
	margin-top: 0;
	padding-top: 0;
	top:-45px;
}
/* the bottom nav buttons */
div#button-nav {
	padding: 15px;
	clear: both;
	background: url('../img/bg.gif') 0 0 repeat;
}
ul.ui-listview div.ui-btn-inner {
	padding: 0;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.imageright {
	width: 50%;
	margin-left: 3%;
	margin-bottom: 3%;
	border: 4px solid #68394d;

}
.imageleft {
	width: 50%;
	margin-right: 3%;
	margin-bottom: 3%;

}
.imagecenter {
	width: 100%;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
hr.clear {
	clear: both;
	margin: 20px 0 15px 0;
}
hr.clearfooter {
	clear: both;
	margin: 20px 0 0px 0px;
	padding-bottom: 0px;
	*margin-bottom: -8px; /* For IE */
	height:4px;
	background-color: #4f3c32;
}
div#footer {
	padding-top:10px;
	padding-bottom:20px;
	border-top: 4px solid #4f3c32;
}
div#footer p {
	padding-left: 10px;
	padding-right: 10px;
}
.larger {
	font-size: 110%;
}
div.ui-page {
	padding-top: 44px;
}
.map-responsive{overflow:hidden; padding-bottom:100%; position:relative; height:0; margin:7px;}
.map-responsive iframe{left:0; top:0; height:100%; width:100%; position:absolute;}