@import url(common.css);
@import url(fonts.css);
/*@import url(mckesson.css);*/
@import url(forms.css);
body {margin:0px;background-color:#fff;font-family:arial,helvetica,san-serif; color:#000000; font-size:14px;}


.yourCareSourceNavList
{	
	height:330px;
}

.yourCareSourceNavList ul
{
	color:#2a2687;
	font-size:11px;
	font-weight:normal;
	list-style:none;
	text-align:left;
	margin-left:12px;
}

.findOutMore
{	
	color:#2a2687;
	text-align:center;
	display:block;
	margin:25px 0px 0px 0px;
	font-size:16px;
	font-weight:bold;
}



.yourCareSourceNavList a:link, .yourCareSourceNavList a:visited
{	
	color:#2a2687;
}

.yourCareSourceNavList a:hover
{	
	color:#ff0000;
	text-decoration:none;
}

.careSourceLinks
{
	color:#8f3066;	
	display:block;
	float:left;
	font-size:13px;
	width:50%;
}

.careSourceLinks a
{
	margin-left:10px;
	margin-right:10px;
}

.careSourceLinks a:link, .careSourceLinks a:visited
{	
	color:#2a2687;
	text-decoration:none;
	font-weight:bold;
}

.careSourceLinks a:hover
{	
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

 #pageheader{
	position:relative;
	width:100%;
    background:#FFF url("/images/headerbkg.png") repeat-y top right;
	min-width:920px;
	padding:5px 5px 0px 5px;
	border-bottom:1px solid #4087ad;
    }
html>body #pageheader{
	width:auto;
}

#footer {
  position:relative;
  font-size:11px;
  text-align:center;
  margin-top: 10px;
  padding:10px;
  padding-left:0;  padding-right:0;
  min-width:900px;
  width:100%;
  height:100px;
  background-color:#cae2fb;
  border-top:1px solid #459bf1;
  }
  
html > body #footer{
	height:90px;
}  

  
  
  #mainContainer {
  position:relative;
  margin: 0px 0px 0px 220px;
  min-width:677px;
  padding:5px;
	}
	#imageSpace{
	margin:5px;
	padding:5px;
}

#tabheader {
      font-family:Georgia,Serif;
	  font-size:11px;
      line-height:normal;
	  width:100%;
	  min-width:980px;
	  display:inline-block;
	  height: 56px;padding:0;margin:0;
      }

    #tabheader ul {
      margin:0px;
      padding:16px 0px 0px 0px;
      list-style:none;
     white-space: nowrap;
      }
    #tabheader li {
      float:left;
      background:url("/images/left.png") no-repeat left top;
      margin:0;
      padding:0px 3px 0px 8px;
      
        /* stop the wrapping in the first place */
    white-space:nowrap;
        /* stop the wrapping in the first place */
      }
    #tabheader a {
      display:block;
      background:url("/images/right.png") no-repeat right top;
      padding:7px 8px 5px 0px;
      text-decoration:none;
      color:#FCF1D5;
      }
    #tabheader a:hover {
      color:#000;
      }
      
      #tabheader #li-menu {
      float:left;
         margin:0;
    background:none;
    position: relative;
    z-index:1;
    white-space:nowrap; }
      
      
    #tabheader #a-menu {
      display:block;
       position: relative;
      background:url("/images/Tab-for-Main-Menu.png") no-repeat left top;
      display:block;
        width:109px;
      height:56px;
      margin:-16px 0px 0px 0px;
      z-index:1000;
      }
      #tabheader #a-menu:hover {
      display:block;
       position: relative;
      background:url("/images/Tab-for-Main-Menu_over.png") no-repeat left top;
      width:109px;
      height:56px;
      margin:-16px 0px 0px 0px;
      z-index:1000;
      }
   
    #tabheader #current {
      background-image:url("/images/left_on.png");
      }
    #tabheader #current a {
      background-image:url("/images/right_on.png");
      color:#333;
      padding-bottom:5px;
      }
      #tabheader #blank{
	background:none;
	padding:0px;
      }
      #tabheader #blank a{
	background:none;
	padding:0px;
	margin:0px;
      }
	
