@charset "UTF-8";

/* Layout Small Screens */


header {
	background: url(../images/banner_smalls.jpg) no-repeat right 0px;
	text-align:left; text-indent: 10 px; 
}


header a.logo {
	width: 88px;
	height: 78px;
	top: 4px;
	right: 5px;
	background-image: url(../images/logo_small.png);
}

h6 { font-size: 1.0em; margin: 0em 0em 0em 0em; }

#smallscreen {
	display: block;
	text-align: left;
	margin: 0px 0px 0px 55px;
	top: 3px;
	position: absolute;
}

article { padding: 20px 20px 10px 20px; }

nav {
	display: block;
	padding: 0px;
}

nav a {
	display: block;
	margin: 0px;
	padding: 9px;
	border-bottom: 1px solid #f5a06e;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
}

nav a:hover { color: #fff; background-color: rgba(255,255,255,.15); }

.promo_container { padding: 0px; }

.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position: 20px 13px;
	border-top: 1px solid #ccc;
}

.promo_container .promo .content { padding: 0px 20px 5px 90px; }


footer { border-top: 1px solid #a6abc5; font-size: .80em}

body { background-image: none;  }


#hero {
	height: 85px;
	background: url(../images/banner_small.jpg) no-repeat right 0px;
 }

#hero .panel .caption { display: none; }


#map_canvas {
    width: 250px;
    height: 250px;
    background-color: #CCC;
	margin: 0 auto 0 auto;
}

a.mobile_menu {
	display: block;
	width: 30px;
	height: 34px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #285d17 url(../images/mobile_link_menu.png) no-repeat 4px 4px;
	position: absolute;
	top: 49px;
	left: 10px;
	cursor: pointer;
}

a.mobile_menu.selected { background-position: 4px -26px; }
