@import "contact.css";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#FFFFFF;
	font:small Verdana, Arial, Helvetica, sans-serif;
	color:#666666;  
}

.noscript_message{
	font-size: 13px;
}

/* Basic HTML Elements
-------------------------------------------------------------------------------------  Basic HTML Elements */
h1 {
	margin:141px 0 10px 14px;
	padding:0 0 .1em ;
	border-bottom:1px dotted #D3DDEC;
	font:bold 160%/1.2em Arial,Verdana,Sans-serif;
	color:#355481;
}
h1 sup {
	font-size:60%; 
	vertical-align:text-top; 
	padding-left:1px;
}
h1.reducedmargin {
	margin-top:100px;
}

/*h2 {
	clear:left;
	margin:0 0 .25em 0;
	font:bold 140%/1.0em Georgia, "Times New Roman", Times, serif;
	color:#355481;
}*/
h2 {
	clear:left;
	margin:0 0 .25em 0;
	font:bold 120%/1.2em Georgia, "Times New Roman", Times, serif;
	color:#355481;
}

h2 sup {
	font-size:55%;
	vertical-align:text-top; 
	padding-left:1px;
}
h2 strong {
	font-size:78%;
	color:#4D6FA3;
	display:block;
}

/*h3 {
	margin:0 0 .25em 0;
	font:bold 120%/1.3em Georgia, "Times New Roman", Times, serif;
	color:#4D6FA3;
}*/
h3 {
	margin:0 0 .25em 0;
	font:bold 100%/1.3em Georgia, "Times New Roman", Times, serif;
	color:#4D6FA3;
}
h3 sup {
	font-size:70%; 
	padding-left:1px;
}

h4 {
	margin:0;
	font-size:100%;
}

p {
	margin:0 0 1em 0;
}
p sup,
li sup {
	position:relative;
	top:-0.4em;
	vertical-align:baseline;
	font-size:0.85em;
}
p sub, 
li sub {
	position: relative;
	bottom: -0.4em;
	vertical-align: baseline;
	font-size: 0.9em;	
}
a:link, a:visited {  
	border-bottom:1px dotted #8CBCDF;
	text-decoration:none;
	color:#1D76B0;
}
a:hover {
	border-color:#57C2F0;
	color:#0099E1;
}
a:link img, 
a:visited img {
	border-width:0;
}

/* Layout
--------------------------------------------------------------------------------------------------  Layout */
.content {
	margin-left:30px;
	width:958px;
	height:1240px;
}
.col-SM .content {
	margin-left:10px;
}

.col-index .content {
	width: 970px;
}


.maincol {
	padding-top:20px;
	float:left;
	margin:0;
	font-size:85%;
	line-height:16px;
	width:595px;
}
.col-M .maincol {
	float:none;
	width:100%;
}
.col-SM .maincol, 
.col-SMX .maincol, 
.col-index .maincol {
	float:right;
	width:652px;
}
.col-MSX .maincol, 
.col-SMX .maincol {
	width:500px;
}
.subcol {
	float:right;
	width:180px;
	margin:0;
	font-size:85%;
	line-height:1.5em;
}
#subcolright {
	position:relative;
	left:-13px;
	float:right;
	width:180px;
	margin:0;
/*	margin:0 2px 0 5px;*/
	font-size:85%;
	line-height:1.5em;
}
.col-M .subcol 
{
	display:none;
}
.col-SM .subcol, 
.col-SMX .subcol, 
.col-index .subcol {
	float:left;
}  
.col-MSX .subcol, 
.col-SMX .subcol {
	width:180px;
}
.col-index .subcol {
	width:300px;
}

.xcol {
	float:right;
	width:180px;
	border:1px dotted #D3DDEC;
	background-color:#FBFDFE;
	font-size:85%;
	line-height:1.5em;
}
.col-M .xcol, 
.col-MS .xcol,
.col-SM .xcol,
.col-index .xcol {
	display:none;
}

.col-MSX .wrapper, 
.col-SMX .wrapper {
	float:left;
	width:600px;
}

/* Main Navigation
-----------------------------------------------------------------------------------------  Main Navigation */
#nav {
	position:relative;	
	height:100%;
	margin-left:30px;
	font-size:85%;   	
}

#nav div {
	position:absolute;
	bottom:0;	
	left:0;	
	width:1000px;
	border-left:none;
}
#nav a {
	float:left;	
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #D3DDEC;
	background:url("gfx/btn_nav_left.gif") no-repeat left top;
	text-decoration:none;	
}

#nav a:hover {
	background-position:0% -150px;
}

#nav a span {
	display:block;
	float:none;	
	padding:5px 9px 4px 0;
	background:url("gfx/btn_nav_right.gif") no-repeat right top;	
	white-space:nowrap;
	color:#8B9FBA;
}

#nav a:hover span {
	background-position:100% -150px;
	color:#355481;
}

#nav .current a {
	border-width:0;
	background-position:0 -150px;	
}

#nav .current a span {
	padding-bottom:5px;
	background-position:100% -150px;	
	color:#355481;
}

/* Sub Navigation
------------------------------------------------------------------------------------------  Sub Navigation */
#subnav {
	position:absolute;	
	top:90px;
	left:0;  
	width:100%;
	height:24px; 
	margin:0;
	padding-top:10px;	 
	background:#FFFFFF url("gfx/bg_subnav.gif") bottom left repeat-x;
	font-size:85%;
}

#subnav .subnav {}

#subnav .top-horizontal {
	width:1000px;	
	margin-left:30px;
}

#subnav a {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid #DBDFE9;
	background:url("gfx/btn_subnav_left.gif") no-repeat left top;	
	text-decoration:none;	
}
* html #subnav a {position:relative;}

#subnav a:hover {
	background-position:0% -150px;
	cursor:pointer;
}

#subnav a span, 
#subnav a img {
	display:block;	
	float:left;
	padding:5px 9px 4px 0;
	background:url("gfx/btn_subnav_right.gif") no-repeat right top;
	white-space:nowrap;
	color:#8B9FBA;
}

#subnav a:hover span, 
#subnav a:hover img {
	background-position:100% -150px;
	color:#355481;
}
* html #subnav a:hover span {cursor:pointer;}

#subnav .current a {
	border-width:0;
	background-position:0 -150px;	
}

#subnav .current a span, 
#subnav .current a img {
	padding-bottom:5px;
	background-position:100% -150px;	
	color:#355481;
}
/* Sub Box Navigation
------------------------------------------------------------------------------------------  Box Navigation */

#subboxnav {
	height:135px;
	margin:0;	
	text-decoration:none;
	font:115%/1em Arial, Helvetica, sans-serif;	
}


#subboxnav a {
	float:left;	
	width:190px;
	margin:0;
	margin-left:-9px;
	margin-bottom:-6px;
	padding:5px 0px 0px 0px;
	text-decoration:none;
	background:url("gfx/btn_subnav.gif") no-repeat right top;
}
* html #subboxnav a {position:relative;}

#subboxnav a:link, #subboxnav a:visited {
	text-decoration:none;
	border:0;
}

#subboxnav a span {
	float:none;
	display:block;
	padding:0px 15px 14px 13px;	
	text-align:left;
	color:#5878a9;
}
 #subboxnav .current a span {
	color:#119fe3;
}

#subboxnav a:hover span {
	background-position:0px 100%;
	color:#119fe3;
}


/* Box Navigation
------------------------------------------------------------------------------------------  Box Navigation */
.boxnav {
	position:relative;
	display:block;
	height:660px;
	margin:0;
	/*margin:0.45em 0 1.5em 30;	*/
	text-decoration:none;
}

.boxnav br {
	display:none;
}

.boxnav strong  {
	display:block;
	margin-bottom:5px;
	text-align:left;
	font:160%/1em Arial, Helvetica, sans-serif;	
}
.boxnav img {
	float:left;
	margin:0 7px 0 0;
}

.boxnav a {
	float:left;	
	width:200px;
	margin:0;
	margin-left:-16px;
	padding:10px 0px 0px 0px;
	background:url("gfx/btn_boxnav_top.gif") no-repeat left top;
	text-decoration:none;
}
* html .boxnav a {position:relative;}

.boxnav a:link, .boxnav a:visited {
	text-decoration:none;
	border:0;	
}

.boxnav a:hover {
	background-position:-200px 0;
}

.boxnav a span {
	float:none;
	display:block;
	height:145px;
	padding:0px 15px 16px 15px;	
	background:url("gfx/btn_boxnav_bottom.gif") no-repeat right bottom;
	text-align:left;
	color:#585D68;
}

.boxnav a span strong {
	color:#585D68;
}

.boxnav a:hover span {
	background-position:0px 100%;
}

.boxnav a:hover span strong {
	color:#8B9FBA;
}

.col-index .boxnav a {
	width:320px; 
	border:0;
	background:url("gfx/btn_boxnav_index_top.gif") no-repeat left top;
}

.col-index .boxnav a:hover {
	background-position:-320px 0;
}

.col-index .boxnav a span {
	background:url("gfx/btn_boxnav_index_bottom.gif") no-repeat right bottom;
	cursor:pointer;
}

.col-index .boxnav a:hover span {
	background-position:0px 100%;
}

.col-index .boxnav a span strong {
	color:#585D68;
}

.col-index .boxnav a:hover span strong {
	color:#8B9FBA;
}

.boxnav a span.left {
	text-align:left;
}
.boxnav a span.right {
	text-align:right;
}

.boxnav a span.left img {
	float:right;
	margin:0 0 0 7px;
}
.boxnav a span.right img {
	float:left;
	margin:0 7px 0 0;
}
.boxnav sup {
	font-size:60%;
}
/*.content .wrapper .subcol .boxnav div {
	height:162px;
}*/

/* Side Boxes
----------------------------------------------------------------------------------------------  Side Boxes */
/* This code is almost entirely redundant with the boxnav code above.  I am breaking it out
	like this because it is easier to read and understand. Basically, the <div> in .sidebox
	replaces the <a> in .boxnav so the entire box doesn't have to be a link. */
.sidebox {
	margin:0.45em 0 1.5em 0;	
	text-decoration:none;
	float:left;	
	width:200px;
	margin:0;
	margin-left:-16px;
	padding:10px 0px 0px 0px;
	background:url("gfx/btn_boxnav_top.gif") no-repeat left top;
	text-decoration:none;
	margin-bottom:0;
}

.sidebox br {
	display:none;
}

.sidebox strong  {
	display:block;
	margin-bottom:5px;
	text-align:left;
	font:160%/1em Arial, Helvetica, sans-serif;
	/*font:bold 120% Arial, Helvetica, sans-serif*/
	color:#355481;	
	color:#585D68;
}
.sidebox img {
	float:left;
	margin:0 7px 0 0;
}

.sidebox .box {
	float:none;
	display:block;
	padding:0px 15px 16px 15px;	
	background:url("gfx/sidebox_bottom.gif") no-repeat right bottom;
	text-align:left;
	color:#585D68;
}

.sidebox dl{
	margin-bottom:1em; 
	margin-left:0;
}
.sidebox dt {	
	margin-bottom:0;
}
.sidebox dt strong {
	font:bold 110% Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted #D3DDEC;
	color:#8B9FBA;
}
.sidebox dd {
	padding-left:12px;
	padding-left:0;
}
.sidebox a:link, 
.sidebox a:visited {	
	border-bottom:1px dotted #57C2F0;
	color:#1D76B0;
}
.sidebox a:hover {	
	border-color:#57C2F0;
	color:#0099E1;
}
.sidebox strong a:link, 
.sidebox strong a:visited {		
	border:none;
	color:#8B9FBA;
}
.sidebox strong a:hover {
	color:#4D6FA3;
}

.sidebox sup {
	font-size:60%;
}


/* Index Pages
---------------------------------------------------------------------------------------------  Index Pages */
h1.featurepage { 
	margin:0;
	padding:0;
	border-width:0;
	font-size:1px;
	/*margin-top:90px;*/
	/*background:#FFFFFF url("gfx/bg_subnav.gif") bottom left repeat-x;*/
	margin-top:89px;
	width:1000px;
	background:#FFFFFF url("gfx/bg_subnav2.gif") bottom left repeat-x;
}
h1.featurepage strong {
	display:block;
	height:33px;  
}

h1.featurepage span {
	display:none;
}


/* Feature
-------------------------------------------------------------------------------------------------  Feature */
.item {
	padding:0;
	/*padding:5px 0 4px 0;*/
}

.item img {
	float:left;
	margin:0;
	/*margin:0 8px 0 0;*/
}

.item h2 {
	font: 170%/1.25em Georgia,Verdana,Sans-serif;
}

.item h2 strong {
	font-size:100%;
	font-weight:normal;
	color:#585D68;
}

.item h2, 
.item h2 a {	
	border-width:0;
	color:#355481; 
}

.item h2 a:hover, 
.item h2 a:hover strong {
	color:#8B9FBA;
}

.item p {
	margin:0; 
	color:#585D68;
}

#feature {   
	position:static;
	margin-bottom:0px;
	/*margin-bottom:15px;  */
	/*background:#FFFFFF url("gfx/feature_bottom_border.gif") repeat-x left bottom;*/
}

#feature .content {
	width:800px;
	height:235px;
	margin-left:0;
	padding:0;
	/*padding:8px 0 8px 30px;  */
}
* html #feature .content {width:800px;}

#feature .subcol p {
	margin:0 0 .5em;
	color:#585D68;
}

#feature p strong {
	color:#585D68;
}

#feature .subcol em {
	font-style:normal;
}

#feature .maincol img {
	display:block;
}


/* Extra Column 
--------------------------------------------------------------------------------------------  Extra Column */
.xcol h3 {	
	padding:4px 8px;
	border-bottom:1px dotted #D3DDEC;
	background:#F6FAFC;
	color:#A1A5AF;
}

.xcol h3 a
{
	border:none;
	text-decoration:none;
	color:#585D68;
}

.xcol h3 a:hover {
	color:#8B9FBA;
}

.xcol p
{	
	margin-right:8px;
	margin-left:8px;
}

.xcol ul li {
	background:url("gfx/bullet_1.gif") no-repeat 0 .5em;
	margin-right:10px;
}
  
/* Images
--------------------------------------------------------------------------------------------------  Images */
img.left { 
	float:left;	
	margin:7px 7px 7px 0;
	border-width:0; 
}
img.right { 
	float:right;
/*	margin:7px 0 7px 7px;*/
	margin:0;
	border-width:0;
}

.thumbnailrow {
	display:block;
	float:none;
	clear:left;
}
.thumbnail {
	float:left;
	width:120px;	
	margin:0 15px 15px 0;
	padding:5px;
	border:1px solid #EEF0F3;	
}
.thumbnail img {
	border:0;
}
a.thumbnail:link,
a.thumbnail:visited {
	border:1px solid #D3DDEC;
}
a.thumbnail:hover {
	border-color:#AFC0DA;
}

/* Lists
---------------------------------------------------------------------------------------------------  Lists */

/* dl */
dl {
	margin:0 0 1.5em 0; 
	padding:0;
}
dd {
	margin:0 0 .5em 0; 
	padding:0;
}



/* ul */
ul.sidenav {
	margin-bottom:2em; 
	margin-left:0;
}
ul.sidenav li {	
	padding-left:12px;
	background:url("gfx/bullet_1.gif") no-repeat 0 .6em;
}
ul.sidenav li strong {
	font:bold 118%/1.5em Georgia, "Times New Roman", Times, serif;
}
ul.sidenav a:visited {	
	border-bottom:1px dotted #57C2F0;
	color:#1D76B0;
}
ul {
	margin:.5em 0 1em;
	padding:0;
}
ul li {
	margin:0 0 0 7px;
	padding:0 0 5px 12px;	
	list-style:none;
	background:url("gfx/bullet_1.gif") no-repeat 0 .5em;
	line-height:1.5em;
}
ul ul {	
	margin-bottom:0;
}
.maincol ul li {
	margin-left:12px;
	padding-left:18px;
} 
.maincol ul.gfxonleft li {
	margin-left:105px;
}

/* ol */
ol {
	margin-top:.5em;
	margin-bottom:1em;  
}
ol li {
	padding:0 0 5px 0;
}
ol ol {	
	margin-bottom:0;
}
.maincol ol {
	margin-left:30px;
	padding-left:0px;
}

/* Details, cont'd, more, etc. */
ul.details {
	margin-top:-1em;
	padding:0;
}
ul.details li {
	display:block;
	float:none;
	margin-left:0;  
	padding:0;
	background-image:none;  
}

dl.details {
	margin-top:.5em;
	padding:0;
}
dl.details dt {
	margin:0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;	
	color:#4D6FA3;
}
dl.details dd {
	margin-bottom:0;
	font-weight:normal;
	color:#1D76B0;	
}

ul.links {
	padding:0;
}
ul.links li {
	display:block;
	float:none;
	margin-left:0; 
	padding:.25em 0; 
	background-image:none;  
}

/* Questions & Answers */
.qa {
}
.qa h2 {
	text-indent:-15px;
	margin-left:15px;
}
.qa p {
	margin-left:15px;
}


/* Press releases */
dl.pr{}
.pr dt
{
	margin-top:1em;
}
.pr dd
{
	margin-left:8em;
	margin-top:-1.5em;
}
.pr dt.heading, 
.pr dd.heading {
	font:bold 120%/1.2em Georgia, "Times New Roman", Times, serif;
	color:#355481;
}
.pr dd em,
.pr dd strong {
	display:block;
}

/* Decorative angle quotes */
strong.laquo,
strong.raquo,
a strong.laquo,
a strong.raquo,
.pr strong.laquo,
.pr strong.raquo {
	display:inline;
	padding-left:3px;
	font-size:90%;
	font-weight:bold;
	color:#AFC0DA;
}
strong.laquo,
a strong.laquo {
	padding-left:0;
	padding-right:3px;
}
a:hover strong.laquo,
a:hover strong.raquo {
	color:#8B9FBA;
}


/* Pull Content
--------------------------------------------------------------------------------------------  Pull Content */
.pull,
.pull240,
.pull300,
.pull360 {
	float:right;
	width:180px;
	margin:0 0 20px 20px;
	border:1px dotted #D3DDEC;
	background:#FBFDFE;
}
.pull240 {
	width:250px;
	background:#FFFFFF;
}
.pull300 {
	width:310px;
	background:#FFFFFF;
}
.pull360 {
	width:370px;
}

.pull h3,
.pull240 h3,
.pull300 h3, 
.pull360 h3 {
	padding:4px 8px;
	border-bottom:1px dotted #D3DDEC;	
	background:#F6FAFC;
	text-align:center;
	color:#A1A5AF;
}

.pull ul {
	padding:0 8px 0 8px;
}

.pull ul li {
	margin-left:0;	
	padding-left:0;
	background:none;
}

.pull p,
.pull240 p,
.pull300 p,
.pull360 p {
	padding:0 8px 0 8px;
}  

.pull img,
.pull240 img,
.pull300 img,
.pull324 img, 
.pull360 img {
	margin:5px;
}

.pullquote {
	float:right;
	width:180px;
	margin:20px 0 20px 20px;
	text-align:center;	
	font:bold 110%/1.3em Georgia,Serif;
	line-height:2em;
}

.pullflash {
	float:right;
	width:324px;
	margin:0 0 20px 20px;
	border:1px dotted #D3DDEC;
	background:#FBFDFE;
}
.pullflash h3 {
	padding:4px 8px;
	border-bottom:1px dotted #D3DDEC;	
	background:#F6FAFC;
	text-align:center;
	color:#A1A5AF;
}
.pullflash p {
	padding:0 8px 0 8px;
} 

/* Header
--------------------------------------------------------------------------------------------------  Header */
#header {
	position:absolute;	
	top:0;
	left:0;
	width:1000px;
	height:90px;	
	margin-right:0;  
	background:#FFFFFF url("gfx/bg_header.gif") repeat-x bottom;	
}

#logo {
	position:absolute;
	top:5px;
	left:29px;  
	width:150px;
	height:40px;
}

#toplinks {
    z-index :100;
	position:absolute;
	top:7px;
	left:755px;  
	width:250px;
	height:60px;
	background:url("gfx/healthcare_logo.gif") top left no-repeat;
}
#toplinks div {
	margin-top:38px;
	margin-left:90px;
	color:#5a5a5a;
	font:10px Arial, Helvetica, sans-serif;
}
#toplinks div a {
	color:#5a5a5a;
	text-decoration:none;
	border:none;
}


/* Footer
--------------------------------------------------------------------------------------------------  Footer */
.notebox {
	width:327px; 
	height:31px;
	display:block; 
	clear:both; 
	margin:0 0 10px 15px; 
	font: 9px Arial, Helvetica, sans-serif; 
	border:1px solid #979797; 
	padding-top:5px; padding-left:6px; padding-right: 6px;
	line-height:13px;
	text-align: center;
}

#footer {
	clear:both;
	margin-top:0;
/*	margin-top:20px;*/
	padding-left:30px;	
	border-top:1px solid #D3DDEC;
	font-size:73%;
	color:#A1A5AF;
	width:1000px;
	background:#FFFFFF url("gfx/bg_footer.gif") top left repeat-x;
	height:60px;
}

#footertext {
	height:30px;
	display:block;
	text-align:center;
	margin-top:0;
/*	margin-top:5px;*/
	padding-top:15px;
	width:580px;
	padding-left:220px;
}

#footerlogo {
	margin:0;	
	padding:10px 0 5px 0;
}
#footerlogo a:link,
#footerlogo a:visited {
	border:0;
}

/* Footnotes
-----------------------------------------------------------------------------------------------  Footnotes */
#footnotes {
	clear:both;	
	margin-top:10px;	
	padding-top:5px;
	padding-bottom:0;
	border-top:1px dotted #D3DDEC;	
	font-size:.8em;
	line-height:1.1em;
	color:#A1A5AF;
}
#footnotes p {
	margin-top:.25em;
}


/* Tables
--------------------------------------------------------------------------------------------------  Tables */
table {
	width:auto;
	margin-top:1em;
	margin-bottom:1em;	
	border:none;
	border-collapse:collapse;
	text-align:left;	
}
table.tbl400 {
	width:400px;
}
table p, 
table ul, 
table ol {
	width:auto;
}

table ul {
	margin:0 0 0 -1em;
	padding:0;
	text-align:left;
}

table ul li {
	margin:0;
	padding:0 0 5px 0;	
	list-style:none;
	line-height:1.5em;
}

th {		
	padding:.25em;	
	border:1px solid #AFC0DA;	
	background:#EFF4FA;		
	vertical-align:middle;
	text-align:center;		
	font-weight:bold;
	color:#4D6FA3;	
}

table caption {
	/*border-top:1px dotted #D3DDEC;*/
	padding-bottom:.5em;
	text-align:center;
	font:bold 120%/1.3em Georgia, "Times New Roman", Times, serif;	
	color:#4D6FA3;  
}

table caption sup {
	font-size:80%;
	vertical-align:text-top;
}

table caption span {
	display:block;
	margin:0;
	font-size:85%;	
	font-weight:normal;
	color:#8B9FBA;
}

td {
	padding:.25em;	
	border:1px solid #D9DEE5;	
	vertical-align:middle;
	text-align:center;		
}

tr.category, 
tr.category th, 
tr.category td {
	background:#FBFDFE;
}

td.category, 
th.category {
	padding:.25em;	
	font-weight:bold;
	background:#FBFDFE;
}

td.noborder, 
th.noborder, 
td.legend, 
th.legend {
	border:none;
	background:none;	
}

td.legend, 
th.legend {
	border-bottom:1px dotted #D3DDEC;
	text-align:left;	
	font-size:.9em;
	font-weight:normal;
	color:#A1A5AF;	
}

table .left {
	text-align:left;	
}

td.left {
	padding-left:1em;
}


/* Forms
---------------------------------------------------------------------------------------------------  Forms */
.entryform {}

.entryform .formrow {
	display:inline;
	float:left;
	margin-left:5px;
	text-align:left;	
}
.entryform .form10px {
	float:left;
	border:0px;
	margin-right:10px;
	font-size:.8em;
	font-weight:200;		
	color:#3C64AA;
}
.entryform .datagridrow {
	border-bottom:1px solid #E1E3FF;
	text-align:left;		
}
.entryform .instructions {
	font-weight: normal;
	letter-spacing:0.1em;
	color:#666666;
}
.entryform fieldset {
	display:block;
	/*margin:0 0 0 0;*/
	padding:0;
	border:0;
	clear:both;
}

/*
#entryform fieldset.radio
{
	margin: 1em 0 2em 0;
}

#entryform fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#entryform fieldset.radio label
{
	font-weight: normal;
}
*/

.entryform input {
	display:block;
	width:12em;
}
.entryform input.fifty {
	width:50em;
}
.entryform input.thirty {
	width:31em;
}
.entryform input.ten {
	width:10em;
}
.entryform input.five {
	width: 5em;
}
.entryform input.two {
	width: 2em;
	float:left;
}

.entryform input.submit {
	clear: both;
}

.entryform label {
	float:left;
	display:block;
	margin:1em .6em 0 0;
	font-weight:normal;
	letter-spacing:0.1em;
	color:#666666;
}

.entryform select {
	display:block;
	margin-top:1px;
	margin-bottom:1px;
}

.entryformbottom {
	display:block;
	margin-top:16px;	
}

/*#boxes {
	margin-top:30px;
	padding:0;
	float:right;
	text-align:left;
	width:340px;
	height:auto;
	letter-spacing:normal;
	font-size:0.9em;	
}*/

.entryform .check {
	margin-bottom:.5em;
	color:#666666;
}
.entryform .feedback {
	margin-left:360px;
	display:block;
	text-align:left;
	padding:1em;
}


/* Misc
----------------------------------------------------------------------------------------------------  Misc */
.hide {
	display:none;
}

.screenonly {}
.printonly {display:none;}
.printerfriendlyonly {display:none;}

.reset {
	display:block;
	clear:both;
	height:1px;
	margin:0;
	padding:0;	
	font-size:1px;
	line-height:1px;
}

.clearboth {clear:both;}

p.continue {
	margin-top:1em; 
	text-align:right;
}

.tight {
	margin-bottom:.1em;
}

/* FDA boxed warnings */
.blackbox {
	margin:1em 30px;
	padding:10px;
	border:1px solid #000000;	
}
.blackbox p.strong {
	margin-bottom:0;
	font-weight:bold;
	text-align:center;	
}
.blackbox p.em {
	margin-bottom:0;
	font-style:italic;
	text-align:center;	
}

.warning {
	color:#CC0000;
}


.col-M .maincol #utilities, 
.col-M .maincol #printerfriendly {
	width:180px;
	margin:0;
	padding:10px;
	border:1px dotted #D3DDEC;
	border-bottom:0;
	background:#FBFDFE;
}
.col-M .maincol #printerfriendly {
	padding-top:0;
	border-top:0;
	border-bottom:1px dotted #D3DDEC;
}
.col-M .maincol #utilities dl {
	margin:0;
}

.skipnav {
	position:absolute;
	left:-1500em;
}

/* Skins  
---------------------------------------------------------------------------------------------------  Skins */
.subcol #utilities {
	position:relative;
	float:right;
	height:160px;
	width:280px;
	padding-top:5px;
	left:-36px;
	margin-top:0;
/*	margin-top:28px;*/
}
*+html .subcol #utilities {
	padding-top:37px;
} 
.subcol #utilities dl {
	margin-top:0px;
	margin-bottom:9px;
}

.subcol #printerfriendly {
	position:relative;
	height:23px;
	width:280px;
	left:-16px;
	top:0px;
}
.col-SM h1 {
	padding-left:0px;
	padding-top:2px;
}
.boxnav .productrequest a span {
	height:125px;
}
.boxnav .productrequest div {
	display:block;
}
.boxnav .productrequest div.txt {
	font:12px Helvetica, Arial, sans-serif; 
	line-height:14px;
	color:#6b717b;
	background:url(../../../gfx/boxnav_samples.jpg) 0 0 no-repeat;
	padding-left:59px;
	padding-bottom:6px;
}
.boxnav .productrequest div.txt br {
	display:block;
}
.boxnav .productrequest div.txt div {
	font-size:10px; 
	padding-left:107px; 
	padding-top:16px;
}
.boxnav .productrequest div ul {
	padding:0px;
	margin:0px;
}
.boxnav .productrequest div ul li {
	padding:1px 0 2px 6px;
	margin:0px;
	margin-left:8px; 
	line-height:12px;
	font-size:10px;
	list-style:none;
	background:url(../../../gfx/bullet.gif) 0 4px no-repeat;
}

/* Adds  
---------------------------------------------------------------------------------------------------  Adds */
.subcol #printerfriendly{
	margin-top: 4px; float: right; left: -36px;
}

.subcol .boxnav{
	height: 906px;
}

.subcol .boxnav #introlink{
	border:none; background:none; margin:10px 0 10px -11px; padding:0; width:310px;
}

.subcol .boxnav #save1dollar{
	border:none; background:none; margin:0 0 9px -6px; padding:0; width:301px;
}

.subcol #utilities{
	height:auto;
}

#main_content{
	min-height:1240px;
	height:auto;
}