@charset "UTF-8";

/* Layout Small Screens */

div.page {width: 100%; border: none;}

header #cornerObj { float:none; margin: 0 auto; }
header #cornerObj a img { border: 1 px solid black; }

header #bannerImg { display: none;}

header #headerDomainTitles h1 { font-size: 1.2em; color: #fff;}

nav {
	float: none;
	display: block;
	padding: 0px;
	width: 100%;
}

nav a {
	display: block;
	margin: 0px;
	padding: 9px;
	border-bottom: 1px solid #666;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
}
nav a:hover: { color: #fff; background-color: rgba(255,255,255,.15);}




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: #aaa url(../images/mobile_link_menu.png) no-repeat 4px 4px;
	position: absolute; top: 94px; left: 10px;
	cursor: pointer;
}

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

.mainContent { margin-left: 0;}

.promo_container img { float: none; margin: 0 auto;}
#sidebar1 { position: static; float: none; width: 100%; text-align: center;}

footer {padding-top: 10px;}