/* === HOME PAGE STYLES ONLY === */


/* === QUALIFICATIONS === */

#qualifications {
	width: 100%;
	overflow: hidden;
}

#qualificationHeadings {
	float: left;
	border-right: 1px solid #eaeaea;
	margin: 20px 0;
	width: 720px;
}

#qualifications h1 {
	font-family: 'WhitneyBookRegular';
	font-size: 1.1em;
	color: #FF0000;
	margin: 7px 0 7px 20px;
}

#qualifications h1 span {
	font-family: 'WhitneyBold';
	text-transform: uppercase;
	font-size: 1.15em;
}

#findOutMore {
	display: block;
	float: right;
	width: 152px;
	height: 43px;
	position: relative;
	background: url(../../images/tag_wide.png) 0 0 no-repeat;
	text-decoration: none;
	margin: 32px 30px 0 0;
}
	#findOutMore span {
		display: block;
		width: 152px;
		height: 43px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#findOutMore .text {
		line-height: 43px;
		text-indent: 12px;
		font-family: "WhitneyBlackSCRegular";
		font-size: 16px;
		color: #FFF;
		text-transform: uppercase;
		text-shadow: 0 1px 0 rgba(0,0,0,0.15);	
	}
	#findOutMore .effect {
		background: url(../../images/tag_wide.png) 0 -43px;
	}




/* === MIDDLE HORIZONTAL MENU === */
#middleMenu {
	background: url(../../images/middlePane_stripe.gif);
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.homePageMiddle h3 {
	font-family: "WhitneyBookRegular";
	font-size: 19px;
	color: #0c456d;
	text-transform: uppercase;
}

#middleMenu .panel {
	background: url(../../images/middlePane_item.png) 20px 0 no-repeat;
	position: relative;
	float: left;
	width: 309px;
	height: 90px;
	margin: 20px 4px 20px 0;
	cursor: pointer;
}
#middleMenu .lastPanel {
	margin-right: 0;
}
	.panel .effect {
		background: url(../../images/middlePane_item.png) 20px -90px no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		width: 309px;
		height: 90px;
		display: none;
	}
	.panel h5 {
		font-size: 16px;
		font-family: "WhitneySemiboldItalic";
		color: #cff2ff;
		text-shadow: 0 1px 0 rgba(0,0,0,0.15);
		white-space: nowrap;
	}
	.panel h5 span {
		color: #FFF;
		text-transform: uppercase;
		font-family: "WhitneyBlackSCRegular";
		font-size: 16px;
	}
	.panel .icon {
		position: absolute;
		top: 23px;
		left: 0;
		width: 48px;
		height: 43px;
		z-index: 2;
	}
	.panel a {
		text-decoration: none;
	}
	#referPatientIcon {
		background: url(../../images/icon_sprite.png) 0 -12px no-repeat;
	}
	#appointmentIcon {
		background: url(../../images/icon_sprite.png) -96px -12px no-repeat;
	}
	#aboutSimonIcon {
		background: url(../../images/icon_sprite.png) -48px -12px no-repeat;
	}
	.panel .message {
		position: absolute;
		left: 75px;
		top: 20px;
		width: 175px;
		z-index: 2;
	}
	.panel p {
		font-family: "WhitneyBookRegular";
		color: #FFF;
		font-size: 15px;
	}

/* === CONDITIONS === */
#conditions {
	width: 370px;
	float: left;
	margin-bottom: 40px;
}

	#conditionsHeader {
		width: 370px;
		overflow: hidden;
	}

	#conditionsHeader h3{
		width: 222px;
		float: left;
	}

	#viewAllTag {
		float: left;
		display: block;
		position: relative;
		margin-left: 15px;
		width: 99px;
		height: 43px;
		background: url(../../images/tag.png) 0 0 no-repeat;
		text-decoration: none;
	}
		#viewAllTag span {
			display: block;
			width: 99px;
			height: 43px;
			position: absolute;
			top: 0;
			left: 0;
		}
		#viewAllTag .text {
			line-height: 43px;
			text-indent: 10px;
			font-family: "WhitneyBlackSCRegular";
			font-size: 16px;
			color: #FFF;
			text-transform: uppercase;
			text-shadow: 0 1px 0 rgba(0,0,0,0.15);	
		}
		#viewAllTag .effect {
			background: url(../../images/tag.png) 0 -43px;
		}
	
	#conditionsList {
		margin-top: 20px;
		width: 300px;
	}
	
	.conditionRow {
		line-height: 0;
		margin-bottom: 6px;
	}
	
	#conditionsList .evenRow {
		background: #F2F2F2;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	#conditionsList ul {
		width: 100%;
		overflow: hidden;
	}
	
	#conditionsList ul li {
	display: block;
	float: left;
	width: 50%;
	}
	
	#conditionsList a {
		display: block;
		color: #0b8fc3;
		font-size: 0.8em;
		text-decoration: none;
		text-indent: 20px;
		height: 32px;
		line-height: 32px;
		background: url(../../images/bullet.png) 8px center no-repeat;
	}

	
/* === ABOUT SURGERY === */
#aboutSurgery {
	margin-left: 370px;
	margin-bottom: 40px;
}
	
	#aboutSurgery p {
		color: #6c828a;
		font-size: .85em;
		line-height: 1.5em;
		margin: 1em 0;
	}
	
/* === CAROUSEL === */
#carouselWrapper  {
	width: 100%;
	background: url(../../images/carousel_bg.png) center 0 no-repeat;
}
#carousel {
	width: 942px;
	height: 296px;
	margin: 10px auto 15px auto;
}
.nivo-directionNav {
	display: block !important;
}
.nivo-prevNav {
	background: url(../../images/icon_sprite.png) 0 -111px no-repeat;
	width: 56px;
	height: 47px;
	overflow: hidden;
	text-indent: -9999px;
	left: -28px !important;
}

	.nivo-prevNav:hover {
		background: url(../../images/icon_sprite.png) -57px -111px no-repeat;
	}

.nivo-nextNav {
	background: url(../../images/icon_sprite.png) 0 -160px no-repeat;
	width: 56px;
	height: 47px;
	overflow: hidden;
	text-indent: -9999px;
	right: -28px !important;
}

	.nivo-nextNav:hover {
		background: url(../../images/icon_sprite.png) -57px -160px no-repeat;
	}
