/* HTML5 Template Styles for HTML5Template page */
/* Make HTML5 layout elements block elements for older browsers */
header, nav, aside, article, footer, section, figure, figcaption {
  display: block;
}
body {
	background-color: #ffffff !important;
	margin: 0px;
	padding: 0px;
}
#wrapper {
    width: 100%;
	min-width: 320px;
	max-width: 736px;
	margin: 0 auto;
	padding: 0px;
	background-color: #ffffff;
}
header img {
     height: 65px;
	 }
#mobile-wrap{
    position: relative !important;
}
#menu-icon {
    width: 42px;
    height: 18px;
    cursor: pointer;
    border: solid 1px #666;
    display: block;
	padding: 2px 2px 2px 42px;
	background: #ecebeb url("menu-icon.png")no-repeat 10px center;
	color: #000000;
}
#mobileMenu  {
    clear: both !important;
	position: absolute !important;
	top: 35px !important;
	width: 160px;
	z-index: 10000;
	padding: 5px;
	background: #f8f8f8;
	border: solid 1px #999;
	display: none;
}
nav ul {
    padding-left: 0px !important;
}
nav ul li a {
    color: #5cacee;
    display:block !important;
	float: none !important;
	text-align: left;
	margin: 0px;
	padding:5px 5px;
	color:#000;
	text-decoration:none;
	line-height:1em;
	
	
}
#magazines {
    display: none;

}
#bottom {
    display: none;
}

header {
    width: 100%;
	padding: 0px;
	margin: 0px;
}
article #text #rich {
	padding-left: 10px;
	padding-top: 3px;
	float: right;
}
article #text {
	line-height: 22px;
	padding-top: 10px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
	float: right;
	clear: right;
}
article {
	width: 100% !important;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF !important;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}
article #text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	font-weight: normal;
	padding-left: 10px !important;
	padding-right: 5px !important;
	margin: 0px;
}
.textstyle2  {
	font-size: large;
	color: #000000;
	font-family: Arial;
} 
article #text a img {
	border: thin solid #FFFFFF;
}
article #text #rich {
	padding-left: 5px;
	margin: 0px;
}
footer  {
    width: 100%;
	text-align: center;
	clear: both;
	background-color: #87CEEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
footer a {
	color: #000000;
	text-align: center;
	text-decoration: none;
}
