@charset "utf-8";
/* CSS Document */

/* =========================================================

		Description: Lake Region Healthcare wrapper structure stylesheet
		Author: Ashley Sullivan
		Release Date: 01/21/13
		Designer approved: Ashley Sullivan
		Date approved: 1/18/13
		Revision History:
				Revised by:						Revised on:
				
=========================================================== */

/* ===== MAIN STRUCTURE ===== */

body {
	background-color: #FFFFFF;
	margin: auto;
}

#globalContainer {
	width: 960px;
	height: auto;
	margin: auto;
}

#nameplateContainer {
	width: 960px;
	height: 70px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
	
	#logo {
		float: left;
		width: 233px;
		height: 70px;
	}
	
	#headerRight {
		float: right;
		width: 700px;
		height: 70px;
		/* margin-right: 20px; */
	}
	
		#searchAndPhone {
			float: right;
			height: 27px;
			width: 400px;
		}
			
			#search {
				float: left;
				margin-top: 3px;
				margin-right: 15px;
				margin-bottom: 0;
				margin-left: 0;
			}
			
			#Query {
				font-family: Verdana, Geneva, sans-serif;
				font-size: 0.7em;
				color: #333333;
				border: none;
				padding-right: 0;
				padding-left: 10px;
				height: 21px;
				margin-right: -7px;
				background-color: #F6F6F6;
			}
			
			#replacementButton {
				background: url(searchBoxBtn.png) no-repeat;
				width: 30px;
				height: 21px;
				border: none;
				margin-left: 0;
				cursor: pointer;
			}

			@media screen and (-webkit-min-device-pixel-ratio:0) { 
				#replacementButton { position: absolute; margin: -25px 0 0 148px; }
			}
			
			.phone {
				float: right;
				margin-top: -5px;
			}
			
			img.phone {
				margin-top: 10px;
				margin-right: 12px;
				margin-bottom: 0;
				margin-left: 0;
			}
		
		.quickNav {
			float: right;
			width: 473px;
		}
		
		ul.quickNav {
			list-style: none;
			/*margin-right: 0;
			line-height: 14px;*/
		}

		ul.quickNav li {
			display: inline-block;
			float: left;
			padding-left: 1.4em;
			margin-left: 0;
			margin-right: 0;
		}

#mainPrimNav {
	width: 960px;
	height: 28px;
	background-color: #DCEAF5;
}

#docPrimNav {
	width: 960px;
	height: 28px;
	background-color: #DCEAF5;
}

#contentContainer {
	width: 960px;
	min-height: 600px;
	background-color: #DCEAF5;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#insideBanner {
	width: 960px;
	height: 200px;
}

#mainContentContainer {
	float: left;
	width: 595px;
	height: auto;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
}

	#contentColumn {
		min-height: 250px;
		width: 595px;
		padding-bottom: 10px;
		background: url(bodyContentBkg.png) repeat-y;
	}

	#contentBottom {
		background: url(bodyContentBottom.png) no-repeat;
		width: 595px;
		height: 60px;
	}
	
	img.imgRight {
		float: right;
		margin: 15px 21px 10px 10px;
	}
	
	img.imgLeft {
		float: left;
		margin: 15px 15px 10px 21px;
	}
	
	img.imgAlignRight {
		float: right;
		margin: 15px 21px 10px 10px;
	}

#rightColumnContainer {
	float: right;
	width: 285px;
	height: auto;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
}
	
	#rightColumn {
		background: url(rightColBkg.png) repeat-y;
		height: auto;
		width: 285px;
		padding-bottom: 10px;
	}

	#rightBottom {
		width: 285px;
		background: url(rightColBottom.png) no-repeat;
		height: 30px;
	}

#footer {
	width: 960px;
	height: 185px;
	background-image: url(footer.png);
	background-repeat: none;
}
	
	p.footer {
		float: right;
		margin-top: 93px;
		margin-right: 25px;
	}
		
	ul#footerNavLeft {
		float: left;
		list-style: none;
		margin-top: 95px;
	}
	
	ul#footerNavRight {
		float: left;
		list-style: none;
		margin-top: 112px;
	}
	
/* ===== SINGLE COLUMN STYLES ===== */

#singleColumn {
	width: 910px;
	height: auto;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
}
	
	#columnContainer {
		background: url(singleColumnBkg.png) repeat-y;
		height: auto;
	}

	#singleColumnBottom {
		width: 910px;
		height: 60px;
		background: url(singleColumnBottom.png) no-repeat;
	}

#singleLeft {
	width: 430px;
	float: left;
	margin-left: 25px;
}

#singleRight {
	width: 430px;
	float: right;
	margin-right: 20px;
}

#rightColumn .switch {
	margin-top: 4px;
}

/* ===== PATIENT STORY STYLING =====*/

.patientStory {
	border: 1px solid #056cb6;
	width: 552px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #dceaf5;
}

iframe {
	margin: 1px;
}

p.caption {
	margin-top: 3px;
	font-size: 11px;
	color: #333333;
}
	
/* ===== MICELLANEOUS ELEMENTS ===== */

.shim {
	clear: both;
}

.clearRight {
	clear: right;
}

	/*---------- Nav -----------*/

ul.MenuBarHorizontal { padding: 0; margin: 0; }
	ul.MenuBarHorizontal li { margin: 0; list-style: none; position: relative; display: inline-block; background-color: #DCEAF5; text-align: center; z-index: 9999; }
	ul.MenuBarHorizontal > li { padding: 0; margin: 0;  }
	ul.MenuBarHorizontal > li:hover { background-color: #056cb6; }
		ul.MenuBarHorizontal li a { color: #056CB6; font-size: 12px; line-height: 28px; font-family: Verdana, Geneva, sans-serif; text-decoration: none; display: block; }
		ul.MenuBarHorizontal > li > a { padding: 0 16px; }
		ul.MenuBarHorizontal li:hover > a { text-decoration: underline; color: #fff; }

		ul.MenuBarHorizontal ul { position: absolute; left: -99999px; width:223px; }

		ul.MenuBarHorizontal li:hover > ul { left: 0; top: 27px; }
		/*** IE7 Hack ***/  *ul.MenuBarHorizontal li:hover > ul { left: 223px; }
			ul.MenuBarHorizontal ul { padding: 0; border: solid 1px rgba(0,0,0,.2); }
				ul.MenuBarHorizontal ul li { display: block; white-space: nowrap; background-color: #DCEAF5; color: #056CB6; padding: 0 10px; text-align: left; }
				ul.MenuBarHorizontal ul li:hover { background-color: #056cb6; color: #fff; }

			ul.MenuBarHorizontal ul li:hover ul { left: 222px; top: 0; }

			.devHide { display: none !important; }

@media only screen and (max-device-width: 1024px) {

	.devHide { display: block !important; }

}

/*----------- Placeholder -----------*/

.searchField:focus::-webkit-input-placeholder { color: transparent; }
         .searchField:focus::-moz-placeholder { color: transparent; }
           .searchFiels:-ms-input-placeholder { color: transparent; }
                .searchField:-moz-placeholder { color: transparent; }

.searchField::-webkit-input-placeholder { -webkit-transition: all 0.2s ease;
                                             -moz-transition: all 0.2s ease;
											  -ms-transition: all 0.2s ease;
                                               -o-transition: all 0.2s ease;
                                                  transition: all 0.2s ease; }