@charset "utf-8";
/* CSS Document */
/* Global Reset */
* {
    margin: 0;
    padding: 0;
}
html, body {
	height: 100%;
}

body {
	font-family:Helvetica, Arial, sans-serif;
	color:#07517b;
	font-size:1em;
}

#wrapper {
	background:url('../images/layout/bg_mobile.jpg') no-repeat #FFF;
	background-position:center top;
	margin:0 auto;
}
#content {
	width:320px;
	margin:0 auto;
}
#content .pad {
	width:300px;
	margin:0 auto;
	padding:170px 0 20px 0;
}

.home, .callnow, .mapnow, .services, .hours  {
	display:block;
	width:138px;
	height:39px;
	margin:4px;
	text-indent:-9999px;
	background:url('../images/layout/btn_home.gif') no-repeat;
}
.callnow {background:url('../images/layout/btn_callnow.gif') no-repeat;}
.mapnow {background:url('../images/layout/btn_mapnow.gif') no-repeat;}
.services {background:url('../images/layout/btn_services.gif') no-repeat;}
.hours {background:url('../images/layout/btn_hours.gif') no-repeat;}

#footer {
	background:#134122;
	color:#FFF;
	min-height:40px;
}
#footer a, #footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:none;
}
#footer .pad {
	width:300px;
	margin:0 auto;
	padding:10px 0;
	font-size:1.2em;
}
.pjcs {
	display:block;
	float:right;
	width:104px;
	height:39px;
	margin-top:-5px;
	text-indent:-9999px;
	background:transparent url('../images/layout/pjcs_mobile.png') no-repeat;
}
