html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height:auto !important;
	height: 100%;
	margin: 0 auto -88px;
}
#footer, .push {
	height: 88px;
}
#footer {
	background-color: #586167;
}

#header {
	height:102px;
	background: url("/static/images/doctor_register/navbg.gif") repeat-x scroll 0 0 transparent;
}

.indexHeader {
	background-position: 0px 0px;
}

.innerHeader {
	background-position: 0px -3px;
}

#header a.navLogo {
	background-position: 0px 0px;
	text-indent: -900px;
	height: 74px;
    width: 192px;
    margin-top: 20px;
    border-left:none;
    padding-right:8px;
    border-bottom: none;
}
#header a.clinicNavLogo {
	background-position: -224px 0px;
	text-indent: -900px;
	height: 74px;
    width: 192px;
    margin-top: 12px;
    border-left:none;
    padding-right:8px;
		border-bottom: none;
		background: url("https://staff.chunyu.mobi/@/media/images/2019/09/06/c191/1b1c27784f6d_w283_h66_.png") no-repeat center;
    background-size: contain;
}

#header a {
	margin-top: 38px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 6px;
	text-decoration: none;
	line-height: 28px;
	cursor: pointer;
}

#header span.whoIam {
	margin-top: 38px;
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	margin-left: 6px;
	line-height: 28px;;
}

#header span.navSplit {
	margin-top: 40px;
	margin-left: 20px;
	width: 1px;
	line-height: 20px;
	font-size: 12px;
	color: #b4b4b4;
}

#header a.leftNavLink:hover, #header a.sel {
	text-decoration: none;
	background-color: #3791E6;
	border-radius: 4px;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	color: #ffffff;
}

#header a.rightNavLink {
	font-size: 14px;
	color: #999999;
	padding-left: 0;
	padding-right: 0;
	margin-left: 20px;
}
#header a.rightNavLink:hover {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}


#header a:hover.navLogo {
	border-bottom: none;
}

#header a#clinicSiteLink {
	padding-right: 22px;
	background-position: -146px -179px;
	background-repeat: no-repeat;
}


ul#footerLinks {
	margin-top: 32px;
	width: 342px;
}

#copyInfo {
	margin-top: 20px;
}
#footer #copyInfo p{
	font-size: 12px;
}

#footer p {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	color: #999999;
}

ul#footerLinks li {
	float: left;
	margin-right: 26px;
}

ul#footerLinks li a {
	font-size: 14px;
	color: #cccccc;
}
ul#footerLinks li a:hover {
	border-bottom: 1px dotted #cccccc;
	text-decoration: none;
}