/*  Body and Layout ----------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #555555;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%; 
	line-height: 150%;
	text-align: center;
	background: #fff url("../images/bg-body_home_medline.png") repeat-x 0 0;
	width:100%; 
	height:100%; 
}

/* =-=-=-=-=-=-=-[begin rounded corner boxes]-=-=-=-=-=-=-=- */
/* set background images for rounded corner boxes */
.rbroundbox { background: url("../images/nt.gif") repeat; }
.rbtop div { background: url("../images/tl.gif") no-repeat top left; }
.rbtop { background: url("../images/tr.gif") no-repeat top right; }
.rbbot div { background: url("../images/bl.gif") no-repeat bottom left; }
.rbbot { background: url("../images/br.gif") no-repeat bottom right; }

/* height and width stuff, width not really necissary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 240px;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px;
	background-color:#F0F3DF;
}
.column2 .rbcontent { width: 198px; padding-left:15px; } /* added 080809 by glass */
.rbroundbox { margin: 1em auto; }
/* =-=-=-=-=-=-=-[end rounded corner boxes]-=-=-=-=-=-=-=- */

img { border: none; }

a { text-decoration: none;}

.clear {clear: both; 
	font-size: 1px; 
	float: none;
	height:1px;
	margin-top:-1px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 1px;
}

.hide {display: none; }

#wrap, #home #wrap  {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	width: 770px;
}
	
#logoFade {
	width: 260px;
	height: 300px;
	float:left;
	margin:15px 0 0 2px;
	padding:0;
}

#main	{
	padding: 0;
	border: 0;
	margin-left: 0;
}

#content	{	
	width: 538px;
	float: right;
	text-align: left;
	margin:0;
	padding:0;
}

#maintopic {
}

#maintopic h1 {
	background: transparent url("../images/title_new3.gif") no-repeat 250px 100%;
}

#maintopic h2 {
	padding-top:20px;
	padding-bottom: 15px;
}

.subTopicBox {
	background: transparent url("../images/bg-topicbox.gif") no-repeat 0 100%;
	padding-top: 0px;
	margin-top: 0px;
}

.subTopicBox ul {
	margin-left: 20px;
}

.subTopicBox li {
	list-style: none;
	padding-left: 15px;
	background: transparent url("../images/bullet.png") no-repeat 0 100%;
}

.subTopicBox p {
	padding-left: 20px;
}

.subTopicBox a .arrow {
	PADDING-RIGHT: 15px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 10px; BACKGROUND: url(../images/arrow.gif) no-repeat right center; PADDING-BOTTOM: 2px; TEXT-TRANSFORM: uppercase; COLOR: #102536; PADDING-TOP: 1px; TEXT-DECORATION: none;
}

.subTopicBox a:hover {
	COLOR: #F86015; TEXT-DECORATION: none;
}

#maincolumnleft,  #maincolumnright {
	width: 245px;
	height: 180px;
	float: left;
	margin: 0px 0 10px 3px;
	display:inline;
}

#maincolumnright {
	background-image: none;
	margin: 0px 0 0px 12px;
	width: 245px;
}

#main	p {	
	margin: 0 15px 15px 0px;
}

.column, .columnright {
	width: 240px;
	height: 246px;
	float: left;
	margin: 0px 22px 20px 0px; 
	padding: 0 0px;
}

.column2 {
	width: 240px;
	height: 246px;
	float: left;
	margin: 45px 22px 20px 0px; 
	padding: 0 0px;
}

.centerTwoColumRow {
	margin-right: auto;
	margin-left: auto;
	width: 530px;
}

.columnright {
	margin: 0px 0px 0px;
}

.categorySubNav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}

a:link {
	color:#3C618C; 
	text-decoration: none;
}

a:visited {
	color:#3C618C;
	text-decoration: none;
}

a:hover {	
	color:#F66013;
	text-decoration: none;
}

a:active {
	color:#3C618C;
	text-decoration: none;
}

#main .column a:link, #main .column a:visited, #main .column a:active,
#main .columnright a:link, #main .columnright a:visited, #main .columnright a:active {
	padding: 0px;
	margin: 0;
}

#maintopic a:link, #maintopic a:visited, #maintopic a:active,
#content p a:link, #content p a:visited, #content a:active {
	padding: 0px 0px 1px 0px;
}


/* =-=-=-=-=-=-=-[nav]-=-=-=-=-=-=-=- */
#nav {
  float:left;
  width:99%;
	background:transparent url("../images/greypx.gif") bottom left repeat-x;
  /*background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;*/
  font-size:93%;
  line-height:normal;
  }
#nav ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#nav li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#nav a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* end IE5-Mac hack */
#nav a:hover {
  color:#333;
  }
#nav #current {
  background-image:url("../images/left_on.gif");
  }
#nav #current a {
  background-image:url("../images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

#footer	{
	padding: 5px 0px 0px;
	margin: 20px 0 0;
	text-align: center;
	/*background-color: #53814c;*/
	background: transparent url(../images/footer-bg_medline.png) repeat-x 0 0px;
	height: 84px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #E1E6D5;
	margin: 0;
	padding: 0 2px;
}

#footer a:hover {
	color:#F4F9F2;
}

#footer p{
	color: #F4F9F2;
	padding-top:35px;
	margin:0;
	line-height: 1.5em;
	font-size: 1em;
}

/*  Text, Headlines, Listen
-----------------------------------------------------------------------*/

h1 {
	color: #ebeedb;
	padding: 0;
	font: normal 32px/33px  Times, Georgia, Arial, Trebuchet MS, sans-serif;
	margin: 5px 0;
	font-variant: small-caps;
}

h2 {
	color: #3C618C;
	padding: 0;
	font: normal 19px/29px  Times, Georgia, Arial, Trebuchet MS, sans-serif;
	margin: 0;		
}

h3 {
	margin: 9px 0 14px 0px;	
	padding: 0 0 0 2px;
	font: normal 19px/26px Times, Georgia, Arial, Trebuchet MS, sans-serif;
	background-image: none;
	text-align: center;
}

h4 {
	color: #006F9A; 
	padding: 0; 
	font: normal 11px/14px Georgia, Arial, sans-serif;
	margin: 0 0 3px 0;
}


p {color: #555;
	font-size: 1.0em;	
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

#main	p {	
	margin: 0 5px 15px 0px;
}

#main .column	p, #main .columnright	p {	
	margin: 0px 13px 15px 15px;
}

i {font-style: italic;
	color: #333;
}

b, strong, .item {	
	font-weight: bold;
	color: #555;
}

blockquote{
	font-size: 1.1em;
	color: #555555;
	padding: 11px 0 1px 7px;
	margin: 4px 0 8px 7px;
	border-left: 3px double #e4e4e4;
}

.highlighted {
	background-color: #e1e6d5; 
	padding: 1px
}

.small{
	font-size: 21px;
	color: #CC6600;
}
 
 /*  Images
-----------------------------------------------------------------------*/ 

.img-shadow img {
	border: 1px solid #760D20;border: 1px solid #cccccc;
	padding: 2px;
	display: block;
  background-color: #fff;
}

.img-border img {
	border: 1px solid #dfdfdf; 
	padding: 2px;
	display: block;
  background-color: #fff;
}

.img-border a img {
	border: 1px solid #dfdfdf; 
	padding: 2px;
	display: block;
  background-color: #fff;
	margin-top: -13px;
}

.rightalign {
	float: right;
	margin: 0px -4px 0px 2px;
}

.leftalign {
	float: left;
	margin: 0 11px 12px 0px;
}

#home .leftalign {
	float: left;
	margin: 0 7px 2px 0px;
}

.getAdobe {
	float: right;
	border: none;
}