/* Common Elements */
body{
	text-align:center;
	background:#FFFFFF;
	font-size:12pt;
	margin:0;
}

/* General */
hr						{height:1px; background-color:#000000; color:#000000; border:none;}
.clear					{clear:both; min-height:1px; height:1px; font-size:1px;}
p.center				{text-align:left;}
img.leftAligned			{float:left; padding: 0 20px 2px 0;}
img.blueBorder			{border: 1px solid #000000;}

/* Dimensions and Page Alignment */
#wrap{
	width:640px;
	min-height:300px;
	margin:0 10px 0 10px;
	text-align:left;
}

/* Common Areas in any Layout */
#header{
	width:				100%;
	min-height:			50px;
	padding:			0 0 20px 0;
}

#search,
#inside_leftcontent,
#footer-nav,
#utility,
#utility_nav_next,
#main_navigation,
#sitemap_content,
ul.site_map,
/*#flash_header,*/
#inside_footer,
#footer,
#header_image,
#breadcrumbs,
#main_content a.GreenButton,
.medianews_col1	 {display:none;}

#sidebar .inside_pod .content,
#inside_maincontent #sidebar .inside_pod .content,
#patients_content #sidebar .inside_pod .content,
#sidebar{min-height: 50px;}

.latest_news{
	padding:			10px 0 0 0;
	background:			none;
}
.pod_wrapper,
#sidebar{
	padding:			0 0 15px 0;
	background:			none;
}
#middle_content,
#left_content,
#right_content,
#exec_leadership_left,
.mediahome_col1{
	padding:			0 0 10px 0;
	margin:				0 0 15px 0;
	border-bottom:		1px solid #000000;
}

#exec_leadership_right a.viewVideo{
	float:				left;
	display:			block;
	padding: 			0 0 15px 0;
	margin: 			0 20px 15px 0;
}

.product{
	padding:			10px 0 0 0;
	margin:				15px 0 0  0;
	border-top:			1px solid #000000;
}
.latest_news h5 a,
.latest_news p a{
	font-family:		"Times New Roman", Times, serif;
	color:				#000000;
	text-decoration:	none;
}
#middle_content .latest_news_content  p.news_rss a{
	color:				#0000FF; 
	text-decoration:	underline;
}
img a 					{border: none;}

/* Typography */
/* Text */
p{
	font-family:		"Times New Roman", Times, serif;
	color:				#000000;
	line-height:		normal;
	margin:				0 0 10px 0;
	padding:			0;
}
pre{
	font-family:		"Courier New", Courier, monospace;
	font-size:			11px;
}
blockquote{
	margin-left:		20px;
}
abbr{
	font-family:		"Times New Roman", Times, serif;
}


/* Links */
a						{color:#0000FF; text-decoration:underline;}
a:visited				{color:#0000FF; text-decoration:underline;}
a img					{border:none;}

/* Headings */
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20pt;
	color:#000000;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}
h2{
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
	color:#000000;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}
h3{
	font-family:"Times New Roman", Times, serif;
	font-size:15pt;
	color:#000000;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}
h4{
	font-family:"Times New Roman", Times, serif;
	font-size:13pt;	
	color:#000000;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}
h5{
	font-family:"Times New Roman", Times, serif;
	font-size:13pt;
	color:#000000;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}
h6{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}


/* Lists */
ul{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
	list-style-type:disc;
	margin-bottom:15px;
}
ul.contacts,
ul.news{
	list-style-type:none;
	margin-left:0;
}
ul.contacts li{
	margin-bottom:10px;
}
ol{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
}
dl {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
	margin:0 0 1.5em 0;
	padding:0;
}
dl dt {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
	font-weight:bold;
	margin:0.25em 0 0.25em 0;
	padding:0;
}
dl dd {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:12pt;
	margin:0 0 0 30px;
	padding:0;
}


/* table */
table{
	font-family:"Times New Roman", Times, serif;
	border-collapse:collapse;
	width:100%;
	margin:0;
	padding:0;
	border:none;
}
table caption{
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:12pt;
	text-align:lwft;
}
thead	{font-weight:bold;}
th		{font-size:12pt;text-align:left; vertical-align:middle;}
td		{font-size:12pt;text-align:left; vertical-align:middle;}


/* Forms */
form{margin:0; padding:0;}

input{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
	border:1px solid #000000;
	background-color:#FFFFFF;
}

input.noborder{border:none;}
fieldset{border:none;}

textarea, select{
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
	border:1px solid #000000;
	background-color:#FFFFFF;
}
label{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
}
legend{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-weight:bold;
}
