/* === GENERAL SETUP === */
.internalColumn {
	padding: 20px 0;
}
.borderedImage {
	background: #e8f5fa;
	border-radius: 6px;
	width: 134px;
	height: 134px;
	float: left;
	/*background: url(../../images/internal/internal_border.png) 0 0;*/
	margin-right: 21px;
}
.borderedImage img {
	display: block;
	margin: 9px;
}
a {
	color: #0b8fc3;
	text-decoration: none;
}
.internalCopy {
	width: 600px;
	overflow: hidden;
	padding-bottom: 30px;
}

/* === RIGHT HAND COLUMN === */
#internalRight {
	margin-left: 350px;
}
#internalRight h1 {
	font-family: 'WhitneyBookRegular';
	font-size: 24px;
	color: #0c456d;
	margin-bottom: 11px;
}

.ie #internalRight h1{
	font-family: Trebuchet MS, arial;
	font-size: 22px;
	line-height: 28px;
}
#internalRight hr {
	height: 3px;
	background: #FFF;
	border-color: #e2e2e2;
	border-style: solid;
	border-width: 1px 0;
	margin: 7px 0 21px 0;
}
#internalRight p {
	font-size: 14px;
	line-height: 20px;
	color: #6c828a;
	margin-bottom: 25px;
}

#internalRight p:last-child {
	margin: 0;
}

/* === SIDEBAR === */
#sidebar {
	width: 323px;
	float: left;
}

#sidebarHeader {
	width: 281px;
	height: 96px;
	margin: 0 auto;
	background: url(../../images/sidebar_header.png) 0 0 repeat;
}
	#sidebarHeader h2 { 
		text-transform: uppercase;
		font-family: 'WhitneySemiboldRegular';
		font-size: 22px;
		color: #FFF;
		padding: 20px 0 0 35px;
		height: 22px;
	}

	#sidebarHeader h3 {
		font-family: 'WhitneyBookRegular';
		font-weight: normal;
		font-size: 22px;
		color: #afe4f8;
		padding: 3px 0 0 35px;
		height: 23px;
	}
	
#sidebarContent {
	background: url(../../images/bg_tile.gif) 0 0 repeat;
	padding-bottom: 7px;
	border-radius: 4px;
}

#sidebarImagery {
	width: 281px;
	margin: 0 auto;
}

#sidebarBlurb {
	text-align: center;
	width: 281px;
	margin: 21px auto;
	padding: 8px 0;
	background: #FFF;
}
	#sidebarBlurb h3 { 
		text-transform: uppercase;
		font-family: 'WhitneyBold';
		font-size: 16px;
		color: #0b8fc3;
	}
	#sidebarBlurb h4 {
		font-family: 'WhitneyBookRegular';
		font-size: 14px;
		color: #093e65;
		font-weight: normal;
	}
	#sidebarBlurb .entry {
		margin: 18px 0;
	}
	#hrTop {
		height: 9px;
		width: 257px;
		background: url(../../images/icon_sprite.png) 0 -207px no-repeat;
		margin: 8px auto;
	}
	#hrBottom {
		height: 9px;
		width: 257px;
		background: url(../../images/icon_sprite.png) 0 -216px no-repeat;
		margin: 8px auto;
	}
	
	
	
#sidebar .panel {
	background: url(../../images/sidebar_panel.png) 18px 0 no-repeat;
	position: relative;
	width: 323;
	height: 90px;
	cursor: pointer;
	margin-bottom: 17px;
}
.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;
	}
	
/* === BLUE RIGHT PANES === */
.blueRight {
	width: 215px;
	background: #e8f5fa;
	float: right;
	border-radius: 3px;
	margin-left: 30px;
}
.blueRight .wrapper {
	width: auto;
	padding: 21px;
}
.blueRight hr {
	height: 0 !important;
	border: 0 none !important;
	border-top: 1px solid #d3ebf5 !important;
	margin: 15px 0 !important;
}
.blueRight h4 {
	font-size: 24px;
	font-family: "WhitneyBookRegular";
	font-weight: normal;
	color: #093e65;
}
.blueRight .tel .value {
	font-family: "WhitneyBold";
	font-size: 28px;
	color: #093e65;
}
.blueRight .tel .type {
	display: none;
}
#availableHours {
	font-size: 15px;
	line-height: 20px;
	color: #093e65;
	width: 175px;
}
#patientForms .pdfIcon {
	background: url(../../images/icon_sprite.png) 0 -225px no-repeat;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding-left: 22px;
}
#patientForms li {
	width: 100%;
	overflow: hidden;
	padding: 14px 0;
	border-bottom: 1px solid #d3ebf5;
}
#patientForms li:last-child {
	padding-bottom: 0;
	border: 0;
}
#patientForms a {
	display: block;
	font-size: 13px;
}
.mapRight {
	float: right;
	margin-left: 30px;
}
.mapCopy p {
	margin-right: 430px;
}


/* === PATIENT LINKS === */
.bluePanel {
	background: #e8f5fa;
	border-radius: 3px;
	width: 585px;
	margin-bottom: 20px;
}
	.bluePanel .wrapper{
		padding: 21px;
	}
	.bluePanel .item {
		border-bottom: 1px solid #d3ebf5;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.bluePanel .item:last-child {
		margin: 0;
		padding: 0;
		border: 0;
	}
		.bluePanel .item  .icon {
			float: left;
			width: 42px;
			height: 42px;
			margin-left: 3px;
		}
			.patientLink_footprint .icon {
				background: url(../../images/internal/patientLink_footprint.png);
			}
			.patientLink_appointment .icon {
				background: url(../../images/internal/patientLink_appointment.png);
			}
			.patientLink_forms .icon {
				background: url(../../images/internal/patientLink_forms.png);
			}
			.patientLink_location .icon {
				background: url(../../images/internal/patientLink_location.png);
			}
			.referralLink_computer .icon {
				background: url(../../images/internal/referral_computer.png);
			}
			.referralLink_phone .icon {
				background: url(../../images/internal/referral_phone.png);
			}
			.referralLink_fax .icon {
				background: url(../../images/internal/referral_fax.png);
			}
		.bluePanel .item  .textContainer {
			margin-left: 62px;
		}
		.bluePanel h2 {
			font-family: "WhitneyBookRegular";
			font-size: 20px;
			color: #0a3f66;
		}
		.ie .bluePanel .item h2{
			font-family: arial;
		}
		a.bullet {
			display: inline-block;
			padding-right: 13px;
			background: url(../../images/bullet_internal.png) right center no-repeat;
		}
		.bluePanel .item p {
			font-size: 15px;
			line-height: 20px;
			color: #6c828a;
			margin: 10px 0;
		}
		.bluePanel .item .tel .value {
			color: #0B8FC3;
		}
		.bluePanel .item .tel .type {
			display: none;
		}


/* === PODIATRIC SURGERY === */
#surgeryList {
	background: #eef8fb;
	border-radius: 3px;
	width: 585px;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 25px 0;
}
	#surgeryList li {
		color: #3e6b8d;
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 17px;
		padding: 0 0 0 35px;
		background: url(../../images/bullet_internal.png) 20px 5px no-repeat;
	}
	#surgeryList li:last-child {
		margin: 0;
	}
	#surgeryList ul {
		width: 270px;
		margin: 0 6px;
		float: left;
	}
	
/* === FAST FOOT FACTS ===*/
#fastFootFactList {
	background: #eef8fb;
	border-radius: 3px;
	width: 600px;
	margin-bottom: 25px;
	overflow: hidden;
	padding: 25px 0;
}
	#fastFootFactList li {
		color: #3e6b8d;
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 17px;
		padding: 0 0 0 35px;
		background: url(../../images/bullet_internal.png) 20px 5px no-repeat;
	}
	#fastFootFactList li:last-child {
		margin: 0;
	}
	#fastFootFactList ul {
		margin: 0 11px 0 0;
	}

/* === ABOUT PAGE === */
#cv_pdf {
	background: url(../../images/icon_sprite.png) 0 -225px no-repeat;
	display: block;
	float: left;
	padding-left: 20px;
	position: relative;
}

/* === CONTACT PAGE === */
#contactUs {
	border-bottom: 1px solid #D3EBF5;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#contactSubs {
	width: 100%;
	overflow: hidden;
}
#contactSubs .subItem {
	float: left;
	width: 300px;
	padding: 21px 0;
}
#contactSubs h3 {
	font-size: 24px;
	color: #0a3f66;
	font-family: "WhitneyBookRegular";
	font-weight: normal;
}
#contactAlign {
	font-size: 15px;
	line-height: 20px;
	color: #6C828A;
}
span.blockLine {
	display: block;
	width: 100%;
	overflow: hidden;
}
span.blockLine .type {
	float: left;
	display: block;
	width: 60px;
}

/* === CONTACT BOX === */
.contactBox h3 {
	font-size: 20px;
	color: #0a3f66;
	font-family: "WhitneyBookRegular";
}
.contactBox hr {
	height: 0 !important;
	background: none transparent !important;
	border: 0 none !important;
	border-top: 1px solid #d3ebf5 !important;	
}
#formContainer {
	width: 100%;
	overflow: hidden;
}

#left_contactInputs {
	float: left;
	width: 250px;
}

#right_contactInputs {
	margin-left: 271px;
}

#formContainer .inputWrapper {
	/*height: 42px;*/
	border: none;
	border-radius: 3px;
	margin-bottom: 15px;
}

label{
/*	background: yellow;*/
	display: block;
}

#formContainer .inputWrapper input, #formContainer .inputWrapper textarea{
	border:none;
	height:31px;
	padding: 0 0 0 10px;
	margin: 0px;
	outline: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #6c828a;
	width: 240px;
	border-radius: 2px;
}

#formContainer .inputWrapper textarea{
 	height: 135px;
 	padding-top: 7px;
 	width: 273px;
 	
}

#practitioner_address{
	width: 300px;
}

#formContainer .filled input, #formContainer .filled textarea {
	color: #6c828a;
	padding-left: 12px;
	width: 238px;
}

#formContainer .filled textarea {
	width: 261px;
}

#formContainer p#p-emailText{
	display:block;
	height: 155px;
}

#formContainer textarea {
	height: 130px;
	resize: none;
}

#emailBody {
	height: 150px !important;
}
	#emailBody textarea {
		width: 235px !important;
	}
	
#sendEnquiry {
	float: right;
	display: block;
	width: 148px;
	height: 46px;
	overflow: hidden;
	text-indent: -99999px;
	border: 0 none;
	padding: 0;
	background: url(../../images/internal/sendSprite.png) 0 0 no-repeat;
	cursor: pointer;
}
	
#sendEnquiry:hover, #sendEnquiry:active {
	background: url(../../images/internal/sendSprite.png) -148px 0 no-repeat;
}

#p-spnet {
	display: none !important;
}

.formerror small {
	color: #d23636;
	left: 2px;
	position: relative;
	top: 2px;
}

.formerror input, .formerror textarea{
	background-color: #fcfafa;
}

.success{
	background: url(../../images/internal/success.png) no-repeat;
	color: #0C456D;
    font-family: 'WhitneyBookRegular';
    height: 45px;
    padding-left: 60px;
}

#p-patient_address{
	width: 250px;
}
/* === INTERNAL FOOTER === */
#internalFooter {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
	#internalFooter .bullet {
		font-size: 12px;
		color: #3e6b8d;
		background-image: url(../../images/icon_sprite.png);
		background-repeat: no-repeat;
		margin-bottom: 1px;
	}
	#internalFooter a {
		font-size: 12px;
		color: #0b8fc3;
	}
#previousPage {
	float: left;
}
	#previousPage .bullet {
		padding-left: 10px;
		background-position: 0 -243px;
	}
#nextPage {
	float: right;
	text-align: right;
}
	#nextPage .bullet {
		padding-right: 10px;
		background-position: right -243px;
	}
	
	
/* === CONDITIONS PAGE === */
ul li.last {
	margin: 0 !important;
}

h4.conditions{
	font-family: 'WhitneyBookRegular';
	font-size: 19px;
	color: #0c456d;
	margin-bottom: 5px;	
}
#categoryList {
	width: 100%;
	overflow: hidden;
}
	#categoryList li {
		width: 139px;
		height: 163px;
		display: block;
		float: left;
		margin-right: 14px;
		background: #e8f5fa;
		border-radius: 6px;
		cursor: pointer;
	}
	#categoryList li.active {
		background: #63b5d5;
	}
	#categoryList li.active h2 {
		color: #FFF;
	}
	#categoryList img{
		display: block;
		margin: 10px auto;
	}
	#categoryList h2{
		display: block;
		text-align: center;
		color: #0a3f66;
		font-family: 'WhitneyBookRegular';
		font-size: 20px;
	}

#stepList {
	width: 600px;
	overflow: hidden;
}
	#stepList li {
		float: left;
		display: block;
		margin-right: 6px;
		width: 195px;
	}
	#stepList strong {
		font-size: 12px;
		color: #0a3f66;
		float: left;
		display: block;
	}
	#stepList span {
		font-size: 12px;
		color: #6c828a;
		display: block;
		margin-left: 50px;
	}
	
#footViews {
	position: relative;
}

.footView { 
	display: none;
	border: 1px solid #e2e2e2;
	border-width: 1px 0 1px 0;
	padding-bottom: 10px;
	margin: 21px 0;
}
	.footView .trigger {
		position: absolute;
		background: rgba(255,255,255,0.01);
		/*background: rgba(255,0,0,0.2);*/
		z-index: 2;
		cursor: pointer;
	}
	.tooltipOpen .footView .trigger {
		cursor: default;
	}
#conditionHover {
	display: none;
	position: absolute;
	background-repeat: no-repeat;
	z-index: 1;
}

#category1 {
	background: url(../../images/internal/conditions/1/bg1.png) center 0 no-repeat;
	height: 450px;
	width: 600px;
}

#category2 {
	background: url(../../images/internal/conditions/2/bg2.png) center 0 no-repeat;
	height: 450px;
	width: 600px;
}

#category3 {
	background: url(../../images/internal/conditions/3/bg.png) center 0 no-repeat;
	height: 450px;
	width: 600px;
}

#category4 {
	background: url(../../images/internal/conditions/4/bg.png) center 0 no-repeat;
	height: 450px;
	width: 600px;
}

#conditionInfo .condition {
	display: none;
}

#conditionInfo .closeCondition {
	float: right;
	background: url(../../images/icon_sprite.png) right -277px no-repeat;
	height: 28px;
	line-height: 28px;
	padding-right: 36px;
	font-family: "WhitneyBookRegular";
	font-size: 16px;
	color: #6c828a;
	cursor: pointer;
}

/* === CONDITION TOOLTIP === */
#conditionTooltip {
	display: none;
	background: #09395c;
	position: absolute;
	z-index: 3;
	border-radius: 10px;
	border: 3px solid #FFF;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	width: 220px;
}
	#conditionTooltip .wrapper {
		padding: 10px;
	}
	#conditionTooltip .close {
		position: absolute;
		top: 9px;
		right: 11px;
		cursor: pointer;
		background: url(../../images/icon_sprite.png) 0 -261px no-repeat;
		width: 16px;
		height: 16px;
	}
	
	#conditionTooltip .arrow {
		background: url(../../images/icon_sprite.png) -11px -308px no-repeat;
		bottom: 15px;
		width: 16px;
		height: 16px;
		position: absolute;
		left: 220px;
	}
	
	#conditionTooltip .arrow.leftArrow {
		background: url(../../images/icon_sprite.png) 6px -308px no-repeat;
		bottom: 15px;
		width: 16px;
		height: 16px;
		position: absolute;
		left: -16px;
	}
	
	#conditionTooltip  .instructions {
		margin: 2px 0 6px 15px;
		font-size: 10px;
		color: #7893a6;
	}
	
	#conditionTooltip  h3 {
		margin: 6px 0 0 15px;
		color: #FFF;
		font-family: "WhitneySemiboldItalic";
	}
	
	#conditionTooltip  h3 span {
		font-family: "WhitneyBlackSCRegular";
	}
	#clickConditions  a{
		display: block;
		font-size: 12px;
		color: #81cbe2;
		cursor: pointer;
		padding-left: 15px;
		margin-bottom: 4px;
		background: url(../../images/bullet_internal.png) 3px 3px no-repeat;
	}
	
/* ========== ConditionList =============*/

	#conditionList li {
		width: 139px;
		height: 210px;
		display: block;
		float: left;
		margin-right: 11px;
		background: #e8f5fa;
		border-radius: 6px;
	}
	
		
	#conditionList h2 {
		display: block;
		text-align: center;
		color: #0a3f66;
		font-family: 'WhitneyBookRegular';
		font-size: 20px;
		}
		
	#conditionList img{
		display:block;
		margin: 10px auto;
	}
	
	
	#permission p{
		font-size: 12px;
		margin-top:15px;
		position: relative;
		top: 7px;
	}
	
/* === ONLINE REFERRAL FORM === */
.smallLeft, .smallRight {
	width: 260px;
	float: left;
}
.smallLeft {
	margin-right: 23px;
}
.referralForm textarea{
	width: 510px;
}
.referralForm h3{
	color: #0a3f66;
	font-size: 18px;
	font-family: 'WhitneyBookRegular';
	padding-bottom: 10px;
	border-bottom: 1px solid #d3ebf5;
	margin-bottom: 15px;
}

/* === PATIENT FORM === */
ul#patient-forms{
	display:block;
	font-size:14px;
	padding-bottom:10px;
}
ul#patient-forms li a{
	background: url("../../images/icon_sprite.png") no-repeat scroll 0 -225px transparent;
    display: block;
    float: left;
    height: 20px;
    padding:0 20px;
    position: relative;
}

.pdf{
	background: url("../../images/icon_sprite.png") no-repeat scroll 0 -225px transparent;
    display: block;
    height: 20px;
    margin-bottom: 5px;
    padding:0 20px;
    position: relative;
}
