/* ================================================================================================== */
/* Generic Style Declarations */

html		{	font-size: 75%; }

body		{	font-family: Arial, Helvetica, Tahoma, sans-serif;
			font-size: 1em;
			color: #003355;
			line-height: 120%;
			margin: 0px;
			background: #ffffff; }

b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym
		{	border-bottom: 1px dotted #003355;
			cursor: help; }

hr		{	color: #fff;
			height: 1px;
			background-color: #fff;
			border: 0;
			border-top: 1px solid #cfcfcf; }

h1, h2, h3, h4, h5, h6, legend
		{	font-weight: bold;
			line-height: 120%;
			margin: .75em 0; }

h1, h2, h3	{	font-weight: normal; }

h1		{	font-size: 1.75em; }

h2		{	font-size: 1.4em; }

h3		{	font-size: 1.2em; }

h4, h5, h6, legend
		{	font-size: 1em; }

h6		{	font-weight: normal; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 1em; }

input, select, textarea
		{	font-family: Arial, Helvetica, Tahoma, sans-serif;
			color: #444; }

input[type="text"], input[type="password"], select, textarea
		{	padding: 1px;
			border: 1px solid #8d8d8d; }

input[type=submit]
		{	font-family: Arial, Helvetica, Tahoma, sans-serif;
			font-weight: bold;
			color: #FFFFFF;
			padding: 3px 5px;
			margin: 4px 8px 4px 0px;
			background-color: #0067AB;
			border: 1px solid #003355;
			cursor: pointer; }

/* For IE 6 */
.b		{	font-family: Arial, Helvetica, Tahoma, sans-serif;
			font-weight: bold;
			color: #FFFFFF;
			padding: 3px 5px;
			margin: 4px 8px 4px 0px;
			background-color: #0067AB;
			border: 1px solid #003355;
			cursor: pointer; }

fieldset	{	border: 1px solid #cfcfcf; }

p, ul, ol, dl	{	margin-top: .75em;
			margin-bottom: .75em; }

dt		{	font-weight: bold; }

dt, li		{	margin-top: .5em; }

object, embed	{	outline: 0; }

a:link, a:visited, a:active
		{	color: #0067ab; }

a:visited	{	color: #888; }

a:hover		{	color: #474646; }

a img		{	border: 0; }

.clear		{	margin: 0;
			clear: both; }

/* END Generic Style Declarations */
/* ================================================================================================== */




/* ================================================================================================== */
/* Styles for content containers */

.Content	{	float: left;
			color: #003355;
			line-height: 150%;
			padding: 0 0 0 30px; 
			width: 690px; }

/* Sub Content */

.SubContent	{	line-height: 150%;
			padding: 15px;
			margin: 30px 0 0 0;
			background-color: #e8f0f5;
			border-top: 2px solid #0067AB; }

#SideBar .SubContent
		{	margin: 0 0 30px 0; }

.SubContent h1	{	margin: 0 0 10px 0;
			padding: 0 0 3px 0;
			border-bottom: 1px solid #77a4b7; }

.Content ul	{	list-style-image: url(/files/images/template/arrow.gif); }

.SubContent ul	{	list-style: none;
			list-style-image: none;
			padding: 0;
			margin: .75em 0; }

.SubContent ul li
		{	padding-left: 10px;
			background: url(/files/images/template/arrow.gif) no-repeat left .45em; }

.Content dd	{	margin-left: 0; }

.SubContent a:link, .SubContent a:visited
		{	color: #0067ab; }

.SubContent a:hover
		{	color: #474646; }

/* Callout */

.Callout	{	padding: 15px;
			margin: 0 0 15px 0;
			background: #fff url(/files/images/template/callout_bg.gif) repeat-x left bottom;
			border: 1px solid #CFCFCF; }

.Content .Callout
		{	width: 225px;
			float: right; }

.Callout *	{	color: #6b6b6b; }

.Callout h2	{	font-size: 1.25em;
			font-weight: normal;
			margin: 0 0 7px 0; }

.Callout a:link, .Callout a:visited
		{	color: #474646;
			text-decoration: none; }

.Callout a:hover
		{	color: #0067ab;
			text-decoration: none; }

.Callout p	{	margin: 7px 0 0 0; }

/* END Styles for content containers */
/* ================================================================================================== */




/* ================================================================================================== */
/* Layout Styles */

#ContentWrapper	{	background: #fff; }

#Content	{	padding: 30px 30px 15px 30px;
			width: 900px;
			margin: 0 auto;
			background: #fff; 
			clear: both; }

#SideBar	{	float: right;
			width: 215px;
			margin: 0 0 0 30px; }
			
#SidebarVideo	{	margin: 0 0 30px 0; }

#SideBar a	{	text-decoration: none; }

/* Page Intro */

#PageIntro	{	color: #fff;
			margin: 0 0 15px 0;
			padding: 13px 15px 13px 220px;
			width: 210px;
			background: #006699;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px; }

#PageIntro h2	{	font-size: 1.25em;
			margin: 0 0 5px 0; }

#PageIntro p	{	margin: 0; }

/* Breadcrumb */

#Bread		{	font-size: .9em;
			margin: 0 0 15px 0; }

#Bread a:link, #Bread a:visited, #Bread a:hover
		{	color: #0067ab; }

/* Site Map */

ol#SiteMap	{	list-style: none;
			padding: 0;
			margin: .75em 0; }

ol#SiteMap ol	{	list-style: none;
			border-left: 1px solid #dddddd;
			margin-left: -11px;
			padding-left: 50px;}

/* END Layout Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Banner Styles */

#BannerWrapper	{	margin: 0;
			min-width: 960px;
			background: #0067AB url(/files/images/template/header_bg.jpg) repeat-x bottom left; }

#Banner		{	color: #fff; 
			margin: 0 auto;
			padding: 0 30px;
			width: 900px;
			background: url(/files/images/template/watermark_sm.png) no-repeat left top; }

#Logo		{	float: left;
			margin: 20px 0 0 0;
			border: 0; }

#Banner p	{	float: right;
			margin: 30px 7px 0 0;
			line-height: 200%; }

#Banner a:link, #Banner a:visited
		{	color: #fff;
			text-decoration: none; }

#Banner a:hover	{	color: #e8f0f5; }
	
#Banner p span	{	padding: 0 8px 0 10px;
			background: url(/files/images/template/divider.gif) no-repeat left 3px; }
			
#Banner p span.first
		{	background: none; }

#Banner p span.first a
		{	margin: 0 2px; }

#Large		{	font-size: 1.167em; }

#Larger		{	font-size: 1.33em; }

#PriNav		{	padding-top: 20px;
			clear: both; }

.PrintOnly, #PrintLogo, .Hide
		{	display: none; }

/* END Banner Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Search Styles */

#SearchForm	{	position: relative;
			float: right; }

#SearchForm label
		{	display: none; }

#SearchKeywords	{	font-size: 1em;
			color: #8d8d8d;
			width: 173px;
			padding: 2px 24px 2px 2px;
			margin: 32px 0 0 0;
			border: 1px solid #003355;
			-moz-border-radius: .5em;
			-webkit-border-radius: .5em;
			-border-radius: .5em; }

#btnSearch	{	position: absolute;
			right: 6px;
			top: 36px;
			cursor: pointer; }

/* END Search Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Home Page Styles */

#IntroFlash	{	float: left;
			width: 590px;
			height: 230px; }

/* Big Buttons */

#Featured	{	float: right;
			color: #fff;
			width: 280px;
			height: 230px; }

#Featured div	{	padding: 3px;
			margin: 0 0 10px 0;
			border: 1px solid #003355; }
			
#Featured div.last
		{	margin-bottom: 0; }

#Featured div div
		{	margin: 0;
			padding: 0 5px 5px 0;
			height: 57px;
			background: #006699;
			border: none;
			overflow: hidden; }

#Featured img	{	float: left;
			margin-right: 10px; }

#Featured h1	{	font-size: 1.33em;
			font-weight: bold;
			margin: 7px 10px 3px 0; }

#Featured h1 a:link, #Featured h1 a:visited, #Featured h1 a:hover	
		{	color: #fff;
			text-decoration: none; }
		
#Featured p	{	font-size: .9em;
			line-height: 138%;
			margin: 0 10px 10px 0;  }

/* News & Events */

#HomeNews	{	margin-top: 30px;
			width: 100%;
			border-collapse: collapse;
			clear: both; }

#HomeNews td	{	vertical-align: top;
			margin: 0; }

#HomeNews td.spacer
		{	width: 30px; }

#HomeNews a:link, #HomeNews a:visited
		{	color: #0067ab;
			text-decoration: none; }

#HomeNews a:hover
		{	color: #474646;
			text-decoration: none; }

#NewsEvents	{	float: left;
			width: 265px; }

#NewsEvents dl	{	margin: 0; }

#NewsEvents dt	{	margin-top: 5px;
			padding-top: 5px;
			border-top: 1px dotted #b9cedb;
			clear: both; }

#NewsEvents dt.Featured
		{	border: 0; }

#NewsEvents dt img
		{	float: left;
			margin: 3px 10px 5px 0 ;
			padding: 2px;
			background: #fff;
			border: 1px solid #77A4B7; }

#NewsEvents .date
		{	font-size: .9em;
			font-weight: normal;
			color: #6b6b6b; }

/* Suggested Topics */

#SuggestedTopics
		{	float: right;
			width: 265px; }
			
#SuggestedTopics div
		{	float: left;
			width: 125px; }
		
#SuggestedTopics div.right
		{	float: right; }

#SuggestedTopics ul, #SideBar .SubContent ul
		{	margin: 0; }

#SuggestedTopics h2
		{	font-size: 1em;
			font-weight: bold;
			margin-top: 3px; }

#PopularFeatures
		{	margin: 30px 0 15px 0; }

#PopularFeatures ul
		{	list-style: none;
			margin: 13px 0 0 0;
			padding: 0; }
		
#PopularFeatures ul li
		{	float: left;
			padding: 0 13px;
			margin: 0;
			background: transparent;
			border-left: 1px solid #b9cedb; }

#PopularFeatures li.first
		{	padding-left: 0;
			border-left: none; }

#PopularFeatures li.last
		{	padding-right: 0; }

#PopularFeatures li a
		{	font-weight: bold;
			text-decoration: none;
			padding: 5px;
			width: 185px;
			border: 1px solid #b9cedb;
			background: #ffffff;
			display: block; }

#PopularFeatures li a:hover
		{	color: #003355;
			background-color: #d9e6ed; }

#PopularFeatures a img
		{	margin-bottom: 3px; }

/* END Home Page Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Find a Doctor Styles */

#DoctorSearch	{	width: 250px;
			background: #fcefaa url(/files/images/template/doctor_search_bg.jpg) bottom repeat-x;
			border-top: 2px solid #d59c14; }

#SideBar #DoctorSearch
		{	width: auto; }

#DoctorSearch h1
		{	border-bottom: 1px solid #d59c14; }

#DoctorSearch label
		{	font-size: 1.2em;
			font-weight: bold;
			color: #003355;
			line-height: 22px;
			display: block; }

#DoctorSearch input
		{	padding: 3px 4px;
			width: 96%;
			border: 1px solid #d59c14; }

#DoctorSearch select
		{	margin: 0;
			padding: 0;
			width: 100%;
			height: 22px;
			border: 1px solid #d59c14; }
			
#DoctorSearch input.i
		{	padding: 0;
			margin-top: 5px;
			width: auto;
			border: 0; }

/* END Find a Doctor Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Tab Styles */

.Tabs, .SubContent ul.Tabs
		{	list-style: none;
			margin: 0;
			padding: 0 0 3px 0;
			border-bottom: 1px solid #77a4b7; }

.Tabs li, .SubContent .Tabs li	
		{	
			margin: 0;
			padding: 0 0 0 20px;
			background: url(/files/images/template/slash.gif) no-repeat left bottom;
			display: inline; }

.Tabs li.First	{	padding: 0;
			margin-right: -3px;
			background: none; }

.Tabs h1	{	margin: 0;
			border: 0;
			display: inline; }

.SubContent .Tabs h1
		{	border: 0; }

.Tabs a		{	outline: 0; }

.Tabs a:link, .Tabs a:visited, #NewsEvents .Tabs a:link, #NewsEvents .Tabs a:visited
		{	color: #77a4b7; }

.Tabs a.Active:link, .Tabs a.Active:visited, #NewsEvents .Tabs a.Active:link, #NewsEvents .Tabs a.Active:visited
		{	color: #003355; }

.Tabs a:hover, .Tabs a.Active:hover, #NewsEvents .Tabs a:hover, #NewsEvents .Tabs a.Active:hover	
		{	color: #0067ab; }

/* END Tab Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Data Table Styles */

table.Data	{	margin: 10px 0px;
			background-color: #ffffff;
			border-collapse: collapse;
			border: 1px solid #CFCFCF; }

table.Data td, table.Data th
		{	font-size: .9em;
			padding: 3px 10px;
			border-bottom: 1px solid #CFCFCF;
			border-left:  1px dotted #CFCFCF; }

table.Data th	{	font-weight: bold;
			text-align: left;
			background-color: #f1f1f1; }

table.Data tr.NewRow td
		{	border-top: 1px solid #CFCFCF; }

table.Data .center
		{	text-align: center; }

table.Data .right
		{	text-align: right; }

table.Data .left
		{	text-align: left; }

table.Data .bold
		{	font-weight: bold; }

table.Data .nowrap
		{	white-space: nowrap; }

table.Data .HeaderCol, table.Data th.Vertical
		{	text-align: left; }

table.Data td table.Data td, table.Data td table.Data th, table.Data td table.Data
		{	border-color: #CFCFCF; }

table.Data tr.Divider th, table.Data tr.Divider td
		{	border-top: 4px double #CFCFCF; }

table.Data .Totals
		{	background-color: #f1f1f1;
			font-weight: bold; }

table.Data .HideCol
		{	display: none; }

table.SizeChart	{	width: auto; }


/* END Data Table Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Application Error Styles */

.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(/files/images/std/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat;
			color: #000000; }

/* END Application Error Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* SubNav Styles */

#SubNav		{	float: left;
			width: 180px; }

ol#NestedNav, ol#NestedNav ol	
		{	list-style: none;
			padding: 0;
			margin: 0 0 20px 0; }

ol#NestedNav li	{	display: inline; }

ol#NestedNav a	{	text-decoration: none;
			padding: 5px 0 5px 10px;
			background: url(/files/images/template/arrow.gif) no-repeat left .75em;
			display: block; }

ol#NestedNav a#SubNavParentSel
		{	color: #003355;
			padding: 5px 10px;
			margin: 0;
			background: #E8F0F5 url(/files/images/template/arrow_sel.gif) no-repeat left .75em; }

ol#NestedNav a:link, ol#NestedNav a:visited
		{	color: #0067ab; }

ol#NestedNav a#SubNavParentSel:link, ol#NestedNav a#SubNavParentSel:visited, ol#NestedNav a#SubNavFlySel:link, ol#NestedNav a#SubNavFlySel:visited
		{	color: #003355; }

ol#NestedNav a:hover, a#SubNavParentSel:hover
		{	color: #474646; }

ol#NestedNav ol	{	padding: 0px 10px 5px 20px;
			margin: 0;
			background: #E8F0F5; }

/* Big Buttons */

#SubNav #Featured
		{	float: none;
			width: auto;
			height: auto; }

#SubNav #Featured p
		{	padding: 3px;
			margin: 0 0 10px 0;
			border: 1px solid #003355; }
			
#SubNav #Featured a
		{	font-size: 1.33em;
			font-weight: bold;
			margin: 0;
			padding: 9px 10px 8px 10px;
			background: #006699 url(/files/images/HomeFeatures/1_sm.jpg) no-repeat left top;;
			display: block; }

#SubNav #Featured #Feature1 a
		{	padding-left: 66px;
			background-image: url(/files/images/HomeFeatures/1_sm.jpg); }

#SubNav #Featured #Feature2 a
		{	padding-left: 66px;
			background-image: url(/files/images/HomeFeatures/2_sm.jpg); }
			
#SubNav #Featured #Feature3 a
		{	padding-left: 66px;
			background-image: url(/files/images/HomeFeatures/3_sm.jpg); }

#SubNav #Featured a:link, #SubNav #Featured a:visited, #SubNav #Featured a:hover	
		{	color: #fff;
			text-decoration: none; }

/* END SubNav Styles */
/* ================================================================================================== */




/* ================================================================================================== */
/* Footer Styles */

#JumboFooter	{	min-width: 960px;
			background: #0067ab url(/files/images/template/pre_footer_bg.jpg) repeat-x left top;
			clear: both; }

#JumboGuts	{	line-height: 150%;
			width: 900px;
			margin: 0 auto;
			padding: 30px 30px 20px 30px;
			background: url(/files/images/template/watermark_lg.png) no-repeat top left;
			clear: both; }

#JumboGuts div	{	float: left;
			padding: 0 15px;
			width: 195px; }

#JumboGuts div.first
		{	
			background: none; }

#JumboGuts div.last
		{	 }

#JumboGuts div.clear
		{	float: none;
			padding: 0;
			background: none; }

#JumboGuts h1, #JumboGuts p
		{	color: #fff; }

#JumboGuts a:link, #JumboGuts a:visited, #Footer a:link, #Footer a:visited
		{	color: #fff;
			text-decoration: none; }

#JumboGuts a:hover, #Footer a:hover
		{	color: #b9cedb; }

#JumboGuts h1	{	font-size: 1.5em;
			padding: 0 0 5px 0;
			margin: 0 0 10px 0;
			border-bottom: 1px solid #3385b9; }
 
 #JumboGuts .IconLinks h1
		{	margin-bottom: 15px; }
 
#JumboGuts ul	{	list-style: none;
			padding: 0;
			margin: 0; }

#JumboGuts li	{	padding-left: 10px;
			background: url(/files/images/template/footer_arrow.gif) no-repeat left .45em; }

.IconLinks p	{	clear: both; }

.IconLinks a	{	font-size: 1.167em;
			line-height: 120%;
			display: block; }

.IconLinks img	{	float: left;
			margin: -5px 15px 15px 0; }

.IconLinks a strong
		{	font-size: 1.143em;}

.more		{	font-size: .8em;
			text-align: right;
			padding-top: 5px;
			margin-top: 10px;
			border-top: 1px dotted #3385b9; }

/* Small Footer */

#FooterWrapper	{	padding-bottom: 22px;
			min-width: 960px;
			background: #7ba9c6 url(/files/images/template/footer_bg.jpg) repeat-x left top; }

#Footer		{	font-size: .9em;
			color: #fff;
			line-height: 150%;
			margin: 0 auto;
			padding: 25px 45px 0px 45px;
			width: 870px; }

#Footer p	{	margin: 0 0 3px 0; }


#Footer a	{	white-space: nowrap; }

#ASTag		{	float: right;
			text-align: right;
			width: 230px; }

/* END Footer Styles */
/* ================================================================================================== */