	
	/*=============================================*/
	/* LAYOUT
	/*---------------------------------------------*/

	body { background: #f3f3eb url(../images/global/background.jpg) top repeat-x; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #969188; }
	
	/* LINKS */
	a { text-decoration: none; border-bottom: dotted 1px; color: #6e6a61; }
	a:hover { color: #4a4640; }
	a.arrow { display: block; width: 13px; height: 13px; text-indent: -9999px; border: none; overflow: hidden; }
	a.return { padding: 0 0 0 6px; position: relative; left: -6px; font-size: 11px; font-weight: bold; border: none; }
	a.go { padding: 0 7px 0 0; font-weight: bold; border: none; }
	
	/* HEADER */
	div#header { width: 870px; height: 70px; margin: 0 auto; position: relative; }
	div#header h1 { position: absolute; top: 20px; left: 0; }
	div#header h1 a { display: block; width: 35px; height: 35px; background: url(../images/global/logo.gif); border: none; text-indent: -9999px; }
	div#header div.search { position: absolute; top: 20px; right: 0; text-align: right; }
	div#header div.search input { margin: 0; }
	div#header div.search input#search_string { width: 150px; background: #fff; }
	div#header div.search input#search_button { width: auto; background: #969188; color: #fff; border: none; }
	div#header div.search input#search_button:hover { background: #aaa; }
	div#header div.physician_finder { position: absolute; top: 50px; right: 0; text-align: right; font-size: 10px; }
	
	/* CONTENT / MAIN */
	div#content { background: #fff; }
	div#content div.container { width: 870px; margin: 0 auto; }
	div.column { width: 307px; }
	div.left { float: left; }
	div.right { float: right; }
	div#main { width: 616px; float: right; }
	div#main div.feature a { display: block; width: 616px; height: 250px; border: none; text-indent: -9999px; }
	div.title_bar { height: 80px; padding: 0 0 0 25px; }
	div.title_bar h3 { display: inline; font-size: 34px; color: #fff; line-height: 80px; }
	div.title_bar h4 { display: inline; font-size: 20px; color: #c4ff98; line-height: 80px; }
	h3.label { text-indent: -9999px; }
	
	/* TOP */
	div#top { height: 60px; position: relative; }
	div#top h2 { position: absolute; top: 12px; left: 0; font-size: 36px; color: #dddad1; }
	div#top ul.nav { display: block; width: 615px; height: 30px; position: absolute; top: 13px; right: 0; }
	div#top ul.nav li { float: left; }
	div#top ul.nav li a { display: block; height: 30px; float: left; text-indent: -9999px; background: url(../images/global/nav.gif); border: none; }
	div#top ul.nav li.cma a { width: 156px; background-position: 0 0; }
	div#top ul.nav li.cma a:hover,div#top ul.nav li.cma a.active { background-position: 0 -30px; }
	div#top ul.nav li.cmaf a { width: 174px; background-position: -156px 0; }
	div#top ul.nav li.cmaf a:hover,div#top ul.nav li.cmaf a.active { background-position: -156px -30px; }
	div#top ul.nav li.cots a { width: 132px; background-position: -330px 0; }
	div#top ul.nav li.cots a:hover,div#top ul.nav li.cots a.active { background-position: -330px -30px; }
	div#top ul.nav li.pfc a { width: 153px; background-position: -462px 0; }
	div#top ul.nav li.pfc a:hover,div#top ul.nav li.pfc a.active { background-position: -462px -30px; }
	
	/* SIDEBAR */
	div#sidebar { width: 252px; float: left; }
	div#sidebar ul.nav { display: block; padding: 25px 18px; border: solid 1px #dddad1; border-left: none; }
	div#sidebar ul.nav li { font-size: 14px; font-weight: bold; padding: 5px 0; }
	div#sidebar ul.nav li a { border: none; }
	div#sidebar ul.nav li ul { padding: 8px 0 5px 14px; }
	div#sidebar ul.nav li ul li { font-size: 11px; line-height: 20px; padding: 0; }
	div#sidebar ul.nav li ul li a { border-bottom: dotted 1px; }
	div#sidebar ul.touts { display: block; padding: 25px 18px; margin: 2px 0 0 0; border-top: solid 1px #dddad1; border-right: solid 1px #dddad1; font-size: 10px; line-height: 13px; color: #6e6a61; }
	div#sidebar ul.touts li { padding: 0 0 35px 0; }
	div#sidebar ul.touts h3 { font-size: 11px; font-weight: bold; margin: 0 0 5px 0; }
	div#sidebar ul.touts p { width: 155px; }
	div#sidebar ul.touts li ul { margin: 8px 0 0 0; }
	div#sidebar ul.touts li ul.links li { font-size: 11px; padding: 0; line-height: 15px; }
	div#sidebar ul.touts li ul a { font-weight: bold; }
	div#sidebar ul.touts li.ad { display: block; width: 212px; height: 282px; position: relative; border: solid 1px #dddad1; padding: 0; margin: 0; }
	div#sidebar ul.touts li.ad a { display: block; width: 130px; height: 200px; padding: 41px; position: absolute; top: 0; left: 0; margin: 0; border: 0; }
	
	/* BOTTOM */
	div#bottom { height: 75px; position: relative; }
	div#bottom a { color: #6e6a61; }
	div#bottom a:hover { color: #4a4640; }
	div#bottom span.address { position: absolute; top: 35px; left: 0; }
	div#bottom span.contact { position: absolute; top: 35px; right: 0; text-align: right; }
	
	/* FOOTER */
	div#footer { width: 870px; height: 75px; margin: 25px auto 0 auto; line-height: 16px; }
	div#footer p { width: 500px; float: left; }
	
	/* FORM ELEMENTS */
	label { display: block; font-size: 10px; color: #6e6a61; font-weight: bold; margin: 0 0 5px 0; }
	label span { color: #999966; }
	input,textarea,select { background: #f6f6ef; border: solid 1px #dddad1; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 11px; color: #666; padding: 4px 8px; width: 235px; margin: 0 0 20px 0; }
	textarea { height: 80px; padding: 8px; }
	input.checkbox { width: 20px; line-height: 10px; background: #000; overflow: hidden; border: none; background: none; margin: 0 0 10px 0; padding: 0; }
	* html input.checkbox { margin-bottom: 0; }
	div.form { color: #333; }
	
	/* BUTTONS */
	.button { display: block; height: 22px; border: solid 1px #dddad1; padding: 1px; text-indent: -9999px; overflow: hidden; }
	
	/*=============================================*/
	/* MODULES
	/*---------------------------------------------*/
	
	/* REAL PEOPLE, REAL STORIES TOUT */
	div.column div.rprs_tout { height: 210px; padding: 24px 20px; border: solid 1px #dddad1; font-size: 11px; line-height: 15px; color: #333; margin: 2px 0 0 0; }
	div.column div.rprs_tout h3 { width: 228px; height: 21px; background: url(../images/global/labels.gif) 0 0; text-indent: -9999px; }
	div.column div.rprs_tout ul { display: block; height: 145px; border-bottom: solid 1px #dddad1; margin: 10px 0; position: relative; overflow: hidden; }
	div.column div.rprs_tout ul li { position: absolute; top: 0; left: 0; width: 265px; height: 145px; }
	div.column div.rprs_tout img { padding: 1px; border: solid 1px #dddad1; position: absolute; top: 0; left: 0; }
	div.column div.rprs_tout p { display: block; width: 127px; position: absolute; top: 0; right: 10px; padding: 0 10px 0 0; }
	div.column div.rprs_tout p em { display: block; width: 10px; height: 10px; position: absolute; top: 0; left: -15px; background: url(../images/global/quotes.gif) 0 0; overflow: hidden; }
	div.column div.rprs_tout p em.close { background-position: 0 -10px; top: auto; left: auto; bottom: 0; right: 0; }
	div.column div.rprs_tout ul a.story { position: absolute; bottom: 15px; right: 10px; }
	div.column div.rprs_tout a.all { float: right; margin: 0 10px 0 0; }
	div.column div.rprs_tout a.previous { background-position: 0 0; margin: 0 3px 0 0; float: left; }
	div.column div.rprs_tout a.previous:hover { background-position: 0 -13px; }
	div.column div.rprs_tout a.next { background-position: -13px 0; float: left; }
	div.column div.rprs_tout a.next:hover { background-position: -13px -13px; }
	
	/* NEWS EVENTS SLIDER */
	div.news_events_slider { padding: 30px 0 0 0; font-size: 13px; line-height: 16px; position: relative; margin: 2px 0 0 0; }
	div.news_events_slider a.option { display: block; height: 21px; padding: 8px 15px 0 15px; background: #fff; border: solid 1px #dddad1; position: absolute; top: 0; font-weight: bold; }
	div.news_events_slider a.news { left: 20px; }
	div.news_events_slider a.events { left: 90px; }
	div#content div.news_events_slider a.active { height: 22px; border-bottom: none; color: #4a4640; }
	div.news_events_slider ul { border: solid 1px #dddad1; border-right: none; padding: 5px 35px; }
	div.news_events_slider ul.events { display: none; }
	div.news_events_slider ul li { padding: 15px 0; border-bottom: solid 1px #dddad1; }
	div.news_events_slider ul h4 { margin: 0 0 6px 0; }
	div.news_events_slider ul p { font-size: 11px; color: #333; }
	
	/* BOXES */
	div.box { border: solid 1px #dddad1; margin: 2px 0 0 0; padding: 20px 24px; }
	div.box h4,div.box h5 { font-size: 14px; line-height: 18px; font-weight: bold; color: #4a4640; }
	div.box h6 { font-size: 13px; font-weight: normal; color: #4a4640; }
	div.box p { font-size: 11px; line-height: 17px; color: #333; margin: 15px 0 0 0; }
	div.three_side { border-right: none; padding-right: 0; }
	div.two_side { border-right: none; border-bottom: none; }
	div.no_side { border-color: #fff; }
	div.grid { width: 257px; }
	div.box div.column { width: 255px; margin: 0 25px 0 0; }
	* html div.box div.column { margin-right: 12px; }
	div.box div.goals { width: 255px; float: left; }
	div.box div.divider { border-bottom: solid 1px #dddad1; height: 15px; margin: 0 0 15px 0; width: 250px; }
	
	/* TOUTS */
	div.tout { background: #edf3cd; }
	div.tout h5 { font-weight: normal; }
	div.tout p { font-size: 14px; line-height: 18px; }
	div.tout h3.label { display: block; text-indent: -9999px; margin: 0 0 10px 0; }
	div.tout a.button { margin: 10px 0 0 0; }
	div.column div.tout { padding: 24px 20px; background: #edf3cd; border: solid 1px #dddad1; margin: 2px 0 0 0; font-size: 11px; line-height: 14px; color: #6e6a61; }
	div.column div.tout p { font-size: 11px; line-height: 17px; }
	div.small p { font-size: 11px; line-height: 17px; }
	div.medium h5 { font-size: 12px; }
	
	/* LISTS */
	ul.divided { font-size: 14px; line-height: 21px; color: #333; }
	ul.divided li { padding: 8px 0; border-bottom: solid 1px #dddad1; }
	div.styled ul, ul.plus { font-size: 10px; line-height: 14px; color: #333; }
	div.styled ul li, ul.plus li { padding: 5px 0 5px 13px; }
	ul.links { margin: 8px 0 0 0; }
	ul.links li { font-size: 11px; font-weight: bold; line-height: 24px; background: none; padding: 0; }
	ul.links li a { border: none; padding: 0 7px 0 0; }
	ol { padding: 0 0 0 16px; }
	ol li { list-style: decimal; padding: 5px 0; }
	
	/* THUMBNAILS */
	div.thumbnail { width: 303px; padding: 1px; border: solid 1px #dddad1; float: right; margin: 0 0 15px 25px; }
	div.thumbnail img { width: 303px; height: 202px; }
	div.thumbnail span { display: block; font-size: 10px; color: #999966; padding: 7px 10px; }
	
	/* STYLED CONTENT */
	div.styled { font-size: 11px; line-height: 17px; color: #333; }
	
	/*=============================================*/
	/* PAGES
	/*---------------------------------------------*/
	
	/* LANDING */
	div.landing a { color: #669900; }
	div.landing a:hover { color: #1b715b; }
	div.landing a.arrow { background: url(../images/cma/arrows.gif); }
	div.landing div.feature a { border: none; }
	div.landing div.column { width: 286px; height: 225px; float: left; margin: 25px 2px 0 0; border-left: solid 1px #dddad1; border-right: solid 1px #dddad1; position: relative; }
	div.landing div.column div.rprs_tout { border: none; padding-top: 0; padding-bottom: 15px; }
	div.landing div.column div.rprs_tout ul li { width: 246px; }
	div.landing div.column div.rprs_tout ul p { right: 0; }
	div.landing div.column div.rprs_tout a.all { margin: 0; }
	div.landing div.column div.rprs_tout ul a.story { right: 0; }
	div.landing div.listing { padding: 0 20px; font-size: 13px; line-height: 16px; }
	div.landing div.listing h3 { background: url(../images/global/labels.gif); text-indent: -9999px; }
	div.landing div.listing ul li { padding: 13px 0; border-bottom: solid 1px #dddad1; }
	div.landing div.listing ul h4 { margin: 0 0 6px 0; }
	div.landing div.listing ul p { font-size: 11px; color: #333; }
	div.landing div.listing span.more { position: absolute; bottom: 20px; right: 20px; font-size: 11px; text-align: right; }
	div.landing div.news h3 { width: 120px; height: 17px; background-position: 0 -30px; }
	div.landing div.events h3 { width: 159px; height: 21px; background-position: 0 -60px; }
	
	/* PEOPLE */
	div.people { color: #333; }
	div.people h5 { font-size: 13px; font-weight: normal; margin: 10px 0 0 0; }
	div.people ul { font-size: 11px; line-height: 14px; padding: 7px 0; border-bottom: solid 1px #dddad1; }
	div.people ul li { padding: 4px 0; }
	div.people ul span { font-size: 10px; color: #6e6a61; }
	
	/* NEWS + EVENTS */
	div.detail h4 { margin: 15px 0 0 0; }
	div.detail p.meta { margin: 0; font-size: 12px; margin: 5px 0 0 0; }
	div.archive { border-bottom: none; }
	div.archive h4 { margin: 0 0 10px 0; }
	div.archive h5 { font-weight: normal; font-size: 13px; margin: 0 0 6px 0; }
	div.archive p { margin: 0; font-size: 11px; color: #333; }
	div.image_slider { height: 345px; position: relative; }
	div.image_slider a.control { display: block; overflow: hidden; width: 121px; height: 11px; background: url(../images/news-and-events/slider_controls.gif); position: absolute; left: 0; text-indent: -9999px; border: none; }
	div.image_slider a.previous { top: 0; background-position: 0 0; }
	div.image_slider a.previous:hover { background-position: 0 -11px; }
	div.image_slider a.next { bottom: 30px; background-position: -150px 0; }
	div.image_slider a.next:hover { background-position: -150px -11px; }
	div.image_slider div.frame { width: 121px; height: 295px; overflow: hidden; position: absolute; top: 11px; left: 0; }
	div.image_slider ul.thumbnails { position: absolute; top: 0; left: 0; }
	div.image_slider ul.thumbnails li { display: block; height: 76px; margin: 3px 0; padding: 0 0 0 11px; }
	div.image_slider ul.thumbnails li a { display: block; width: 96px; height: 72px; padding: 1px; border: solid 1px #dddad1; }
	div.image_slider div.image { width: 421px; position: absolute; top: 0; right: 0; }
	div.image_slider div.image img { width: 417px; height: 312px; padding: 1px; border: solid 1px #dddad1; }
	div.image_slider div.image span { display: block; font-size: 10px; color: #999966; padding: 7px 10px; }
	div.image_slider div.image div.loading { display: none; width: 421px; height: 345px; background: #fff url(../images/global/loading.gif) center no-repeat; position: absolute; top: 0; left: 0; }
	
	/* PUBLICATIONS */
	div.publications { margin: 7px 0 0 0; }
	div.publications ul { font-size: 10px; line-height: 13px; color: #666; display: block; padding: 0 20px 0 0; }
	div.publications ul li { padding: 7px 0; }
	div.publications ul a { font-size: 13px; line-height: 15px; padding: 0 0 0 10px; border: none; }
	
	/* RESOURCES */
	div.resources { margin: 7px 0 0 0; }
	div.resources ul { font-size: 10px; line-height: 13px; color: #666; display: block; padding: 0 20px 0 0; }
	div.resources ul li { padding: 7px 0; }
	div.resources ul a { font-size: 13px; line-height: 15px; padding: 0 0 0 10px; border: none; }
	
	/* VIDEO */
	div.videos { border-bottom: solid 1px #dddad1; padding: 18px 0; }
	div.videos li { display: block; width: 116px; float: left; padding: 0 20px 0 0; }
	div.videos li div.image { position: relative; margin: 0 0 8px 0; width: 118px; height: 88px; top: 0; left: 0; }
	div.videos li div.image img { width: 116px; height: 86px; padding: 1px; border: solid 1px #dddad1; }
	div.videos li div.image a { display: block; width: 120px; height: 90px; background: url(../images/global/play.gif) 12px 48px no-repeat; border: none; position: absolute; top: 0; left: 0; }
	div.videos li h5 { font-size: 11px; line-height: 16px; }
	div.videos li h5 a { border: none; }
	div.video div.player { width: 364px; }
	div.video div.player div.frame { width: 357px; height: 267px; padding: 1px; border: solid 1px #dddad1; margin: 8px 0 0 0; }
	div.video div.info, div.video div.tags { width: 175px; }
	div.video div.info h4 { font-size: 14px; color: #4a4640; }
	div.video div.info h5 { font-size: 11px; font-weight: normal; margin: 5px 0 0 0; }
	div.video div.info p { margin: 5px 0 0 0; }
	div.video div.tags h5 { margin: 0 0 5px 0; font-size: 12px; font-weight: normal; }
	
	/* CONTACT */
	div.errors { border: solid 1px #dddad1; padding: 25px; color: #dd0000; font-weight: bold; font-size: 12px; line-height: 16px; margin: 2px 0 0 0; }
	div.send { padding: 0 65px 0 0; position: relative; }
	div.send p { margin: 0; font-size: 9px; line-height: 13px; color: #6e6a61; }
	div.send input.button { width: 50px; background-position: 1px -59px; position: absolute; top: 0; right: 0; }
	
	/* REAL PEOPLE, REAL STORIES */
	div.rprs img { padding: 1px; border: solid 1px #dddad1; float: left; }
	div.rprs div.right { width: 140px; }	
	div.rprs p { display: block; position: relative; margin: 10px 0; }
	div.rprs p em { display: block; width: 10px; height: 10px; position: absolute; top: 0; left: -15px; background: url(../images/global/quotes.gif) 0 0; overflow: hidden; }
	div.rprs p em.close { background-position: 0 -10px; top: auto; left: auto; bottom: 0; right: 0; }
	div.quote { width: 250px; padding: 25px; float: right; font-size: 16px; line-height: 23px; color: #666; }
	
	/* SEARCH RESULTS */	
	div.search_results { color: #333; border-bottom: none; }
	div.search_results div.result_bar { margin: 20px 0 0 0; }
	div.search_results div.result_bar div.meta { width: 49%; float: left; }
	div.search_results div.result_bar h4 { font-size: 14px; font-weight: normal; }
	div.search_results div.result_bar h5 { font-size: 10px; font-weight: normal; }
	div.search_results div.paginate { width: 49%; float: right; text-align: right; }
	div.search_results div.paginate ul { margin: 0 0 8px 0; }
	div.search_results div.paginate ul li { display: inline; }
	div.search_results div.paginate ul li a { display: inline-block; padding: 2px 3px; margin: 1px; border: none; }
	div.search_results div.paginate ul li a:hover, div.search_results div.paginate ul li a.active { background: #1b715b; color: #fff; }
	div.search_results div.paginate a.previous { padding: 0 0 0 7px; background: url(../images/cma/arrow_left.gif) left 5px no-repeat; border: none; font-weight: bold; }
	div.search_results div.paginate a.next { padding: 0 7px 0 0; background: url(../images/cma/arrow_right.gif) right 5px no-repeat; border: none; font-weight: bold; }
	div.search_results table { margin: 20px 0 0 0; width: 100%; font-size: 12px; line-height: 14px; color: #333; }
	div.search_results table td { padding: 10px 20px; border-bottom: solid 1px #dddad1; }
	div.search_results table tr.highlight td { background: #edf3cd; }
	div.search_results table a { font-weight: bold; border: none; }
	div.search_results table thead { font-size: 12px; color: #333; }
	div.search_results table thead a { color: #333; font-weight: normal; padding: 0 10px 0 0; }
	div.search_results table thead a.desc { background: url(../images/cma/desc.gif) right 7px no-repeat; }
	div.search_results table thead a.asc { background: url(../images/cma/asc.gif) right 7px no-repeat; }
	div.search_results table td span { color: #6e6a61; font-size: 10px; }
	
	/*=============================================*/
	/* CMA
	/*---------------------------------------------*/
	
	/* APPLY STYLE */
	div.cma a { color: #669900; }
	div.cma a:hover,div.cma a.active { color: #1b715b; }
	div.cma ul.links a { background: url(../images/cma/arrow_right.gif) right 5px no-repeat; }
	div.cma div#main div.feature a { background: url(../images/cma/feature.jpg) no-repeat; }
	div.cma a.arrow { background: url(../images/cma/arrows.gif); }
	div.cma h3.label { background: url(../images/cma/labels.gif); }
	div.cma .button { background: url(../images/cma/buttons.gif); }
	div.cma div#main div.title_bar { background: url(../images/cma/title_bar.jpg); }
	div.cma div.title_bar h4 { color: #c4ff98; }
	div.cma div.styled ul li, div.cma ul.plus li { background: url(../images/cma/plus.gif) 0 8px no-repeat; }
	div.cma a.return { background: url(../images/cma/arrow_left.gif) 0 5px no-repeat; }
	div.cma a.go { background:url(../images/cma/arrow_right.gif) right 5px no-repeat; }
	div.cma div.publications ul li a { background: url(../images/cma/download.gif) 1px 4px no-repeat; }
	div.cma div.resources ul li a { background: url(../images/cma/download.gif) 1px 4px no-repeat; }
	
	/* PHYSICIAN FINDER */
	div.cma div.home_tout h3.label { width: 127px; height: 15px; background-position: 0 0; }
	div.cma div.home_tout a.button { width: 96px; height: 22px; background-position: 1px 1px; }
	div.cma div.pf_tout h3.label { width: 127px; height: 15px; background-position: 0 -120px; }
	div.cma div.pf_tout a.button { width: 96px; height: 22px; background-position: 1px 1px; }
	div.cma div.last_name h3.label { width: 222px; height: 22px; background-position: 0 -30px; }
	div.cma div.specialty h3.label { width: 143px; height: 16px; background-position: 0 -60px; }
	div.cma div.location h3.label { width: 139px; height: 16px; background-position: 0 -90px; }
	div.cma div.last_name input#last_name { margin: 15px 0 5px 0; width: 197px; float: left; }
	div.cma div.specialty select#specialty { margin: 15px 0 0 0; width: 215px; float: left; }
	div.cma div.location select#location { margin: 15px 0 0 0; width: 215px; float: left; }
	div.cma input.go { display: inline-block; width: 35px; background-position: 1px -119px; margin: 15px 0 0 0; float: right; }
	div.disclaimers { margin: 25px; }
	div.disclaimers h4 { font-size: 10px; font-weight: bold; color: #969188; margin: 0; }
	div.disclaimers p {  font-size: 9px; line-height: 14px; color: #969188; margin: 0 0 15px 0; }
	div.cma ul.letters { display: block; margin: 18px 0 0 0; }
	div.cma ul.letters li { display: inline; }
	div.cma ul.letters li a { display: block; padding: 2px; width: 13px; height: 13px; line-height: 13px; text-align: center; background: #edf3cd; color: #6e6a61; border: none; float: left; margin: 1px; }
	div.cma ul.letters li a:hover { background: #1b715b; color: #fff; }
	
	/* PHYSICIAN FINDER POPUP */
	div#popup_overlay { display: block; background: #fff; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 6000; filter: alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80; }
	* html div#popup_overlay { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
	iframe#popup_overlay_hide_select { display: block; z-index:7000; position:fixed; top: 0; left: 0; background-color:#fff; border:none; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; height:100%; width:100%; }
	* html iframe#popup_overlay_hide_select { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }	
	div#physician_finder { display: none; width: 616px; background: #fff; position: absolute; z-index: 8000; }
	div#physician_finder div.title_bar { height: 22px; background: url(../images/cma/physician_finder_title.jpg); position: relative; }
	div#physician_finder div.title_bar h5 { position: absolute; top: 6px; left: 25px; color: #fff; font-weight: bold; }
	div#physician_finder div.title_bar a.close { display: block; width: 10px; height: 8px; overflow: hidden; text-indent: -9999px; background: url(../images/cma/physician_finder_close.jpg); position: absolute; top: 7px; right: 28px; border: none; }
	div#physician_finder div.physician { padding: 22px; border: solid 1px #dddad1; }
	div#physician_finder div.physician a { color: #669900; font-size: 11px; font-weight: bold; border: none; }
	div#physician_finder div.physician a:hover { color: #1b715b; }
	div#physician_finder div.physician a.return { position: relative; left: -6px; background: url(../images/cma/arrow_left.gif) 0 5px no-repeat; padding: 0 0 0 6px; }
	div#physician_finder div.physician div.profile { padding: 15px 0; }
	div#physician_finder div.physician div.profile div.photo { width: 126px; float: right; margin: 0 0 20px 0; }
	div#physician_finder div.physician div.profile div.photo a { display: block; padding: 6px; background: #edf3cd; margin: 2px 0; clear: both; }
	div#physician_finder div.physician div.profile img { padding: 1px; border: solid 1px #dddad1; float: right; }
	div#physician_finder div.physician div.profile div.box { padding: 10px 0; border: none; border-top: solid 1px #dddad1; width: 260px; }
	div#physician_finder div.physician div.profile div.box p { margin: 0; font-size: 11px; color: #333; }
	div#physician_finder div.physician div.profile div.box h6 { font-size: 16px; font-weight: bold; color: #73a252; margin: 0 0 13px 0; }
	div#physician_finder div.physician div.profile div.name { border-top: none; }
	div#physician_finder div.physician div.profile div.name p { font-size: 16px; color: #333; }
	div#physician_finder div.physician div.profile div.specialty p { font-size: 11px; text-transform: uppercase; }
	div#physician_finder div.physician div.profile div.location strong { font-size: 14px; line-height: 18px; font-weight: normal; }
	div#physician_finder div.physician div.profile div.information { width: 568px; }
	div#physician_finder div.physician div.loading { height: 200px; background: url(../images/global/loading.gif) center no-repeat; }
	
	/* BUTTONS */
	div.cma a.pay_today { width: 80px; background-position: 1px -89px; }
	
	/*=============================================*/
	/* CMAF
	/*---------------------------------------------*/
	
	/* APPLY STYLE */
	div.cmaf a { color: #db2870; }
	div.cmaf a:hover,div.cmaf a.active { color: #a21b51; }
	div.cmaf ul.links a { background: url(../images/cmaf/arrow_right.gif) right 5px no-repeat; }
	div.cmaf div#main div.feature a { background: url(../images/cmaf/feature.jpg) no-repeat; }
	div.cmaf a.arrow { background: url(../images/cmaf/arrows.gif); }
	div.cmaf h3.label { background: url(../images/cmaf/labels.gif); }
	div.cmaf .button { background: url(../images/cmaf/buttons.gif); }
	div.cmaf div#main div.title_bar { background: url(../images/cmaf/title_bar.jpg); }
	div.cmaf div.title_bar h4 { color: #FE5AC6; }
	div.cmaf div.styled ul li, div.cmaf ul.plus li { background: url(../images/cmaf/plus.gif) 0 8px no-repeat; }
	div.cmaf a.return { background: url(../images/cmaf/arrow_left.gif) 0 5px no-repeat; }
	div.cmaf a.go { background:url(../images/cmaf/arrow_right.gif) right 5px no-repeat; }
	div.cmaf div.publications ul li a { background: url(../images/cmaf/download.gif) 1px 4px no-repeat; }
	div.cmaf div.resources ul li a { background: url(../images/cmaf/download.gif) 1px 4px no-repeat; }
	
	/* DONATE TOUT */
	div.cmaf div.home_tout h3.label { width: 186px; height: 13px; background-position: 0 0; }
	div.cmaf a.get_started { width: 96px; height: 22px; background-position: 1px 1px; }
	
	/* DONATE HOME */
	div.donate_home div.ways_to_give h3 { width: 93px; height: 16px; background-position: 0 -30px; margin: 0 0 15px 0; }
	div.donate_home div.ways_to_give ul li { padding: 0 0 0 20px; margin: 0 0 15px 0; }
	div.donate_home div.ways_to_give ul li h4 { position: relative; left: -20px; }
	div.donate_home div.ways_to_give ul li span { display: inline-block; width: 20px; font-size: 14px; font-weight: bold; color: #db2870; }	
	div.donate_home div.ways_to_give ul li p { margin: 0; }
	div.donate_home div.giving_options h3 { width: 107px; height: 16px; background-position: 0 -60px; }
	div.donate_home div.grid p { margin: 0 0 15px 0; }
	div.donate_home div.donate_online a.donate_online { width: 109px; height: 22px; background-position: 1px -29px; margin: 15px 0 0 0; }
	
	/* DONATE FORM */
	div.donate_form h4 { margin: 0 0 8px 0; }
	div.donate_form p { margin: 0 0 15px 0; }
	div.donate_form div.errors { border: solid 1px #dddad1; border-right: none; padding: 25px; color: #db2870; font-weight: bold; font-size: 12px; line-height: 16px; margin: 2px 0 0 0; }
	div.donate_form div.funds li { padding: 4px 8px; background: #eeeee5; border: solid 1px #dddad1; margin: 0 0 2px 0; }
	div.donate_form div.funds li h5 { font-size: 10px; font-weight: bold; color: #6e6a61; }
	div.donate_form div.funds li input, div.donate_form div.funds li select { margin: 0; background: #fff; }
	div.donate_form div.funds li div.choose { width: 325px; float: left; position: relative; }
	div.donate_form div.funds li div.choose select { width: 249px; padding: 3px; }
	div.donate_form div.funds li div.choose a.help { display: block; width: 20px; height: 20px; background: url(../images/cmaf/form_buttons.gif); text-indent: -9999px; border: none; position: absolute; top: 19px; left: 260px; }
	div.donate_form div.funds li div.choose div.help { display: none; width: 190px; padding: 12px; line-height: 16px; background: #fff; border: solid 1px #dddad1; position: absolute; bottom: 46px; left: 175px; }
	div.donate_form div.funds li div.choose div.help span.outset { display: block; width: 29px; height: 16px; background: url(../images/cmaf/help_outset.gif); position: absolute; left: 80px; bottom: -16px; }
	div.donate_form div.funds li div.amount { width: 160px; float: left; }
	div.donate_form div.funds li div.amount input { width: 149px; padding: 3px; }
	div.donate_form div.funds li div.controls { width: 50px; float: right; }
	div.donate_form div.funds li div.controls a { display: block; float: right; width: 20px; height: 20px; background: url(../images/cmaf/form_buttons.gif) 0 -20px; text-indent: -9999px; border: none; margin: 19px 5px 0 0; }
	div.donate_form a.add_fund { display: block; padding: 14px 0; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #dddad1; font-weight: bold; border: none; border: solid 1px #eeece8; margin: 0 0 25px 0; }
	div.donate_form a.add_fund:hover { color: #999; border-color: #dddad1; }
	div.donate_form div.total { border-top: solid 1px #dddad1; padding: 16px 2px; }
	div.donate_form div.total p { display: block; width: 300px; float: left; margin: 0 30px 0 0; font-size: 11px; line-height: 18px; color: #999; }
	div.donate_form div.total h5 { font-size: 14px; }
	div.donate_form div.total h6 { font-size: 18px; font-weight: normal; color: #db2870; }
	div.donate_form div.city { width: 118px; float: left; clear: both; }
	div.donate_form div.city input { width: 90px; }
	div.donate_form div.state { width: 75px; float: left; }
	div.donate_form div.state select { width: 65px; }
	div.donate_form div.zip_code { width: 70px; float: left; }
	div.donate_form div.zip_code input { width: 41px; }
	div.donate_form div.expiration { width: 133px; float: left; }
	div.donate_form div.expiration select { width: 120px; }
	div.donate_form input#card_csc { width: 50px; }
	
	/* DONATE REVIEW */
	div.donate_review { color: #6e6a61; font-size: 11px; line-height: 14px; }
	div.donate_review h4 { margin: 0 0 15px 0; }
	div.donate_review div.funds { padding-right: 25px; }
	div.donate_review div.funds ul { border-top: solid 1px #dddad1; }
	div.donate_review div.funds li { border-bottom: solid 1px #dddad1; padding: 8px 0; }
	div.donate_review div.funds ul h5 { display: block; width: 325px; float: left; font-size: 12px; line-height: 15px; color: #6e6a61; font-weight: normal; padding-right: 20px; }
	div.donate_review div.funds ul h6 { display: block; width: 200px; float: left; font-size: 12px; line-height: 15px; color: #6e6a61; font-weight: normal; }
	div.donate_review div.box { position: relative; }
	div.donate_review div.box a.edit { position: absolute; top: 20px; right: 24px; border: none; }
	div.donate_review div.total { margin: 10px 0 0 0; }
	div.donate_review div.total h5 { font-size: 14px; color: #4a4640; font-weight: bold; margin: 0 0 5px 345px; }
	div.donate_review div.total h6 { font-size: 18px; color: #db2870; font-weight: normal; margin: 0 0 0 345px; }
	div.donate_review div.city { width: 100px; float: left; }
	div.donate_review div.state { width: 75px; float: left; }
	div.donate_review div.zip_code { width: 75px; float: left; }
	div.donate_review div.tout { position: relative; margin: 2px 0 0 0; }
	div.donate_review div.tout h4 { color: #999; font-size: 14px; }
	div.donate_review div.tout input.process { position: absolute; bottom: 20px; right: 24px; margin: 0; }
	
	/* BUTTONS */
	div.cmaf a.sign_up_now { width: 96px; background-position: 1px -179px; margin: 15px 0 0 0; }
	div.cmaf a.visit_site { width: 74px; background-position: 1px -149px; margin: 15px 0 0 0; }
	div.cmaf input.submit,div.cmaf input#submit { width: 62px; background-position: 1px -119px; }
	div.cmaf input.process { width: 69px; height: 22px; background-position: 1px -89px; }
	
	/* LINKS */
	div.cmaf div.link h5 { color: #db2870; font-weight: normal; }
	
	/*=============================================*/
	/* COTS
	/*---------------------------------------------*/
	
	/* APPLY STYLE */
	div.cots a { color: #2861a8; }
	div.cots a:hover,div.cots a.active { color: #113765; }
	div.cots ul.links a { background: url(../images/cots/arrow_right.gif) right 5px no-repeat; }
	div.cots div#main div.feature a { background: url(../images/cots/feature.jpg) no-repeat; }
	div.cots a.arrow { background: url(../images/cots/arrows.gif); }
	div.cots h3.label { background: url(../images/cots/labels.gif); }
	div.cots .button { background: url(../images/cots/buttons.gif); }
	div.cots div#main div.title_bar { background: url(../images/cots/title_bar.jpg); }
	div.cots div.title_bar h4 { color: #76D3FF; }
	div.cots div.styled ul li, div.cots ul.plus li { background: url(../images/cots/plus.gif) 0 8px no-repeat; }
	div.cots a.return { background: url(../images/cots/arrow_left.gif) 0 5px no-repeat; }
	div.cots a.go { background:url(../images/cots/arrow_right.gif) right 5px no-repeat; }
	div.cots div.publications ul li a { background: url(../images/cots/download.gif) 1px 4px no-repeat; }
	div.cots div.resources ul li a { background: url(../images/cots/download.gif) 1px 4px no-repeat; }
	
	/* SIGN UP FOR CLASSES TOUT */
	div.cots div.home_tout h3.label { width: 154px; height: 15px; background-position: 0 0; }
	div.cots div.home_tout a.button { width: 96px; height: 22px; background-position: 1px 1px; }
	
	/* BUTTONS */
	div.cots input.register_online { width: 120px; height: 22px; background-position: 1px -29px; }
	div.cots input.continue { width: 76px; height: 22px; background-position: 1px -89px; }
	div.cots input.submit { width: 60px; height: 22px; background-position: 1px -149px; }
	div.cots input.process { width: 72px; height: 22px; background-position: 1px -119px; }
	
	/* EDUCATION */
	ul.classes li { margin: 10px 0; line-height: 14px; }
	ul.class_info li { margin: 8px 0; font-size: 11px; line-height: 15px; }
	ul.class_info li h5 { display: block; width: 75px; float: left; font-size: 11px; font-weight: bold; }
	ul.class_info li p { margin: 0; font-weight: normal; display: block; float: left; width: 170px; }
	
	/* SCHEDULE */
	div.cots div.schedule { padding: 0 0 40px 0; border-bottom: none; }
	div.cots div.schedule table { border-bottom: solid 1px #dddad1; }
	div.cots div.schedule table td { padding: 10px 25px; color: #333; line-height: 14px; border-right: solid 1px #dddad1; }
	div.cots div.schedule table tr.highlight td { background: #f5f4f1; }
	div.cots div.schedule table td.date { width: 120px; }
	div.cots div.schedule table td.cost { border-right: none; width: 120px; }
	div.cots div.schedule table thead td { border-bottom: solid 1px #dddad1; font-weight: bold; }
	div.cots div.schedule div.total div.text { display: block; width: 380px; float: left; margin: 15px 0 0 25px; }
	div.cots div.schedule div.total div.text p { margin: 0 0 15px 0; }
	div.cots div.schedule div.total div.price { width: 120px; float: right; border-left: solid 1px #dddad1; border-bottom: solid 1px #dddad1; padding: 15px 25px; font-size: 14px; line-height: 17px; font-weight: bold; color: #333; }
	div.cots div.schedule div.total input.continue { float: right; clear: right; margin: 15px 15px 0 0; }
	
	/* REGISTRATION FORM */
	div.cots div.errors { border: solid 1px #dddad1; border-right: none; padding: 25px; color: #2861a8; font-weight: bold; font-size: 12px; line-height: 16px; }
	div.registration_form h4 { margin: 0 0 8px 0; }
	div.registration_form p { margin: 0 0 15px 0; }
	div.registration_form div.total { border-top: solid 1px #dddad1; padding: 16px 2px; }
	div.registration_form div.total p { display: block; width: 300px; float: left; margin: 0 30px 0 0; font-size: 11px; line-height: 18px; color: #999; }
	div.registration_form div.total h5 { font-size: 14px; }
	div.registration_form div.total h6 { font-size: 18px; font-weight: normal; color: #db2870; }
	div.registration_form input#ssn { width: 50px; }
	div.registration_form div.city { width: 118px; float: left; clear: both; }
	div.registration_form div.city input { width: 90px; }
	div.registration_form div.state { width: 75px; float: left; }
	div.registration_form div.state select { width: 65px; }
	div.registration_form div.zip_code { width: 70px; float: left; }
	div.registration_form div.zip_code input { width: 41px; }
	div.registration_form input#home_phone_number { width: 100px; }
	div.registration_form input#work_phone_number { width: 100px; }
	div.registration_form input#cell_number { width: 100px; }
	div.registration_form input#fax_number { width: 100px; }
	div.registration_form input#unit { width: 100px; }
	div.registration_form input#billing_phone_number { width: 100px; }
	div.registration_form div.credit_card { display: none; }
	div.registration_form div.expiration { width: 133px; float: left; }
	div.registration_form div.expiration select { width: 120px; }
	div.registration_form input#card_csc { width: 50px; }
	
	/* REGISTRATION REVIEW */
	div.registration_review { color: #6e6a61; font-size: 11px; line-height: 14px; }
	div.registration_review h4 { margin: 0 0 15px 0; }
	div.registration_review div.classes { padding-right: 25px; }
	div.registration_review div.classes ul { border-top: solid 1px #dddad1; }
	div.registration_review div.classes li { border-bottom: solid 1px #dddad1; padding: 8px 0; }
	div.registration_review div.classes ul h5 { display: block; width: 325px; float: left; font-size: 12px; line-height: 15px; color: #6e6a61; font-weight: normal; padding-right: 20px; }
	div.registration_review div.classes ul h6 { display: block; width: 200px; float: left; font-size: 12px; line-height: 15px; color: #6e6a61; font-weight: normal; }
	div.registration_review div.box { position: relative; }
	div.registration_review div.box a.edit { position: absolute; top: 20px; right: 24px; border: none; }
	div.registration_review div.total { margin: 10px 0 0 0; }
	div.registration_review div.total h5 { font-size: 14px; color: #4a4640; font-weight: bold; margin: 0 0 5px 345px; }
	div.registration_review div.total h6 { font-size: 18px; color: #2861a8; font-weight: normal; margin: 0 0 0 345px; }
	div.registration_review div.city { width: 100px; float: left; }
	div.registration_review div.state { width: 75px; float: left; }
	div.registration_review div.zip_code { width: 75px; float: left; }
	div.registration_review div.tout { position: relative; margin: 2px 0 0 0; }
	div.registration_review div.tout h4 { color: #999; font-size: 14px; }
	div.registration_review div.tout input.process { position: absolute; bottom: 20px; right: 24px; margin: 0; }
	
	/*=============================================*/
	/* PFC
	/*---------------------------------------------*/
	
	/* APPLY STYLE */
	div.pfc a { color: #f29a02; }
	div.pfc a:hover,div.pfc a.active { color: #e4721b; }
	div.pfc ul.links a { background: url(../images/pfc/arrow_right.gif) right 5px no-repeat; }
	div.pfc div#main div.feature a { background: url(../images/pfc/feature.jpg) no-repeat; }
	div.pfc a.arrow { background: url(../images/pfc/arrows.gif); }
	div.pfc h3.label { background: url(../images/pfc/labels.gif); }
	div.pfc .button { background: url(../images/pfc/buttons.gif); }
	div.pfc div#main div.title_bar { background: url(../images/pfc/title_bar.jpg); }
	div.pfc div.title_bar h4 { color: #FFE21E; }
	div.pfc div.styled ul li, div.pfc ul.plus li { background: url(../images/pfc/plus.gif) 0 8px no-repeat; }
	div.pfc a.return { background: url(../images/pfc/arrow_left.gif) 0 5px no-repeat; }
	div.pfc a.go { background:url(../images/pfc/arrow_right.gif) right 5px no-repeat; }
	div.pfc div.publications ul li a { background: url(../images/pfc/download.gif) 1px 4px no-repeat; }
	div.pfc div.resources ul li a { background: url(../images/pfc/download.gif) 1px 4px no-repeat; }
	
	/* VOLUNTEER TOUT */
	div.pfc div.home_tout h3.label { width: 134px; height: 15px; background-position: 0 0; }
	div.pfc div.home_tout a.button { width: 96px; height: 22px; background-position: 1px 1px; }
	
	/* VOLUNTEER FORM */	
	div.pfc div.form div.city { width: 118px; float: left; clear: both; }
	div.pfc div.form div.city input { width: 90px; }
	div.pfc div.form div.state { width: 75px; float: left; }
	div.pfc div.form div.state select { width: 65px; }
	div.pfc div.form div.zip_code { width: 70px; float: left; }
	div.pfc div.form div.zip_code input { width: 41px; }
	
	
	/* BUTTONS */
	div.pfc input#get_started { width: 96px; background-position: 1px 1px; margin: 15px 0 0 0; }
	div.pfc input#submit { width: 60px; background-position: 1px -29px; margin: 15px 0 0 0; }
	