/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;
	
	background-color:		white;
	background-image:		url( /site/images/bg.png );
	background-repeat:		repeat-x;

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans-serif;
	color:					#6a6a6a;
}

body#video
{
	background-image:		none!important;
	margin:					0px!important;
	padding:				0px!important;
}
body#video div
{
	margin:					0px!important;
	padding:				0px!important;
}
body#video h1
{
	display:				none;
}

html,
body
{
	margin:		0px;
	padding:	0px;
	height: 100%;
}

#main
{
}

img.details
{
	float:					left;
	margin:					3px 15px 5px 0px;
}



/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#0030ff;
}

a:hover
{
	color:					rgb(119,119,119);
}

.bodytext a,
h2 a,
h3 a
{
	text-decoration:		underline;
}

h2.service-subtitle a
{
	text-decoration:		none!important;
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
.center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					1025px;

	/*	make footer stay at bottom of page	*/
	min-height:				100%;
	height:					auto!important;
	height:					100%;
/*	margin:					0 auto -137px;	*/
	margin:					0 auto -162px;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
}

#header
{
	position:				relative;
	background-image:		url( /site/images/bg_header.png );
	background-repeat:		repeat-x;

	/*	make footer stay at bottom of page	*/

}

#logo
{
	margin:					13px 0px 20px;
}

table#body
{
	margin:					20px 0px;
	border-collapse:		collapse;
	width:					1025px;
}

col#col-left
{
	width:					160px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
	padding-left:			20px;
	width:					167px;
	border-left:			1px solid #cccccc;
}

#right-container
{
	position:				relative;
	min-height:				600px;
}

#flash-overlay
{
	overflow:				hidden;

}
#player1
{
	position:				absolute;
	top:					0px;
	right:					0px;
/*
	margin-right:			-165px;
	clip:					rect( 0px, 800px, 600px, 468px );
*/
}







td#content
{
	padding-right:			20px;
	width:					auto;
	min-height:				450px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	background-color:		#45829d;
	background-image:		url( /site/images/bg_footer.png );
	background-repeat:		repeat-x;

	line-height:			15px;
	font-family:			verdana;
	font-size:				10px;
	color:					white;

	overflow:				hidden;
}

#nav-footer
{
	clear:					both;
	margin:					0px 0px 20px 0px;
}

#footer,
.push
{
	clear:					both;
/*	height:					137px;	*/
	height:					162px;

	margin-top:				30px;
}

#footer a
{
	color:					white;
}

#footer ul
{
	vertical-align:			bottom;

	float:					right;
	width:					400px;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				2px 10px;
}

#awards
{
}
#awards img
{
	margin:					16px 44px 16px 0px;
	border:					1px solid #346886;
	padding:				2px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
#titlegraphic
{
	position:				relative;
	margin-bottom:			10px;
	width:					583px;
	height:					309px;
}
#titlegraphic h1
{
	position:				absolute;
	bottom:					15px;
	left:					20px;
	z-index:				1;
	margin:					0px!important;
	font-size:				27px;
	color:					white!important;
}


h1
{
	margin:					0px 0px 10px;
	padding:				0px;
	font-weight:			bold;
	font-size:				1.5em;
}

h1 a,h1 a:hover
{
	color:					#4e87b2;
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					0px 0px 4px;
	padding:				0px;
	
	font-weight:			bold;
	font-size:				15px;
	color:					#6a5634;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	font-weight:			bold;
	font-size:				1.0em;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0px;
	padding:				0px;

	line-height:			21px;
	font-size:				13px;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
}

.date
{
	font-weight:			bold;
	color:					#7eaa3f;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right,
td#right .bodytext
{
	line-height:			14px;
	font-size:				11px;
	color:					#2b5576;
}

td#right a
{
	color:					#2b5576;
}

td#right h2
{
	margin-top:				1.0em;
	font-size:				15.26px;
}

td#right h2:first-child
{
	margin-top:				0px;
}

td#right ul
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
}

td#right li
{
	padding:				2px 0px;
}

td#right p
{
	margin-bottom:			8px!important;
}

td#right h2 a
{
	text-decoration:		none!important;
}


table.list td
{
	border-collapse:		collapse;
	padding-bottom:			30px;
}

td.image
{
	padding-right:			15px;
}


/*---------------------------------------------------------------------------------------------------------
//	Social networking tool links
//-------------------------------------------------------------------------------------------------------*/
table.links-bar td
{
	padding:				0px 10px 0px 0px;
}

.inline-digg
{
	float:					left;
	margin:					3px 10px 5px 0px;
}

/*---------------------------------------------------------------------------------------------------------
//	Video controls
//-------------------------------------------------------------------------------------------------------*/
#video-buttons a
{
	background-color:		#CCCCCC;
	color:					white;
	font-weight:			bold;
	padding:				4px 6px;
	margin-right:			5px;
	float:					left;
	margin-top:				5px;
}





/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

.admin
{
	color:					darkred;
}

/*	Service/Institute/Center styles	*/
#conditions
{
	clear:						left;
	float:						left;
	margin:						0px 61px 20px 0px;
	width:						235px;
}
#conditions-box
{
	padding:					10px 10px 10px 18px;
	background-color:			#eefbf7;
	font-size:					11px;
}
#conditions h2
{
	color:						#87a15d!important;
}
#conditions-box h3
{
	margin:						8px 0px 0px;
	text-transform:				uppercase;
	font-size:					12px;
	color:						#88a25f;
}
#conditions h3 a
{
	text-transform:				uppercase;
	text-decoration:			none!important;
	color:						#88a25f;
}
#conditions-box h2
{
	font-size:					15px;
}
#conditions-box ul
{
	list-style-type:			none;
	margin:						0px;
	padding:					0px;
}
#conditions-box a
{
	color:						black;
}
#conditions-box img
{
	margin:						8px 0px;
}

h2.service-subtitle
{
	margin:						20px 0px 3px;
}

#meet-the-team h2 a
{
	color:						#aa9b3f;
}

#technology-spotlight h2 a
{
	color:						#973c1d;
}

#subprograms,
#classesevents
{
	width:						280px;
	float:						left;
	font-size:					11px;
}
#subprograms
{
	margin-top:					20px;
}

#subprograms h2
{
	margin-bottom:				1px;
	font-size:					12px;
}
#subprograms h2 a
{
	text-decoration:			none!important;
}

#subprograms img
{
	float:						right;
	margin:						0px 0px 10px 10px;
}
#subprograms a
{
	color:						#b4620a;
}
.item
{
	line-height:				16px;
	margin-bottom:				10px;
}

#meet-the-team
{
	float:						left;
	margin-right:				8px;
	width:						289px;
}

#stories
{
	margin-left:				297px;
	width:						288px;
}

#stories h2
{
	color:						#62346a;
}

#teamphotos
{
	position:					relative;
	width:						289px;
	height:						259px;
}

#teamphotos .overlay
{
	position:					absolute;
	bottom:						0px!important;
	left:						0px;
	width:						100%;
	height:						56px;
	background-color:			black;
	opacity:					0.4;
	filter:						alpha(opacity = 40);


}

#teamphotos a.prev-slide
{
	position:					absolute;
	bottom:						39px;
	left:						10px;
	z-index:					300;
}
#teamphotos a.next-slide
{
	position:					absolute;
	bottom:						39px;
	left:						20px;
	width:						100%;
	z-index:					300;
}

.sh
{
	position:					relative;
}

.teamitem
{
	position:					absolute;
	top:						0px;
	left:						00px;
	width:						100%;
	height:						257px;
}
.title1
{
	position:					absolute;
	top:						205px;
	left:						35px;

	white-space:				nowrap;
	line-height:				18px;
	font-weight:				bold;
	font-size:					14px;
	overflow:					hidden;
}
.title1 a
{
	color:						#ffa03b;
}
.title2
{
	position:					absolute;
	top:						220px;
	left:						10px;

	line-height:				14px;
	font-size:					12px;
	color:						white;
}

#teamphotobuttons
{
	position:					absolute;
	top:						234px;
	left:						-4px;
	z-index:					4999;
}
#teamphotobuttons a
{
	padding:					4px 2px;
	cursor:						pointer;
}

h2#doctor
{
	clear:					both;
	color:					#1d7f97;
	padding-top:			20px;
}

.searchbar
{
	margin:					20px 0px;
	background-color:		#d7e5f0;
	padding:				10px;
}
.searchbar select.textfield,
.searchbar input.textfield
{
	margin:					0px 12px 0px 0px;
	width:					125px;
	border:					1px solid #c5d2dc;
	font-size:				12px;
}

#storiesfeatures
{
	
}


.searchbar
{
	overflow:				hidden;

	background-color:		#d7e5f0;
	padding:				10px;

	border-radius:			8px;
	-moz-border-radius:		8px;
	-webkit-border-radius:	8px;
}
.searchbar form
{
	float:					left;
}

.searchbar input.button
{
	background-color:		white;
	margin:					0px 12px 0px 0px;
	border:					1px solid #c5d2dc;
	padding:				0px 8px;
	font-weight:			normal;
	font-size:				12px;
	color:					#2b5d81;
	cursor:					pointer;

}

table.sessions
{
	
}

table.sessions th,
table.sessions td
{
	vertical-align:			top;
	padding:				5px 8px;
	background-color:		#E9EDDE;
}
table.sessions th
{
	background-color:		#d7e5f0;
	text-align:				left;
}


a.pdf
{
	padding-left:			20px;
	background-image:		url( /site/images/pdf_icon.png );
	background-position:	top left;
	background-repeat:		no-repeat;
}


#servicelist
{
	clear:					both;
	overflow:				hidden;
}

.column
{
	float:					left;
	width:					45%;
	margin-right:			20px;
	overflow:				hidden;
}

iframe.sh-iframe,
iframe#find-a-doctor
{
	width:					100%;
	height:					500px;

	border:					0px!important;
}

.info-block
{
	margin:			0px 40px 15px 0px;
	overflow:		hidden;
}
.info-block img
{
	float:			left;
	margin:			2px 10px 10px 0px;
}

