
#headerWrapper
{
	width: 100%;
	height: 80px;
	border: none;
	background-color: #fff;
	overflow: hidden;
}

#headerContent
{
	max-width: 1000px;
	margin: 0 auto;
	padding: 5px;
	box-sizing: border-box;
	height: 100%;
}

#headerContent .logo img
{
	height: 62px;
}



#btnMenu
{
	display: none;
	float: right;
	height: 100%;
	width: 50px;
	text-align: center;
	padding-top: 10px;
	box-sizing: border-box;
	cursor: pointer;
}

#btnMenu:hover
{
	background-color: #ddd;
}


@media (max-width: 1100px)
{
	#btnMenu
	{
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		background: #fff;
		z-index: 99999;
		height: 60px;
	}

	.links
	{
		display: none;
	}
}



#headerContent .links
{
	float: right;
	padding-top: 25px;
}

.links ul
{
	padding: 0;
	margin: 0;
}

.links li
{
	display: inline-block;
	float: left;
	margin: 0 10px;
	cursor: pointer;
}

.links li.active
{
	font-weight: bold;
}

.links li a,
.links li a:active,
.links li a:visited
{
	color: #000;
	text-decoration: none;
	font-size: 20px;
}

.links li a:hover
{
	text-decoration: underline;
}


#menuNarrow
{
	display: none;
	position: absolute;
	width: 100%;
	top: 80px;
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 10px 10px 0 #ccc;
	z-index: 999;
}

#menuNarrow .links
{
	display: block;
	text-align: center;
}

#menuNarrow .links .active
{
	font-weight: bold;
}

#menuNarrow .links a
{
	color: #000;
	text-decoration: none;
	margin: 0 10px;
	font-size: 20px;
	display: inline-block;
	cursor: pointer;
}




#searchBox
{
	display: none;
	background-color: #fff;
	max-width: 400px;
	position: absolute;
	right: 0;
	top: 80px;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 5px 10px 10px 0 #aaa;
	border-bottom-left-radius: 15px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


#searchBox .close
{
	color: red;
	float: right;
	cursor: pointer;
}





#mainContent
{
	max-width: 700px;
	margin: 0 auto;
}

#mainWrapper.scrollY
{
	overflow-y: scroll;
}





body
{
	background: #fff;
}





#footerWrapper
{
	width: 100%;
	background-color: #fff;
	padding: 0 10px;
	box-sizing: border-box;
}


#footerWrapper .content
{
	width: 100%;
	max-width: 1000px;
	margin: 20px auto;
	border-top: 1px solid #aaa;
	color: #aaa;
	padding-top: 20px;
}

#footerWrapper .content .link
{
	float: right;
}

#footerWrapper .content .link a
{
	color: #aaa;
	text-decoration: none;
}

#footerWrapper .content .link a:hover
{
	text-decoration: underline;
}

#mainContentWrapper section
{
	position: relative;
}

@media (max-width: 1000px)
{
	#footerWrapper .content
	{
		text-align: center;
	}

	#footerWrapper .content .link
	{
		float: none;
    	margin-top: 10px;
    }
}



/*     */


#MemberInfo
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 20px;
	background-color: #efefef;
	width: 100%;
	min-width: 100px;
	max-width: 300px;
	padding: 10px;
	box-sizing: border-box;
	z-index: 9;
}


#MemberInfo .content .row
{
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
}

#MemberInfo .content .row.first
{
	margin-top: 30px;
}

#MemberInfo .content .row a
{
	text-decoration: underline;
}

#MemberInfo .content .row a:hover
{
	text-decoration: none;
}



#MemberInfo .content .row .left
{
	float: left
}


#MemberInfo .content .row .right
{
	float: right;
	text-align: right;
}

.sidebar .btnClose
{
	float: right;
	cursor: pointer;
}

.sidebar .btnClose img
{
	padding: 0 4px;
}

.sidebar .btnClose img:hover
{
	background-color: #dedede;
}



.sidebarBtns
{
	display: none;
	position: fixed;
	top: 250px;
	left: 0;
	box-shadow: 0 0 5px 0 #333;
}

.sidebarBtns.right
{
	left: initial;
	right: 0;
}

.sidebarBtns .btn
{
	background-color: #dae3f3;
	height: 50px;
	border: 2px solid #678ccf;
	width: 50px;
	padding: 6px;
	box-sizing: border-box;
	cursor: pointer;
	border-left: none;
	text-align: center;
}

.sidebarBtns .btn:hover
{
	background-color: #bcc5d5
}

.sidebarBtns.right .btn
{
	border: 2px solid #678ccf;
	border-right: none;
}

@media (max-width: 1650px)
{
	#MemberTips .content .btnClose
	{
		display: block !important;
	}

	#MemberInfo
	{
		display: none !important;
		box-shadow: 0 0 10px 0 #333;
	}

	.sidebarBtns
	{
		display: block !important;
	}
}



#QuickLinks
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 20px;
	background-color: #efefef;
	width: 100%;
	min-width: 100px;
	max-width: 300px;
	padding: 10px;
	box-sizing: border-box;
	z-index: 9;
}

#QuickLinks .content .row
{
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
}

#QuickLinks .content .row.first
{
	margin-top: 30px;
}

#QuickLinks .content .row a
{
	text-decoration: underline;
}

#QuickLinks .content .row a:hover
{
	text-decoration: none;
}



#QuickLinks .content .row .left
{
	float: left
}


#QuickLinks .content .row .right
{
	float: right;
}


/* Shrink when too narrow for all menus to be open */

@media (max-width: 1320px)
{
	#QuickLinks
	{
		display: none !important;
		box-shadow: 0 0 10px 0 #333;
	}


	.sidebarBtns
	{
		display: block !important;
	}
}