@charset "utf-8";
/* CSS Document */




#siteControls{
	float: right;
	height: 46px;
	padding-top: 7px;
}
#fullLogo img {
	height: 46px;
}
#companyName {
	width: 260px;
	padding-top: 4px;
}
#companyName h3{
	font-size:22px;
	font-weight:bold;
	padding: 8px 6px;
	color: #E91E22;
	text-shadow: 1px 1px #000;
}
#companyName img{
	width: 100%;
	padding-top: 8px;
}
#logo {
	left: 15px;
	height: 100%;
	padding-top: 7px;
}
#logo img{
	height:40px;
	padding: 3px 10px 9px;
}
#Search {
	width: 100%;
}
#jesusSearchTop {
	padding-top: 11px;
}
#logo, #companyName, #fullLogo, #jesusSearchTop {
	float: left;
	height: 46px;
}
.jesusSearchInput{
	background-color: #f5f5f5;
	border-top: thin solid #999;
	border-left: thin solid #999;
	border-bottom: thin solid #999;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow:1px 1px 1px 1px #e5e5e5;
	float:left;
	outline:0;
	padding: 0px 5px 0px 5px; 
	height: 30px;
	min-width: 40px;
}
.jesusSearchSelect{
	background-color: #f5f5f5;
	border: thin solid #999;
	box-shadow:1px 1px 1px 1px #e5e5e5;
	float:left;
	outline:0;
	padding: 0px 5px 0px 5px; 
	height: 30px;
	min-width: 40px;
}
select::-ms-expand {
	border: none;
}
.jesusSearchHolder{
	border-top: thin solid #999;
	border-right: thin solid #999;
	border-bottom: thin solid #999;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow:1px 1px 1px 1px #e5e5e5;
	cursor:pointer;
	float:left;
	text-align:center;  
	height: 30px;
}
.jesusSearchHolder:hover{
	background-color: #f5f5f5;
}
 
.jesusSearchHolder img{
	height: 100%; 
}
.siteControl {
	display:inline-block;
	opacity: .6;
	margin: 5px 0px;
	height: 26px;
	width: 26px;
	background-image:url(/emr4/img/headerButtons.png);
	background-repeat:no-repeat;
	background-size: 130px 26px;
	margin-right: 15px;
}
.siteControl:hover {
	opacity: .3;
	cursor:pointer;
}
#siteSearch {
	background-position: 0px 0;
}
#siteSettings {
	background-position: -26px 0;
}
#siteHelp {
	background-position: -52px 0px;
}
#siteAccess {
	background-position: -78px 0;
}
#siteOptions {
	background-position: -104px 0;
}
.dropDown {
	position: relative;
	width: 100%;
	top: 0;
	right: 0;
	margin: -5px 0px 0px 0px;
	z-index:1000;
}
.dropMenu {
	overflow:hidden;
	position: absolute;
	top: 43px;
	right: 0;
	background-color: #dfdfdf;
	border: 1px solid #999;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top:none;
	-webkit-transition:all linear .1s;
	transition:all linear .1s;
}
.dropMenu ul li{
	display: inline-block;
	text-align:right;
	padding: 10px 20px;
}
.dropMenu a{
	text-decoration:none;
	color: #000;
	padding: 5px 10px;
}
.dropMenu a:hover{
	color:#f5f5f5;
	cursor:pointer;
}
.dropMenu ul li ul {
	position:relative;
	text-align: left;
}
.dropMenu ul li ul li{
	text-align:left;
	display:inline-block;
	width: 33%;
}




































