@charset "UTF-8";

/* Layout Small Screens */
body {
	color: #FFF;
	line-height: 1.4em;
	font-family: Arial;
	font-size: 12px;
	background: #333c3b;
}

header {
	height: 75px;
	
}

header a.logo {
	width: 296px; height: 70px;
	top: 16px; right: 15px;
	background-image: url(../images/logo_large.png);
}
aside#logo {
	height: 85px;
	width: 330px;
	
}

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

ul{
padding: 5px 4px 5px 4px;
list-style-type: none;

}

nav {
	display: block;
	position: static;
	padding: 10px 0px 10px 0px;
	/*background-color: #009dad;*/
	z-index: 10000;
}

nav a {
	color: #fff;
	display: block;
	margin: 15px;
	padding: 9px;
	border: 1px solid #a6abc5;
	/*background: url(../images/mobile_link_arrow.png) no-repeat right center;*/
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
aside#overstate { display: none; }
aside#overstate2 { display: none; }
aside#overstate3 { display: none; }
aside#overstate4 { display: none; }
aside#overstate5 { display: none; }
aside#overstate6 { display: none; }

#overstate { display: none; }
#overstate2 { display: none; }
#overstate3 { display: none; }
#overstate4 { display: none; }
#overstate5 { display: none; }
#overstate6 { display: none; }

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


.quota {
	background-color: #394240;
	float: left;
	height: 200px;
	width: 296px;
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #223839;	
	
	}
	

.image {
	
	float: left;
	height: 360px;
	width: 296px;
	padding-top: 320px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #223839;	
	}

.promo_container {  padding: 0px; }

.promo_container .promo {
	display: block; 
	position: static;
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position: 0px 0px;
	background-color: transparent;
	
	
}

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




.promo_container .promo .content {
	display: block;
	float: left;
	height: 100%;
	width: 296px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	
}
.promo_container .promo .content_scroll {
	display: block;
	float: left;
	height: 100%;
	width: 296px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	
	
}
.promo_container .promo .quota { padding: 10px 0px 0px 30px; }





.promo.one {
	width: 296px;
	height: 500px;
	background: none;
}
.promo.two {
	display: none;
	background: none;
	 
}


.promo.three { background-color:none; border-bottom-width: 10px; border-bottom-style: solid; border-bottom-color: transparent;}


p.padding {
	line-height: 20px;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	text-indent: 0px;
}

p { margin: 0px 0px 0px 0px; }
.email-padding {
	padding-left: 0px;
	
	}


footer { border-top: 1px solid #a6abc5; }

body { background-image: none;  }