/* Layout */
body
{
	font-family:open-sans, droid-sans, source-sans-pro, Arial, sans-serif; 	
	font-size:14px;
}
#container-outer,
#container {
    width: 100%;
	overflow: hidden;
	display: block;
}
#container-inner {
	max-width: 880px;
	overflow: hidden;
	display: block;
	padding: 20px;
	margin: 20px auto;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	clear:both;
}
/* Mobile Menu */
.mobile-header {
	line-height: 100%;
	width: 100%;
	display: block;
	position: relative;
	z-index: 30;
	background: rgba(255,255,255,1.00);
	z-index: 9999;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	margin-top:-10px;
}
.mobile-header ul {
	margin: 0px;
	padding: 0px;
	z-index: 30;
	list-style: none;
	position:fixed;
	width:98%;
	background-color:rgba(255,255,255,1.00);
}
.mobile-header ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 30;
	width: 25%;
}
.mobile-header ul li a {
	margin: 0px;
	padding: 20px 0px;
	width: auto;
	display: block;
	background: none;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #888888;
	cursor: pointer;
	border-right: 1px solid #eeeeee;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration:none;
}
.mobile-header ul li.m-menu a {
	font-weight: 700;
}
.mobile-header ul li a:hover,
.mobile-header ul li.active,
.mobile-header ul li.active a {
	color: #ffffff;
	background: rgba(0,174,255,1.00);
}
.mobile-header ul li a:hover,
.mobile-header ul li.active a {
	border-right: 1px solid #63A832;
}
.mobile-header ul li a span.menu-open,
.mobile-header ul li.active a span.menu-close {
	display: inline;
}
.mobile-header ul li.active a span.menu-open,
.mobile-header ul li a span.menu-close {
	display: none;
}
/* Mobile Menu */
.mobile-menu {
	/* background: #222222; */
	margin: 0px;
	padding: 20px;
	width: 140px;
	text-transform: none;
	font-size: 12px;
	position: absolute;
	top: 72px;
	bottom: 0px;
	left: -200px; /* Hides Brief Menu Popup As JavaScript Loads */
	z-index: 9998;
	display: block;
	height: 100%;
	overflow: hidden;
	color: #ffffff;
}
.mobile-menu ul
{
	margin: 0px;
	padding: 0px;
	z-index: 30;
	list-style: none;
	position:fixed;
	width:160px;
	height:500px;
}
.mobile-menu ul li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 30;
}
.mobile-menu ul li a
{
	margin: 0  auto;
	width:100%;
	padding: 20px 0px;
	width: auto;
	display: block;
	background: none;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration:none;	
}
.mobile-menu ul li a:hover
{
	color: #ffffff;
	background: rgba(0,174,255,1.00);	
}
.mobile-menu.active {
	height: auto;
	overflow: visible;
}
.mobile-menu-bg {
	background: #222222;
	margin: 0px;
	position: fixed;
	width: 200px;
	top: 0px;
	bottom: 0px;
	left: -200px; /* Hides Brief Menu Popup As JavaScript Loads */
	z-index: 9997;
	display: block;
	height: 100%;
	-webkit-box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 0px 100px 0px rgba(0, 0, 0, 1);
}
.mobile-menu.active,
.mobile-menu-bg.active {
	display: block;
}
/* Floats */
.clearfloat:after {
	content: ""; 
	display: table;
	clear: both;
}
img
{
	margin:0 auto;
	position:relative;
	display:block;	
}

.row 
{
	vertical-align:top;
	height:auto !important;	
}
.list1, .list2, .list3, .list4, .list5, .list6, .list7
{
	display:none;	
}
.show1, .show2, .show3, .show4, .show5, .show6, .show7
{
	display: none; 
}
.hide1:target + .show1, .hide2:target + .show2, .hide3:target + .show3, .hide4:target + .show4, .hide5:target + .show5, .hide6:target + .show6, .hide7:target + .show7
{
	display: inline;
}
.hide1:target, .hide2:target, .hide3:target, .hide4:target, .hide5:target, .hide6:target, .hide7:target
{
	display: none;
}
.hide1:target ~ .list1, .hide2:target ~ .list2, .hide3:target ~ .list3, .hide4:target ~ .list4, .hide5:target ~ .list5, .hide6:target ~ .list6, .hide7:target ~ .list7 
{
	display:inline; 
}

.hide1, .show1, .hide2, .show2, .hide3, .show3, .hide4, .show4, .hide5, .show5, .hide6, .show6, .hide7, .show7
{ 
	width:100%;
	float:left;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	border:solid 1px rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	background-color:rgba(0,168,255,1.00);
} 

.hide1:hover, .show1:hover, .hide2:hover, .show2:hover, .hide3:hover, .show3:hover, .hide4:hover, .show4:hover, .hide5:hover, .show5:hover, .hide6:hover, .show6:hover, .hide7:hover, .show7:hover
{ 
	width:100%;
	float:left;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	border:solid 1px rgba(0,0,0,1.00);
	color:rgba(0,168,255,1.00);
	background-color:rgba(255,255,255,1.00);
} 
.list_button
{
	width:100%;
	float:left;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	border:solid 1px rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	background-color:rgba(0,168,255,1.00);
	
}
.list_button:hover
{
	width:100%;
	float:left;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	border:solid 1px rgba(0,0,0,1.00);
	color:rgba(0,168,255,1.00);
	background-color:rgba(255,255,255,1.00);
}