/**************************************************/
/* leadership styles
/**************************************************/

h2
{
   color:#EC008C;
}

h4
{
   color:#EC008C !important;
}

a,
a:link,
a:visited,
a:hover
{
   color:#EC008C !important;
}

/***********************************************************************/
/* main layout elements
/***********************************************************************/

#header.screen_header
{
   background:url(header-background-leadership.jpg) no-repeat;
   background-position:right top;
}

#header h1
{
   display:block;
   float:left;
   padding:17px 12px 0 0;
   background:url(logo-leadership.png) no-repeat 0px 17px;
}

#header h1 a,
#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover
{
   width:201px;
   height:85px;
}


/***********************************************************************/
/* leftnav
/***********************************************************************/

#leftnav li a:hover,
#leftnav li a.selected,
#leftnav li a.selected:link,
#leftnav li a.selected:visited
{
   padding-left:0;
   background:none;
   color:#EC008C !important;
}

#leftnav li li a:hover,
#leftnav li li a.selected,
#leftnav li li a.selected:link,
#leftnav li li a.selected:visited,
#leftnav li li a.selected:hover
{
   color:#EC008C !important;
   padding-left:0;
   background:none;
}

/***********************************************************************/
/* nextlink
/***********************************************************************/

#nextlink
{
   float:right;
}

/***********************************************************************/
/* nextstep 
/***********************************************************************/

#nextstep
{
  float:none;
  clear:both;
  padding-top:50px;
}

#nextstep h2
{
   float:left;
   width:111px;
   height:80px;
}

#nextstep p
{
   float:left;
   width:220px;
   height:80px;
   margin-right:20px;
}

#nextstep p.contact
{
   float:left;
   width:160px;
   height:80px;
   margin-right:0;
   font-size:12px;
}

/***********************************************************************/
/* misc
/***********************************************************************/

u
{
   color:#EC008C !important;
}