@charset "UTF-8";

/* Layout Small Screens */
iframe { Height: 168px; Width: 300px; }

header { height: 75px; background: url(../../images/banner_small_S2.jpg) no-repeat right 0px; }

header a.logo {
	width: 105px;
	height: 40px;
	top. 16px;
	right: 15px;
	background-image: url(../../images/logo_small_S2.png);

}

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

a.high_img { display:none; }
a.mid_img { display:none; }
a.low_img { display:inline; }

nav {

position: static;
padding: 10px 0px 10px 0px;
/* background-color: #a6430a; */
background-color: #275031;
}

nav a {
	color: #266900;
	/* color: #a65c07; */
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #269600;
	background: url(../../images/mobile_link_arrow.png) no-repeat right center;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;

	}
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 #275031; }
body { background-image : none; }
