body.heartwood {
	background: url(../webimages/hardwood_bg.jpg) repeat center top;
}
body {
	margin: 0;
	padding: 0;
	background: url(../webimages/body_bg.gif) repeat center top;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #635c4c;
}

.large #container {
	font-size: 14px;
	line-height: 1.6em;
}
.extraLarge #container {
	font-size: 16px;
	line-height: 1.6em;
}

a {
	outline: 0;
	color: #7d4320;
}
img {
	border: 0;
}
object, embed {
	outline: 0;
}
	img.right {
		float: right;
		display: inline;
		margin: 2px 0 10px 25px;
	}
	img.left {
		float: left;
		display: inline;
		margin: 2px 25px 10px 0;
	}
	img.center {
		display: block;
		margin: 0 auto;
	}
	
	table.right {
		float: right;
		display: inline;
		margin: 8px 0 10px 25px;
		padding: 0;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #7e88b4;
		font-style: italic;
		line-height: 16px;
		text-align: center;
		border-top: 4px solid #8d97c7;
		border-bottom: 4px solid #8d97c7;
		border-left: 0;
		border-right: 0;
		border-collapse: collapse;
	}
	table.left {
		float: left;
		display: inline;
		margin: 8px 25px 10px 0;
		padding: 0;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #7e88b4;
		font-style: italic;
		line-height: 16px;
		text-align: center;
		border-top: 4px solid #8d97c7;
		border-bottom: 4px solid #8d97c7;
		border-left: 0;
		border-right: 0;
		border-collapse: collapse;
	}
		table.right td, table.left td {
			margin: 0;
			padding: 10px 0;
		}
		table.right img, table.left img {
			margin: 0 0 10px;
		}

h1 {
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
	line-height: 20px;
	color: #7d4320;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
}
    .mainCol h1 {
	    margin: 0 0 0 -20px;
	    padding: 5px 0 5px 20px;
	    background: url(../webimages/h1_bg.gif) no-repeat 0px 12px;
    }
h2 {
	margin: 0;
	padding: 8px 0 0;
	font-size: 16px;
	line-height: 17px;
	color: #6b784e;
	font-family: 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
}
	.rightCol h2 {
		text-align: center;
	}
h3 {
	margin: 0;
	padding: 10px 0 0;
	font-size: 12px;
	color: #7d4320;
}
p {
	margin: 0;
	padding: 5px 0;
}
ul, ol {
	margin: 0;
	padding: 0 0 5px 25px;
	overflow: hidden;
}
* html ul, * html ol {
	height: 1%;
	overflow: visible;
}

table.list {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
	table.list td {
		vertical-align: top;
	}
	.list a {
		color: #635c4c;
	}
	table.list p, p.list {
		padding: 0 0 10px;
	}

.required {
    font-weight: bold;
    color: #ff0000;
}
.error {
    font-weight: bold;
    color: #ff0000;
}

.hide {
	display: none;
}
.container {
	overflow: hidden;
}
* html .container {
	height: 1%;
	overflow: visible;
}

.info {
    display: block;
    font-size: 11px;
    font-style: italic;
}
.message {
    display: block;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
}

a.button {
	display: block;
	width: 163px;
	margin: 0 5px;
	height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 29px;
	text-align: center;
	color: #635c4c;
	text-decoration: none;
	font-weight: bold;
	background: url(../webimages/button_template.gif) no-repeat left top;
}

#page {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: url(../webimages/page_bg.gif) repeat-y left top;
	z-index: 1;
}
	.home #page {
		padding: 0 6px;
		overflow: hidden;
		background: url(../webimages/page_bg.gif) repeat-y 6px 0px;
	}

#header {
	height: 142px;
	background: url(../webimages/top_bg.gif) no-repeat left top;
}
	.home #header {
		height: 581px;
	}
	
	#logo {
		position: absolute;
		top: 26px;
		left: 38px;
		z-index: 150;
	}
	.home #logo {
	    left: 44px;
	}
	#utilityMenu {
		position: absolute;
		top: 19px;
		left: 350px;
		width: 385px;
		height: 30px;
		overflow: hidden;
	}
	.home #utilityMenu {
	    left: 356px;
	}
		#utilityMenu ul {
			float: right;
			display: inline;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#utilityMenu li {
			float: left;
			display: inline;
			font-size: 11px;
			font-family: Helvetica, Arial, sans-serif;
			/* background: url(../webimages/utilityMenu_li_bg.gif) no-repeat 0px 11px; */
		}
			/*#utilityMenu li.first {
				background: none;
			}*/
		#utilityMenu a {
			display: block;
			height: 31px;
			line-height: 20px;
			color: #7e88b4;
			text-decoration: none;
		}
		* html #utilityMenu a {
			display: inline-block;
		}
			#utilityMenu a.selected {
				color: #fff;
				background: #8d97c7 url(../webimages/utilityMenu_a.gif) no-repeat left top;
			}
		#utilityMenu span {
			display: block;
			padding: 5px 7px 6px;
			height: 20px;
			cursor: pointer;
		}
		* html #utilityMenu span {
			display: inline-block;
		}
			#utilityMenu a.selected span {
				background: url(../webimages/utilityMenu_span.gif) no-repeat right top;
			}
		
	#searchMenu {
		position: absolute;
		top: 19px;
		left: 730px;
		width: 206px;
		height: 17px;
		padding: 6px 0 0;
		text-align: right;
	}
	.home #searchMenu {
	    left: 736px;
	}
		#searchMenu input.textbox {
			margin: 0 2px;
			text-align: center;
			color: #8d97c7;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 11px;
			width: 153px;
			border: 1px solid #8d97c7;
		}
		#searchMenu input.button {
			margin: 0 3px;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 11px;
			border: 0;
			background: #7f4a28;
			color: #fff;
			padding: 1px 5px;
			cursor: pointer;
		}
	#searchBody {
		position: absolute;
		top: 35px;
		left: 430px;
		width: 400px;
		height: 17px;
		padding: 6px 0 0;
		font-size: 11px;
		font-family: Helvetica, Arial, sans-serif;
		color: #7f4a28;
	}
	.home #searchBody {
	    left: 436px;
	}
		#searchBody input.textbox {
			margin: 0 2px;
			text-align: center;
			color: #7f4a28;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 11px;
			width: 153px;
			border: 1px solid #804b29;
		}
		#searchBody input.button {
			margin: 0 3px;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 11px;
			border: 0;
			background: #7f4a28;
			color: #fff;
			padding: 1px 5px;
			cursor: pointer;
		}
		
	#controlsMenu {
		position: absolute;
		top: 49px;
		left: 710px;
		width: 227px;
		height: 20px;
		text-align: right;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #8d97c7;
	}
	.home #controlsMenu {
	    left: 716px;
	}
		#controlsMenu a {
			float: right;
			display: inline;
			margin: 0 4px;
			color: #8d97c7;
			height: 18px;
		}
		#controlsMenu a.aaa {
			width: 29px;
			background: url(../webimages/controlsMenu_aaa_bg.gif) no-repeat left top;
		}
		#controlsMenu a.print {
			padding: 0 0 0 20px;
			background: url(../webimages/controlsMenu_print_bg.gif) no-repeat 0px 3px;
		}
		#controlsMenu a.send {
			padding: 0 0 0 19px;
			background: url(../webimages/controlsMenu_send_bg.gif) no-repeat 0px 5px;
		}
		
	#findDoctor {
		position: absolute;
		top: 98px;
		left: 0;
		z-index: 50;
	}
	.home #findDoctor {
	    left: 6px;
	}
		#findDoctor a {
			display: block;
			width: 170px;
			height: 40px;
		}
		    #findDoctor a:hover, .doctor #findDoctor a {
		        background: url(../webimages/findadoctor_hover.gif) no-repeat left top;
		    }
	#heartwoodLodge {
		position: absolute;
		top: 98px;
		left: 801px;
		z-index: 50;
	}
	.home #heartwoodLodge {
		left: 807px;
	}
		.heartwood #heartwoodLodge {
			top: 88px;
		}
		#heartwoodLodge a {
			display: block;
			width: 159px;
			height: 44px;
		}
			.heartwood #heartwoodLodge a {
				height: 64px;
			}
		#heartwoodLodge ul {
			position: absolute;
			top: 44px;
			right: 4px;
			width: 224px;
			font-size: 12px;
			margin: 0;
			padding: 20px 0 10px;
			list-style: none;
			background: #e5dac2 url(../webimages/heartwood_dropDown_bg.gif) no-repeat left top;
		}
		* html #heartwoodLodge ul {
			right: 3px;
		}
			.heartwood #heartwoodLodge ul {
				position: absolute;
				top: 64px;
			}
			#heartwoodLodge ul li {
				padding: 0 13px;
			}
			#heartwoodLodge ul a, .heartwood #heartwoodLodge ul a {
				display: inline-block;
				width: 192px;
				height: auto;
				color: #332c24;
				line-height: 12px;
				padding: 4px 3px;
				text-decoration: none;
				border-top: 1px solid #a08b6d;
			}
				#heartwoodLodge ul .first a {
					border: 0;
				}
				#heartwoodLodge ul a:hover, .heartwood #heartwoodLodge ul a:hover {
				    background: #c3a88a;
				}
		
	#primaryMenu {
		position: absolute;
		top: 98px;
		left: 170px;
		width: 631px;
		height: 44px;
		z-index: 50;
	}
	.home #primaryMenu {
	    left: 176px;
	}
		#primaryMenu ul {
			margin: 0;
			padding: 0;
			list-style: none;
			font-size: 14px;
			color: #332c24;
		}
		#primaryMenu li {
			float: left;
			display: inline;
			padding: 0 8px 0 12px;
			background: url(../webimages/primaryMenu_li_bg.gif) no-repeat 0px 19px;
		}
			#primaryMenu li.first {
				background: none;
				padding: 0 8px;
			}
		#primaryMenu a {
			display: block;
			height: 20px;
			line-height: 20px;
			padding: 10px 10px;
			text-decoration: none;
			color: #332c24;
		}
		* html #primaryMenu a {
			display: inline-block;
		}
			#primaryMenu .selected a {
				background: #cf6f00;
				color: #fff;
				border-bottom: 4px solid #cf6f00;
			}
			#primaryMenu a.on {
				background: #cf6f00;
				border-bottom: 4px solid #cf6f00;
			}
				.heartwood #primaryMenu a.on {
					border: 0;
				}
		
		#primaryMenu ul ul {
			display: none;
		}
		#primaryMenu ul ul.on {
			position: absolute;
			top: 44px;
			display: block;
			width: 223px;
			font-size: 12px;
			padding: 20px 0 10px;
			background: #f8d8b0 url(../webimages/primaryMenu_dropDown_bg.gif) repeat-x left top;
		}
			.heartwood #primaryMenu ul ul.on {
				top: 40px;
				border-top: 4px solid #cf6f00;
			}
			#primaryMenu ul ul li, #primaryMenu ul ul li.first {
				float: none;
				display: block;
				padding: 0 13px;
				background: none;
			}
			#primaryMenu ul ul a {
				height: auto;
				line-height: 12px;
				padding: 4px 3px;
				border-top: 1px solid #e8c098;
			}
			* html #primaryMenu ul ul a {
				display: block;
			}
				#primaryMenu ul ul .first a {
					border: 0;
				}
				#primaryMenu ul ul a.selected {
				    background: none;
			        color: #332c24;
				    border-bottom: 0;
				}
				#primaryMenu ul ul a:hover {
				    background: #e9b768;
				}
	
	#banner {
		position: absolute;
		top: 69px;
		left: 10px;
		width: 952px;
		height: 512px;
		overflow: hidden;
		z-index: 10;
	}
	#bannerOverlay {
		position: absolute;
		top: 98px;
		left: 0;
		width: 960px;
		height: 44px;
		z-index: 20;
		background: url(../webimages/primaryMenu_bg.gif) no-repeat left top;
	}
		.heartwood .home #bannerOverlay {
			top: 69px;
			left: 0;
			width: 966px;
			height: 512px;
			background: url(../webimages/heartwood_bannerOverlay.png) no-repeat left top;
		}
		* html .heartwood .home #bannerOverlay {
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/heartwood_bannerOverlay.png', sizingMethod='crop');
		}
		.heartwood #bannerOverlay {
			top: 88px;
			height: 64px;
			background: url(../webimages/heartwood_primaryMenu_bg.gif) no-repeat left top;
		}
		.home #bannerOverlay {
			top: 69px;
			left: 0px;
			width: 966px;
			height: 512px;
			background: url(../webimages/bannerOverlay.png) no-repeat left top;
		}
		* html .home #bannerOverlay {
			background-image: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/bannerOverlay.png', sizingMethod='crop');
		}
	#bannerText {
		position: absolute;
		top: 350px;
		left: 42px;
		width: 230px;
		height: 120px;
		color: #fff;
		text-align: center;
		overflow: hidden;
		z-index: 30;
		/*color: #635c4c;*/
	}
		#bannerText p {
			margin: 0;
			padding: 0;
		}
		#bannerText a {
			/*color: #5b8ca4;*/
			color: #fff;
			font-size: 20px;
			line-height: 25px;
		}
	#bannerThumbs {
		position: absolute;
		top: 470px;
		left: 26px;
		width: 350px;
		height: 32px;
		z-index: 30;
		overflow: hidden;
	}
		#bannerThumbs .thumb, #bannerThumbs .thumbSel {
			float: left;
			display: inline;
			width: 50px;
			height: 30px;
			margin: 1px 4px;
			background: #000;
		}
		#bannerThumbs .thumbSel {
			margin: 0px 3px;
			border: 1px solid #fff;
		}
		#bannerThumbs img {
			width: 50px;
			height: 30px;
		}
			#bannerThumbs .thumb img {
				opacity: .50;
				filter: alpha(opacity=50);
			}
	
	
#body {
	position: relative;
	padding: 0 20px;
	width: 920px;
	overflow: hidden;
}
.home #body {
	padding: 0 0 20px;
	margin: 0 -6px;
	width: 972px;
	min-height: 336px;
}
* html .home #body {
	height: 336px;
	overflow: visible;
}
.heartwood .home #body {
	background: url(../webimages/heartwood_flower.jpg) no-repeat 267px bottom;
	min-height: 426px;
}
* html .heartwood .home #body {
	height: 426px;
	overflow: visible;
}

.primary #bodyBG {
	background: url(../webimages/patients_body_bg.gif) repeat-y left top;
}
	.heartwood .primary #body {
		background: url(../webimages/heartwood_patients_flower.jpg) no-repeat 20px bottom;
		min-height: 744px;
	}
	* html .heartwood .primary #body {
		height: 744px;
		overflow: visible;
	}
	.order .primary #bodyBG {
		background: url(../webimages/order_body_bg.gif) repeat-y left top;
	}

.utility #bodyBG {
	background: url(../webimages/utility_body_bg.gif) repeat-y left top;
}
	.careers .utility #bodyBG {
		background: url(../webimages/utility_careers_body_bg.gif) repeat-y left top;
	}
	.search .utility #bodyBG {
		background: url(../webimages/utility_search_body_bg.gif) repeat-y left top;
	}
	
.doctor #bodyBG, .doctorResults #bodyBG {
	background: url(../webimages/doctor_body_bg.gif) repeat-y left top;
}

	

.primary .leftCol {
	border-top: 10px solid #cf6f00;
	float: left;
	display: inline;
	width: 165px;
	min-height: 200px;
	overflow: hidden;
	background: url(../webimages/patients_leftCol.gif) no-repeat left top;
}
* html .primary .leftCol {
	height: 200px;
	overflow: visible;
}
	.heartwood .primary .leftCol {
		background: url(../webimages/heartwood_patients_leftCol.gif) no-repeat left top;
	}
	.giftshop .primary .leftCol {
		background: url(../webimages/giftshop_patients_leftCol.gif) no-repeat left top;
	}
	.donation .primary .leftCol {
		background: url(../webimages/donation_leftCol.gif) no-repeat left top;
	}
	.order .primary .leftCol {
		display: none;
	}
	
.utility .leftCol {
	border-top: 10px solid #8d97c7;
	float: left;
	display: inline;
	width: 165px;
	min-height: 186px;
	overflow: hidden;
	background: url(../webimages/utility_leftCol.gif) no-repeat left top;
}
* html .utility .leftCol {
	height: 186px;
	overflow: visible;
}
	.careers .utility .leftCol {
		width: 135px;
		background: url(../webimages/utility_careers_leftCol.gif) no-repeat left top;
	}
	.search .utility .leftCol {
		display: none;
	}

.home .leftCol {
	float: left;
	display: inline;
	width: 273px;
	overflow: hidden;
	text-align: center;
	background: url(../webimages/home_leftCol_bg.gif) repeat-y left top;
}
	.home .leftCol .window {
		background: url(../webimages/home_leftCol_window.gif) no-repeat left top;
	}
		.home .leftCol .pane {
			min-height: 275px;
			padding: 7px 15px 23px;
			overflow: hidden;
			background: url(../webimages/home_leftCol_pane.gif) no-repeat left bottom;
		}
		* html .home .leftCol .pane {
			height: 300px;
			overflow: visible;
		}
	.home .leftCol p {
		margin: 0;
		padding: 7px 0;
	}
	
.doctor .leftCol, .doctorResults .leftCol {
	display: none;
}

#container {
	overflow: hidden;
}
* html #container {
	height: 1%;
	overflow: visible;
}
	.home #container {
		float: left;
		display: inline;
	}
	.primary #container {
		border-top: 10px solid #cf6f00;
		float: right;
		width: 755px;
		min-height: 429px;
		overflow: visible;
		background: url(../webimages/patients_container.gif) no-repeat left top;
	}
	* html .primary #container {
		height: 429px;
	}
		.heartwood .primary #container {
			background: url(../webimages/heartwood_patients_container.gif) no-repeat left top;
		}
		.giftshop .primary #container {
			background: url(../webimages/giftshop_patients_container.jpg) no-repeat left top;
		}
		.donation .primary #container {
			background: url(../webimages/donation_container.gif) no-repeat left top;
		}
		.contact .primary #container {
			background: url(../webimages/contact_container.gif) no-repeat left top;
		}
		.order .primary #container {
			float: none;
			width: 795px;
			padding: 0 0 0 125px;
			background: url(../webimages/order_container.gif) no-repeat left top;
		}

	.utility #container {
		border-top: 10px solid #8d97c7;
		float: right;
		width: 755px;
		min-height: 429px;
		overflow: visible;
		background: url(../webimages/utility_container.gif) no-repeat left top;
	}
	* html .utility #container {
		height: 429px;
	}
		.careers .utility #container {
			width: 785px;
			background: url(../webimages/utility_careers_container.gif) no-repeat left top;
		}
		.search .utility #container {
			background: url(../webimages/utility_search_container.gif) no-repeat left top;
			float: none;
			display: block;
			width: auto;
			padding: 0 0 0 150px;
		}
	
	.doctor #container {
		padding: 0 0 0 83px;
		overflow: visible;
		background: url(../webimages/doctor_container.gif) no-repeat left top;
	}
	.doctorResults #container {
		padding: 0 0 0 83px;
		background: url(../webimages/doctor_container_plain.gif) no-repeat left top;
	}

.mainCol {
	float: left;
	display: inline;
	width: 435px;
	padding: 25px 0 25px 85px;
	overflow: hidden;
}
	.singleCol .mainCol {
		width: 625px;
	}
.home .mainCol {
	width: 378px;
	padding: 0 40px 10px 45px;
	overflow: hidden;
	min-height: 100px;
	background: url(../webimages/mainBody_bg.gif) repeat-x left top;
}
* html .home .mainCol {
	height: 100px;
	overflow: visible;
}
.search .mainCol {
	padding: 0 0 25px 0;
	width: 725px;
	border-top: 1px solid #dba428;
}
.doctor .mainCol, .doctorResults .mainCol {
	float: none;
	display: block;
	width: auto;
	padding: 25px 85px;
}
.giftshop .mainCol, .giftshop .singleCol .mainCol {
	width: 644px;
}
.community .mainCol {
	width: 315px;
	float: none;
	display: block;
}
.order .mainCol {
	padding-top: 15px;
	width: 600px;
}
	
.rightCol {
	float: right;
	display: inline;
	width: 170px;
	overflow: hidden;
	min-height: 170px;
	text-align: center;
	padding: 25px 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}
* html .rightCol {
	height: 170px;
	overflow: visible;
}
	.singleCol .rightCol {
		display: none;
	}
	.rightCol p {
		padding: 0 0 10px;
	}
.home .rightCol {
	float: left;
	display: inline;
	width: 182px;
	padding: 0 14px 10px;
	min-height: 100px;
	background: url(../webimages/mainBody_rightCol.gif) repeat-x left top;
}
* html .home .rightCol {
	height: 100px;
	overflow: visible;
}
	.heartwood .home .rightCol {
		background: url(../webimages/heartwood_mainBody_rightCol.gif) repeat-x left top;
	}
.primary .rightCol {
	background: url(../webimages/patients_rightCol.gif) repeat-x left top;
}
	.heartwood .primary .rightCol {
		background: url(../webimages/heartwood_patients_rightCol.gif) repeat-x left top;
	}
.utility .rightCol {
	background: url(../webimages/patients_rightCol.gif) repeat-x left top;
}



.rightCol .event {
	line-height: 15px;
	padding: 0 0 12px;
	text-align: center;
}
	.rightCol .event .title {
		font-weight: bold;
	}
	
.mainMenu {
	padding: 20px 0;
}
	.mainMenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.mainMenu li {
		margin: 0 0 10px;
		padding: 1px 0 1px 30px;
	}
		.mainMenu li.selected {
			background: url(../webimages/mainMenu_li_selected.gif) repeat-y left top;
		}
	.mainMenu a {
		color: #7d4320;
	}
	.utility .mainMenu a {
		color: #595e85;
	}
		.mainMenu a.selected {
			color: #595e85;
			text-decoration: none;
		}
		.mainMenu ul ul li {
			margin: 0;
			padding: 1px 0 1px 10px;
		}
		    .mainMenu ul ul li.selected {
		        background-image: none;
		    }
		.mainMenu ul ul a {
			color: #595e85;
		}

.careMenu {
	text-align: center;
	padding: 5px 0;
}
	.careMenu .item {
		padding: 15px 0 15px 25px;
	}
	.careMenu .itemSel {
		margin: 15px 0 15px;
		padding: 0 0 0 17px;
		border-left: 8px solid #8d97c7;
	}
		.careMenu .title {
			font-size: 14px;
			line-height: 16px;
		}
		.careMenu .itemSel .title a {
			color: #595e85;
			text-decoration: none;
		}
		.careMenu ul {
			margin: 0;
			padding: 15px 0 0;
			list-style: none;
		}
		.careMenu .itemSel ul a {
			color: #595e85;
		}
		.careMenu .itemSel ul a.selected {
		    text-decoration: none;
		}
		
.callout {
    padding: 20px 0 20px 20px;
}
    .callout .title {
        background: #6b784e;
       	font-size: 16px;
	    line-height: 17px;
	    color: #fff;
	    font-family: 'Trebuchet MS', Arial, sans-serif;
	    text-transform: uppercase;
	    padding: 5px 10px;
	    text-align: center;
    }
    .callout .text {
        min-height: 170px;
        padding: 5px 10px;
        background: url(../webimages/callout_text.gif) repeat-x left top;
	    text-align: center;
    }
        .utility .callout .text {
            background: url(../webimages/callout_text_utility.gif) repeat-x left top;
        }
	
.header {
	height: 61px;
	overflow: hidden;
	padding: 0 110px;
	margin: 0 0 10px
}
	.header h1 {
		margin: 0;
		padding: 15px;
		font-size: 30px;
		line-height: 60px;
		color: #7d4320;
		font-family: 'Trebuchet MS', Arial, sans-serif;
		text-transform: uppercase;
		background: none;
	}
	.search .header {
		padding: 0;
	}
	.doctor .header {
		padding: 0 0 0 95px;
	}
	.doctorResults .header {
		text-align: center;
	}
	.giftshop .header {
		padding-left: 150px;
		text-align: center;
	}
		.giftshop .header h1 {
			color: #595e85;
		}
	.donation .header, .contact .header {
		height: 61px;
		padding: 0 0 0 40px;
		margin: 0;
		text-align: center;
	}
	.order .header {
		height: 61px;
		padding: 0;
		text-align: center;
		margin: 0;
	}
		.donation .header h1, .order .header h1 {
			color: #595e85;
		}

.banner {
	position: relative;
	margin: 0 -15px 0 0;
	width: 770px;
	overflow: hidden;
}
	.banner img {
		width: 770px;
		height: 240px;
	}
	.heartwood .primary .banner .overlay {
		position: absolute;
		width: 48px;
		height: 240px;
		top: 0;
		left: 0;
		background: url(../webimages/heartwood_patients_banner_overlay.png) no-repeat left top;
	}
	* html .heartwood .primary .banner .overlay {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/heartwood_patients_banner_overlay.png', sizingMethod='crop');
	}
	.primary .banner .overlay {
		position: absolute;
		width: 48px;
		height: 240px;
		top: 0;
		left: 0;
		background: url(../webimages/patients_banner_overlay.png) no-repeat left top;
	}
	* html .primary .banner .overlay {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/patients_banner_overlay.png', sizingMethod='crop');
	}
	.utility .banner .overlay {
		position: absolute;
		width: 48px;
		height: 240px;
		top: 0;
		left: 0;
		background: url(../webimages/utility_banner_overlay.png) no-repeat left top;
	}
	* html .utility .banner .overlay {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/utility_banner_overlay.png', sizingMethod='crop');
	}
	.donation .banner .overlay {
		position: absolute;
		width: 48px;
		height: 240px;
		top: 0;
		left: 0;
		background: url(../webimages/donation_banner_overlay.png) no-repeat left top;
	}
	* html .donation .banner .overlay {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/donation_banner_overlay.png', sizingMethod='crop');
	}
.doctor .banner {
    height: 240px;
	width: 851px;
}
	.doctor .banner img {
		width: 851px;
		height: 240px;
	}
	.doctor .banner .overlay {
		position: absolute;
		width: 36px;
		height: 240px;
		top: 0;
		left: 0;
		background: url(../webimages/doctor_banner_overlay.png) no-repeat left top;
	}
	* html .doctor .banner .overlay {
		background-image: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='webimages/doctor_banner_overlay.png', sizingMethod='crop');
	}

.services {
	padding: 7px 3px 7px 35px;
}
	.service {
		padding: 5px 0;
		overflow: hidden;
	}
	* html .service {
		height: 1%;
		overflow: visible;
	}
	.services .image {
		float: left;
		display: inline;
	}
	.services .title {
		text-align: center;
		font-size: 14px;
		line-height: 16px;
		padding: 16px 0 0;
	}
	
.careers .description {
	width: 490px;
	margin: 0 auto;
	padding: 3px 0 15px;
	text-align: center;
	border-top: 1px solid #7d4320;
}
	.careers .description a {
		color: #595e85;
	}
.doctorResults .description {
	width: 490px;
	margin: 0 auto;
	padding: 15px 0 0;
	text-align: center;
	border-top: 1px solid #7d4320;
}
	.doctorResults .description h1 {
		margin: 0;
		padding: 0;
		text-align: center;
		background: none;
	}
	.doctorResults .description a {
		color: #595e85;
	}
.giftshop .description, .order .description {
	width: 280px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
.donation .description {
	height: 40px;
	padding: 0 0 10px 40px;
	overflow: hidden;
}
	
.employment {
	position: relative;
	padding: 15px 0 15px 20px;
	margin: 0;
	width: 739px;
	overflow: hidden;
}
	.employment .topLeft {
		position: absolute;
		top: 15px;
		left: 20px;
		height: 12px;
		width: 12px;
		background: url(../webimages/employment_topLeft.gif) no-repeat left top;
	}
	.employment .topRight {
		position: absolute;
		top: 15px;
		left: 747px;
		height: 12px;
		width: 12px;
		background: url(../webimages/employment_topRight.gif) no-repeat left top;
	}
	.employment .bottomRight {
		position: absolute;
		bottom: 15px;
		left: 747px;
		height: 12px;
		width: 12px;
		background: url(../webimages/employment_bottomRight.gif) no-repeat left top;
	}
	* html .employment .bottomRight {
		bottom: 11px;
	}
	.employment .bottomLeft {
		position: absolute;
		bottom: 15px;
		left: 20px;
		height: 12px;
		width: 12px;
		background: url(../webimages/employment_bottomLeft.gif) no-repeat left top;
	}
	* html .employment .bottomLeft {
		bottom: 11px;
	}
	.employment table {
		margin: 0;
		padding: 0;
		border: 0;
		border-spacing: 1px;
		background: #9a9a9a;
	}
	.employment td, .employment th {
		border: 0;
		padding: 10px 12px;
	}
	.employment th {
		vertical-align: bottom;
		text-align: left;
		background: #fff url(../webimages/employment_bg.gif) repeat-x left top;
		text-transform: uppercase;
		letter-spacing: -1px;
		color: #7d4320;
	}
		.employment .department {
			width: 129px;
		}
		.employment .position {
			width: 69px;
		}
		.employment .qualifications {
			width: 244px;
		}
		.employment .status {
			width: 77px;
		}
		.employment .dateposted {
			width: 94px;
		}
	.employment td {
		vertical-align: top;
		background: #fff;
	}
		.employment td.qualifications {
			font-size: 11px;
		}
	.employment tr.jobPager {
	    display: none;
	}
	
	a.apply {
		display: block;
		margin: 15px auto 10px;
		width: 71px;
		height: 26px;
		background: url(../webimages/button_Apply.gif) no-repeat left top;
		text-decoration: none;
	}
		a.apply span {
			visibility: hidden;
		}
		
.searchTitle {
	font-size: 15px;
	font-weight: bold;
	color: #7d4320;
	padding: 5px 0 0;
	height: 45px;
	overflow: hidden;
}
.searchPaging {
	font-size: 12px;
	font-weight: normal;
	color: #7d4320;
	padding: 10px 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
	.searchTitle .searchPaging {
		text-align: left;
	}
	.careers .searchPaging {
	    padding-top: 0;
	    margin: 0 0 20px;
	}
.searchResult {
	padding: 15px 150px 15px 30px;
	color: #635c4c;
	overflow: hidden;
}
* html .searchResult {
	height: 1%;
	overflow: visible;
}
	.searchResult h3 {
		margin: 0;
		padding: 0;
		font-size: 14px;
		color: #635c4c;
		font-weight: bold;
	}
		.searchResult h3 a {
			color: #635c4c;
		}
	.searchResult .summary {
		margin: 5px 0 0;
	}
	.searchResult p {
		margin: 0;
		padding: 0;
	}
	.searchResult .cite {
		font-weight: bold;
	}
		.searchResult .cite a {
			color: #635c4c;
			text-decoration: none;
		}
.searchFeatured {
	width: 624px;
	margin: 15px 0;
	padding: 0 0 10px;
	background: url(../webimages/searchFeatured.gif) no-repeat left bottom;
}
	.searchFeatured .title {
		font-size: 15px;
		line-height: 30px;
		font-weight: bold;
		color: #7d4320;
		height: 30px;
		padding: 7px 15px 10px;
		overflow: hidden;
		background: url(../webimages/searchFeatured_title.gif) no-repeat left top;
	}
	.searchFeatured .searchResult {
		padding: 15px 50px 15px 135px;
	}
	.searchFeatured .image {
		float: left;
		display: inline;
		margin: 0 0 0 -105px;
	}
	.searchFeatured .searchResult h3, .searchFeatured .searchResult h3 a {
		color: #7d4320;
	}
	
.findArea {
	width: 575px;
	padding: 20px;
	margin: 10px auto;
	min-height: 230px;
	overflow: hidden;
	color: #666;
	background: url(../webimages/doctor_findArea.gif) no-repeat left top;
}
* html .findArea {
	height: 230px;
	overflow: visible;
}
	.doctorResults .findArea {
		background: none;
		padding: 0 20px 20px;
		margin: 0 auto;
		min-height: 0;
	}
	* html .doctorResults .findArea {
		height: 1%;
	}
	.findArea table {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
	}
	.findArea td {
		padding: 10px 5px;
	}
	.findArea td.label {
		width: 200px;
		text-align: right;
		font-size: 11px;
	}
	.findArea .input select {
		font-size: 11px;
	}
	.findArea a.go {
		display: block;
		width: 94px;
		height: 29px;
		margin: 10px auto;
		text-decoration: none;
		background: url(../webimages/button_Go!.gif) no-repeat left top;
	}
		.findArea a.go span {
			visibility: hidden;
		}
	.findArea a.searchAgain {
		display: block;
		width: 147px;
		height: 29px;
		margin: 10px auto;
		text-decoration: none;
		background: url(../webimages/button_SearchAgain.gif) no-repeat left top;
	}
		.findArea a.searchAgain span {
			visibility: hidden;
		}
		
.drResults {
	width: 600px;
	padding: 5px 0 5px 44px;
	overflow: hidden;
	margin: 0 0 0 96px;
	background: url(../webimages/drResults_bg.gif) repeat-y left top;
}
	.drResults dl {
		margin: 0;
		padding: 0;
		width: 600px;
		padding: 23px 0 22px;
		border-top: 1px solid #7d4320;
		overflow: hidden;
		color: #7d4320;
		line-height: 1.4em;
	}
		.drResults dl.first {
			border: 0;
		}
	.drResults dd {
		margin: 0;
		padding: 0;
	}
		.drResults .image {
			float: left;
			display: inline;
			width: 106px;
			margin: 3px 0;
			overflow: hidden;
		}
		.drResults .details {
			float: left;
			display: inline;
			width: 230px;
			padding: 0 0 0 18px;
			overflow: hidden;
		}
		.drResults .credentials {
			float: left;
			display: inline;
			width: 240px;
			overflow: hidden;
		}
		.drResults h3 {
			font-size: 14px;
			font-weight: bold;
			margin: 0;
			padding: 0;
		}
		.drResults h4 {
			font-size: 12px;
			font-weight: bold;
			margin: 0;
			padding: 0;
		}
		.drResults p {
			padding: 0 0 10px;
		}
		
.cartControls {
	position: absolute;
	top: 138px;
	left: 764px;
	height: 24px;
	width: 133px;
	overflow: hidden;
	background: url(../webimages/cartControls_bg.gif) no-repeat left top;
		font-size: 10px;
		line-height: 22px;
		color: #635c4c;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
}
	.cartControls .checkout a {
		display: block;
		margin: 1px 0 0;
		width: 133px;
		height: 22px;
		background: url(../webimages/spacer.gif);
		text-decoration: none;
		color: #635c4c;
	}
		.cartControls .checkout span {
			display: block;
			text-align: center;
		}
		
.vTab {
	position: relative;
	height: 34px;
	overflow: hidden;
	margin: 0 0 2px;
}
	.vTab .title {
		height: 30px;
		border-top: 4px solid #cf6f00;
		background: url(../webimages/vTab_title.gif) repeat-x left top;
	}
		.vTab .title a {
			display: block;
		    height: 30px;
			font-weight: bold;
			font-size: 17px;
			margin: 0;
		    padding: 0 12px;
			line-height: 30px;
			color: #a67a5a;
		    text-decoration: none;
		}
		.vTab .title span {
		    padding: 0 12px 0 0;
			background: url(../webimages/vTab_title_arrow.gif) no-repeat right center;
		}

.vTabSel {
	position: relative;
	margin: 0 0 2px;
	padding: 0 0 8px;
	height: auto;
	overflow: hidden;
	background: #fff url(../webimages/vTabSel_bg.gif) repeat-x left bottom;
}
	.vTabSel .title {
		height: 30px;
		border-top: 4px solid #595e85;
		background: url(../webimages/vTabSel_title.gif) repeat-x left top;
	}
		.vTabSel .title a {
			display: block;
		    height: 30px;
		    padding: 0 12px;
			font-weight: bold;
			font-size: 17px;
			margin: 0;
			line-height: 30px;
			color: #595e85;
			text-decoration: none;
		}
		.vTabSel .title span {
		    padding: 0 12px 0 0;
			background: url(../webimages/vTabSel_title_arrow.gif) no-repeat right center;
		}
		
.slideLeft {
    visibility: hidden;
	position: absolute;
	top: 145px;
	left: 9px;
	width: 13px;
	height: 35px;
	background: url(../webimages/slideLeft_arrow.gif) no-repeat left top;
	cursor: pointer;
}
.slideRight {
    visibility: hidden;
	position: absolute;
	top: 145px;
	right: 9px;
	width: 13px;
	height: 35px;
	background: url(../webimages/slideRight_arrow.gif) no-repeat left top;
	cursor: pointer;
}

.sliderBox {
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.slider {
	width: 5000px;
	overflow: hidden;
	margin: 0;
	padding: 30px 0 0;
}
	.gift {
		float: left;
		display: inline;
		width: 120px;
		padding: 0 15px;
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 1.3em;
		text-align: center;
		overflow: hidden;
	}
		.gift .image {
			width: 116px;
			height: 146px;
			padding: 2px;
			
			background: #fff;
		}
			.gift .image img {
				width: 116px;
				height: 146px;
			}
		.gift .name {
			padding: 15px 0 0;
			font-size: 11px;
			color: #635c4c;
			font-weight: bold;
		}
		.gift .details {
			margin: 0 0 5px;
		}
		.gift .price {
			float: left;
			display: inline;
			width: 45px;
			overflow: hidden;
			font-weight: bold;
			line-height: 25px;
			padding: 0 0 5px;
		}
		.gift .quantity {
			float: right;
			display: inline;
			width: 75px;
			overflow: hidden;
			line-height: 25px;
			padding: 0 0 5px;
		}
			.gift .quantity label {
				vertical-align: middle;
			}
			.gift .quantity input {
				border: 1px solid #676767;
				font-size: 11px;
				width: 16px;
				vertical-align: middle;
				text-align: center;
				color: #666;
			}
		.gift .options {
			clear: both;
			overflow: hidden;
			padding: 0 0 8px;
		}
			.gift .options select {
				font-size: 11px;
				border: 1px solid #94acc4;
				width: 100px;
				margin: 4px 0 0;
				color: #666;
			}
		.gift .addToCart {
			clear: both;
			padding: 0 0 6px;
		}
			.gift .addToCart a {
				display: block;
				margin: 0 auto;
				width: 70px;
				height: 17px;
				background: url(../webimages/gift_addToCart.gif) no-repeat left top;
			}
				.gift .addToCart span {
					display: none;
				}
				
.calendar {
	float: right;
	display: inline;
	padding: 60px 38px 0 0;
}
	.calendar table a {
		text-decoration: none;
	}
	.calendar table {
		width: 290px;
		margin: 0;
		padding: 0;
		border: 2px solid #7e7569;
		border-collapse: collapse;
		background: #fff;
	}
	.calendar th, .calendar td {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.calendar th.lastMonth {
		background: #f8e9c9;
		height: 34px;
		color: #f9eacd;
		font-family: Arial, Helvetica, sans-serif;
	}
	.calendar th.month {
		background: url(../webimages/calendar_month.gif) repeat-y left top;
		height: 34px;
		font-size: 20px;
		color: #7d4320;
		font-weight: bold;
	}
	.calendar th.nextMonth {
		height: 34px;
		color: #7f7569;
		font-family: Arial, Helvetica, sans-serif;
	}
		.calendar th a {
			color: #7f7569;
		}
	.calendar th.dayofweek {
		height: 12px;
		background: url(../webimages/calendar_weekdays.gif) no-repeat left top;
	}
	.calendar td {
		border: 1px solid #7e7468;
		height: 37px;
		width: 40px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		color: #666;
	}
		.calendar td.inactive {
			color: #ccc;
		}
		.calendar td.today {
			background: #f7e5c0;
		}
		.calendar td a {
			display: block;
			height: 37px;
			line-height: 37px;
			color: #f7e5c0;
			background: #cf6f00;
		}
	.calendar .all {
		text-align: center;
		padding: 10px 0;
	}
	
.donation .copy {
	font-family: Arial, Helvatica, sans-serif;
	padding: 0 120px 0 140px;
	text-align: center;
}
.donation .form {
	font-family: Arial, Helvatica, sans-serif;
}
	.donation .form .title, .order .form .title {
		margin: 10px 0 0;
		padding: 0 0 0 50px;
		background: url(../webimages/donation_h2.gif) repeat-y left top;
	}
	
	
.form table {
	margin: 0 0 20px 100px;
}
	.order .form table {
		margin: 10px 0;
	}
	.form input, select, label {
		vertical-align: middle;
	}
	.form input.textbox, .form textarea {
		border: 1px solid #809db9;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
	}
		.form input.full {
			width: 223px;
		}
		.form textarea.full {
			width: 223px;
			height: 87px;
		}
		.form input.zip {
			width: 105px;
		}
		.form input.ccCode {
		    width: 35px;
		}
		.form .quantity input {
			width: 20px;
			font-size: 11px;
			border: 1px solid #676767;
			text-align: center;
		}
	.form select {
		border: 1px solid #809db9;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
	}
		.form select.state {
			width: 75px;
		}
		.form select.full {
			width: 225px;
		}
	.form label {
		font-family: Georgia, 'Times New Roman', Times, serif;
		font-size: 11px;
		color: #666;
	}
		.form label.small {
			font-size: 10px;
			line-height: 11px;
		}
	.form td {
		margin: 0;
		padding: 4px 3px;
	}
	.form td.label {
		text-align: right;
		width: 135px;
	}
		.order .form td.label {
			width: 175px;
			vertical-align: top;
		}
	
.form table.cart {
	margin: 20px 0 20px;
	border: 1px solid #999;
	border-collapse: collapse;
	font-size: 11px;
	color: #666;
}
	.form table.cart th {
		background: #f7e5c0;
		font-weight: normal;
		padding: 8px 10px;
		text-align: center;
		border-right: 1px solid #999;
	}
		.form table.cart .product {
			width: 123px;
		}
		.form table.cart .options {
			width: 98px;
		}
		.form table.cart .price {
			width: 91px;
		}
		.form table.cart .quantity {
			width: 94px;
		}
		.form table.cart .total {
			width: 79px;
		}
		.form table.cart .step, .form table.cart td.total {
			text-align: right;
		}
		.form table.cart td.info {
		    text-align: left;
		}
		.form table.cart td.final {
			font-size: 10px;
			line-height: 12px;
			text-align: left;
			padding: 10px;
		}
		    .form table.cart td.final a.button {
		        float: right;
		        display: inline;
		        margin: 3px 0 10px 15px;
		    }
	.form table.cart td {
		padding: 5px 10px;
		text-align: center;
		border-bottom: 1px solid #999;
		border-right: 1px solid #999;
	}
	.form table.cart a.update {
		float: left;
		display: inline;
		width: 82px;
		height: 21px;
		margin: 0 20px 0 15px;
		overflow: hidden;
		background: url(../webimages/button_Update.gif) no-repeat left top;
	}
		.form table.cart a.update span {
			display: none;
		}
.form table.actions, table.actions {
	margin: 10px auto;
}


.alphaSelector {
	padding: 15px 0 15px 30px;
}
	.alphaSelector dl {
		height: 31px;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}
	.alphaSelector dt {
		margin: 0;
		padding: 0;
		float: left;
		display: inline;
		height: 31px;
		overflow: hidden;
		cursor: pointer;
	}
	    .alphaSelector dt.disabled {
	        cursor: default;
	    }
		.alphaStart {
			width: 7px;
			background: url(../webimages/alphaSelector.gif) no-repeat 0px 0px;
			cursor: default;
		}
		.alphaA { width: 20px; background: url(../webimages/alphaSelector.gif) no-repeat -7px 0px; }
		.alphaB { width: 23px; background: url(../webimages/alphaSelector.gif) no-repeat -27px 0px; }
		.alphaC { width: 21px; background: url(../webimages/alphaSelector.gif) no-repeat -50px 0px; }
		.alphaD { width: 23px; background: url(../webimages/alphaSelector.gif) no-repeat -71px 0px; }
		.alphaE { width: 21px; background: url(../webimages/alphaSelector.gif) no-repeat -94px 0px; }
		.alphaF { width: 21px; background: url(../webimages/alphaSelector.gif) no-repeat -115px 0px; }
		.alphaG { width: 22px; background: url(../webimages/alphaSelector.gif) no-repeat -136px 0px; }
		.alphaH { width: 22px; background: url(../webimages/alphaSelector.gif) no-repeat -158px 0px; }
		.alphaI { width: 18px; background: url(../webimages/alphaSelector.gif) no-repeat -180px 0px; }
		.alphaJ { width: 18px; background: url(../webimages/alphaSelector.gif) no-repeat -198px 0px; }
		.alphaK { width: 21px; background: url(../webimages/alphaSelector.gif) no-repeat -216px 0px; }
		.alphaL { width: 20px; background: url(../webimages/alphaSelector.gif) no-repeat -237px 0px; }
		.alphaM { width: 24px; background: url(../webimages/alphaSelector.gif) no-repeat -257px 0px; }
		.alphaN { width: 22px; background: url(../webimages/alphaSelector.gif) no-repeat -281px 0px; }
		.alphaO { width: 22px; background: url(../webimages/alphaSelector.gif) no-repeat -303px 0px; }
		.alphaP { width: 23px; background: url(../webimages/alphaSelector.gif) no-repeat -325px 0px; }
		.alphaQ { width: 22px; background: url(../webimages/alphaSelector.gif) no-repeat -348px 0px; }
		.alphaR { width: 22px; background: url(../webimages/alphaSelector.gif) no-repeat -370px 0px; }
		.alphaS { width: 21px; background: url(../webimages/alphaSelector.gif) no-repeat -392px 0px; }
		.alphaT { width: 21px; background: url(../webimages/alphaSelector.gif) no-repeat -413px 0px; }
		.alphaU { width: 21px; background: url(../webimages/alphaSelector.gif) no-repeat -434px 0px; }
		.alphaV { width: 22px; background: url(../webimages/alphaSelector.gif) no-repeat -455px 0px; }
		.alphaW { width: 25px; background: url(../webimages/alphaSelector.gif) no-repeat -477px 0px; }
		.alphaX { width: 21px; background: url(../webimages/alphaSelector.gif) no-repeat -502px 0px; }
		.alphaY { width: 22px; background: url(../webimages/alphaSelector.gif) no-repeat -523px 0px; }
		.alphaZ { width: 19px; background: url(../webimages/alphaSelector.gif) no-repeat -545px 0px; }
		.alphaEnd {
			width: 5px;
			background: url(../webimages/alphaSelector.gif) no-repeat -564px 0px;
			cursor: default;
		}
		
.servicesUp {
	padding: 5px 0 15px;
}
	.servicesUp span {
		display: block;
		margin: 0 auto;
		width: 45px;
		height: 16px;
		background: url(../webimages/slideUp_arrow.gif) no-repeat left top;
		cursor: pointer;
		visibility: hidden;
	}
.servicesDown {
	padding: 15px 0 5px;
}
	.servicesDown span {
		display: block;
		margin: 0 auto;
		width: 45px;
		height: 16px;
		background: url(../webimages/slideDown_arrow.gif) no-repeat left top;
		cursor: pointer;
		visibility: hidden;
	}
	
#serviceFrame {
	position: relative;
	width: 600px;
	height: 449px;
	margin: 0 auto;
	background: #ebe8e7 url(../webimages/serviceFrame.gif) no-repeat left top;
	overflow: hidden;
}
#serviceSlider {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 20px;
	width: 560px;
	overflow: hidden;
}
	#serviceSlider .title {
		padding: 0 0 0 20px;
		font-size: 22px;
		color: #733d1d;
		background: url(../webimages/service_title.gif) repeat-y left top;
	}
	#serviceSlider ul {
		margin: 0;
		padding: 10px 20px 20px;
		list-style: none;
		font-size: 14px;
		line-height: 22px;
	}
	#serviceSlider li {
		padding: 5px 0;
	}
		#serviceSlider ul ul {
			padding: 0 15px;
			font-size: 11px;
			line-height: 14px;
		}
		#serviceSlider ul ul li {
			padding: 2px 0;
		}



#footer {
	width: 920px;
	height: 53px;
	margin: 0 auto;
	padding: 0 20px 50px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 25px;
	color: #666;
	background: url(../webimages/footer_bg.gif) no-repeat center top;
}
	.primary #footer {
		background: url(../webimages/patients_footer_bg.gif) no-repeat center top;
	}
	.utility #footer {
		background: url(../webimages/utility_footer_bg.gif) no-repeat center top;
	}
		.careers .utility #footer {
			background: url(../webimages/utility_careers_footer_bg.gif) no-repeat center top;
		}
		.search .utility #footer {
			background: url(../webimages/utility_search_footer_bg.gif) no-repeat center top;
		}
	.doctor #footer, .doctorResults #footer {
		background: url(../webimages/doctor_footer_bg.gif) no-repeat center top;
	}
	#footer ul {
		margin: 0;
		padding: 0;
		height: 25px;
		list-style: none;
	}
	#footer li {
		display: inline;
		padding: 0 5px 0 8px;
		background: url(../webimages/footer_li_bg.gif) no-repeat 0px 5px;
	}
		#footer li.first {
			padding: 0 3px;
			background: none;
		}
	#footer a {
		color: #666;
	}
	#footer p {
		margin: 0;
		padding: 0;
		height: 25px;
		overflow: hidden;
	}


#map_canvas .gmnoprint span {
    display:none !important;
}