@charset "UTF-8"; /*this must stay here in order to validate */
/*
*****************************************

 Created on: 3/5/2009 for Clearview Cancer Institute
 Updated on: 10/6/2008
 These styles are valid CSS level 2.1
 Tested on Mac: Firefox 3 and Safari 3.1.2
 Tested on Windows IE8b, IE7 and IE6, Firefox 1.5, and Netscape 8

*****************************************

 Page Grid Styles 
 
 *****************************************
 */

body {
	padding: 0;
	margin: 0;
	background-image: url('../images/common/main_background.gif');
	background-repeat: repeat;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body #col_1 h1	{
	padding: 0;
	margin: 0;
}

body #col_1 h1 img	{
	display: block;
	padding: 0;
	margin: 35px auto 0;
	font-size: 1.5em;
	text-align: center;
	line-height:1.5em;
}

body h2,
body h3,
body h4	{ 
	font-weight: normal;
	color: #6a2104;
}

body h2	{
	margin: 30px 0 15px 0;
	font-size: 22px;
}

body h3,
body h3 a 	{
	padding: 0 0 5px 0;
	margin-top: 10px;
	font-size: 17px;
	line-height: 23px;
}


body h4 {
	margin: 10px 0 20px;
	border-bottom: 1px solid #DCCE87;
	font-size: 14px;
	line-height: 20px;
}

body h5	{ font-size: 13px; }


body img	{ font-style: italic; }


body em	{ font-style: italic; }

body strong	{ font-size: 13px; font-weight: bold; }

body ul {
	padding: 5px 0 10px 10px;
	list-style-type: disc;
	list-style-position: inside;
}

body ul li {
	padding: 0 0 2px 0;
	margin: 0 0 0 4px;
	list-style-position: outside;
	line-height: 20px;
}

	body ul li p	{
		display: inline;
	}
	
	body ul li dfn	{
		font-weight: bold;
		font-style: normal;
	}

	body ul li ul {
		padding: 5px 0 5px 10px;
		list-style-type: circle;
	}
	
		body ul li ul li {
			padding: 0 0 0 0;
			line-height: 20px;
			font-style: italic;
		}

	body dl dt	{
		position: relative;
		font-weight: bold;
	}
	
		body dl dd dl dt	{ font-style: italic; /*color: #752100;*/ }

	body dl dd	{
		float: none;
		padding: 10px;
		margin: 0 0 10px;
	}

	html body p	{
		margin: 0 0 10px 0;
	}
	
	body a	{
		text-decoration: underline;
		color: #752100;
	}
	
	body a.google_map	{
		float: left;
		background-color: #000;
		/*background-color: #E7DFB2;
		border: 1px solid #FFF;*/
		font-size: .9em;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFF;
	}
	
	body a.google_map:hover	{
		background-color: #6F8EBD;
	}
	
		body a.google_map img	{
			display: block;
			border-bottom: 1px solid #000;
		}
		
		body a.google_map span	{
			float: right;
			padding: 1px 4px 2px;
		}
	
	body a:hover,
	body a:focus {
		text-decoration: none;
	}
	
	/*body a:focus,
	body a:active	{
		outline: none !important;
	}*/
	
	body dfn	{ font-weight: bold; font-style: normal; }
	
	/* Override any browser default styles for abbreviations and acronyms */
	body abbr,
	body acronym	{ font-size: 1em; font-weight: inherit; line-height: inherit; }
	
	body cite	{ display: block; margin: 0 0 0 15px; }

	br.clear	{ clear: both; }

#banner	{ width: 223px; padding: 0 10px; margin: 48px 0 0 0; background-color: #D4C787; background-image: url(../images/common/main_banner_repeat.png); background-repeat: repeat-y; font-size: 13px; text-align: center; }

	#banner span#banner_shadow_top	{ display: block; height: 11px; position: relative; top: -11px; margin: 0 -10px; background-image: url(../images/common/main_banner_shadow_top.png); background-repeat: no-repeat; }
	
	#banner span#banner_shadow_bottom	{ display: block; height: 12px; position: relative; top: 12px; margin: 0 -10px; background-image: url(../images/common/main_banner_shadow_bottom.png); background-repeat: no-repeat; } /* For some reason, IE 6 renders this bottom shadow a few pixels above where it should be, so a different top: value is specified in the IE 6 css file */
	
	div.promo	{ margin-right: 6px; }
	
	div.promo h3	{ padding: 0; margin: 20px auto 0; text-align: center; text-decoration: underline; }
	
	div.promo ul	{ padding: 10px 10px 5px; margin-top: 0; }
	
	div.promo ul li	{ list-style-type: none; display: block; margin: 0 auto 8px; text-align: center; line-height: 1em; /*border-bottom: 1px dotted #dcce87;*/ }
		div.promo ul li a				{ line-height: 1.2em; }
		div.promo ul li a:hover	{ text-decoration: none; }
		
	#col_1 #banner strong,
	#col_1 #banner p	{ font-family: Georgia, "Times New Roman", Times, serif; }
	
	#col_1 #banner strong,
	#col_1 #banner p,
	#col_1 #banner a		{ display: block; margin: 0 auto; text-align: center; }
	
	#col_1 #banner strong	{ padding: 0; margin-bottom: 6px; font-size: 19px; text-transform: none; color: #994708; }
	
	#col_1 #banner p	{ font-family: inherit; font-size: 1em; }
	
	#col_1 #banner a	{ margin-top: 4px; font-family: Geneva, Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 10px; }
	
	#col_1 #social_icons a span	{ display: block !important; margin-bottom: 15px; text-decoration: none; }
	#col_1 #social_icons a:hover span	{ text-decoration: underline; }

a.download_patient_handbook	{ display: block; width: 152px; padding: 180px 0 0; margin: 0 auto 10px; background-image: url(../images/common/download_patient_handbook.png); background-repeat: no-repeat; text-align: center; color: #000; }

a.download_patient_handbook:hover	{ text-decoration: none; }

/* FORMS */

body form li	{
	clear: both;
	float: left;
	margin: 0 0 10px;
}

	body form label	{
		display: block;
		width: 500px;
		margin: 0 0 2px;
	}

	body form li.radio	{
		display: block;
		margin: 5px 0 10px 0;
	}
	
	body form li.radio label	{
		display: inline;
		margin: 0 0 0 6px;
	}
	
	body #container form strong.error	{ display: block; width: 314px; padding: 5px 8px 5px !important; background-color: #E0D39E; color: #FF0000; 
	}
	
#container {
	width: 980px;
	margin: 0 auto;
	border: 5px solid #000000;
	background-color: #faf6de;
}

/* Navigation Bar Styles */

#nav_global {
	width: 980px;
	height: 30px;
	background-color: #6a2104;
	border-bottom: 2px solid #000;
}

	#nav_global ul li,
	#nav_global ul li a	{
		line-height: 8px;
	}

	#nav_global ul li a	{
		white-space: nowrap;
	}
	
	#nav_global ul li ul li a	{
		padding: 6px 10px;
		white-space: normal;
		line-height: 15px;
	}

/* For the two Column Layout, inside the Main Body Div */

#two_col_span {
	background-image: url(../images/services/yellow_header_fade.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	float:right;
	width:700px;
	padding: 0 10px 0 0;
	margin:0 auto;
}

/*.two_column #col_1 {
	float: left;
	width: 310px;
	padding: 0px 20px;
}

.two_column #col_2 {
	float: right;
	width: 310px;
	padding: 0px 20px;
}*/


/* For the three Column Layout, inside the Main Body Div */

#col_1 {
	float: left;
	width: 236px;
	min-height: 635px;
	padding: 0px 7px;
	margin-top: -32px;
	margin-right: 14px;
	background-image: url(../images/common/sidebar_background.jpg);
	background-repeat: no-repeat;
}

	#col_1 strong {
		display: block;
		padding: 20px 0 0;
		margin: 0 auto;
		font-size: 12px;
		font-family: "Geneva", "Arial", "Helvetica", sans-serif;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
		color: #938f6e;
	}


	#quick_links {
		list-style: none;
		padding: 0 6px 10px 0;
		margin: 0;
		padding: 0 6px 10px 0;
		text-align: center;
		text-transform: uppercase;
	}
	
	#quick_links li {
		padding: 0;
		margin: 0;
		font: 12px "Geneva", "Arial", "Helvetica", sans-serif;
	}
	
	#quick_links a {
		display: block;
		padding: 5px 9px;
		margin: 0;
		border-bottom: 1px solid #b7b393;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		color: #6a2104;
	}
	
	#quick_links a:hover {
		background-color: #faf6de;
	}
	
	
	#col_1 #social_icons {
	text-align: center;
	margin: 20px 0 0 0;
	}


#col_2 {
	/*display: inline;*/
	float: left;
	width: 373px;
	padding: 15px 20px 0 0;
	margin: 0 0 20px 7px;
}

	body #two_col_span .intro_text {
		border-top: 1px solid #938f6e;
		border-bottom: 1px solid #938f6e;
		font-size: 16px;
		line-height: 24px;
		padding:10px 0;
	}
	
	body #two_col_span .intro_text a {
		font-size: 1em;
	}

	body #two_col_span .intro_text img	{
		float:right;
		margin:0 0 0 10px;
	}


#col_3 {
	border-left: 1px solid #999; 
	float: right;
	width: 233px;
	padding: 15px 20px 0 20px;
	}
	
#col_right_background {
	float: right;
	width: 253px;
	min-height: 500px;
	background-image: url(../images/common/sidebar_right_background.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 25px 20px 0 40px;
	}
	
#col_3 img {
	padding: 0 0 20px 0;
	}
	
/* For Use when you need the two content columns to be the same width*/	
	
#col_2_even {
	/*display: inline;*/
	float: left;
	width: 323px;
	padding: 0 20px 0 0;
	margin: 0 0 20px 7px;
}

#col_3_even {
	float: right;
	width: 323px;
	padding: 0 20px 0 20px;
	}
	
	#col_3_even p{
	padding: 0;
	}


/*#col_2_3	{
	clear: both;
	float: right;
	width: 715px;
	padding: 0 0 0 15px;
	margin: 15px 0 0 -350px;
}

#col_2_3 img	{ margin: 0 4px 0 0; }*/

#col_2_3	{
	clear: right;
	float: right;
	width: 715px;
	padding: 0 0 0 15px;
	margin: 15px 0 0 -350px;
}

#col_2_3 img	{ margin: 0 0 0 0; }

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	padding: 0 10px;
	margin: 0 auto;
	background-color: #faf6de;
	border-top: 1px solid #6a2104;
	text-align: center;
}

#footer p, #footer a {
	font-weight: normal;
	color: #000000;
}

#footer p {
	padding: 15px 0 0 0;
}

/* image floats */

.float_right {
	float: right;
	padding: 0 0 0 10px;
}

.float_left {
	float: left;
	margin:0 10px 0 0;
}

ul.section_menu,
ul.section_menu li	{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}


/* -----------------
	 =PAGE-SPECIFIC
----------------- */

	/* --------
		 =BLOG
	-------- */

	#tinymce	{
		
	}

	#tinymce *	{
		padding: 0;
		font-family: Georgia, "Times New Roman", Times, serif !important;
		font-size: 13px;
	}

	/* --------
		 =HOME
	-------- */
	
	/* This Div is only for the Index Page */

#scroller_container {
 position: relative;
 width: 200px;
 height: 20px;
 overflow: hidden;
}

h3#scroller_container #scroller	{ white-space: nowrap; font-size: inherit; }


#reuters_logo	{ clear: both; float: left; display: block; margin: 0 0 0 20px; }

	p.intro	{ display: block; margin: 15px 0 30px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 1.3em; color: #000 !important; }
	
	p.intro strong	{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 17px; color: #752100; }

	#col2span {
		float:right;
		width:710px;
		height:265px;
		padding: 0;
		margin:0 auto;
	}
	
	.home#main #col_2 {
		float: right;
		width: 433px;
		margin: 0 0 0 7px;
	}

	body.home#main #col_3 {
		width: 207px;
		}
	
	body.home#main #col_3 h3	{ padding: 15px 0 0; margin: 0; border-top: 1px solid #000; }
	
	body.home#main dl dt,
	body.home#main dl dd			{ display: block; float: none; padding: 0; margin: 0; }
	
	body.home#main dl dt			{ margin: 15px 0 0; }
	
	/*body.home#main dl dd a	{ font-size: .9em; }*/
	
	a.view_all	{ float: left; max-width: 238px; height: 38px; padding: 0 10px 0 0; margin: 20px 0 0; background-image: url(../images/home/view_all_bg.png); background-repeat: no-repeat; font-family: Verdana, Geneva, sans-serif; font-size: 1.2em; text-align: center; }
	
	a.view_all span	{ position: relative; left: 20px; display: block; height: 30px; padding: 8px 20px 0 0; margin: 0 0 0 0; background-image: url(../images/home/view_all_bg_cap.png); background-repeat: no-repeat; background-position: right top; font-size: 10px; text-align: center; }
	
	body.home#main .splash	{ float: right; position: relative; left: 0; margin: 0 0 0 -20px; }
	
	/*body.services#radiation_oncology #col_2 ul li	{
		display: block;
		margin: 10px 0;
	}*/
	
	body.home .banner	{ display: block; margin-top: 30px; }
	
	body.home .clearview_in_the_news	{ display: block; margin-bottom: 25px; background: none; }
	
	body.home#main img#reuters_logo	{ display: block; padding: 0; margin: 10px 0 0; }
	
	/* ---------
		 =PROMO
	--------- */
		
		body.promo	{ padding: 20px; background-color: #FAF6DE; background-image: url(../images/services/yellow_header_fade.jpg); background-repeat: no-repeat; background-position: left top; font-size: 13px; }
	
		body.promo h1	{ font-size: 22px; font-weight: bold; line-height: 1.1em; padding-bottom: 0; margin-bottom: 0; }
	
		body.promo strong.subhead	{ display: block; margin: 10px 0; font-style: italic; }
	
		body.promo p	{ margin: 10px 0; }
		
		body.promo img	{ float: left; margin: 10px 10px 10px 0; border: 1px solid #000; }
		
		body.promo a.registration	{ display: block; clear: both; padding: 8px; margin: 10px auto 0; border-top: 1px solid #E7DFB2; font-size: 1.1em; text-align: center; }
	
		body.promo#register em.required:before,
		body.promo#register strong.required span:before	{ content: "* "; }
	
		body.promo#register fieldset,
		body.promo#register label			{ margin: 10px 0 0; }
	
		body.promo#register input,
		body.promo#register select,
		body.promo#register textarea	{ display: block; }
		
		body.promo#register input,
		body.promo#register textarea	{ width: 320px; }
		
		body.promo#register input#zip,
		body.promo#register input#phone	{ width: 100px; }
		
		body.promo#register fieldset.buttons input	{ float: left; width: auto; margin: 0 10px 0 0; }
	
	/* ---------------------
		 =EVENTS ON SIDEBAR
	--------------------- */
	
		#col_1 div#special_events	{ display: block; padding: 15px; margin-bottom: 40px; }
		
		#col_1 div#special_events h3	{ display: block; margin: 15px auto 0; text-align: center; text-transform: uppercase;}
		
		#col_1 div#special_events ul	{ display: block; float: none; padding: 0; margin: 0 auto; }
		
		#col_1 div#special_events ul li	{ list-style-type: none; display: block; float: none; padding: 0; margin: 0 auto; text-align: center; }
		
		#col_1 div#special_events ul li a	{ display: block; padding: 5px 9px; margin: 0; border-bottom: 1px solid #b7b393; color: #6a2104; }
		
			#col_1 div#special_events ul li a.registration	{ font-weight: bold; }
		
		#col_1 div#special_events ul li a:hover	{ background-color: #faf6de; }
	
	/* ------------
		 =NEWSWIRE
	------------ */
	
		body.media#press dl.newswire_articles	{ float: left; }
		
		body.media#press dl.newswire_articles dt	{ clear: both; float: left; width: 100px; margin-right: 13px; font-size: 12px; text-align: right; }
		
		/*body.newswire#details dl.newswire_articles dt,*/
		body.media#press dl.newswire_articles dd	{ clear: none; float: left; width: 250px; padding: 0 10px 10px 0; }
	
	/* ------------
		 =ABOUT US
	------------ */
	
		body.about_us #col_2_even h3,
		body.about_us #col_3_even h3   {
			font-size: 16px;
			line-height: 13px;
			padding: 15px 0 0 0;
			margin: 0;
		}
	
		body.about_us #col_2_even h4,
		body.about_us #col_3_even h4   {
			padding: 10px 0 0 0;
			margin: 0 0 6px;
			font-size: 14px;
			line-height: 13px;
		}
		
/*body#sammy_becdach li.sammy_becdach a,
body#manh_dang li.manh_dang a,
body#s_dang li.s_dang a,
body#jeremy_hon li.jeremy_hon a,
body#f_kelly li.f_kelly a,
body#c_kingsley li.c_kingsley a,
body#naveen_lobo li.naveen_lobo a,
body#brian_mathews li.brian_mathews a,
body#philip_mcgee li.philip_mcgee a,
body#marshall_schreeder li.marshall_schreeder a,
body#purvi_shah li.purvi_shah a,
body#john_waples li.john_waples a,
body#claudia_agnew li.claudia_agnew a,
body#gary_belanger li.gary_belanger a,
body#layla_beverly li.layla_beverly a,
body#michelle_brown li.michelle_brown a,
body#liz_cumbie li.liz_cumbie a,
body#theresa_hanes li.theresa_hanes a,
body#nadine_hartwig li.nadine_hartwig a,
body#teresa_ward li.teresa_ward a,
body#gary_walton li.gary_walton a	{ font-style: italic; text-decoration: none; }*/
		
		body.physicians_staff ul.staff	{
			display: block;
			width: 393px;
			margin: 20px 0 0;
			overflow: hidden;
		}
		
		body.physicians_staff #col_2 ul.staff li	{
			float: left;
			list-style-type: none;
			width: 196px;
		}			
		
			body.physicians_staff #col_2 ul.staff li img	{
				display: block;
				float: none;
				margin: 0 auto 10px;
			}
			
			body.physicians_staff #col_2 ul.staff li span	{
				display: block;
				clear: both;
				font-size: 13px;
				text-decoration: none;
				vertical-align: bottom;
			}
			body.physicians_staff #col_2 ul.staff li span.title	{
				font-weight: bold;
			}
		
		body.physicians_staff #col_right_background p
		{
			padding: 0 0 5px 0;
			margin: 0;
		}
		
		body.physicians_staff #col_right_background a.view_related	{
			padding: 0 0 5px 0;
			margin-top: 10px;
			font-size: 17px;
			line-height: 23px;
		}
		
		body.physicians_staff #col_right_background a
		{
			color:#000;
		}
		
			body.physicians_staff #col_right_background h3 a
			{
				color:#6a2104;
			}
		
		body.physicians_staff #col_2 h3
		{
			font-size: 18px;
			padding: 10px 0 0 0;
			margin: 0 0 10px;
		}
		
		body.physicians_staff #col_2	{
			width: 393px;
			padding-right: 0;
		}
		
		body.physicians_staff #col_2 ul li	{
			float: left;
			width: 98px;
			padding: 0;
			margin: 0;
		}
		
		body.physicians_staff #col_2 ul li a	{
			float: left;
			padding: 5px 5px 0;
			/*border: 1px solid #E6E0BE;*/
			text-decoration: none;
		}
		
		body.physicians_staff #col_2 ul li a:hover	{
			/*background-color: #CCC;*/
			padding: 5px 5px 0;
			/*border: 1px solid #6A2104;*/
		}
		
		body.physicians_staff #col_2 li img	{
			padding: 0;
			margin: 0;
		}
		
		body.physicians_staff #col_2 li span	{
			display: block;
			padding: 0;
			margin: 0 0 8px;
			font-size: 11px;
			line-height: 1em;
			text-align: center;
			text-decoration: underline;
		}
		
		body.physicians_staff #col_2 li a:hover span	{
			text-decoration: none;
		}
		
	/*		body.physicians_staff#detail	{
				padding: 0 0 0 20px;
				background-color: #FAF6DE;
				background-image: none;
			}
			
			body.physicians_staff#detail #two_col_span	{
				float: left;
				width: 680px;
				padding: 0 20px 0 0;
				margin: -10px 0 0;
			}
		
			body.physicians_staff#detail #col_right_background	{
				width: 170px;
			}
			
			body.physicians_staff#detail h3	{
				clear: left;
			}
			
			body.physicians_staff#detail p	{
				margin: 0 0 10px;
			}*/
	
	/* ---------------------
		 =Maps & Directions
	--------------------- */
	
		#maps_directions h3	{
			clear: both;
		}
	
	/* ----------------
		 =Job Listings
	---------------- */
	
		#job_listings dl	{ padding: 0; margin: 0; }
	
		#job_listings dd	{ padding: 5px 10px 0; }
		
		#job_listings dt.date,
		#job_listings dt.location,
		#job_listings dt.department	{ float: left; width: 7.25em; padding: 0; margin: 0 0 5px 0; }
		
		#job_listings dd.date,
		#job_listings dd.location,
		#job_listings dd.department	{ float: none; padding: 0; margin: 0 0 5px; }
		
		/*#job_listings a.apply_online	{ display: block; padding: 10px 10px 30px; margin: 0 0 30px; border-bottom: 1px solid #dcce87; font-size: 1.1em; text-transform: uppercase; }*/
		
		#job_listings a.apply_online,
		#job_listings a.apply_online span	{ display: block; width: 103px; height: 20px; }
		
		#job_listings a.apply_online	{ position: relative; padding: 0 4px; margin: 20px 0 40px 10px; overflow: hidden; text-transform: uppercase; }
		
		#job_listings a.apply_online span	{ position: absolute; margin: 0 -4px; background-image: url(../images/about_us/apply_online.png); background-position: 103px 0; }
		#job_listings a.apply_online:hover span	{ background-position: 0 0; }
		
		#job_listings .disclaimer		{ display: block; margin-bottom: 25px; }
	
	/* -------------------
		 =Job Application
	------------------- */ 
	
	#job_application #col_2	{ width: 600px; }
	
	#job_application form		{  padding: 0; margin: 0; font-size: .9em; } /* TOTAL WIDTH should be under 750px; */
		
		#job_application form strong.error		{ margin-left: 165px !important; }
		
		#job_application .note			{ clear: both; padding: 6px; margin: 10px 0; background-color: #FFFF99; font-size: 1.2em; }
		
		#job_application form em.required				{ padding: 4px 0 4px 22px; margin-top: 10px; margin-left: -22px; background-color: #EEEEEE; }
		#job_application form em.required span	{ padding: 4px 6px; background-color: #FFFF99; }
		
		#job_application form fieldset		{ /*width: 500px;*/ border: none; border-top: 1px solid #6a2104; padding: 10px 0 30px 16px; margin: 0 0 -1em 0; } /*  ; 28px padding set in _global_forms.css (14px both sides) */
			
			#job_application form fieldset legend 	{ margin: 10px 0; font-size: 1.2em; font-weight: bold; color: #6a2104; white-space: normal; }

				#job_application form fieldset fieldset legend	{ font-size: 1.2em; }
			
			#job_application form strong					{ padding: 0 !important; margin: 0 !important; }
				#job_application form strong label	{ /*background-image: url(../../_images/common/bullets/arrow_OVER.gif); background-repeat: no-repeat; background-position: center right;*/ }
				
				/*#job_application form label small	{ display: block; }*/
				#job_application form strong label:after,
				#job_application form p strong:after	{ content: " *" }
			
			#job_application form li			{ float: left; width: 100%; padding: 10px 0 0; margin: 0; }
			
				#job_application form div#resume	{ padding: 20px; background-color: #E6E0BE; }
						
				#job_application form div#resume label	{ float: none; display: block; width: auto; clear: both; padding-top: 0; margin: 0; font-weight: bold; line-height: 1em; }
				
				#job_application form div#resume input#userfile	{ display: block; float: none; width: 540px; margin-bottom: 10px; }
				
				#job_application form div#resume strong.error	{ display: block; width: auto; margin-top: 10px; margin-left: 0 !important; }
			
				#job_application form label { float: left; display: block; width: 150px; padding: 6px 10px 6px 0; margin: 0 5px 4px 0; } /* TOTAL WIDTH = 235px */
				
				/*#job_application form label.required input,
				#job_application form label.required textarea,
				#job_application form label.required select			{ background-color: #FFFF99; }*/
				
				#job_application form small											{ width: auto; padding: 4px 4px 2px; border: none; font-size: .8em; font-style: italic; }
				#job_application form fieldset fieldset small		{ width: 120px; }
				/*#job_application form label span			{ float: none; width: 10px; display: inline; }*/
				
				#job_application form input,
				#job_application form textarea,
				#job_application form select					{ width: 320px; padding: 4px; margin: 0; border: 1px solid #000000; background-color: #FFF; font-size: 11px; } /* padding set to 4px all around in _global_forms.css */
				
				#job_application form select					{ padding: 3px; }
				
				#job_application form select option		{ background-color: #FFFFFF; }
				
				#job_application form #zip,
				#job_application form #phone,
				#job_application form #cell_phone,
				#job_application form #city,
				#job_application form #state,
				#job_application form #highest_grade,
				#job_application form #school_city_1,
				#job_application form #school_state_1,
				#job_application form #school_zip_1,
				#job_application form #school_city_2,
				#job_application form #school_state_2,
				#job_application form #school_zip_2,
				#job_application form #school_city_3,
				#job_application form #school_state_3,
				#job_application form #school_zip_3,
				#job_application form #employer_phone_1,
				#job_application form #employer_city_1,
				#job_application form #employer_state_1,
				#job_application form #employer_zip_1,
				#job_application form #employer_phone_2,
				#job_application form #employer_city_2,
				#job_application form #employer_state_2,
				#job_application form #employer_zip_2,
				#job_application form #employer_phone_3,
				#job_application form #employer_city_3,
				#job_application form #employer_state_3,
				#job_application form #employer_zip_3,
				#job_application form #ref_city_1,
				#job_application form #ref_state_1,
				#job_application form #ref_zip_1,
				#job_application form #ref_phone_1,
				#job_application form #ref_city_2,
				#job_application form #ref_state_2,
				#job_application form #ref_zip_2,
				#job_application form #ref_phone_2,
				#job_application form #ref_city_3,
				#job_application form #ref_state_3,
				#job_application form #ref_zip_3,
				#job_application form #ref_phone_3	{ width: 12em; max-width: 160px; }
				
				#job_application form #accept		{ width: auto; padding: 0; margin: 0; background: none; border: none; }
				
				form li#certification	{ padding: 20px; }
				
				#job_application form #submit,
				#job_application form #reset 		{	width: 6em; margin: 0 0 0 14px; }
				
				#job_application form textarea#specialized_skills	{ height: 180px; }
				
				#job_application form li.radio p						{ float: left; width: 150px; padding: 6px 10px 6px 0; margin: 0 5px 0 0; }
				#job_application form li.radio span input		{ /*float: left;*/ float: left; display: block; width: auto; margin-right: 3px; background: none; border: none; }
				
				#job_application form li.radio span label		{ /*float: left;*/ float: left; display: block; width: 20px; padding: 0; margin: 0 30px 0 0; }
				
					#job_application form fieldset fieldset div.address							{ padding: 20px 0; }
					#job_application form fieldset fieldset div.address label				{ padding: 10px 0 0 20px; }
					#job_application form fieldset fieldset div.address label span	{ width: 130px; }
				
				/*#job_application label[for='immigration_status'] span	{ clear: both; display: block; width: 100%; } */
				
					#job_application form fieldset fieldset						{ /*width: 480px;*/ margin-left: 0; margin-right: 0; }
					#job_application form fieldset fieldset li				{ /*width: 480px;*/ }
				
					#job_application form fieldset fieldset input,
					#job_application form fieldset fieldset textarea,
					#job_application form fieldset fieldset select		{ width: 300px; margin: 0; }
				
				#job_application input#submit_application		{ width: 12em; }


/* ------------------
		 =CLINICAL TRIALS
	------------------- */

	body#clinical_trials h4	{ padding-top: 20px; margin-top: 0; border-top: 1px solid #dcce87; border-bottom: none; font-weight: bold; }
	
	body#clinical_trials img.director_of_research	{ float: left; margin: 0 10px 10px 0; }
	
	body#clinical_trials span.title	{ display: block; font-weight: bold; }
	
	body#clinical_trials a.entering_a_clinical_trial			{ float: left; margin: 10px 0; font-size: 12px; line-height: 1.6em; }
	body#clinical_trials a.entering_a_clinical_trial img	{ display: block; margin-bottom: 10px; vertical-align: middle; }
	body#clinical_trials a.entering_a_clinical_trial span	{ float: left; font-size: 12px; font-weight: bold; }

	/* -------------
		 =SELF-EXAM
	------------- */
	
		body.self_exam	{ padding: 20px; background-color: #FAF6DE; background-image: url(../images/services/yellow_header_fade.jpg); background-repeat: no-repeat; background-position: left top; }
	
		body.self_exam h1,
		body.self_exam h2,
		body.self_exam h3	{ padding-bottom: 0; margin-bottom: 0; }
	
		body.self_exam h1	{ font-size: 22px; font-weight: bold; }
		
		body.self_exam h2	{ font-size: 18px; }
		
		body.self_exam h3	{ font-size: 15px; }
		
		body.self_exam ol li	{ list-style-type: decimal; margin: 10px 10px 10px 20px; }
	
		body.self_exam p	{ margin: 10px 0; }
		
		body.self_exam img	{ float: left; margin: 0 10px 0 0; }
	
	/* -------
		 =FAQ
	------- */
	
		#faq #col_2 { width: 690px; }
		
			body.faq #col_2 h4
			{
				padding: 0;
				margin: 25px 0 0 0;
			}
			
			body.faq #col_2 p
			{
				padding: 0;
				margin: 0;
			}
		
		#faq ul.categories		{ padding: 0; overflow: hidden; }
		#faq ul.categories li	{ display: inline; padding: 0 7px 0 9px; margin: 0 0 0 -1px; border-left: 1px solid #000; text-align: center;}
		#faq ul.categories li a	{ padding:0; margin:0 auto; text-align:center; }
		#faq ul.categories li a:hover	{ text-decoration: none; }

		#faq #col_2 h3	{ margin: 30px 0 0; }
		#faq #col_2 h4	{ margin: 10px 0 0; }

	/* ----------------------
		 =COPING WITH CANCER
	---------------------- */

		.patient_information#coping_with_cancer h4	{ margin-bottom: 5px; }
		
		.patient_information#coping_with_cancer p	{ margin-bottom: 15px; }
		
/* --------------------
		 =CANCER INFORMATION
	---------------------- */
	
		body.cancer_information ul#letters	{ padding: 5px 0; }
		
		body.cancer_information#glossary #col_2	{ display: block; width: 680px; font-size: 12px; }
		
		body.cancer_information#glossary #col_2 ul#letters li	{ display: inline; list-style-type: none; padding: 0 1px 0 0; }
	
		body.cancer_information#glossary #col_2 ul#letters li a	{
			display: inline;
		}
	
	body.cancer_information#glossary #col_2 a	{
		clear: both;
		
	}
	
	body.cancer_information#glossary #col_2 a.back_to_top	{
		padding: 2px 4px;
		background-color: #DCCE87;
		font-size: 11px;
		font-weight: bold;
	}
	
	body.cancer_information#glossary #col_2 dl dt	{
		clear: right;
		font-weight: normal;
		font-style: italic;
	}
	
	body.cancer_information#glossary #col_2 dl dt a	{
		clear: both;
		display: inline;
		font-weight: bold;
		font-style: normal;
	}
	
	body.cancer_information#glossary #col_2 dl dd	{
		
	}
	
	body.cancer_information#web_resources #col_2 h4	{
		margin: 20px 0 10px;
		clear: both;
	}
	
	body.cancer_information#web_resources #col_2 dl dt,
	body.cancer_information#web_resources #col_2 dl dd	{
			padding: 0; margin: 0; float: none;
	}
		
	body.cancer_information#web_resources #col_2 dl dt	{
		
	}
		
	body.cancer_information#web_resources #col_2 dl dt a	{
			
	}
		
	body.cancer_information#web_resources #col_2 dl dd	{
			margin: 0 0 10px;
	}
	
	body.newswire#main #col_2,
	body.cancer_information #col_2,
	body#faq #col_2 {
		float: left;
		padding: 0;
	}
	
	/*body.cancer_information #col_right_background {
		background-color:#f8f4dc;
	}*/
	
		/* -------------------
			 =FAMILY HISTORY
		------------------- */		
		
		h3 span	{ display: block; }
		
	/* -------------------
		 =SPECIAL EVENTS
	------------------- */
	
		body.special_events#main #col_2 h3 a 	{ font-size: 13px; font-weight: bold; }
	
		body.special_events#main #col_2 h3 a span	{ display: inline; }
		
		body.special_events#main #col_2 .event_content { display: block; overflow: hidden; border-bottom: 1px solid #dcce87; }
		
		body.special_events#main #col_right_background h4,
		body.special_events#main #col_right_background h5	{ margin: 10px 0 0; }
		
		body.special_events #col_2	{
			width: 686px;
			padding-top: 0;
		}
		
		body.special_events #col_2 h3	{
			clear: left;
			padding-top: 10px;
		}
		
		body.special_events #col_2 img	{
			float: left;
			margin: 0 10px 10px 0;
		}
		
		body.special_events #col_2 a.find_out_more	{
			display: block;
			margin-top: 10px;
		}

	/* ---------------------
		 =Contact Us
	--------------------- */
	
		.contact_us#main a.google_map	{
			margin-bottom: 15px;
		}
	
		.contact_us#main h3	{
			clear: both;
			margin-top: 10px;
		}

	/* ---------
		 =MEDIA
	--------- */
	
	/*body.media#main #container #col_2	{ padding-right: 0 !important; }*/
	
	/*body.media #col_2 h3,
	body.media #col_3 h3 {
		font-size: 17px;
		margin: 0;
		padding: 0;
	}
	
	body.media #col_2_even p,
	body.media #col_3_even p,
	body.media #col_2_even p a,
	body.media #col_3_even p a {
		color:#000;
		font-size: 11px;
	}
	
	body.media #col_2_even.thumbnail {
		padding:0;
		margin:0;
	}*/
	
	.media ul#jump_links	{
		overflow: hidden;
		padding: 6px;
		margin-right: -20px;
	}
	
	.media ul#jump_links li	{
		list-style-type: none;
		float: left;
		padding: 20px;
		margin: 0 20px 20px 0;
		background-image: url(../images/media/jump_link_bg.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	
		.media ul#jump_links li.tv_commercials	{
			margin-left: 110px;
		}

	.media ul#jump_links li a	{
		float: left;
		width: 160px;
		padding: 147px 5px 5px 5px;
		margin: 0;
		background-repeat: no-repeat;
		background-position: 8px 8px;
		font-size: 13px;
		line-height: 13px;
		text-align: center;
	}
	
		.media ul#jump_links li a:hover	{
			background-color: #FAF6DE;
		}
		
		.media ul#jump_links li.tv_news a	{
			background-image: url(../images/media/jump_links/tv_news.gif);
		}
		
		.media ul#jump_links li.press_releases a	{
			background-image: url(../images/media/jump_links/press_releases.gif);
		}
		
		.media ul#jump_links li.print_articles a	{
			background-image: url(../images/media/jump_links/print_articles.gif);
		}
		
		.media ul#jump_links li.tv_commercials a	{
			background-image: url(../images/media/jump_links/tv_commercials.jpg);
		}
		
		.media ul#jump_links li.current_ads a	{
			background-image: url(../images/media/jump_links/current_ads.gif);
		}
	
	.media ul#jump_links li a:hover	{
		background-color: #FAF6DE;
	}
	
	.media div#col_2	{ width: 680px; }
	
		.media#press_details div#col_2,
		.media#print_articles div#col_2	{ width: 373px; }
		
		.media div#col_2 h3	{ margin-bottom: 20px; }
		
		.media#tv_news div#col_2 div.movie_details	{ float: right; width: 340px; }
		.media#tv_commercials div#col_2 div.movie_details	{ float: right; width: 410px; }
	
		.media div#col_2 br		{ clear: both; }
	
		.media div#col_2 div.movie	{ padding: 0; margin: 0 0 30px; }
		
		.media div#col_2 h4 { padding: 0; margin: 0 0 10px; border: none; font-size: 1.1em; color: #6a2104; }
		
		.media#tv_news div#col_2 h3 { padding: 0; margin: 0 0 10px; border: none; font-size: 1.1em; color: #6a2104; }
		
			.media#tv_news div#col_2 h3 a	{ font-size: inherit; text-decoration: none; }
			
			.media#tv_news div#at20mc a	{ line-height: normal !important; }
		
		.media div#col_2 img	{ width: auto; margin: 0; }
		
		.media#tv_news div#col_2 cite		{ clear: right; display: block; padding: 0; margin: 5px 0 0; font-size: 11px; text-align: left; }
		.media#tv_news div#col_2 cite a	{ font-size: 11px; }
		
		.media#tv_news div#col_2 h3		{ margin: 0; }
		
		.media#tv_news div#col_2 ul.shortcuts				{ padding-top: 0; margin-bottom: 20px; }
		.media#tv_news div#col_2 ul.shortcuts li		{ padding: 0; margin: 0; }
		.media#tv_news div#col_2 ul.shortcuts li a	{ font-size: 12px; }
		
		.media#print_articles #col_2		{ overflow:hidden; }
		
		.media#print_articles #col_2 h3	{ padding: 0; margin: 0 0 10px; }
		
		.media#print_articles .date_published,
		.media#print_articles .date_updated					{ font-size: 11px; font-style: italic; }
		/*.media#print_articles .date_updated					{ padding-left: 10px; border-left: 1px solid #6a2104; }*/
		/*.media#print_articles .date_updated:before	{ content: "|"; padding-right: 10px; font-style: italic; }*/
		
		.media#print_articles .byline	{ display: block; margin: 10px 0 20px; }
		
		.media#print_articles .location	{ float: left; margin-right: 5px; text-transform: uppercase; }
		
		/*.media#print_articles img.photo	{ float: right; margin: 0 0 10px 10px; }*/
		
		/* div.tinymce_image and span.caption are created by jquery in the header file and automatically filled with the image's alt attribute */
		.media#print_articles #col_2 div.tinymce_image							{ float: left; margin: 0 20px 0 0; line-height: 1.2em; }
		.media#print_articles #col_2 img														{ float: left; display: block; margin: 0 20px 10px 0; max-width: 373px; height: auto; }
		.media#print_articles #col_2 div.tinymce_image span.caption	{ display: block; margin-bottom: 15px; font-size: 11px; font-style: italic; line-height: 1.2em; }
		
		.media#current_ads div.ad						{ float: left; margin-right: 40px; }
			.media#current_ads div.ad h3			{ text-align: center; }
			.media#current_ads div.ad a				{ display: block; text-decoration: none; }
			.media#current_ads div.ad img			{ display: block; border: 1px solid #000; }
			.media#current_ads div.ad a span	{ display: block; padding: 10px; font-size: 12px; text-decoration: underline; text-align: center; }
		
		ul.press_releases li		{ padding: 10px 10px 10px 0; border-bottom: 1px solid #dcce87; line-height: 1.2em; }
		
		ul.press_releases li a	{ display: block; font-size: 11px; text-transform: uppercase; }
		
			ul.press_releases li a:hover	{ text-decoration: none; }
			
		a.view_all.press_releases	{ display: block; margin-bottom: 20px; }


/* NOT FOUND */

#not_found #container	{ padding: 20px; text-align: center; }

#not_found #container #logo	{ display: block; margin: 0 auto 20px; }

#not_found ul			{  }

#not_found ul li	{ list-style-type: none; }